@reown/walletkit 1.5.0 → 1.5.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/dist/index.umd.js CHANGED
@@ -1,4 +1,4 @@
1
- (function(ze,mn){typeof exports=="object"&&typeof module<"u"?mn(exports):typeof define=="function"&&define.amd?define(["exports"],mn):(ze=typeof globalThis<"u"?globalThis:ze||self,mn(ze["@reown/walletkit"]={}))})(this,function(ze){"use strict";var mn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Kh(t){var e=t.default;if(typeof e=="function"){var n=function(){return e.apply(this,arguments)};n.prototype=e.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(t).forEach(function(r){var i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:function(){return t[r]}})}),n}var Qe={exports:{}},Vi=typeof Reflect=="object"?Reflect:null,Gh=Vi&&typeof Vi.apply=="function"?Vi.apply:function(e,n,r){return Function.prototype.apply.call(e,n,r)},Go;Vi&&typeof Vi.ownKeys=="function"?Go=Vi.ownKeys:Object.getOwnPropertySymbols?Go=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Go=function(e){return Object.getOwnPropertyNames(e)};function f2(t){console&&console.warn&&console.warn(t)}var Zh=Number.isNaN||function(e){return e!==e};function ge(){ge.init.call(this)}Qe.exports=ge,Qe.exports.once=d2,ge.EventEmitter=ge,ge.prototype._events=void 0,ge.prototype._eventsCount=0,ge.prototype._maxListeners=void 0;var Wh=10;function Zo(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(ge,"defaultMaxListeners",{enumerable:!0,get:function(){return Wh},set:function(t){if(typeof t!="number"||t<0||Zh(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");Wh=t}}),ge.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},ge.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||Zh(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function Yh(t){return t._maxListeners===void 0?ge.defaultMaxListeners:t._maxListeners}ge.prototype.getMaxListeners=function(){return Yh(this)},ge.prototype.emit=function(e){for(var n=[],r=1;r<arguments.length;r++)n.push(arguments[r]);var i=e==="error",s=this._events;if(s!==void 0)i=i&&s.error===void 0;else if(!i)return!1;if(i){var o;if(n.length>0&&(o=n[0]),o instanceof Error)throw o;var a=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw a.context=o,a}var c=s[e];if(c===void 0)return!1;if(typeof c=="function")Gh(c,this,n);else for(var f=c.length,u=td(c,f),r=0;r<f;++r)Gh(u[r],this,n);return!0};function Xh(t,e,n,r){var i,s,o;if(Zo(n),s=t._events,s===void 0?(s=t._events=Object.create(null),t._eventsCount=0):(s.newListener!==void 0&&(t.emit("newListener",e,n.listener?n.listener:n),s=t._events),o=s[e]),o===void 0)o=s[e]=n,++t._eventsCount;else if(typeof o=="function"?o=s[e]=r?[n,o]:[o,n]:r?o.unshift(n):o.push(n),i=Yh(t),i>0&&o.length>i&&!o.warned){o.warned=!0;var a=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");a.name="MaxListenersExceededWarning",a.emitter=t,a.type=e,a.count=o.length,f2(a)}return t}ge.prototype.addListener=function(e,n){return Xh(this,e,n,!1)},ge.prototype.on=ge.prototype.addListener,ge.prototype.prependListener=function(e,n){return Xh(this,e,n,!0)};function u2(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Jh(t,e,n){var r={fired:!1,wrapFn:void 0,target:t,type:e,listener:n},i=u2.bind(r);return i.listener=n,r.wrapFn=i,i}ge.prototype.once=function(e,n){return Zo(n),this.on(e,Jh(this,e,n)),this},ge.prototype.prependOnceListener=function(e,n){return Zo(n),this.prependListener(e,Jh(this,e,n)),this},ge.prototype.removeListener=function(e,n){var r,i,s,o,a;if(Zo(n),i=this._events,i===void 0)return this;if(r=i[e],r===void 0)return this;if(r===n||r.listener===n)--this._eventsCount===0?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,r.listener||n));else if(typeof r!="function"){for(s=-1,o=r.length-1;o>=0;o--)if(r[o]===n||r[o].listener===n){a=r[o].listener,s=o;break}if(s<0)return this;s===0?r.shift():l2(r,s),r.length===1&&(i[e]=r[0]),i.removeListener!==void 0&&this.emit("removeListener",e,a||n)}return this},ge.prototype.off=ge.prototype.removeListener,ge.prototype.removeAllListeners=function(e){var n,r,i;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[e]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[e]),this;if(arguments.length===0){var s=Object.keys(r),o;for(i=0;i<s.length;++i)o=s[i],o!=="removeListener"&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(n=r[e],typeof n=="function")this.removeListener(e,n);else if(n!==void 0)for(i=n.length-1;i>=0;i--)this.removeListener(e,n[i]);return this};function Qh(t,e,n){var r=t._events;if(r===void 0)return[];var i=r[e];return i===void 0?[]:typeof i=="function"?n?[i.listener||i]:[i]:n?h2(i):td(i,i.length)}ge.prototype.listeners=function(e){return Qh(this,e,!0)},ge.prototype.rawListeners=function(e){return Qh(this,e,!1)},ge.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):ed.call(t,e)},ge.prototype.listenerCount=ed;function ed(t){var e=this._events;if(e!==void 0){var n=e[t];if(typeof n=="function")return 1;if(n!==void 0)return n.length}return 0}ge.prototype.eventNames=function(){return this._eventsCount>0?Go(this._events):[]};function td(t,e){for(var n=new Array(e),r=0;r<e;++r)n[r]=t[r];return n}function l2(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function h2(t){for(var e=new Array(t.length),n=0;n<e.length;++n)e[n]=t[n].listener||t[n];return e}function d2(t,e){return new Promise(function(n,r){function i(o){t.removeListener(e,s),r(o)}function s(){typeof t.removeListener=="function"&&t.removeListener("error",i),n([].slice.call(arguments))}nd(t,e,s,{once:!0}),e!=="error"&&p2(t,i,{once:!0})})}function p2(t,e,n){typeof t.on=="function"&&nd(t,"error",e,n)}function nd(t,e,n,r){if(typeof t.on=="function")r.once?t.once(e,n):t.on(e,n);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(s){r.once&&t.removeEventListener(e,i),n(s)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}var vn={exports:{}};function g2(t){try{return JSON.stringify(t)}catch{return'"[Circular]"'}}var y2=b2;function b2(t,e,n){var r=n&&n.stringify||g2,i=1;if(typeof t=="object"&&t!==null){var s=e.length+i;if(s===1)return t;var o=new Array(s);o[0]=r(t);for(var a=1;a<s;a++)o[a]=r(e[a]);return o.join(" ")}if(typeof t!="string")return t;var c=e.length;if(c===0)return t;for(var f="",u=1-i,h=-1,l=t&&t.length||0,d=0;d<l;){if(t.charCodeAt(d)===37&&d+1<l){switch(h=h>-1?h:0,t.charCodeAt(d+1)){case 100:case 102:if(u>=c||e[u]==null)break;h<d&&(f+=t.slice(h,d)),f+=Number(e[u]),h=d+2,d++;break;case 105:if(u>=c||e[u]==null)break;h<d&&(f+=t.slice(h,d)),f+=Math.floor(Number(e[u])),h=d+2,d++;break;case 79:case 111:case 106:if(u>=c||e[u]===void 0)break;h<d&&(f+=t.slice(h,d));var p=typeof e[u];if(p==="string"){f+="'"+e[u]+"'",h=d+2,d++;break}if(p==="function"){f+=e[u].name||"<anonymous>",h=d+2,d++;break}f+=r(e[u]),h=d+2,d++;break;case 115:if(u>=c)break;h<d&&(f+=t.slice(h,d)),f+=String(e[u]),h=d+2,d++;break;case 37:h<d&&(f+=t.slice(h,d)),f+="%",h=d+2,d++,u--;break}++u}++d}return h===-1?t:(h<l&&(f+=t.slice(h)),f)}const rd=y2;vn.exports=Nn;const Ts=R2().console||{},w2={mapHttpRequest:Wo,mapHttpResponse:Wo,wrapRequestSerializer:Jc,wrapResponseSerializer:Jc,wrapErrorSerializer:Jc,req:Wo,res:Wo,err:sd,errWithCause:sd};function hr(t,e){return t==="silent"?1/0:e.levels.values[t]}const Zc=Symbol("pino.logFuncs"),Wc=Symbol("pino.hierarchy"),m2={error:"log",fatal:"error",warn:"error",info:"log",debug:"log",trace:"log"};function id(t,e){const n={logger:e,parent:t[Wc]};e[Wc]=n}function v2(t,e,n){const r={};e.forEach(i=>{r[i]=n[i]?n[i]:Ts[i]||Ts[m2[i]||"log"]||Ki}),t[Zc]=r}function E2(t,e){return Array.isArray(t)?t.filter(function(n){return n!=="!stdSerializers.err"}):t===!0?Object.keys(e):!1}function Nn(t){t=t||{},t.browser=t.browser||{};const e=t.browser.transmit;if(e&&typeof e.send!="function")throw Error("pino: transmit option must have a send function");const n=t.browser.write||Ts;t.browser.write&&(t.browser.asObject=!0);const r=t.serializers||{},i=E2(t.browser.serialize,r);let s=t.browser.serialize;Array.isArray(t.browser.serialize)&&t.browser.serialize.indexOf("!stdSerializers.err")>-1&&(s=!1);const o=Object.keys(t.customLevels||{}),a=["error","fatal","warn","info","debug","trace"].concat(o);typeof n=="function"&&a.forEach(function(b){n[b]=n}),(t.enabled===!1||t.browser.disabled)&&(t.level="silent");const c=t.level||"info",f=Object.create(n);f.log||(f.log=Ki),v2(f,a,n),id({},f),Object.defineProperty(f,"levelVal",{get:h}),Object.defineProperty(f,"level",{get:l,set:d});const u={transmit:e,serialize:i,asObject:t.browser.asObject,asObjectBindingsOnly:t.browser.asObjectBindingsOnly,formatters:t.browser.formatters,levels:a,timestamp:O2(t),messageKey:t.messageKey||"msg",onChild:t.onChild||Ki};f.levels=x2(t),f.level=c,f.isLevelEnabled=function(b){return this.levels.values[b]?this.levels.values[b]>=this.levels.values[this.level]:!1},f.setMaxListeners=f.getMaxListeners=f.emit=f.addListener=f.on=f.prependListener=f.once=f.prependOnceListener=f.removeListener=f.removeAllListeners=f.listeners=f.listenerCount=f.eventNames=f.write=f.flush=Ki,f.serializers=r,f._serialize=i,f._stdErrSerialize=s,f.child=function(...b){return p.call(this,u,...b)},e&&(f._logEvent=Xc());function h(){return hr(this.level,this)}function l(){return this._level}function d(b){if(b!=="silent"&&!this.levels.values[b])throw Error("unknown level "+b);this._level=b,hi(this,u,f,"error"),hi(this,u,f,"fatal"),hi(this,u,f,"warn"),hi(this,u,f,"info"),hi(this,u,f,"debug"),hi(this,u,f,"trace"),o.forEach(v=>{hi(this,u,f,v)})}function p(b,v,O){if(!v)throw new Error("missing bindings for child Pino");O=O||{},i&&v.serializers&&(O.serializers=v.serializers);const P=O.serializers;if(i&&P){var x=Object.assign({},r,P),S=t.browser.serialize===!0?Object.keys(x):i;delete v.serializers,Yc([v],S,x,this._stdErrSerialize)}function R(L){this._childLevel=(L._childLevel|0)+1,this.bindings=v,x&&(this.serializers=x,this._serialize=S),e&&(this._logEvent=Xc([].concat(L._logEvent.bindings,v)))}R.prototype=this;const U=new R(this);return id(this,U),U.child=function(...L){return p.call(this,b,...L)},U.level=O.level||this.level,b.onChild(U),U}return f}function x2(t){const e=t.customLevels||{},n=Object.assign({},Nn.levels.values,e),r=Object.assign({},Nn.levels.labels,_2(e));return{values:n,labels:r}}function _2(t){const e={};return Object.keys(t).forEach(function(n){e[t[n]]=n}),e}Nn.levels={values:{fatal:60,error:50,warn:40,info:30,debug:20,trace:10},labels:{10:"trace",20:"debug",30:"info",40:"warn",50:"error",60:"fatal"}},Nn.stdSerializers=w2,Nn.stdTimeFunctions=Object.assign({},{nullTime:od,epochTime:ad,unixTime:D2,isoTime:P2});function I2(t){const e=[];t.bindings&&e.push(t.bindings);let n=t[Wc];for(;n.parent;)n=n.parent,n.logger.bindings&&e.push(n.logger.bindings);return e.reverse()}function hi(t,e,n,r){if(Object.defineProperty(t,r,{value:hr(t.level,n)>hr(r,n)?Ki:n[Zc][r],writable:!0,enumerable:!0,configurable:!0}),t[r]===Ki){if(!e.transmit)return;const s=e.transmit.level||t.level,o=hr(s,n);if(hr(r,n)<o)return}t[r]=B2(t,e,n,r);const i=I2(t);i.length!==0&&(t[r]=S2(i,t[r]))}function S2(t,e){return function(){return e.apply(this,[...t,...arguments])}}function B2(t,e,n,r){return function(i){return function(){const s=e.timestamp(),o=new Array(arguments.length),a=Object.getPrototypeOf&&Object.getPrototypeOf(this)===Ts?Ts:this;for(var c=0;c<o.length;c++)o[c]=arguments[c];var f=!1;if(e.serialize&&(Yc(o,this._serialize,this.serializers,this._stdErrSerialize),f=!0),e.asObject||e.formatters?i.call(a,...$2(this,r,o,s,e)):i.apply(a,o),e.transmit){const u=e.transmit.level||t._level,h=hr(u,n),l=hr(r,n);if(l<h)return;A2(this,{ts:s,methodLevel:r,methodValue:l,transmitLevel:u,transmitValue:n.levels.values[e.transmit.level||t._level],send:e.transmit.send,val:hr(t._level,n)},o,f)}}}(t[Zc][r])}function $2(t,e,n,r,i){const{level:s,log:o=h=>h}=i.formatters||{},a=n.slice();let c=a[0];const f={};let u=(t._childLevel|0)+1;if(u<1&&(u=1),r&&(f.time=r),s){const h=s(e,t.levels.values[e]);Object.assign(f,h)}else f.level=t.levels.values[e];if(i.asObjectBindingsOnly){if(c!==null&&typeof c=="object")for(;u--&&typeof a[0]=="object";)Object.assign(f,a.shift());return[o(f),...a]}else{if(c!==null&&typeof c=="object"){for(;u--&&typeof a[0]=="object";)Object.assign(f,a.shift());c=a.length?rd(a.shift(),a):void 0}else typeof c=="string"&&(c=rd(a.shift(),a));return c!==void 0&&(f[i.messageKey]=c),[o(f)]}}function Yc(t,e,n,r){for(const i in t)if(r&&t[i]instanceof Error)t[i]=Nn.stdSerializers.err(t[i]);else if(typeof t[i]=="object"&&!Array.isArray(t[i])&&e)for(const s in t[i])e.indexOf(s)>-1&&s in n&&(t[i][s]=n[s](t[i][s]))}function A2(t,e,n,r=!1){const i=e.send,s=e.ts,o=e.methodLevel,a=e.methodValue,c=e.val,f=t._logEvent.bindings;r||Yc(n,t._serialize||Object.keys(t.serializers),t.serializers,t._stdErrSerialize===void 0?!0:t._stdErrSerialize),t._logEvent.ts=s,t._logEvent.messages=n.filter(function(u){return f.indexOf(u)===-1}),t._logEvent.level.label=o,t._logEvent.level.value=a,i(o,t._logEvent,c),t._logEvent=Xc(f)}function Xc(t){return{ts:0,messages:[],bindings:t||[],level:{label:"",value:0}}}function sd(t){const e={type:t.constructor.name,msg:t.message,stack:t.stack};for(const n in t)e[n]===void 0&&(e[n]=t[n]);return e}function O2(t){return typeof t.timestamp=="function"?t.timestamp:t.timestamp===!1?od:ad}function Wo(){return{}}function Jc(t){return t}function Ki(){}function od(){return!1}function ad(){return Date.now()}function D2(){return Math.round(Date.now()/1e3)}function P2(){return new Date(Date.now()).toISOString()}function R2(){function t(e){return typeof e<"u"&&e}try{return typeof globalThis<"u"||Object.defineProperty(Object.prototype,"globalThis",{get:function(){return delete Object.prototype.globalThis,this.globalThis=this},configurable:!0}),globalThis}catch{return t(self)||t(window)||t(this)||{}}}vn.exports.default=Nn;var cd=vn.exports.pino=Nn;const T2={level:"info"},Yo="custom_context",Qc=1e3*1024;var N2=Object.defineProperty,U2=(t,e,n)=>e in t?N2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,dr=(t,e,n)=>U2(t,typeof e!="symbol"?e+"":e,n);class C2{constructor(e){dr(this,"nodeValue"),dr(this,"sizeInBytes"),dr(this,"next"),this.nodeValue=e,this.sizeInBytes=new TextEncoder().encode(this.nodeValue).length,this.next=null}get value(){return this.nodeValue}get size(){return this.sizeInBytes}}class fd{constructor(e){dr(this,"lengthInNodes"),dr(this,"sizeInBytes"),dr(this,"head"),dr(this,"tail"),dr(this,"maxSizeInBytes"),this.head=null,this.tail=null,this.lengthInNodes=0,this.maxSizeInBytes=e,this.sizeInBytes=0}append(e){const n=new C2(e);if(n.size>this.maxSizeInBytes)throw new Error(`[LinkedList] Value too big to insert into list: ${e} with size ${n.size}`);for(;this.size+n.size>this.maxSizeInBytes;)this.shift();this.head?(this.tail&&(this.tail.next=n),this.tail=n):(this.head=n,this.tail=n),this.lengthInNodes++,this.sizeInBytes+=n.size}shift(){if(!this.head)return;const e=this.head;this.head=this.head.next,this.head||(this.tail=null),this.lengthInNodes--,this.sizeInBytes-=e.size}toArray(){const e=[];let n=this.head;for(;n!==null;)e.push(n.value),n=n.next;return e}get length(){return this.lengthInNodes}get size(){return this.sizeInBytes}toOrderedArray(){return Array.from(this)}[Symbol.iterator](){let e=this.head;return{next:()=>{if(!e)return{done:!0,value:null};const n=e.value;return e=e.next,{done:!1,value:n}}}}}const F2=t=>JSON.stringify(t,(e,n)=>typeof n=="bigint"?n.toString()+"n":n);function ud(t){return typeof t=="string"?t:F2(t)||""}var L2=Object.defineProperty,k2=(t,e,n)=>e in t?L2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Xo=(t,e,n)=>k2(t,typeof e!="symbol"?e+"":e,n);class ld{constructor(e,n=Qc){Xo(this,"logs"),Xo(this,"level"),Xo(this,"levelValue"),Xo(this,"MAX_LOG_SIZE_IN_BYTES"),this.level=e??"error",this.levelValue=vn.exports.levels.values[this.level],this.MAX_LOG_SIZE_IN_BYTES=n,this.logs=new fd(this.MAX_LOG_SIZE_IN_BYTES)}forwardToConsole(e,n){n===vn.exports.levels.values.error?console.error(e):n===vn.exports.levels.values.warn?console.warn(e):n===vn.exports.levels.values.debug?console.debug(e):n===vn.exports.levels.values.trace?console.trace(e):console.log(e)}appendToLogs(e){this.logs.append(ud({timestamp:new Date().toISOString(),log:e}));const n=typeof e=="string"?JSON.parse(e).level:e.level;n>=this.levelValue&&this.forwardToConsole(e,n)}getLogs(){return this.logs}clearLogs(){this.logs=new fd(this.MAX_LOG_SIZE_IN_BYTES)}getLogArray(){return Array.from(this.logs)}logsToBlob(e){const n=this.getLogArray();return n.push(ud({extraMetadata:e})),new Blob(n,{type:"application/json"})}}var q2=Object.defineProperty,M2=(t,e,n)=>e in t?q2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,j2=(t,e,n)=>M2(t,typeof e!="symbol"?e+"":e,n);class z2{constructor(e,n=Qc){j2(this,"baseChunkLogger"),this.baseChunkLogger=new ld(e,n)}write(e){this.baseChunkLogger.appendToLogs(e)}getLogs(){return this.baseChunkLogger.getLogs()}clearLogs(){this.baseChunkLogger.clearLogs()}getLogArray(){return this.baseChunkLogger.getLogArray()}logsToBlob(e){return this.baseChunkLogger.logsToBlob(e)}downloadLogsBlobInBrowser(e){const n=URL.createObjectURL(this.logsToBlob(e)),r=document.createElement("a");r.href=n,r.download=`walletconnect-logs-${new Date().toISOString()}.txt`,document.body.appendChild(r),r.click(),document.body.removeChild(r),URL.revokeObjectURL(n)}}var H2=Object.defineProperty,V2=(t,e,n)=>e in t?H2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,K2=(t,e,n)=>V2(t,typeof e!="symbol"?e+"":e,n);class G2{constructor(e,n=Qc){K2(this,"baseChunkLogger"),this.baseChunkLogger=new ld(e,n)}write(e){this.baseChunkLogger.appendToLogs(e)}getLogs(){return this.baseChunkLogger.getLogs()}clearLogs(){this.baseChunkLogger.clearLogs()}getLogArray(){return this.baseChunkLogger.getLogArray()}logsToBlob(e){return this.baseChunkLogger.logsToBlob(e)}}var Z2=Object.defineProperty,W2=Object.defineProperties,Y2=Object.getOwnPropertyDescriptors,hd=Object.getOwnPropertySymbols,X2=Object.prototype.hasOwnProperty,J2=Object.prototype.propertyIsEnumerable,dd=(t,e,n)=>e in t?Z2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,pr=(t,e)=>{for(var n in e||(e={}))X2.call(e,n)&&dd(t,n,e[n]);if(hd)for(var n of hd(e))J2.call(e,n)&&dd(t,n,e[n]);return t},gr=(t,e)=>W2(t,Y2(e));function ef(t){return gr(pr({},t),{level:t?.level||T2.level})}function Q2(t,e,n=Yo){return t[n]=e,t}function xt(t,e=Yo){return t[e]||""}function e3(t,e,n=Yo){const r=xt(t,n);return r.trim()?`${r}/${e}`:e}function Ft(t,e,n=Yo){const r=e3(t,e,n),i=t.child({context:r});return Q2(i,r,n)}function t3(t){var e,n;const r=new z2((e=t.opts)==null?void 0:e.level,t.maxSizeInBytes);return{logger:vn.exports(gr(pr({},t.opts),{level:"trace",browser:gr(pr({},(n=t.opts)==null?void 0:n.browser),{write:i=>r.write(i)})})),chunkLoggerController:r}}function n3(t){var e,n;const r=new G2((e=t.opts)==null?void 0:e.level,t.maxSizeInBytes);return{logger:vn.exports(gr(pr({},t.opts),{level:"trace",browser:gr(pr({},(n=t.opts)==null?void 0:n.browser),{write:i=>r.write(i)})}),r),chunkLoggerController:r}}function pd(t){var e;if(typeof t.loggerOverride<"u"&&typeof t.loggerOverride!="string")return{logger:t.loggerOverride,chunkLoggerController:null};const n=gr(pr({},t.opts),{level:typeof t.loggerOverride=="string"?t.loggerOverride:(e=t.opts)==null?void 0:e.level});return typeof window<"u"?t3(gr(pr({},t),{opts:n})):n3(gr(pr({},t),{opts:n}))}var gd=function(t,e,n){if(n||arguments.length===2)for(var r=0,i=e.length,s;r<i;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return t.concat(s||Array.prototype.slice.call(e))},r3=function(){function t(e,n,r){this.name=e,this.version=n,this.os=r,this.type="browser"}return t}(),i3=function(){function t(e){this.version=e,this.type="node",this.name="node",this.os=process.platform}return t}(),s3=function(){function t(e,n,r,i){this.name=e,this.version=n,this.os=r,this.bot=i,this.type="bot-device"}return t}(),o3=function(){function t(){this.type="bot",this.bot=!0,this.name="bot",this.version=null,this.os=null}return t}(),a3=function(){function t(){this.type="react-native",this.name="react-native",this.version=null,this.os=null}return t}(),c3=/alexa|bot|crawl(er|ing)|facebookexternalhit|feedburner|google web preview|nagios|postrank|pingdom|slurp|spider|yahoo!|yandex/,f3=/(nuhk|curl|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask\ Jeeves\/Teoma|ia_archiver)/,yd=3,u3=[["aol",/AOLShield\/([0-9\._]+)/],["edge",/Edge\/([0-9\._]+)/],["edge-ios",/EdgiOS\/([0-9\._]+)/],["yandexbrowser",/YaBrowser\/([0-9\._]+)/],["kakaotalk",/KAKAOTALK\s([0-9\.]+)/],["samsung",/SamsungBrowser\/([0-9\.]+)/],["silk",/\bSilk\/([0-9._-]+)\b/],["miui",/MiuiBrowser\/([0-9\.]+)$/],["beaker",/BeakerBrowser\/([0-9\.]+)/],["edge-chromium",/EdgA?\/([0-9\.]+)/],["chromium-webview",/(?!Chrom.*OPR)wv\).*Chrom(?:e|ium)\/([0-9\.]+)(:?\s|$)/],["chrome",/(?!Chrom.*OPR)Chrom(?:e|ium)\/([0-9\.]+)(:?\s|$)/],["phantomjs",/PhantomJS\/([0-9\.]+)(:?\s|$)/],["crios",/CriOS\/([0-9\.]+)(:?\s|$)/],["firefox",/Firefox\/([0-9\.]+)(?:\s|$)/],["fxios",/FxiOS\/([0-9\.]+)/],["opera-mini",/Opera Mini.*Version\/([0-9\.]+)/],["opera",/Opera\/([0-9\.]+)(?:\s|$)/],["opera",/OPR\/([0-9\.]+)(:?\s|$)/],["pie",/^Microsoft Pocket Internet Explorer\/(\d+\.\d+)$/],["pie",/^Mozilla\/\d\.\d+\s\(compatible;\s(?:MSP?IE|MSInternet Explorer) (\d+\.\d+);.*Windows CE.*\)$/],["netfront",/^Mozilla\/\d\.\d+.*NetFront\/(\d.\d)/],["ie",/Trident\/7\.0.*rv\:([0-9\.]+).*\).*Gecko$/],["ie",/MSIE\s([0-9\.]+);.*Trident\/[4-7].0/],["ie",/MSIE\s(7\.0)/],["bb10",/BB10;\sTouch.*Version\/([0-9\.]+)/],["android",/Android\s([0-9\.]+)/],["ios",/Version\/([0-9\._]+).*Mobile.*Safari.*/],["safari",/Version\/([0-9\._]+).*Safari/],["facebook",/FB[AS]V\/([0-9\.]+)/],["instagram",/Instagram\s([0-9\.]+)/],["ios-webview",/AppleWebKit\/([0-9\.]+).*Mobile/],["ios-webview",/AppleWebKit\/([0-9\.]+).*Gecko\)$/],["curl",/^curl\/([0-9\.]+)$/],["searchbot",c3]],bd=[["iOS",/iP(hone|od|ad)/],["Android OS",/Android/],["BlackBerry OS",/BlackBerry|BB10/],["Windows Mobile",/IEMobile/],["Amazon OS",/Kindle/],["Windows 3.11",/Win16/],["Windows 95",/(Windows 95)|(Win95)|(Windows_95)/],["Windows 98",/(Windows 98)|(Win98)/],["Windows 2000",/(Windows NT 5.0)|(Windows 2000)/],["Windows XP",/(Windows NT 5.1)|(Windows XP)/],["Windows Server 2003",/(Windows NT 5.2)/],["Windows Vista",/(Windows NT 6.0)/],["Windows 7",/(Windows NT 6.1)/],["Windows 8",/(Windows NT 6.2)/],["Windows 8.1",/(Windows NT 6.3)/],["Windows 10",/(Windows NT 10.0)/],["Windows ME",/Windows ME/],["Windows CE",/Windows CE|WinCE|Microsoft Pocket Internet Explorer/],["Open BSD",/OpenBSD/],["Sun OS",/SunOS/],["Chrome OS",/CrOS/],["Linux",/(Linux)|(X11)/],["Mac OS",/(Mac_PowerPC)|(Macintosh)/],["QNX",/QNX/],["BeOS",/BeOS/],["OS/2",/OS\/2/]];function l3(t){return t?wd(t):typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"?new a3:typeof navigator<"u"?wd(navigator.userAgent):p3()}function h3(t){return t!==""&&u3.reduce(function(e,n){var r=n[0],i=n[1];if(e)return e;var s=i.exec(t);return!!s&&[r,s]},!1)}function wd(t){var e=h3(t);if(!e)return null;var n=e[0],r=e[1];if(n==="searchbot")return new o3;var i=r[1]&&r[1].split(".").join("_").split("_").slice(0,3);i?i.length<yd&&(i=gd(gd([],i,!0),g3(yd-i.length),!0)):i=[];var s=i.join("."),o=d3(t),a=f3.exec(t);return a&&a[1]?new s3(n,s,o,a[1]):new r3(n,s,o)}function d3(t){for(var e=0,n=bd.length;e<n;e++){var r=bd[e],i=r[0],s=r[1],o=s.exec(t);if(o)return i}return null}function p3(){var t=typeof process<"u"&&process.version;return t?new i3(process.version.slice(1)):null}function g3(t){for(var e=[],n=0;n<t;n++)e.push("0");return e}var Z={};/*! *****************************************************************************
1
+ (function(_e,Bn){typeof exports=="object"&&typeof module<"u"?Bn(exports):typeof define=="function"&&define.amd?define(["exports"],Bn):(_e=typeof globalThis<"u"?globalThis:_e||self,Bn(_e["@reown/walletkit"]={}))})(this,function(_e){"use strict";var Bn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ch(t){var e=t.default;if(typeof e=="function"){var n=function(){return e.apply(this,arguments)};n.prototype=e.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(t).forEach(function(r){var i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:function(){return t[r]}})}),n}var ut={exports:{}},Ki=typeof Reflect=="object"?Reflect:null,Fh=Ki&&typeof Ki.apply=="function"?Ki.apply:function(e,n,r){return Function.prototype.apply.call(e,n,r)},Yo;Ki&&typeof Ki.ownKeys=="function"?Yo=Ki.ownKeys:Object.getOwnPropertySymbols?Yo=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Yo=function(e){return Object.getOwnPropertyNames(e)};function vm(t){console&&console.warn&&console.warn(t)}var qh=Number.isNaN||function(e){return e!==e};function Ie(){Ie.init.call(this)}ut.exports=Ie,ut.exports.once=Sm,Ie.EventEmitter=Ie,Ie.prototype._events=void 0,Ie.prototype._eventsCount=0,Ie.prototype._maxListeners=void 0;var kh=10;function Xo(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(Ie,"defaultMaxListeners",{enumerable:!0,get:function(){return kh},set:function(t){if(typeof t!="number"||t<0||qh(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");kh=t}}),Ie.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},Ie.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||qh(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function Lh(t){return t._maxListeners===void 0?Ie.defaultMaxListeners:t._maxListeners}Ie.prototype.getMaxListeners=function(){return Lh(this)},Ie.prototype.emit=function(e){for(var n=[],r=1;r<arguments.length;r++)n.push(arguments[r]);var i=e==="error",s=this._events;if(s!==void 0)i=i&&s.error===void 0;else if(!i)return!1;if(i){var o;if(n.length>0&&(o=n[0]),o instanceof Error)throw o;var a=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw a.context=o,a}var c=s[e];if(c===void 0)return!1;if(typeof c=="function")Fh(c,this,n);else for(var u=c.length,l=Vh(c,u),r=0;r<u;++r)Fh(l[r],this,n);return!0};function Mh(t,e,n,r){var i,s,o;if(Xo(n),s=t._events,s===void 0?(s=t._events=Object.create(null),t._eventsCount=0):(s.newListener!==void 0&&(t.emit("newListener",e,n.listener?n.listener:n),s=t._events),o=s[e]),o===void 0)o=s[e]=n,++t._eventsCount;else if(typeof o=="function"?o=s[e]=r?[n,o]:[o,n]:r?o.unshift(n):o.push(n),i=Lh(t),i>0&&o.length>i&&!o.warned){o.warned=!0;var a=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");a.name="MaxListenersExceededWarning",a.emitter=t,a.type=e,a.count=o.length,vm(a)}return t}Ie.prototype.addListener=function(e,n){return Mh(this,e,n,!1)},Ie.prototype.on=Ie.prototype.addListener,Ie.prototype.prependListener=function(e,n){return Mh(this,e,n,!0)};function Em(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function jh(t,e,n){var r={fired:!1,wrapFn:void 0,target:t,type:e,listener:n},i=Em.bind(r);return i.listener=n,r.wrapFn=i,i}Ie.prototype.once=function(e,n){return Xo(n),this.on(e,jh(this,e,n)),this},Ie.prototype.prependOnceListener=function(e,n){return Xo(n),this.prependListener(e,jh(this,e,n)),this},Ie.prototype.removeListener=function(e,n){var r,i,s,o,a;if(Xo(n),i=this._events,i===void 0)return this;if(r=i[e],r===void 0)return this;if(r===n||r.listener===n)--this._eventsCount===0?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,r.listener||n));else if(typeof r!="function"){for(s=-1,o=r.length-1;o>=0;o--)if(r[o]===n||r[o].listener===n){a=r[o].listener,s=o;break}if(s<0)return this;s===0?r.shift():xm(r,s),r.length===1&&(i[e]=r[0]),i.removeListener!==void 0&&this.emit("removeListener",e,a||n)}return this},Ie.prototype.off=Ie.prototype.removeListener,Ie.prototype.removeAllListeners=function(e){var n,r,i;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[e]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[e]),this;if(arguments.length===0){var s=Object.keys(r),o;for(i=0;i<s.length;++i)o=s[i],o!=="removeListener"&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(n=r[e],typeof n=="function")this.removeListener(e,n);else if(n!==void 0)for(i=n.length-1;i>=0;i--)this.removeListener(e,n[i]);return this};function zh(t,e,n){var r=t._events;if(r===void 0)return[];var i=r[e];return i===void 0?[]:typeof i=="function"?n?[i.listener||i]:[i]:n?Im(i):Vh(i,i.length)}Ie.prototype.listeners=function(e){return zh(this,e,!0)},Ie.prototype.rawListeners=function(e){return zh(this,e,!1)},Ie.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):Kh.call(t,e)},Ie.prototype.listenerCount=Kh;function Kh(t){var e=this._events;if(e!==void 0){var n=e[t];if(typeof n=="function")return 1;if(n!==void 0)return n.length}return 0}Ie.prototype.eventNames=function(){return this._eventsCount>0?Yo(this._events):[]};function Vh(t,e){for(var n=new Array(e),r=0;r<e;++r)n[r]=t[r];return n}function xm(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function Im(t){for(var e=new Array(t.length),n=0;n<e.length;++n)e[n]=t[n].listener||t[n];return e}function Sm(t,e){return new Promise(function(n,r){function i(o){t.removeListener(e,s),r(o)}function s(){typeof t.removeListener=="function"&&t.removeListener("error",i),n([].slice.call(arguments))}Hh(t,e,s,{once:!0}),e!=="error"&&Bm(t,i,{once:!0})})}function Bm(t,e,n){typeof t.on=="function"&&Hh(t,"error",e,n)}function Hh(t,e,n,r){if(typeof t.on=="function")r.once?t.once(e,n):t.on(e,n);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(s){r.once&&t.removeEventListener(e,i),n(s)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}var On={exports:{}};function Om(t){try{return JSON.stringify(t)}catch{return'"[Circular]"'}}var Am=Pm;function Pm(t,e,n){var r=n&&n.stringify||Om,i=1;if(typeof t=="object"&&t!==null){var s=e.length+i;if(s===1)return t;var o=new Array(s);o[0]=r(t);for(var a=1;a<s;a++)o[a]=r(e[a]);return o.join(" ")}if(typeof t!="string")return t;var c=e.length;if(c===0)return t;for(var u="",l=1-i,f=-1,d=t&&t.length||0,h=0;h<d;){if(t.charCodeAt(h)===37&&h+1<d){switch(f=f>-1?f:0,t.charCodeAt(h+1)){case 100:case 102:if(l>=c||e[l]==null)break;f<h&&(u+=t.slice(f,h)),u+=Number(e[l]),f=h+2,h++;break;case 105:if(l>=c||e[l]==null)break;f<h&&(u+=t.slice(f,h)),u+=Math.floor(Number(e[l])),f=h+2,h++;break;case 79:case 111:case 106:if(l>=c||e[l]===void 0)break;f<h&&(u+=t.slice(f,h));var p=typeof e[l];if(p==="string"){u+="'"+e[l]+"'",f=h+2,h++;break}if(p==="function"){u+=e[l].name||"<anonymous>",f=h+2,h++;break}u+=r(e[l]),f=h+2,h++;break;case 115:if(l>=c)break;f<h&&(u+=t.slice(f,h)),u+=String(e[l]),f=h+2,h++;break;case 37:f<h&&(u+=t.slice(f,h)),u+="%",f=h+2,h++,l--;break}++l}++h}return f===-1?t:(f<d&&(u+=t.slice(f)),u)}const Gh=Am;On.exports=zn;const Ns=Vm().console||{},Dm={mapHttpRequest:Jo,mapHttpResponse:Jo,wrapRequestSerializer:Yc,wrapResponseSerializer:Yc,wrapErrorSerializer:Yc,req:Jo,res:Jo,err:Zh,errWithCause:Zh};function gr(t,e){return t==="silent"?1/0:e.levels.values[t]}const Hc=Symbol("pino.logFuncs"),Gc=Symbol("pino.hierarchy"),Rm={error:"log",fatal:"error",warn:"error",info:"log",debug:"log",trace:"log"};function Wh(t,e){const n={logger:e,parent:t[Gc]};e[Gc]=n}function Tm(t,e,n){const r={};e.forEach(i=>{r[i]=n[i]?n[i]:Ns[i]||Ns[Rm[i]||"log"]||Vi}),t[Hc]=r}function Nm(t,e){return Array.isArray(t)?t.filter(function(n){return n!=="!stdSerializers.err"}):t===!0?Object.keys(e):!1}function zn(t){t=t||{},t.browser=t.browser||{};const e=t.browser.transmit;if(e&&typeof e.send!="function")throw Error("pino: transmit option must have a send function");const n=t.browser.write||Ns;t.browser.write&&(t.browser.asObject=!0);const r=t.serializers||{},i=Nm(t.browser.serialize,r);let s=t.browser.serialize;Array.isArray(t.browser.serialize)&&t.browser.serialize.indexOf("!stdSerializers.err")>-1&&(s=!1);const o=Object.keys(t.customLevels||{}),a=["error","fatal","warn","info","debug","trace"].concat(o);typeof n=="function"&&a.forEach(function(w){n[w]=n}),(t.enabled===!1||t.browser.disabled)&&(t.level="silent");const c=t.level||"info",u=Object.create(n);u.log||(u.log=Vi),Tm(u,a,n),Wh({},u),Object.defineProperty(u,"levelVal",{get:f}),Object.defineProperty(u,"level",{get:d,set:h});const l={transmit:e,serialize:i,asObject:t.browser.asObject,asObjectBindingsOnly:t.browser.asObjectBindingsOnly,formatters:t.browser.formatters,levels:a,timestamp:jm(t),messageKey:t.messageKey||"msg",onChild:t.onChild||Vi};u.levels=Um(t),u.level=c,u.isLevelEnabled=function(w){return this.levels.values[w]?this.levels.values[w]>=this.levels.values[this.level]:!1},u.setMaxListeners=u.getMaxListeners=u.emit=u.addListener=u.on=u.prependListener=u.once=u.prependOnceListener=u.removeListener=u.removeAllListeners=u.listeners=u.listenerCount=u.eventNames=u.write=u.flush=Vi,u.serializers=r,u._serialize=i,u._stdErrSerialize=s,u.child=function(...w){return p.call(this,l,...w)},e&&(u._logEvent=Zc());function f(){return gr(this.level,this)}function d(){return this._level}function h(w){if(w!=="silent"&&!this.levels.values[w])throw Error("unknown level "+w);this._level=w,si(this,l,u,"error"),si(this,l,u,"fatal"),si(this,l,u,"warn"),si(this,l,u,"info"),si(this,l,u,"debug"),si(this,l,u,"trace"),o.forEach(m=>{si(this,l,u,m)})}function p(w,m,P){if(!m)throw new Error("missing bindings for child Pino");P=P||{},i&&m.serializers&&(P.serializers=m.serializers);const T=P.serializers;if(i&&T){var I=Object.assign({},r,T),x=t.browser.serialize===!0?Object.keys(I):i;delete m.serializers,Wc([m],x,I,this._stdErrSerialize)}function S(k){this._childLevel=(k._childLevel|0)+1,this.bindings=m,I&&(this.serializers=I,this._serialize=x),e&&(this._logEvent=Zc([].concat(k._logEvent.bindings,m)))}S.prototype=this;const U=new S(this);return Wh(this,U),U.child=function(...k){return p.call(this,w,...k)},U.level=P.level||this.level,w.onChild(U),U}return u}function Um(t){const e=t.customLevels||{},n=Object.assign({},zn.levels.values,e),r=Object.assign({},zn.levels.labels,Cm(e));return{values:n,labels:r}}function Cm(t){const e={};return Object.keys(t).forEach(function(n){e[t[n]]=n}),e}zn.levels={values:{fatal:60,error:50,warn:40,info:30,debug:20,trace:10},labels:{10:"trace",20:"debug",30:"info",40:"warn",50:"error",60:"fatal"}},zn.stdSerializers=Dm,zn.stdTimeFunctions=Object.assign({},{nullTime:Yh,epochTime:Xh,unixTime:zm,isoTime:Km});function Fm(t){const e=[];t.bindings&&e.push(t.bindings);let n=t[Gc];for(;n.parent;)n=n.parent,n.logger.bindings&&e.push(n.logger.bindings);return e.reverse()}function si(t,e,n,r){if(Object.defineProperty(t,r,{value:gr(t.level,n)>gr(r,n)?Vi:n[Hc][r],writable:!0,enumerable:!0,configurable:!0}),t[r]===Vi){if(!e.transmit)return;const s=e.transmit.level||t.level,o=gr(s,n);if(gr(r,n)<o)return}t[r]=km(t,e,n,r);const i=Fm(t);i.length!==0&&(t[r]=qm(i,t[r]))}function qm(t,e){return function(){return e.apply(this,[...t,...arguments])}}function km(t,e,n,r){return function(i){return function(){const s=e.timestamp(),o=new Array(arguments.length),a=Object.getPrototypeOf&&Object.getPrototypeOf(this)===Ns?Ns:this;for(var c=0;c<o.length;c++)o[c]=arguments[c];var u=!1;if(e.serialize&&(Wc(o,this._serialize,this.serializers,this._stdErrSerialize),u=!0),e.asObject||e.formatters?i.call(a,...Lm(this,r,o,s,e)):i.apply(a,o),e.transmit){const l=e.transmit.level||t._level,f=gr(l,n),d=gr(r,n);if(d<f)return;Mm(this,{ts:s,methodLevel:r,methodValue:d,transmitLevel:l,transmitValue:n.levels.values[e.transmit.level||t._level],send:e.transmit.send,val:gr(t._level,n)},o,u)}}}(t[Hc][r])}function Lm(t,e,n,r,i){const{level:s,log:o=f=>f}=i.formatters||{},a=n.slice();let c=a[0];const u={};let l=(t._childLevel|0)+1;if(l<1&&(l=1),r&&(u.time=r),s){const f=s(e,t.levels.values[e]);Object.assign(u,f)}else u.level=t.levels.values[e];if(i.asObjectBindingsOnly){if(c!==null&&typeof c=="object")for(;l--&&typeof a[0]=="object";)Object.assign(u,a.shift());return[o(u),...a]}else{if(c!==null&&typeof c=="object"){for(;l--&&typeof a[0]=="object";)Object.assign(u,a.shift());c=a.length?Gh(a.shift(),a):void 0}else typeof c=="string"&&(c=Gh(a.shift(),a));return c!==void 0&&(u[i.messageKey]=c),[o(u)]}}function Wc(t,e,n,r){for(const i in t)if(r&&t[i]instanceof Error)t[i]=zn.stdSerializers.err(t[i]);else if(typeof t[i]=="object"&&!Array.isArray(t[i])&&e)for(const s in t[i])e.indexOf(s)>-1&&s in n&&(t[i][s]=n[s](t[i][s]))}function Mm(t,e,n,r=!1){const i=e.send,s=e.ts,o=e.methodLevel,a=e.methodValue,c=e.val,u=t._logEvent.bindings;r||Wc(n,t._serialize||Object.keys(t.serializers),t.serializers,t._stdErrSerialize===void 0?!0:t._stdErrSerialize),t._logEvent.ts=s,t._logEvent.messages=n.filter(function(l){return u.indexOf(l)===-1}),t._logEvent.level.label=o,t._logEvent.level.value=a,i(o,t._logEvent,c),t._logEvent=Zc(u)}function Zc(t){return{ts:0,messages:[],bindings:t||[],level:{label:"",value:0}}}function Zh(t){const e={type:t.constructor.name,msg:t.message,stack:t.stack};for(const n in t)e[n]===void 0&&(e[n]=t[n]);return e}function jm(t){return typeof t.timestamp=="function"?t.timestamp:t.timestamp===!1?Yh:Xh}function Jo(){return{}}function Yc(t){return t}function Vi(){}function Yh(){return!1}function Xh(){return Date.now()}function zm(){return Math.round(Date.now()/1e3)}function Km(){return new Date(Date.now()).toISOString()}function Vm(){function t(e){return typeof e<"u"&&e}try{return typeof globalThis<"u"||Object.defineProperty(Object.prototype,"globalThis",{get:function(){return delete Object.prototype.globalThis,this.globalThis=this},configurable:!0}),globalThis}catch{return t(self)||t(window)||t(this)||{}}}On.exports.default=zn;var Jh=On.exports.pino=zn;const Hm={level:"info"},Qo="custom_context",Xc=1e3*1024;var Gm=Object.defineProperty,Wm=(t,e,n)=>e in t?Gm(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,br=(t,e,n)=>Wm(t,typeof e!="symbol"?e+"":e,n);class Zm{constructor(e){br(this,"nodeValue"),br(this,"sizeInBytes"),br(this,"next"),this.nodeValue=e,this.sizeInBytes=new TextEncoder().encode(this.nodeValue).length,this.next=null}get value(){return this.nodeValue}get size(){return this.sizeInBytes}}class Qh{constructor(e){br(this,"lengthInNodes"),br(this,"sizeInBytes"),br(this,"head"),br(this,"tail"),br(this,"maxSizeInBytes"),this.head=null,this.tail=null,this.lengthInNodes=0,this.maxSizeInBytes=e,this.sizeInBytes=0}append(e){const n=new Zm(e);if(n.size>this.maxSizeInBytes)throw new Error(`[LinkedList] Value too big to insert into list: ${e} with size ${n.size}`);for(;this.size+n.size>this.maxSizeInBytes;)this.shift();this.head?(this.tail&&(this.tail.next=n),this.tail=n):(this.head=n,this.tail=n),this.lengthInNodes++,this.sizeInBytes+=n.size}shift(){if(!this.head)return;const e=this.head;this.head=this.head.next,this.head||(this.tail=null),this.lengthInNodes--,this.sizeInBytes-=e.size}toArray(){const e=[];let n=this.head;for(;n!==null;)e.push(n.value),n=n.next;return e}get length(){return this.lengthInNodes}get size(){return this.sizeInBytes}toOrderedArray(){return Array.from(this)}[Symbol.iterator](){let e=this.head;return{next:()=>{if(!e)return{done:!0,value:null};const n=e.value;return e=e.next,{done:!1,value:n}}}}}const Ym=t=>JSON.stringify(t,(e,n)=>typeof n=="bigint"?n.toString()+"n":n);function _h(t){return typeof t=="string"?t:Ym(t)||""}var Xm=Object.defineProperty,Jm=(t,e,n)=>e in t?Xm(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,_o=(t,e,n)=>Jm(t,typeof e!="symbol"?e+"":e,n);class $h{constructor(e,n=Xc){_o(this,"logs"),_o(this,"level"),_o(this,"levelValue"),_o(this,"MAX_LOG_SIZE_IN_BYTES"),this.level=e??"error",this.levelValue=On.exports.levels.values[this.level],this.MAX_LOG_SIZE_IN_BYTES=n,this.logs=new Qh(this.MAX_LOG_SIZE_IN_BYTES)}forwardToConsole(e,n){n===On.exports.levels.values.error?console.error(e):n===On.exports.levels.values.warn?console.warn(e):n===On.exports.levels.values.debug?console.debug(e):n===On.exports.levels.values.trace?console.trace(e):console.log(e)}appendToLogs(e){this.logs.append(_h({timestamp:new Date().toISOString(),log:e}));const n=typeof e=="string"?JSON.parse(e).level:e.level;n>=this.levelValue&&this.forwardToConsole(e,n)}getLogs(){return this.logs}clearLogs(){this.logs=new Qh(this.MAX_LOG_SIZE_IN_BYTES)}getLogArray(){return Array.from(this.logs)}logsToBlob(e){const n=this.getLogArray();return n.push(_h({extraMetadata:e})),new Blob(n,{type:"application/json"})}}var Qm=Object.defineProperty,_m=(t,e,n)=>e in t?Qm(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,$m=(t,e,n)=>_m(t,typeof e!="symbol"?e+"":e,n);class e2{constructor(e,n=Xc){$m(this,"baseChunkLogger"),this.baseChunkLogger=new $h(e,n)}write(e){this.baseChunkLogger.appendToLogs(e)}getLogs(){return this.baseChunkLogger.getLogs()}clearLogs(){this.baseChunkLogger.clearLogs()}getLogArray(){return this.baseChunkLogger.getLogArray()}logsToBlob(e){return this.baseChunkLogger.logsToBlob(e)}downloadLogsBlobInBrowser(e){const n=URL.createObjectURL(this.logsToBlob(e)),r=document.createElement("a");r.href=n,r.download=`walletconnect-logs-${new Date().toISOString()}.txt`,document.body.appendChild(r),r.click(),document.body.removeChild(r),URL.revokeObjectURL(n)}}var t2=Object.defineProperty,n2=(t,e,n)=>e in t?t2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,r2=(t,e,n)=>n2(t,typeof e!="symbol"?e+"":e,n);class i2{constructor(e,n=Xc){r2(this,"baseChunkLogger"),this.baseChunkLogger=new $h(e,n)}write(e){this.baseChunkLogger.appendToLogs(e)}getLogs(){return this.baseChunkLogger.getLogs()}clearLogs(){this.baseChunkLogger.clearLogs()}getLogArray(){return this.baseChunkLogger.getLogArray()}logsToBlob(e){return this.baseChunkLogger.logsToBlob(e)}}var s2=Object.defineProperty,o2=Object.defineProperties,a2=Object.getOwnPropertyDescriptors,ed=Object.getOwnPropertySymbols,c2=Object.prototype.hasOwnProperty,u2=Object.prototype.propertyIsEnumerable,td=(t,e,n)=>e in t?s2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,wr=(t,e)=>{for(var n in e||(e={}))c2.call(e,n)&&td(t,n,e[n]);if(ed)for(var n of ed(e))u2.call(e,n)&&td(t,n,e[n]);return t},yr=(t,e)=>o2(t,a2(e));function Jc(t){return yr(wr({},t),{level:t?.level||Hm.level})}function l2(t,e,n=Qo){return t[n]=e,t}function Rt(t,e=Qo){return t[e]||""}function f2(t,e,n=Qo){const r=Rt(t,n);return r.trim()?`${r}/${e}`:e}function Gt(t,e,n=Qo){const r=f2(t,e,n),i=t.child({context:r});return l2(i,r,n)}function h2(t){var e,n;const r=new e2((e=t.opts)==null?void 0:e.level,t.maxSizeInBytes);return{logger:On.exports(yr(wr({},t.opts),{level:"trace",browser:yr(wr({},(n=t.opts)==null?void 0:n.browser),{write:i=>r.write(i)})})),chunkLoggerController:r}}function d2(t){var e,n;const r=new i2((e=t.opts)==null?void 0:e.level,t.maxSizeInBytes);return{logger:On.exports(yr(wr({},t.opts),{level:"trace",browser:yr(wr({},(n=t.opts)==null?void 0:n.browser),{write:i=>r.write(i)})}),r),chunkLoggerController:r}}function nd(t){var e;if(typeof t.loggerOverride<"u"&&typeof t.loggerOverride!="string")return{logger:t.loggerOverride,chunkLoggerController:null};const n=yr(wr({},t.opts),{level:typeof t.loggerOverride=="string"?t.loggerOverride:(e=t.opts)==null?void 0:e.level});return typeof window<"u"?h2(yr(wr({},t),{opts:n})):d2(yr(wr({},t),{opts:n}))}var rd=function(t,e,n){if(n||arguments.length===2)for(var r=0,i=e.length,s;r<i;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return t.concat(s||Array.prototype.slice.call(e))},p2=function(){function t(e,n,r){this.name=e,this.version=n,this.os=r,this.type="browser"}return t}(),g2=function(){function t(e){this.version=e,this.type="node",this.name="node",this.os=process.platform}return t}(),b2=function(){function t(e,n,r,i){this.name=e,this.version=n,this.os=r,this.bot=i,this.type="bot-device"}return t}(),w2=function(){function t(){this.type="bot",this.bot=!0,this.name="bot",this.version=null,this.os=null}return t}(),y2=function(){function t(){this.type="react-native",this.name="react-native",this.version=null,this.os=null}return t}(),m2=/alexa|bot|crawl(er|ing)|facebookexternalhit|feedburner|google web preview|nagios|postrank|pingdom|slurp|spider|yahoo!|yandex/,v2=/(nuhk|curl|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask\ Jeeves\/Teoma|ia_archiver)/,id=3,E2=[["aol",/AOLShield\/([0-9\._]+)/],["edge",/Edge\/([0-9\._]+)/],["edge-ios",/EdgiOS\/([0-9\._]+)/],["yandexbrowser",/YaBrowser\/([0-9\._]+)/],["kakaotalk",/KAKAOTALK\s([0-9\.]+)/],["samsung",/SamsungBrowser\/([0-9\.]+)/],["silk",/\bSilk\/([0-9._-]+)\b/],["miui",/MiuiBrowser\/([0-9\.]+)$/],["beaker",/BeakerBrowser\/([0-9\.]+)/],["edge-chromium",/EdgA?\/([0-9\.]+)/],["chromium-webview",/(?!Chrom.*OPR)wv\).*Chrom(?:e|ium)\/([0-9\.]+)(:?\s|$)/],["chrome",/(?!Chrom.*OPR)Chrom(?:e|ium)\/([0-9\.]+)(:?\s|$)/],["phantomjs",/PhantomJS\/([0-9\.]+)(:?\s|$)/],["crios",/CriOS\/([0-9\.]+)(:?\s|$)/],["firefox",/Firefox\/([0-9\.]+)(?:\s|$)/],["fxios",/FxiOS\/([0-9\.]+)/],["opera-mini",/Opera Mini.*Version\/([0-9\.]+)/],["opera",/Opera\/([0-9\.]+)(?:\s|$)/],["opera",/OPR\/([0-9\.]+)(:?\s|$)/],["pie",/^Microsoft Pocket Internet Explorer\/(\d+\.\d+)$/],["pie",/^Mozilla\/\d\.\d+\s\(compatible;\s(?:MSP?IE|MSInternet Explorer) (\d+\.\d+);.*Windows CE.*\)$/],["netfront",/^Mozilla\/\d\.\d+.*NetFront\/(\d.\d)/],["ie",/Trident\/7\.0.*rv\:([0-9\.]+).*\).*Gecko$/],["ie",/MSIE\s([0-9\.]+);.*Trident\/[4-7].0/],["ie",/MSIE\s(7\.0)/],["bb10",/BB10;\sTouch.*Version\/([0-9\.]+)/],["android",/Android\s([0-9\.]+)/],["ios",/Version\/([0-9\._]+).*Mobile.*Safari.*/],["safari",/Version\/([0-9\._]+).*Safari/],["facebook",/FB[AS]V\/([0-9\.]+)/],["instagram",/Instagram\s([0-9\.]+)/],["ios-webview",/AppleWebKit\/([0-9\.]+).*Mobile/],["ios-webview",/AppleWebKit\/([0-9\.]+).*Gecko\)$/],["curl",/^curl\/([0-9\.]+)$/],["searchbot",m2]],sd=[["iOS",/iP(hone|od|ad)/],["Android OS",/Android/],["BlackBerry OS",/BlackBerry|BB10/],["Windows Mobile",/IEMobile/],["Amazon OS",/Kindle/],["Windows 3.11",/Win16/],["Windows 95",/(Windows 95)|(Win95)|(Windows_95)/],["Windows 98",/(Windows 98)|(Win98)/],["Windows 2000",/(Windows NT 5.0)|(Windows 2000)/],["Windows XP",/(Windows NT 5.1)|(Windows XP)/],["Windows Server 2003",/(Windows NT 5.2)/],["Windows Vista",/(Windows NT 6.0)/],["Windows 7",/(Windows NT 6.1)/],["Windows 8",/(Windows NT 6.2)/],["Windows 8.1",/(Windows NT 6.3)/],["Windows 10",/(Windows NT 10.0)/],["Windows ME",/Windows ME/],["Windows CE",/Windows CE|WinCE|Microsoft Pocket Internet Explorer/],["Open BSD",/OpenBSD/],["Sun OS",/SunOS/],["Chrome OS",/CrOS/],["Linux",/(Linux)|(X11)/],["Mac OS",/(Mac_PowerPC)|(Macintosh)/],["QNX",/QNX/],["BeOS",/BeOS/],["OS/2",/OS\/2/]];function x2(t){return t?od(t):typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"?new y2:typeof navigator<"u"?od(navigator.userAgent):B2()}function I2(t){return t!==""&&E2.reduce(function(e,n){var r=n[0],i=n[1];if(e)return e;var s=i.exec(t);return!!s&&[r,s]},!1)}function od(t){var e=I2(t);if(!e)return null;var n=e[0],r=e[1];if(n==="searchbot")return new w2;var i=r[1]&&r[1].split(".").join("_").split("_").slice(0,3);i?i.length<id&&(i=rd(rd([],i,!0),O2(id-i.length),!0)):i=[];var s=i.join("."),o=S2(t),a=v2.exec(t);return a&&a[1]?new b2(n,s,o,a[1]):new p2(n,s,o)}function S2(t){for(var e=0,n=sd.length;e<n;e++){var r=sd[e],i=r[0],s=r[1],o=s.exec(t);if(o)return i}return null}function B2(){var t=typeof process<"u"&&process.version;return t?new g2(process.version.slice(1)):null}function O2(t){for(var e=[],n=0;n<t;n++)e.push("0");return e}var J={};/*! *****************************************************************************
2
2
  Copyright (c) Microsoft Corporation.
3
3
 
4
4
  Permission to use, copy, modify, and/or distribute this software for any
@@ -11,20 +11,22 @@
11
11
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
12
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
13
  PERFORMANCE OF THIS SOFTWARE.
14
- ***************************************************************************** */var tf=function(t,e){return tf=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)r.hasOwnProperty(i)&&(n[i]=r[i])},tf(t,e)};function y3(t,e){tf(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}var nf=function(){return nf=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(e[s]=n[s])}return e},nf.apply(this,arguments)};function b3(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(n[r[i]]=t[r[i]]);return n}function w3(t,e,n,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,n):r,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s}function m3(t,e){return function(n,r){e(n,r,t)}}function v3(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function E3(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(u){try{f(r.next(u))}catch(h){o(h)}}function c(u){try{f(r.throw(u))}catch(h){o(h)}}function f(u){u.done?s(u.value):i(u.value).then(a,c)}f((r=r.apply(t,e||[])).next())})}function x3(t,e){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(f){return function(u){return c([f,u])}}function c(f){if(r)throw new TypeError("Generator is already executing.");for(;n;)try{if(r=1,i&&(s=f[0]&2?i.return:f[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,f[1])).done)return s;switch(i=0,s&&(f=[f[0]&2,s.value]),f[0]){case 0:case 1:s=f;break;case 4:return n.label++,{value:f[1],done:!1};case 5:n.label++,i=f[1],f=[0];continue;case 7:f=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(f[0]===6||f[0]===2)){n=0;continue}if(f[0]===3&&(!s||f[1]>s[0]&&f[1]<s[3])){n.label=f[1];break}if(f[0]===6&&n.label<s[1]){n.label=s[1],s=f;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(f);break}s[2]&&n.ops.pop(),n.trys.pop();continue}f=e.call(t,n)}catch(u){f=[6,u],i=0}finally{r=s=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}}function _3(t,e,n,r){r===void 0&&(r=n),t[r]=e[n]}function I3(t,e){for(var n in t)n!=="default"&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function rf(t){var e=typeof Symbol=="function"&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function md(t,e){var n=typeof Symbol=="function"&&t[Symbol.iterator];if(!n)return t;var r=n.call(t),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return s}function S3(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(md(arguments[e]));return t}function B3(){for(var t=0,e=0,n=arguments.length;e<n;e++)t+=arguments[e].length;for(var r=Array(t),i=0,e=0;e<n;e++)for(var s=arguments[e],o=0,a=s.length;o<a;o++,i++)r[i]=s[o];return r}function Ns(t){return this instanceof Ns?(this.v=t,this):new Ns(t)}function $3(t,e,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(t,e||[]),i,s=[];return i={},o("next"),o("throw"),o("return"),i[Symbol.asyncIterator]=function(){return this},i;function o(l){r[l]&&(i[l]=function(d){return new Promise(function(p,b){s.push([l,d,p,b])>1||a(l,d)})})}function a(l,d){try{c(r[l](d))}catch(p){h(s[0][3],p)}}function c(l){l.value instanceof Ns?Promise.resolve(l.value.v).then(f,u):h(s[0][2],l)}function f(l){a("next",l)}function u(l){a("throw",l)}function h(l,d){l(d),s.shift(),s.length&&a(s[0][0],s[0][1])}}function A3(t){var e,n;return e={},r("next"),r("throw",function(i){throw i}),r("return"),e[Symbol.iterator]=function(){return this},e;function r(i,s){e[i]=t[i]?function(o){return(n=!n)?{value:Ns(t[i](o)),done:i==="return"}:s?s(o):o}:s}}function O3(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],n;return e?e.call(t):(t=typeof rf=="function"?rf(t):t[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(s){n[s]=t[s]&&function(o){return new Promise(function(a,c){o=t[s](o),i(a,c,o.done,o.value)})}}function i(s,o,a,c){Promise.resolve(c).then(function(f){s({value:f,done:a})},o)}}function D3(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function P3(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)Object.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function R3(t){return t&&t.__esModule?t:{default:t}}function T3(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function N3(t,e,n){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,n),n}var U3=Object.freeze({__proto__:null,__extends:y3,get __assign(){return nf},__rest:b3,__decorate:w3,__param:m3,__metadata:v3,__awaiter:E3,__generator:x3,__createBinding:_3,__exportStar:I3,__values:rf,__read:md,__spread:S3,__spreadArrays:B3,__await:Ns,__asyncGenerator:$3,__asyncDelegator:A3,__asyncValues:O3,__makeTemplateObject:D3,__importStar:P3,__importDefault:R3,__classPrivateFieldGet:T3,__classPrivateFieldSet:N3}),Jo=Kh(U3),sf={},Us={},vd;function C3(){if(vd)return Us;vd=1,Object.defineProperty(Us,"__esModule",{value:!0}),Us.delay=void 0;function t(e){return new Promise(n=>{setTimeout(()=>{n(!0)},e)})}return Us.delay=t,Us}var di={},of={},pi={},Ed;function F3(){return Ed||(Ed=1,Object.defineProperty(pi,"__esModule",{value:!0}),pi.ONE_THOUSAND=pi.ONE_HUNDRED=void 0,pi.ONE_HUNDRED=100,pi.ONE_THOUSAND=1e3),pi}var af={},xd;function L3(){return xd||(xd=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.ONE_YEAR=t.FOUR_WEEKS=t.THREE_WEEKS=t.TWO_WEEKS=t.ONE_WEEK=t.THIRTY_DAYS=t.SEVEN_DAYS=t.FIVE_DAYS=t.THREE_DAYS=t.ONE_DAY=t.TWENTY_FOUR_HOURS=t.TWELVE_HOURS=t.SIX_HOURS=t.THREE_HOURS=t.ONE_HOUR=t.SIXTY_MINUTES=t.THIRTY_MINUTES=t.TEN_MINUTES=t.FIVE_MINUTES=t.ONE_MINUTE=t.SIXTY_SECONDS=t.THIRTY_SECONDS=t.TEN_SECONDS=t.FIVE_SECONDS=t.ONE_SECOND=void 0,t.ONE_SECOND=1,t.FIVE_SECONDS=5,t.TEN_SECONDS=10,t.THIRTY_SECONDS=30,t.SIXTY_SECONDS=60,t.ONE_MINUTE=t.SIXTY_SECONDS,t.FIVE_MINUTES=t.ONE_MINUTE*5,t.TEN_MINUTES=t.ONE_MINUTE*10,t.THIRTY_MINUTES=t.ONE_MINUTE*30,t.SIXTY_MINUTES=t.ONE_MINUTE*60,t.ONE_HOUR=t.SIXTY_MINUTES,t.THREE_HOURS=t.ONE_HOUR*3,t.SIX_HOURS=t.ONE_HOUR*6,t.TWELVE_HOURS=t.ONE_HOUR*12,t.TWENTY_FOUR_HOURS=t.ONE_HOUR*24,t.ONE_DAY=t.TWENTY_FOUR_HOURS,t.THREE_DAYS=t.ONE_DAY*3,t.FIVE_DAYS=t.ONE_DAY*5,t.SEVEN_DAYS=t.ONE_DAY*7,t.THIRTY_DAYS=t.ONE_DAY*30,t.ONE_WEEK=t.SEVEN_DAYS,t.TWO_WEEKS=t.ONE_WEEK*2,t.THREE_WEEKS=t.ONE_WEEK*3,t.FOUR_WEEKS=t.ONE_WEEK*4,t.ONE_YEAR=t.ONE_DAY*365}(af)),af}var _d;function Id(){return _d||(_d=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Jo;e.__exportStar(F3(),t),e.__exportStar(L3(),t)}(of)),of}var Sd;function k3(){if(Sd)return di;Sd=1,Object.defineProperty(di,"__esModule",{value:!0}),di.fromMiliseconds=di.toMiliseconds=void 0;const t=Id();function e(r){return r*t.ONE_THOUSAND}di.toMiliseconds=e;function n(r){return Math.floor(r/t.ONE_THOUSAND)}return di.fromMiliseconds=n,di}var Bd;function q3(){return Bd||(Bd=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Jo;e.__exportStar(C3(),t),e.__exportStar(k3(),t)}(sf)),sf}var Gi={},$d;function M3(){if($d)return Gi;$d=1,Object.defineProperty(Gi,"__esModule",{value:!0}),Gi.Watch=void 0;class t{constructor(){this.timestamps=new Map}start(n){if(this.timestamps.has(n))throw new Error(`Watch already started for label: ${n}`);this.timestamps.set(n,{started:Date.now()})}stop(n){const r=this.get(n);if(typeof r.elapsed<"u")throw new Error(`Watch already stopped for label: ${n}`);const i=Date.now()-r.started;this.timestamps.set(n,{started:r.started,elapsed:i})}get(n){const r=this.timestamps.get(n);if(typeof r>"u")throw new Error(`No timestamp found for label: ${n}`);return r}elapsed(n){const r=this.get(n);return r.elapsed||Date.now()-r.started}}return Gi.Watch=t,Gi.default=t,Gi}var cf={},Cs={},Ad;function j3(){if(Ad)return Cs;Ad=1,Object.defineProperty(Cs,"__esModule",{value:!0}),Cs.IWatch=void 0;class t{}return Cs.IWatch=t,Cs}var Od;function z3(){return Od||(Od=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Jo.__exportStar(j3(),t)}(cf)),cf}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=Jo;e.__exportStar(q3(),t),e.__exportStar(M3(),t),e.__exportStar(z3(),t),e.__exportStar(Id(),t)})(Z);var Ee={};Object.defineProperty(Ee,"__esModule",{value:!0}),Ee.getLocalStorage=Ee.getLocalStorageOrThrow=Ee.getCrypto=Ee.getCryptoOrThrow=Dd=Ee.getLocation=Ee.getLocationOrThrow=Fs=Ee.getNavigator=Ee.getNavigatorOrThrow=Un=Ee.getDocument=Ee.getDocumentOrThrow=Ee.getFromWindowOrThrow=Ee.getFromWindow=void 0;function gi(t){let e;return typeof window<"u"&&typeof window[t]<"u"&&(e=window[t]),e}Ee.getFromWindow=gi;function Zi(t){const e=gi(t);if(!e)throw new Error(`${t} is not defined in Window`);return e}Ee.getFromWindowOrThrow=Zi;function H3(){return Zi("document")}Ee.getDocumentOrThrow=H3;function V3(){return gi("document")}var Un=Ee.getDocument=V3;function K3(){return Zi("navigator")}Ee.getNavigatorOrThrow=K3;function G3(){return gi("navigator")}var Fs=Ee.getNavigator=G3;function Z3(){return Zi("location")}Ee.getLocationOrThrow=Z3;function W3(){return gi("location")}var Dd=Ee.getLocation=W3;function Y3(){return Zi("crypto")}Ee.getCryptoOrThrow=Y3;function X3(){return gi("crypto")}Ee.getCrypto=X3;function J3(){return Zi("localStorage")}Ee.getLocalStorageOrThrow=J3;function Q3(){return gi("localStorage")}Ee.getLocalStorage=Q3;var ff={};Object.defineProperty(ff,"__esModule",{value:!0});var Pd=ff.getWindowMetadata=void 0;const Rd=Ee;function ev(){let t,e;try{t=Rd.getDocumentOrThrow(),e=Rd.getLocationOrThrow()}catch{return null}function n(){const h=t.getElementsByTagName("link"),l=[];for(let d=0;d<h.length;d++){const p=h[d],b=p.getAttribute("rel");if(b&&b.toLowerCase().indexOf("icon")>-1){const v=p.getAttribute("href");if(v)if(v.toLowerCase().indexOf("https:")===-1&&v.toLowerCase().indexOf("http:")===-1&&v.indexOf("//")!==0){let O=e.protocol+"//"+e.host;if(v.indexOf("/")===0)O+=v;else{const P=e.pathname.split("/");P.pop();const x=P.join("/");O+=x+"/"+v}l.push(O)}else if(v.indexOf("//")===0){const O=e.protocol+v;l.push(O)}else l.push(v)}}return l}function r(...h){const l=t.getElementsByTagName("meta");for(let d=0;d<l.length;d++){const p=l[d],b=["itemprop","property","name"].map(v=>p.getAttribute(v)).filter(v=>v?h.includes(v):!1);if(b.length&&b){const v=p.getAttribute("content");if(v)return v}}return""}function i(){let h=r("name","og:site_name","og:title","twitter:title");return h||(h=t.title),h}function s(){return r("description","og:description","twitter:description","keywords")}const o=i(),a=s(),c=e.origin,f=n();return{description:a,url:c,icons:f,name:o}}Pd=ff.getWindowMetadata=ev;const tv="0.1.1";function nv(){return tv}class me extends Error{constructor(e,n={}){const r=(()=>{if(n.cause instanceof me){if(n.cause.details)return n.cause.details;if(n.cause.shortMessage)return n.cause.shortMessage}return n.cause&&"details"in n.cause&&typeof n.cause.details=="string"?n.cause.details:n.cause?.message?n.cause.message:n.details})(),i=n.cause instanceof me&&n.cause.docsPath||n.docsPath,o=`https://oxlib.sh${i??""}`,a=[e||"An error occurred.",...n.metaMessages?["",...n.metaMessages]:[],...r||i?["",r?`Details: ${r}`:void 0,i?`See: ${o}`:void 0]:[]].filter(c=>typeof c=="string").join(`
15
- `);super(a,n.cause?{cause:n.cause}:void 0),Object.defineProperty(this,"details",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docs",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docsPath",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"shortMessage",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"BaseError"}),Object.defineProperty(this,"version",{enumerable:!0,configurable:!0,writable:!0,value:`ox@${nv()}`}),this.cause=n.cause,this.details=r,this.docs=o,this.docsPath=i,this.shortMessage=e}walk(e){return Td(this,e)}}function Td(t,e){return e?.(t)?t:t&&typeof t=="object"&&"cause"in t&&t.cause?Td(t.cause,e):e?null:t}const Wi=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function rv(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function Ls(t){if(!Number.isSafeInteger(t)||t<0)throw new Error("positive integer expected, got "+t)}function yi(t,...e){if(!rv(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function iv(t){if(typeof t!="function"||typeof t.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");Ls(t.outputLen),Ls(t.blockLen)}function Yi(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function Nd(t,e){yi(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}function sv(t){return new Uint32Array(t.buffer,t.byteOffset,Math.floor(t.byteLength/4))}function yr(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function uf(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function En(t,e){return t<<32-e|t>>>e}const ov=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function av(t){return t<<24&4278190080|t<<8&16711680|t>>>8&65280|t>>>24&255}function cv(t){for(let e=0;e<t.length;e++)t[e]=av(t[e]);return t}const Ud=ov?t=>t:cv;function fv(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function Qo(t){return typeof t=="string"&&(t=fv(t)),yi(t),t}function uv(...t){let e=0;for(let r=0;r<t.length;r++){const i=t[r];yi(i),e+=i.length}const n=new Uint8Array(e);for(let r=0,i=0;r<t.length;r++){const s=t[r];n.set(s,i),i+=s.length}return n}class lf{}function ea(t){const e=r=>t().update(Qo(r)).digest(),n=t();return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=()=>t(),e}function Cd(t=32){if(Wi&&typeof Wi.getRandomValues=="function")return Wi.getRandomValues(new Uint8Array(t));if(Wi&&typeof Wi.randomBytes=="function")return Uint8Array.from(Wi.randomBytes(t));throw new Error("crypto.getRandomValues must be defined")}function lv(t,e,n,r){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,n,r);const i=BigInt(32),s=BigInt(4294967295),o=Number(n>>i&s),a=Number(n&s),c=r?4:0,f=r?0:4;t.setUint32(e+c,o,r),t.setUint32(e+f,a,r)}function hv(t,e,n){return t&e^~t&n}function dv(t,e,n){return t&e^t&n^e&n}class Fd extends lf{constructor(e,n,r,i){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=e,this.outputLen=n,this.padOffset=r,this.isLE=i,this.buffer=new Uint8Array(e),this.view=uf(this.buffer)}update(e){Yi(this),e=Qo(e),yi(e);const{view:n,buffer:r,blockLen:i}=this,s=e.length;for(let o=0;o<s;){const a=Math.min(i-this.pos,s-o);if(a===i){const c=uf(e);for(;i<=s-o;o+=i)this.process(c,o);continue}r.set(e.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===i&&(this.process(n,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Yi(this),Nd(e,this),this.finished=!0;const{buffer:n,view:r,blockLen:i,isLE:s}=this;let{pos:o}=this;n[o++]=128,yr(this.buffer.subarray(o)),this.padOffset>i-o&&(this.process(r,0),o=0);for(let h=o;h<i;h++)n[h]=0;lv(r,i-8,BigInt(this.length*8),s),this.process(r,0);const a=uf(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const f=c/4,u=this.get();if(f>u.length)throw new Error("_sha2: outputLen bigger than state");for(let h=0;h<f;h++)a.setUint32(4*h,u[h],s)}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());const{blockLen:n,buffer:r,length:i,finished:s,destroyed:o,pos:a}=this;return e.destroyed=o,e.finished=s,e.length=i,e.pos=a,i%n&&e.buffer.set(r),e}clone(){return this._cloneInto()}}const Cn=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),et=Uint32Array.from([3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]),tt=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]),ta=BigInt(2**32-1),Ld=BigInt(32);function pv(t,e=!1){return e?{h:Number(t&ta),l:Number(t>>Ld&ta)}:{h:Number(t>>Ld&ta)|0,l:Number(t&ta)|0}}function kd(t,e=!1){const n=t.length;let r=new Uint32Array(n),i=new Uint32Array(n);for(let s=0;s<n;s++){const{h:o,l:a}=pv(t[s],e);[r[s],i[s]]=[o,a]}return[r,i]}const qd=(t,e,n)=>t>>>n,Md=(t,e,n)=>t<<32-n|e>>>n,Xi=(t,e,n)=>t>>>n|e<<32-n,Ji=(t,e,n)=>t<<32-n|e>>>n,na=(t,e,n)=>t<<64-n|e>>>n-32,ra=(t,e,n)=>t>>>n-32|e<<64-n,gv=(t,e,n)=>t<<n|e>>>32-n,yv=(t,e,n)=>e<<n|t>>>32-n,bv=(t,e,n)=>e<<n-32|t>>>64-n,wv=(t,e,n)=>t<<n-32|e>>>64-n;function Fn(t,e,n,r){const i=(e>>>0)+(r>>>0);return{h:t+n+(i/2**32|0)|0,l:i|0}}const mv=(t,e,n)=>(t>>>0)+(e>>>0)+(n>>>0),vv=(t,e,n,r)=>e+n+r+(t/2**32|0)|0,Ev=(t,e,n,r)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0),xv=(t,e,n,r,i)=>e+n+r+i+(t/2**32|0)|0,_v=(t,e,n,r,i)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0)+(i>>>0),Iv=(t,e,n,r,i,s)=>e+n+r+i+s+(t/2**32|0)|0,Sv=BigInt(0),ks=BigInt(1),Bv=BigInt(2),$v=BigInt(7),Av=BigInt(256),Ov=BigInt(113),jd=[],zd=[],Hd=[];for(let t=0,e=ks,n=1,r=0;t<24;t++){[n,r]=[r,(2*n+3*r)%5],jd.push(2*(5*r+n)),zd.push((t+1)*(t+2)/2%64);let i=Sv;for(let s=0;s<7;s++)e=(e<<ks^(e>>$v)*Ov)%Av,e&Bv&&(i^=ks<<(ks<<BigInt(s))-ks);Hd.push(i)}const Vd=kd(Hd,!0),Dv=Vd[0],Pv=Vd[1],Kd=(t,e,n)=>n>32?bv(t,e,n):gv(t,e,n),Gd=(t,e,n)=>n>32?wv(t,e,n):yv(t,e,n);function Rv(t,e=24){const n=new Uint32Array(10);for(let r=24-e;r<24;r++){for(let o=0;o<10;o++)n[o]=t[o]^t[o+10]^t[o+20]^t[o+30]^t[o+40];for(let o=0;o<10;o+=2){const a=(o+8)%10,c=(o+2)%10,f=n[c],u=n[c+1],h=Kd(f,u,1)^n[a],l=Gd(f,u,1)^n[a+1];for(let d=0;d<50;d+=10)t[o+d]^=h,t[o+d+1]^=l}let i=t[2],s=t[3];for(let o=0;o<24;o++){const a=zd[o],c=Kd(i,s,a),f=Gd(i,s,a),u=jd[o];i=t[u],s=t[u+1],t[u]=c,t[u+1]=f}for(let o=0;o<50;o+=10){for(let a=0;a<10;a++)n[a]=t[o+a];for(let a=0;a<10;a++)t[o+a]^=~n[(a+2)%10]&n[(a+4)%10]}t[0]^=Dv[r],t[1]^=Pv[r]}yr(n)}class hf extends lf{constructor(e,n,r,i=!1,s=24){if(super(),this.pos=0,this.posOut=0,this.finished=!1,this.destroyed=!1,this.enableXOF=!1,this.blockLen=e,this.suffix=n,this.outputLen=r,this.enableXOF=i,this.rounds=s,Ls(r),!(0<e&&e<200))throw new Error("only keccak-f1600 function is supported");this.state=new Uint8Array(200),this.state32=sv(this.state)}clone(){return this._cloneInto()}keccak(){Ud(this.state32),Rv(this.state32,this.rounds),Ud(this.state32),this.posOut=0,this.pos=0}update(e){Yi(this),e=Qo(e),yi(e);const{blockLen:n,state:r}=this,i=e.length;for(let s=0;s<i;){const o=Math.min(n-this.pos,i-s);for(let a=0;a<o;a++)r[this.pos++]^=e[s++];this.pos===n&&this.keccak()}return this}finish(){if(this.finished)return;this.finished=!0;const{state:e,suffix:n,pos:r,blockLen:i}=this;e[r]^=n,(n&128)!==0&&r===i-1&&this.keccak(),e[i-1]^=128,this.keccak()}writeInto(e){Yi(this,!1),yi(e),this.finish();const n=this.state,{blockLen:r}=this;for(let i=0,s=e.length;i<s;){this.posOut>=r&&this.keccak();const o=Math.min(r-this.posOut,s-i);e.set(n.subarray(this.posOut,this.posOut+o),i),this.posOut+=o,i+=o}return e}xofInto(e){if(!this.enableXOF)throw new Error("XOF is not possible for this instance");return this.writeInto(e)}xof(e){return Ls(e),this.xofInto(new Uint8Array(e))}digestInto(e){if(Nd(e,this),this.finished)throw new Error("digest() was already called");return this.writeInto(e),this.destroy(),e}digest(){return this.digestInto(new Uint8Array(this.outputLen))}destroy(){this.destroyed=!0,yr(this.state)}_cloneInto(e){const{blockLen:n,suffix:r,outputLen:i,rounds:s,enableXOF:o}=this;return e||(e=new hf(n,r,i,o,s)),e.state32.set(this.state32),e.pos=this.pos,e.posOut=this.posOut,e.finished=this.finished,e.rounds=s,e.suffix=r,e.outputLen=i,e.enableXOF=o,e.destroyed=this.destroyed,e}}const Tv=(t,e,n)=>ea(()=>new hf(e,t,n)),Nv=Tv(1,136,256/8),Uv=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),br=new Uint32Array(64);class Cv extends Fd{constructor(e=32){super(64,e,8,!1),this.A=Cn[0]|0,this.B=Cn[1]|0,this.C=Cn[2]|0,this.D=Cn[3]|0,this.E=Cn[4]|0,this.F=Cn[5]|0,this.G=Cn[6]|0,this.H=Cn[7]|0}get(){const{A:e,B:n,C:r,D:i,E:s,F:o,G:a,H:c}=this;return[e,n,r,i,s,o,a,c]}set(e,n,r,i,s,o,a,c){this.A=e|0,this.B=n|0,this.C=r|0,this.D=i|0,this.E=s|0,this.F=o|0,this.G=a|0,this.H=c|0}process(e,n){for(let h=0;h<16;h++,n+=4)br[h]=e.getUint32(n,!1);for(let h=16;h<64;h++){const l=br[h-15],d=br[h-2],p=En(l,7)^En(l,18)^l>>>3,b=En(d,17)^En(d,19)^d>>>10;br[h]=b+br[h-7]+p+br[h-16]|0}let{A:r,B:i,C:s,D:o,E:a,F:c,G:f,H:u}=this;for(let h=0;h<64;h++){const l=En(a,6)^En(a,11)^En(a,25),d=u+l+hv(a,c,f)+Uv[h]+br[h]|0,b=(En(r,2)^En(r,13)^En(r,22))+dv(r,i,s)|0;u=f,f=c,c=a,a=o+d|0,o=s,s=i,i=r,r=d+b|0}r=r+this.A|0,i=i+this.B|0,s=s+this.C|0,o=o+this.D|0,a=a+this.E|0,c=c+this.F|0,f=f+this.G|0,u=u+this.H|0,this.set(r,i,s,o,a,c,f,u)}roundClean(){yr(br)}destroy(){this.set(0,0,0,0,0,0,0,0),yr(this.buffer)}}const Zd=kd(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(t=>BigInt(t))),Fv=Zd[0],Lv=Zd[1],wr=new Uint32Array(80),mr=new Uint32Array(80);class Wd extends Fd{constructor(e=64){super(128,e,16,!1),this.Ah=tt[0]|0,this.Al=tt[1]|0,this.Bh=tt[2]|0,this.Bl=tt[3]|0,this.Ch=tt[4]|0,this.Cl=tt[5]|0,this.Dh=tt[6]|0,this.Dl=tt[7]|0,this.Eh=tt[8]|0,this.El=tt[9]|0,this.Fh=tt[10]|0,this.Fl=tt[11]|0,this.Gh=tt[12]|0,this.Gl=tt[13]|0,this.Hh=tt[14]|0,this.Hl=tt[15]|0}get(){const{Ah:e,Al:n,Bh:r,Bl:i,Ch:s,Cl:o,Dh:a,Dl:c,Eh:f,El:u,Fh:h,Fl:l,Gh:d,Gl:p,Hh:b,Hl:v}=this;return[e,n,r,i,s,o,a,c,f,u,h,l,d,p,b,v]}set(e,n,r,i,s,o,a,c,f,u,h,l,d,p,b,v){this.Ah=e|0,this.Al=n|0,this.Bh=r|0,this.Bl=i|0,this.Ch=s|0,this.Cl=o|0,this.Dh=a|0,this.Dl=c|0,this.Eh=f|0,this.El=u|0,this.Fh=h|0,this.Fl=l|0,this.Gh=d|0,this.Gl=p|0,this.Hh=b|0,this.Hl=v|0}process(e,n){for(let x=0;x<16;x++,n+=4)wr[x]=e.getUint32(n),mr[x]=e.getUint32(n+=4);for(let x=16;x<80;x++){const S=wr[x-15]|0,R=mr[x-15]|0,U=Xi(S,R,1)^Xi(S,R,8)^qd(S,R,7),L=Ji(S,R,1)^Ji(S,R,8)^Md(S,R,7),C=wr[x-2]|0,A=mr[x-2]|0,j=Xi(C,A,19)^na(C,A,61)^qd(C,A,6),q=Ji(C,A,19)^ra(C,A,61)^Md(C,A,6),E=Ev(L,q,mr[x-7],mr[x-16]),y=xv(E,U,j,wr[x-7],wr[x-16]);wr[x]=y|0,mr[x]=E|0}let{Ah:r,Al:i,Bh:s,Bl:o,Ch:a,Cl:c,Dh:f,Dl:u,Eh:h,El:l,Fh:d,Fl:p,Gh:b,Gl:v,Hh:O,Hl:P}=this;for(let x=0;x<80;x++){const S=Xi(h,l,14)^Xi(h,l,18)^na(h,l,41),R=Ji(h,l,14)^Ji(h,l,18)^ra(h,l,41),U=h&d^~h&b,L=l&p^~l&v,C=_v(P,R,L,Lv[x],mr[x]),A=Iv(C,O,S,U,Fv[x],wr[x]),j=C|0,q=Xi(r,i,28)^na(r,i,34)^na(r,i,39),E=Ji(r,i,28)^ra(r,i,34)^ra(r,i,39),y=r&s^r&a^s&a,w=i&o^i&c^o&c;O=b|0,P=v|0,b=d|0,v=p|0,d=h|0,p=l|0,{h,l}=Fn(f|0,u|0,A|0,j|0),f=a|0,u=c|0,a=s|0,c=o|0,s=r|0,o=i|0;const g=mv(j,E,w);r=vv(g,A,q,y),i=g|0}({h:r,l:i}=Fn(this.Ah|0,this.Al|0,r|0,i|0)),{h:s,l:o}=Fn(this.Bh|0,this.Bl|0,s|0,o|0),{h:a,l:c}=Fn(this.Ch|0,this.Cl|0,a|0,c|0),{h:f,l:u}=Fn(this.Dh|0,this.Dl|0,f|0,u|0),{h,l}=Fn(this.Eh|0,this.El|0,h|0,l|0),{h:d,l:p}=Fn(this.Fh|0,this.Fl|0,d|0,p|0),{h:b,l:v}=Fn(this.Gh|0,this.Gl|0,b|0,v|0),{h:O,l:P}=Fn(this.Hh|0,this.Hl|0,O|0,P|0),this.set(r,i,s,o,a,c,f,u,h,l,d,p,b,v,O,P)}roundClean(){yr(wr,mr)}destroy(){yr(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}class kv extends Wd{constructor(){super(48),this.Ah=et[0]|0,this.Al=et[1]|0,this.Bh=et[2]|0,this.Bl=et[3]|0,this.Ch=et[4]|0,this.Cl=et[5]|0,this.Dh=et[6]|0,this.Dl=et[7]|0,this.Eh=et[8]|0,this.El=et[9]|0,this.Fh=et[10]|0,this.Fl=et[11]|0,this.Gh=et[12]|0,this.Gl=et[13]|0,this.Hh=et[14]|0,this.Hl=et[15]|0}}const ia=ea(()=>new Cv),qv=ea(()=>new Wd),Mv=ea(()=>new kv);/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const df=BigInt(0),sa=BigInt(1);function qs(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function vr(t){if(!qs(t))throw new Error("Uint8Array expected")}function Ms(t,e){if(typeof e!="boolean")throw new Error(t+" boolean expected, got "+e)}function oa(t){const e=t.toString(16);return e.length&1?"0"+e:e}function Yd(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);return t===""?df:BigInt("0x"+t)}const Xd=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",jv=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function bi(t){if(vr(t),Xd)return t.toHex();let e="";for(let n=0;n<t.length;n++)e+=jv[t[n]];return e}const Ln={_0:48,_9:57,A:65,F:70,a:97,f:102};function Jd(t){if(t>=Ln._0&&t<=Ln._9)return t-Ln._0;if(t>=Ln.A&&t<=Ln.F)return t-(Ln.A-10);if(t>=Ln.a&&t<=Ln.f)return t-(Ln.a-10)}function aa(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);if(Xd)return Uint8Array.fromHex(t);const e=t.length,n=e/2;if(e%2)throw new Error("hex string expected, got unpadded hex of length "+e);const r=new Uint8Array(n);for(let i=0,s=0;i<n;i++,s+=2){const o=Jd(t.charCodeAt(s)),a=Jd(t.charCodeAt(s+1));if(o===void 0||a===void 0){const c=t[s]+t[s+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+s)}r[i]=o*16+a}return r}function pt(t){return Yd(bi(t))}function Qd(t){return vr(t),Yd(bi(Uint8Array.from(t).reverse()))}function Re(t,e){return aa(t.toString(16).padStart(e*2,"0"))}function e0(t,e){return Re(t,e).reverse()}function nt(t,e,n){let r;if(typeof e=="string")try{r=aa(e)}catch(s){throw new Error(t+" must be hex string or Uint8Array, cause: "+s)}else if(qs(e))r=Uint8Array.from(e);else throw new Error(t+" must be hex string or Uint8Array");const i=r.length;if(typeof n=="number"&&i!==n)throw new Error(t+" of length "+n+" expected, got "+i);return r}function Be(...t){let e=0;for(let r=0;r<t.length;r++){const i=t[r];vr(i),e+=i.length}const n=new Uint8Array(e);for(let r=0,i=0;r<t.length;r++){const s=t[r];n.set(s,i),i+=s.length}return n}function pf(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}const gf=t=>typeof t=="bigint"&&df<=t;function yf(t,e,n){return gf(t)&&gf(e)&&gf(n)&&e<=t&&t<n}function Qi(t,e,n,r){if(!yf(e,n,r))throw new Error("expected valid "+t+": "+n+" <= n < "+r+", got "+e)}function js(t){let e;for(e=0;t>df;t>>=sa,e+=1);return e}function zv(t,e){return t>>BigInt(e)&sa}const wi=t=>(sa<<BigInt(t))-sa,bf=t=>new Uint8Array(t),t0=t=>Uint8Array.from(t);function Hv(t,e,n){if(typeof t!="number"||t<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof n!="function")throw new Error("hmacFn must be a function");let r=bf(t),i=bf(t),s=0;const o=()=>{r.fill(1),i.fill(0),s=0},a=(...h)=>n(i,r,...h),c=(h=bf(0))=>{i=a(t0([0]),h),r=a(),h.length!==0&&(i=a(t0([1]),h),r=a())},f=()=>{if(s++>=1e3)throw new Error("drbg: tried 1000 values");let h=0;const l=[];for(;h<e;){r=a();const d=r.slice();l.push(d),h+=r.length}return Be(...l)};return(h,l)=>{o(),c(h);let d;for(;!(d=l(f()));)c();return o(),d}}const Vv={bigint:t=>typeof t=="bigint",function:t=>typeof t=="function",boolean:t=>typeof t=="boolean",string:t=>typeof t=="string",stringOrUint8Array:t=>typeof t=="string"||qs(t),isSafeInteger:t=>Number.isSafeInteger(t),array:t=>Array.isArray(t),field:(t,e)=>e.Fp.isValid(t),hash:t=>typeof t=="function"&&Number.isSafeInteger(t.outputLen)};function zs(t,e,n={}){const r=(i,s,o)=>{const a=Vv[s];if(typeof a!="function")throw new Error("invalid validator function");const c=t[i];if(!(o&&c===void 0)&&!a(c,t))throw new Error("param "+String(i)+" is invalid. Expected "+s+", got "+c)};for(const[i,s]of Object.entries(e))r(i,s,!1);for(const[i,s]of Object.entries(n))r(i,s,!0);return t}const n0=()=>{throw new Error("not implemented")};function wf(t){const e=new WeakMap;return(n,...r)=>{const i=e.get(n);if(i!==void 0)return i;const s=t(n,...r);return e.set(n,s),s}}function Kv(t,e){if(c0(t)>e)throw new pE({givenSize:c0(t),maxSize:e})}const kn={zero:48,nine:57,A:65,F:70,a:97,f:102};function r0(t){if(t>=kn.zero&&t<=kn.nine)return t-kn.zero;if(t>=kn.A&&t<=kn.F)return t-(kn.A-10);if(t>=kn.a&&t<=kn.f)return t-(kn.a-10)}function Gv(t,e={}){const{dir:n,size:r=32}=e;if(r===0)return t;if(t.length>r)throw new gE({size:t.length,targetSize:r,type:"Bytes"});const i=new Uint8Array(r);for(let s=0;s<r;s++){const o=n==="right";i[o?s:r-s-1]=t[o?s:t.length-s-1]}return i}function mf(t,e){if(Mn(t)>e)throw new iE({givenSize:Mn(t),maxSize:e})}function Zv(t,e){if(typeof e=="number"&&e>0&&e>Mn(t)-1)throw new a0({offset:e,position:"start",size:Mn(t)})}function Wv(t,e,n){if(typeof e=="number"&&typeof n=="number"&&Mn(t)!==n-e)throw new a0({offset:n,position:"end",size:Mn(t)})}function i0(t,e={}){const{dir:n,size:r=32}=e;if(r===0)return t;const i=t.replace("0x","");if(i.length>r*2)throw new sE({size:Math.ceil(i.length/2),targetSize:r,type:"Hex"});return`0x${i[n==="right"?"padEnd":"padStart"](r*2,"0")}`}const Yv="#__bigint";function vf(t,e,n){return JSON.stringify(t,(r,i)=>typeof e=="function"?e(r,i):typeof i=="bigint"?i.toString()+Yv:i,n)}const Xv=new TextEncoder,Jv=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function Qv(t,e={}){const{strict:n=!1}=e;if(!t)throw new s0(t);if(typeof t!="string")throw new s0(t);if(n&&!/^0x[0-9a-fA-F]*$/.test(t))throw new o0(t);if(!t.startsWith("0x"))throw new o0(t)}function Ef(...t){return`0x${t.reduce((e,n)=>e+n.replace("0x",""),"")}`}function xf(t){return t instanceof Uint8Array?Hs(t):Array.isArray(t)?Hs(new Uint8Array(t)):t}function eE(t,e={}){const n=`0x${Number(t)}`;return typeof e.size=="number"?(mf(n,e.size),fa(n,e.size)):n}function Hs(t,e={}){let n="";for(let i=0;i<t.length;i++)n+=Jv[t[i]];const r=`0x${n}`;return typeof e.size=="number"?(mf(r,e.size),_f(r,e.size)):r}function ca(t,e={}){const{signed:n,size:r}=e,i=BigInt(t);let s;r?n?s=(1n<<BigInt(r)*8n-1n)-1n:s=2n**(BigInt(r)*8n)-1n:typeof t=="number"&&(s=BigInt(Number.MAX_SAFE_INTEGER));const o=typeof s=="bigint"&&n?-s-1n:0;if(s&&i>s||i<o){const f=typeof t=="bigint"?"n":"";throw new rE({max:s?`${s}${f}`:void 0,min:`${o}${f}`,signed:n,size:r,value:`${t}${f}`})}const c=`0x${(n&&i<0?(1n<<BigInt(r*8))+BigInt(i):i).toString(16)}`;return r?fa(c,r):c}function tE(t,e={}){return Hs(Xv.encode(t),e)}function fa(t,e){return i0(t,{dir:"left",size:e})}function _f(t,e){return i0(t,{dir:"right",size:e})}function qn(t,e,n,r={}){const{strict:i}=r;Zv(t,e);const s=`0x${t.replace("0x","").slice((e??0)*2,(n??t.length)*2)}`;return i&&Wv(s,e,n),s}function Mn(t){return Math.ceil((t.length-2)/2)}function nE(t,e={}){const{strict:n=!1}=e;try{return Qv(t,{strict:n}),!0}catch{return!1}}class rE extends me{constructor({max:e,min:n,signed:r,size:i,value:s}){super(`Number \`${s}\` is not in safe${i?` ${i*8}-bit`:""}${r?" signed":" unsigned"} integer range ${e?`(\`${n}\` to \`${e}\`)`:`(above \`${n}\`)`}`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.IntegerOutOfRangeError"})}}class s0 extends me{constructor(e){super(`Value \`${typeof e=="object"?vf(e):e}\` of type \`${typeof e}\` is an invalid hex type.`,{metaMessages:['Hex types must be represented as `"0x${string}"`.']}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.InvalidHexTypeError"})}}class o0 extends me{constructor(e){super(`Value \`${e}\` is an invalid hex value.`,{metaMessages:['Hex values must start with `"0x"` and contain only hexadecimal characters (0-9, a-f, A-F).']}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.InvalidHexValueError"})}}class iE extends me{constructor({givenSize:e,maxSize:n}){super(`Size cannot exceed \`${n}\` bytes. Given size: \`${e}\` bytes.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SizeOverflowError"})}}class a0 extends me{constructor({offset:e,position:n,size:r}){super(`Slice ${n==="start"?"starting":"ending"} at offset \`${e}\` is out-of-bounds (size: \`${r}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SliceOffsetOutOfBoundsError"})}}class sE extends me{constructor({size:e,targetSize:n,type:r}){super(`${r.charAt(0).toUpperCase()}${r.slice(1).toLowerCase()} size (\`${e}\`) exceeds padding size (\`${n}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SizeExceedsPaddingSizeError"})}}const oE=new TextEncoder;function aE(t){if(!(t instanceof Uint8Array)){if(!t)throw new ua(t);if(typeof t!="object")throw new ua(t);if(!("BYTES_PER_ELEMENT"in t))throw new ua(t);if(t.BYTES_PER_ELEMENT!==1||t.constructor.name!=="Uint8Array")throw new ua(t)}}function cE(t){return t instanceof Uint8Array?t:typeof t=="string"?uE(t):fE(t)}function fE(t){return t instanceof Uint8Array?t:new Uint8Array(t)}function uE(t,e={}){const{size:n}=e;let r=t;n&&(mf(t,n),r=_f(t,n));let i=r.slice(2);i.length%2&&(i=`0${i}`);const s=i.length/2,o=new Uint8Array(s);for(let a=0,c=0;a<s;a++){const f=r0(i.charCodeAt(c++)),u=r0(i.charCodeAt(c++));if(f===void 0||u===void 0)throw new me(`Invalid byte sequence ("${i[c-2]}${i[c-1]}" in "${i}").`);o[a]=f*16+u}return o}function lE(t,e={}){const{size:n}=e,r=oE.encode(t);return typeof n=="number"?(Kv(r,n),hE(r,n)):r}function hE(t,e){return Gv(t,{dir:"right",size:e})}function c0(t){return t.length}function dE(t){try{return aE(t),!0}catch{return!1}}class ua extends me{constructor(e){super(`Value \`${typeof e=="object"?vf(e):e}\` of type \`${typeof e}\` is an invalid Bytes value.`,{metaMessages:["Bytes values must be of type `Bytes`."]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.InvalidBytesTypeError"})}}class pE extends me{constructor({givenSize:e,maxSize:n}){super(`Size cannot exceed \`${n}\` bytes. Given size: \`${e}\` bytes.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.SizeOverflowError"})}}class gE extends me{constructor({size:e,targetSize:n,type:r}){super(`${r.charAt(0).toUpperCase()}${r.slice(1).toLowerCase()} size (\`${e}\`) exceeds padding size (\`${n}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.SizeExceedsPaddingSizeError"})}}function f0(t,e={}){const{as:n=typeof t=="string"?"Hex":"Bytes"}=e,r=Nv(cE(t));return n==="Bytes"?r:Hs(r)}class yE extends Map{constructor(e){super(),Object.defineProperty(this,"maxSize",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.maxSize=e}get(e){const n=super.get(e);return super.has(e)&&n!==void 0&&(this.delete(e),super.set(e,n)),n}set(e,n){if(super.set(e,n),this.maxSize&&this.size>this.maxSize){const r=this.keys().next().value;r&&this.delete(r)}return this}}const If={checksum:new yE(8192)}.checksum;function u0(t,e={}){const{compressed:n}=e,{prefix:r,x:i,y:s}=t;if(n===!1||typeof i=="bigint"&&typeof s=="bigint"){if(r!==4)throw new h0({prefix:r,cause:new xE});return}if(n===!0||typeof i=="bigint"&&typeof s>"u"){if(r!==3&&r!==2)throw new h0({prefix:r,cause:new EE});return}throw new vE({publicKey:t})}function bE(t){const e=(()=>{if(nE(t))return l0(t);if(dE(t))return wE(t);const{prefix:n,x:r,y:i}=t;return typeof r=="bigint"&&typeof i=="bigint"?{prefix:n??4,x:r,y:i}:{prefix:n,x:r}})();return u0(e),e}function wE(t){return l0(Hs(t))}function l0(t){if(t.length!==132&&t.length!==130&&t.length!==68)throw new _E({publicKey:t});if(t.length===130){const r=BigInt(qn(t,0,32)),i=BigInt(qn(t,32,64));return{prefix:4,x:r,y:i}}if(t.length===132){const r=Number(qn(t,0,1)),i=BigInt(qn(t,1,33)),s=BigInt(qn(t,33,65));return{prefix:r,x:i,y:s}}const e=Number(qn(t,0,1)),n=BigInt(qn(t,1,33));return{prefix:e,x:n}}function mE(t,e={}){u0(t);const{prefix:n,x:r,y:i}=t,{includePrefix:s=!0}=e;return Ef(s?ca(n,{size:1}):"0x",ca(r,{size:32}),typeof i=="bigint"?ca(i,{size:32}):"0x")}class vE extends me{constructor({publicKey:e}){super(`Value \`${vf(e)}\` is not a valid public key.`,{metaMessages:["Public key must contain:","- an `x` and `prefix` value (compressed)","- an `x`, `y`, and `prefix` value (uncompressed)"]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"PublicKey.InvalidError"})}}class h0 extends me{constructor({prefix:e,cause:n}){super(`Prefix "${e}" is invalid.`,{cause:n}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"PublicKey.InvalidPrefixError"})}}class EE extends me{constructor(){super("Prefix must be 2 or 3 for compressed public keys."),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"PublicKey.InvalidCompressedPrefixError"})}}class xE extends me{constructor(){super("Prefix must be 4 for uncompressed public keys."),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"PublicKey.InvalidUncompressedPrefixError"})}}class _E extends me{constructor({publicKey:e}){super(`Value \`${e}\` is an invalid public key size.`,{metaMessages:["Expected: 33 bytes (compressed + prefix), 64 bytes (uncompressed) or 65 bytes (uncompressed + prefix).",`Received ${Mn(xf(e))} bytes.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"PublicKey.InvalidSerializedSizeError"})}}const IE=/^0x[a-fA-F0-9]{40}$/;function Sf(t,e={}){const{strict:n=!0}=e;if(!IE.test(t))throw new p0({address:t,cause:new $E});if(n){if(t.toLowerCase()===t)return;if(d0(t)!==t)throw new p0({address:t,cause:new AE})}}function d0(t){if(If.has(t))return If.get(t);Sf(t,{strict:!1});const e=t.substring(2).toLowerCase(),n=f0(lE(e),{as:"Bytes"}),r=e.split("");for(let s=0;s<40;s+=2)n[s>>1]>>4>=8&&r[s]&&(r[s]=r[s].toUpperCase()),(n[s>>1]&15)>=8&&r[s+1]&&(r[s+1]=r[s+1].toUpperCase());const i=`0x${r.join("")}`;return If.set(t,i),i}function SE(t,e={}){const{checksum:n=!1}=e;return Sf(t),n?d0(t):t}function BE(t,e={}){const n=f0(`0x${mE(t).slice(4)}`).substring(26);return SE(`0x${n}`,e)}class p0 extends me{constructor({address:e,cause:n}){super(`Address "${e}" is invalid.`,{cause:n}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Address.InvalidAddressError"})}}class $E extends me{constructor(){super("Address is not a 20 byte (40 hexadecimal character) value."),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Address.InvalidInputError"})}}class AE extends me{constructor(){super("Address does not match its checksum counterpart."),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Address.InvalidChecksumError"})}}const OE=/^(.*)\[([0-9]*)\]$/,DE=/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/,PE=/^(u?int)(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/;function Bf(t,e){if(t.length!==e.length)throw new TE({expectedLength:t.length,givenLength:e.length});const n=[];for(let r=0;r<t.length;r++){const i=t[r],s=e[r];n.push(Bf.encode(i,s))}return Ef(...n)}(function(t){function e(n,r,i=!1){if(n==="address"){const c=r;return Sf(c),fa(c.toLowerCase(),i?32:0)}if(n==="string")return tE(r);if(n==="bytes")return r;if(n==="bool")return fa(eE(r),i?32:1);const s=n.match(PE);if(s){const[c,f,u="256"]=s,h=Number.parseInt(u,10)/8;return ca(r,{size:i?32:h,signed:f==="int"})}const o=n.match(DE);if(o){const[c,f]=o;if(Number.parseInt(f,10)!==(r.length-2)/2)throw new RE({expectedSize:Number.parseInt(f,10),value:r});return _f(r,i?32:0)}const a=n.match(OE);if(a&&Array.isArray(r)){const[c,f]=a,u=[];for(let h=0;h<r.length;h++)u.push(e(f,r[h],!0));return u.length===0?"0x":Ef(...u)}throw new NE(n)}t.encode=e})(Bf||(Bf={}));class RE extends me{constructor({expectedSize:e,value:n}){super(`Size of bytes "${n}" (bytes${Mn(n)}) does not match expected size (bytes${e}).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.BytesSizeMismatchError"})}}class TE extends me{constructor({expectedLength:e,givenLength:n}){super(["ABI encoding parameters/values length mismatch.",`Expected length (parameters): ${e}`,`Given length (values): ${n}`].join(`
16
- `)),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.LengthMismatchError"})}}class NE extends me{constructor(e){super(`Type \`${e}\` is not a valid ABI Type.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.InvalidTypeError"})}}class g0 extends lf{constructor(e,n){super(),this.finished=!1,this.destroyed=!1,iv(e);const r=Qo(n);if(this.iHash=e.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;const i=this.blockLen,s=new Uint8Array(i);s.set(r.length>i?e.create().update(r).digest():r);for(let o=0;o<s.length;o++)s[o]^=54;this.iHash.update(s),this.oHash=e.create();for(let o=0;o<s.length;o++)s[o]^=106;this.oHash.update(s),yr(s)}update(e){return Yi(this),this.iHash.update(e),this}digestInto(e){Yi(this),yi(e,this.outputLen),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){const e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));const{oHash:n,iHash:r,finished:i,destroyed:s,blockLen:o,outputLen:a}=this;return e=e,e.finished=i,e.destroyed=s,e.blockLen=o,e.outputLen=a,e.oHash=n._cloneInto(e.oHash),e.iHash=r._cloneInto(e.iHash),e}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}}const y0=(t,e,n)=>new g0(t,e).update(n).digest();y0.create=(t,e)=>new g0(t,e);const _t=BigInt(0),gt=BigInt(1),mi=BigInt(2),UE=BigInt(3),b0=BigInt(4),w0=BigInt(5),m0=BigInt(8);function yt(t,e){const n=t%e;return n>=_t?n:e+n}function Kt(t,e,n){let r=t;for(;e-- >_t;)r*=r,r%=n;return r}function $f(t,e){if(t===_t)throw new Error("invert: expected non-zero number");if(e<=_t)throw new Error("invert: expected positive modulus, got "+e);let n=yt(t,e),r=e,i=_t,s=gt;for(;n!==_t;){const a=r/n,c=r%n,f=i-s*a;r=n,n=c,i=s,s=f}if(r!==gt)throw new Error("invert: does not exist");return yt(i,e)}function v0(t,e){const n=(t.ORDER+gt)/b0,r=t.pow(e,n);if(!t.eql(t.sqr(r),e))throw new Error("Cannot find square root");return r}function CE(t,e){const n=(t.ORDER-w0)/m0,r=t.mul(e,mi),i=t.pow(r,n),s=t.mul(e,i),o=t.mul(t.mul(s,mi),i),a=t.mul(s,t.sub(o,t.ONE));if(!t.eql(t.sqr(a),e))throw new Error("Cannot find square root");return a}function FE(t){if(t<BigInt(3))throw new Error("sqrt is not defined for small field");let e=t-gt,n=0;for(;e%mi===_t;)e/=mi,n++;let r=mi;const i=Er(t);for(;ha(i,r)===1;)if(r++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(n===1)return v0;let s=i.pow(r,e);const o=(e+gt)/mi;return function(c,f){if(c.is0(f))return f;if(ha(c,f)!==1)throw new Error("Cannot find square root");let u=n,h=c.mul(c.ONE,s),l=c.pow(f,e),d=c.pow(f,o);for(;!c.eql(l,c.ONE);){if(c.is0(l))return c.ZERO;let p=1,b=c.sqr(l);for(;!c.eql(b,c.ONE);)if(p++,b=c.sqr(b),p===u)throw new Error("Cannot find square root");const v=gt<<BigInt(u-p-1),O=c.pow(h,v);u=p,h=c.sqr(O),l=c.mul(l,h),d=c.mul(d,O)}return d}}function LE(t){return t%b0===UE?v0:t%m0===w0?CE:FE(t)}const kE=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function E0(t){const e={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},n=kE.reduce((r,i)=>(r[i]="function",r),e);return zs(t,n)}function la(t,e,n){if(n<_t)throw new Error("invalid exponent, negatives unsupported");if(n===_t)return t.ONE;if(n===gt)return e;let r=t.ONE,i=e;for(;n>_t;)n&gt&&(r=t.mul(r,i)),i=t.sqr(i),n>>=gt;return r}function vi(t,e,n=!1){const r=new Array(e.length).fill(n?t.ZERO:void 0),i=e.reduce((o,a,c)=>t.is0(a)?o:(r[c]=o,t.mul(o,a)),t.ONE),s=t.inv(i);return e.reduceRight((o,a,c)=>t.is0(a)?o:(r[c]=t.mul(o,r[c]),t.mul(o,a)),s),r}function ha(t,e){const n=(t.ORDER-gt)/mi,r=t.pow(e,n),i=t.eql(r,t.ONE),s=t.eql(r,t.ZERO),o=t.eql(r,t.neg(t.ONE));if(!i&&!s&&!o)throw new Error("invalid Legendre symbol result");return i?1:s?0:-1}function x0(t,e){e!==void 0&&Ls(e);const n=e!==void 0?e:t.toString(2).length,r=Math.ceil(n/8);return{nBitLength:n,nByteLength:r}}function Er(t,e,n=!1,r={}){if(t<=_t)throw new Error("invalid field: expected ORDER > 0, got "+t);const{nBitLength:i,nByteLength:s}=x0(t,e);if(s>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let o;const a=Object.freeze({ORDER:t,isLE:n,BITS:i,BYTES:s,MASK:wi(i),ZERO:_t,ONE:gt,create:c=>yt(c,t),isValid:c=>{if(typeof c!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof c);return _t<=c&&c<t},is0:c=>c===_t,isOdd:c=>(c&gt)===gt,neg:c=>yt(-c,t),eql:(c,f)=>c===f,sqr:c=>yt(c*c,t),add:(c,f)=>yt(c+f,t),sub:(c,f)=>yt(c-f,t),mul:(c,f)=>yt(c*f,t),pow:(c,f)=>la(a,c,f),div:(c,f)=>yt(c*$f(f,t),t),sqrN:c=>c*c,addN:(c,f)=>c+f,subN:(c,f)=>c-f,mulN:(c,f)=>c*f,inv:c=>$f(c,t),sqrt:r.sqrt||(c=>(o||(o=LE(t)),o(a,c))),toBytes:c=>n?e0(c,s):Re(c,s),fromBytes:c=>{if(c.length!==s)throw new Error("Field.fromBytes: expected "+s+" bytes, got "+c.length);return n?Qd(c):pt(c)},invertBatch:c=>vi(a,c),cmov:(c,f,u)=>u?f:c});return Object.freeze(a)}function _0(t){if(typeof t!="bigint")throw new Error("field order must be bigint");const e=t.toString(2).length;return Math.ceil(e/8)}function Af(t){const e=_0(t);return e+Math.ceil(e/2)}function I0(t,e,n=!1){const r=t.length,i=_0(e),s=Af(e);if(r<16||r<s||r>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+r);const o=n?Qd(t):pt(t),a=yt(o,e-gt)+gt;return n?e0(a,i):Re(a,i)}const S0=BigInt(0),Of=BigInt(1);function Df(t,e){const n=e.negate();return t?n:e}function B0(t,e){if(!Number.isSafeInteger(t)||t<=0||t>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+t)}function Pf(t,e){B0(t,e);const n=Math.ceil(e/t)+1,r=2**(t-1),i=2**t,s=wi(t),o=BigInt(t);return{windows:n,windowSize:r,mask:s,maxNumber:i,shiftBy:o}}function $0(t,e,n){const{windowSize:r,mask:i,maxNumber:s,shiftBy:o}=n;let a=Number(t&i),c=t>>o;a>r&&(a-=s,c+=Of);const f=e*r,u=f+Math.abs(a)-1,h=a===0,l=a<0,d=e%2!==0;return{nextN:c,offset:u,isZero:h,isNeg:l,isNegF:d,offsetF:f}}function qE(t,e){if(!Array.isArray(t))throw new Error("array expected");t.forEach((n,r)=>{if(!(n instanceof e))throw new Error("invalid point at index "+r)})}function ME(t,e){if(!Array.isArray(t))throw new Error("array of scalars expected");t.forEach((n,r)=>{if(!e.isValid(n))throw new Error("invalid scalar at index "+r)})}const Rf=new WeakMap,A0=new WeakMap;function Tf(t){return A0.get(t)||1}function jE(t,e){return{constTimeNegate:Df,hasPrecomputes(n){return Tf(n)!==1},unsafeLadder(n,r,i=t.ZERO){let s=n;for(;r>S0;)r&Of&&(i=i.add(s)),s=s.double(),r>>=Of;return i},precomputeWindow(n,r){const{windows:i,windowSize:s}=Pf(r,e),o=[];let a=n,c=a;for(let f=0;f<i;f++){c=a,o.push(c);for(let u=1;u<s;u++)c=c.add(a),o.push(c);a=c.double()}return o},wNAF(n,r,i){let s=t.ZERO,o=t.BASE;const a=Pf(n,e);for(let c=0;c<a.windows;c++){const{nextN:f,offset:u,isZero:h,isNeg:l,isNegF:d,offsetF:p}=$0(i,c,a);i=f,h?o=o.add(Df(d,r[p])):s=s.add(Df(l,r[u]))}return{p:s,f:o}},wNAFUnsafe(n,r,i,s=t.ZERO){const o=Pf(n,e);for(let a=0;a<o.windows&&i!==S0;a++){const{nextN:c,offset:f,isZero:u,isNeg:h}=$0(i,a,o);if(i=c,!u){const l=r[f];s=s.add(h?l.negate():l)}}return s},getPrecomputes(n,r,i){let s=Rf.get(r);return s||(s=this.precomputeWindow(r,n),n!==1&&Rf.set(r,i(s))),s},wNAFCached(n,r,i){const s=Tf(n);return this.wNAF(s,this.getPrecomputes(s,n,i),r)},wNAFCachedUnsafe(n,r,i,s){const o=Tf(n);return o===1?this.unsafeLadder(n,r,s):this.wNAFUnsafe(o,this.getPrecomputes(o,n,i),r,s)},setWindowSize(n,r){B0(r,e),A0.set(n,r),Rf.delete(n)}}}function zE(t,e,n,r){qE(n,t),ME(r,e);const i=n.length,s=r.length;if(i!==s)throw new Error("arrays of points and scalars must have equal length");const o=t.ZERO,a=js(BigInt(i));let c=1;a>12?c=a-3:a>4?c=a-2:a>0&&(c=2);const f=wi(c),u=new Array(Number(f)+1).fill(o),h=Math.floor((e.BITS-1)/c)*c;let l=o;for(let d=h;d>=0;d-=c){u.fill(o);for(let b=0;b<s;b++){const v=r[b],O=Number(v>>BigInt(d)&f);u[O]=u[O].add(n[b])}let p=o;for(let b=u.length-1,v=o;b>0;b--)v=v.add(u[b]),p=p.add(v);if(l=l.add(p),d!==0)for(let b=0;b<c;b++)l=l.double()}return l}function O0(t){return E0(t.Fp),zs(t,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...x0(t.n,t.nBitLength),...t,p:t.Fp.ORDER})}function D0(t){t.lowS!==void 0&&Ms("lowS",t.lowS),t.prehash!==void 0&&Ms("prehash",t.prehash)}function HE(t){const e=O0(t);zs(e,{a:"field",b:"field"},{allowInfinityPoint:"boolean",allowedPrivateKeyLengths:"array",clearCofactor:"function",fromBytes:"function",isTorsionFree:"function",toBytes:"function",wrapPrivateKey:"boolean"});const{endo:n,Fp:r,a:i}=e;if(n){if(!r.eql(i,r.ZERO))throw new Error("invalid endo: CURVE.a must be 0");if(typeof n!="object"||typeof n.beta!="bigint"||typeof n.splitScalar!="function")throw new Error('invalid endo: expected "beta": bigint and "splitScalar": function')}return Object.freeze({...e})}class VE extends Error{constructor(e=""){super(e)}}const jn={Err:VE,_tlv:{encode:(t,e)=>{const{Err:n}=jn;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length&1)throw new n("tlv.encode: unpadded data");const r=e.length/2,i=oa(r);if(i.length/2&128)throw new n("tlv.encode: long form length too big");const s=r>127?oa(i.length/2|128):"";return oa(t)+s+i+e},decode(t,e){const{Err:n}=jn;let r=0;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length<2||e[r++]!==t)throw new n("tlv.decode: wrong tlv");const i=e[r++],s=!!(i&128);let o=0;if(!s)o=i;else{const c=i&127;if(!c)throw new n("tlv.decode(long): indefinite length not supported");if(c>4)throw new n("tlv.decode(long): byte length is too big");const f=e.subarray(r,r+c);if(f.length!==c)throw new n("tlv.decode: length bytes not complete");if(f[0]===0)throw new n("tlv.decode(long): zero leftmost byte");for(const u of f)o=o<<8|u;if(r+=c,o<128)throw new n("tlv.decode(long): not minimal encoding")}const a=e.subarray(r,r+o);if(a.length!==o)throw new n("tlv.decode: wrong value length");return{v:a,l:e.subarray(r+o)}}},_int:{encode(t){const{Err:e}=jn;if(t<rn)throw new e("integer: negative integers are not allowed");let n=oa(t);if(Number.parseInt(n[0],16)&8&&(n="00"+n),n.length&1)throw new e("unexpected DER parsing assertion: unpadded hex");return n},decode(t){const{Err:e}=jn;if(t[0]&128)throw new e("invalid signature integer: negative");if(t[0]===0&&!(t[1]&128))throw new e("invalid signature integer: unnecessary leading zero");return pt(t)}},toSig(t){const{Err:e,_int:n,_tlv:r}=jn,i=nt("signature",t),{v:s,l:o}=r.decode(48,i);if(o.length)throw new e("invalid signature: left bytes after parsing");const{v:a,l:c}=r.decode(2,s),{v:f,l:u}=r.decode(2,c);if(u.length)throw new e("invalid signature: left bytes after parsing");return{r:n.decode(a),s:n.decode(f)}},hexFromSig(t){const{_tlv:e,_int:n}=jn,r=e.encode(2,n.encode(t.r)),i=e.encode(2,n.encode(t.s)),s=r+i;return e.encode(48,s)}};function Nf(t,e){return bi(Re(t,e))}const rn=BigInt(0),ye=BigInt(1),xr=BigInt(2),Vs=BigInt(3),Uf=BigInt(4);function Cf(t){const e=HE(t),{Fp:n}=e,r=Er(e.n,e.nBitLength),i=e.toBytes||((x,S,R)=>{const U=S.toAffine();return Be(Uint8Array.from([4]),n.toBytes(U.x),n.toBytes(U.y))}),s=e.fromBytes||(x=>{const S=x.subarray(1),R=n.fromBytes(S.subarray(0,n.BYTES)),U=n.fromBytes(S.subarray(n.BYTES,2*n.BYTES));return{x:R,y:U}});function o(x){const{a:S,b:R}=e,U=n.sqr(x),L=n.mul(U,x);return n.add(n.add(L,n.mul(x,S)),R)}function a(x,S){const R=n.sqr(S),U=o(x);return n.eql(R,U)}if(!a(e.Gx,e.Gy))throw new Error("bad curve params: generator point");const c=n.mul(n.pow(e.a,Vs),Uf),f=n.mul(n.sqr(e.b),BigInt(27));if(n.is0(n.add(c,f)))throw new Error("bad curve params: a or b");function u(x){return yf(x,ye,e.n)}function h(x){const{allowedPrivateKeyLengths:S,nByteLength:R,wrapPrivateKey:U,n:L}=e;if(S&&typeof x!="bigint"){if(qs(x)&&(x=bi(x)),typeof x!="string"||!S.includes(x.length))throw new Error("invalid private key");x=x.padStart(R*2,"0")}let C;try{C=typeof x=="bigint"?x:pt(nt("private key",x,R))}catch{throw new Error("invalid private key, expected hex or "+R+" bytes, got "+typeof x)}return U&&(C=yt(C,L)),Qi("private key",C,ye,L),C}function l(x){if(!(x instanceof b))throw new Error("ProjectivePoint expected")}const d=wf((x,S)=>{const{px:R,py:U,pz:L}=x;if(n.eql(L,n.ONE))return{x:R,y:U};const C=x.is0();S==null&&(S=C?n.ONE:n.inv(L));const A=n.mul(R,S),j=n.mul(U,S),q=n.mul(L,S);if(C)return{x:n.ZERO,y:n.ZERO};if(!n.eql(q,n.ONE))throw new Error("invZ was invalid");return{x:A,y:j}}),p=wf(x=>{if(x.is0()){if(e.allowInfinityPoint&&!n.is0(x.py))return;throw new Error("bad point: ZERO")}const{x:S,y:R}=x.toAffine();if(!n.isValid(S)||!n.isValid(R))throw new Error("bad point: x or y not FE");if(!a(S,R))throw new Error("bad point: equation left != right");if(!x.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});class b{constructor(S,R,U){if(S==null||!n.isValid(S))throw new Error("x required");if(R==null||!n.isValid(R)||n.is0(R))throw new Error("y required");if(U==null||!n.isValid(U))throw new Error("z required");this.px=S,this.py=R,this.pz=U,Object.freeze(this)}static fromAffine(S){const{x:R,y:U}=S||{};if(!S||!n.isValid(R)||!n.isValid(U))throw new Error("invalid affine point");if(S instanceof b)throw new Error("projective point not allowed");const L=C=>n.eql(C,n.ZERO);return L(R)&&L(U)?b.ZERO:new b(R,U,n.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(S){const R=vi(n,S.map(U=>U.pz));return S.map((U,L)=>U.toAffine(R[L])).map(b.fromAffine)}static fromHex(S){const R=b.fromAffine(s(nt("pointHex",S)));return R.assertValidity(),R}static fromPrivateKey(S){return b.BASE.multiply(h(S))}static msm(S,R){return zE(b,r,S,R)}_setWindowSize(S){P.setWindowSize(this,S)}assertValidity(){p(this)}hasEvenY(){const{y:S}=this.toAffine();if(n.isOdd)return!n.isOdd(S);throw new Error("Field doesn't support isOdd")}equals(S){l(S);const{px:R,py:U,pz:L}=this,{px:C,py:A,pz:j}=S,q=n.eql(n.mul(R,j),n.mul(C,L)),E=n.eql(n.mul(U,j),n.mul(A,L));return q&&E}negate(){return new b(this.px,n.neg(this.py),this.pz)}double(){const{a:S,b:R}=e,U=n.mul(R,Vs),{px:L,py:C,pz:A}=this;let j=n.ZERO,q=n.ZERO,E=n.ZERO,y=n.mul(L,L),w=n.mul(C,C),g=n.mul(A,A),m=n.mul(L,C);return m=n.add(m,m),E=n.mul(L,A),E=n.add(E,E),j=n.mul(S,E),q=n.mul(U,g),q=n.add(j,q),j=n.sub(w,q),q=n.add(w,q),q=n.mul(j,q),j=n.mul(m,j),E=n.mul(U,E),g=n.mul(S,g),m=n.sub(y,g),m=n.mul(S,m),m=n.add(m,E),E=n.add(y,y),y=n.add(E,y),y=n.add(y,g),y=n.mul(y,m),q=n.add(q,y),g=n.mul(C,A),g=n.add(g,g),y=n.mul(g,m),j=n.sub(j,y),E=n.mul(g,w),E=n.add(E,E),E=n.add(E,E),new b(j,q,E)}add(S){l(S);const{px:R,py:U,pz:L}=this,{px:C,py:A,pz:j}=S;let q=n.ZERO,E=n.ZERO,y=n.ZERO;const w=e.a,g=n.mul(e.b,Vs);let m=n.mul(R,C),_=n.mul(U,A),B=n.mul(L,j),I=n.add(R,U),$=n.add(C,A);I=n.mul(I,$),$=n.add(m,_),I=n.sub(I,$),$=n.add(R,L);let D=n.add(C,j);return $=n.mul($,D),D=n.add(m,B),$=n.sub($,D),D=n.add(U,L),q=n.add(A,j),D=n.mul(D,q),q=n.add(_,B),D=n.sub(D,q),y=n.mul(w,$),q=n.mul(g,B),y=n.add(q,y),q=n.sub(_,y),y=n.add(_,y),E=n.mul(q,y),_=n.add(m,m),_=n.add(_,m),B=n.mul(w,B),$=n.mul(g,$),_=n.add(_,B),B=n.sub(m,B),B=n.mul(w,B),$=n.add($,B),m=n.mul(_,$),E=n.add(E,m),m=n.mul(D,$),q=n.mul(I,q),q=n.sub(q,m),m=n.mul(I,_),y=n.mul(D,y),y=n.add(y,m),new b(q,E,y)}subtract(S){return this.add(S.negate())}is0(){return this.equals(b.ZERO)}wNAF(S){return P.wNAFCached(this,S,b.normalizeZ)}multiplyUnsafe(S){const{endo:R,n:U}=e;Qi("scalar",S,rn,U);const L=b.ZERO;if(S===rn)return L;if(this.is0()||S===ye)return this;if(!R||P.hasPrecomputes(this))return P.wNAFCachedUnsafe(this,S,b.normalizeZ);let{k1neg:C,k1:A,k2neg:j,k2:q}=R.splitScalar(S),E=L,y=L,w=this;for(;A>rn||q>rn;)A&ye&&(E=E.add(w)),q&ye&&(y=y.add(w)),w=w.double(),A>>=ye,q>>=ye;return C&&(E=E.negate()),j&&(y=y.negate()),y=new b(n.mul(y.px,R.beta),y.py,y.pz),E.add(y)}multiply(S){const{endo:R,n:U}=e;Qi("scalar",S,ye,U);let L,C;if(R){const{k1neg:A,k1:j,k2neg:q,k2:E}=R.splitScalar(S);let{p:y,f:w}=this.wNAF(j),{p:g,f:m}=this.wNAF(E);y=P.constTimeNegate(A,y),g=P.constTimeNegate(q,g),g=new b(n.mul(g.px,R.beta),g.py,g.pz),L=y.add(g),C=w.add(m)}else{const{p:A,f:j}=this.wNAF(S);L=A,C=j}return b.normalizeZ([L,C])[0]}multiplyAndAddUnsafe(S,R,U){const L=b.BASE,C=(j,q)=>q===rn||q===ye||!j.equals(L)?j.multiplyUnsafe(q):j.multiply(q),A=C(this,R).add(C(S,U));return A.is0()?void 0:A}toAffine(S){return d(this,S)}isTorsionFree(){const{h:S,isTorsionFree:R}=e;if(S===ye)return!0;if(R)return R(b,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){const{h:S,clearCofactor:R}=e;return S===ye?this:R?R(b,this):this.multiplyUnsafe(e.h)}toRawBytes(S=!0){return Ms("isCompressed",S),this.assertValidity(),i(b,this,S)}toHex(S=!0){return Ms("isCompressed",S),bi(this.toRawBytes(S))}}b.BASE=new b(e.Gx,e.Gy,n.ONE),b.ZERO=new b(n.ZERO,n.ONE,n.ZERO);const{endo:v,nBitLength:O}=e,P=jE(b,v?Math.ceil(O/2):O);return{CURVE:e,ProjectivePoint:b,normPrivateKeyToScalar:h,weierstrassEquation:o,isWithinCurveOrder:u}}function KE(t){const e=O0(t);return zs(e,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...e})}function GE(t){const e=KE(t),{Fp:n,n:r,nByteLength:i,nBitLength:s}=e,o=n.BYTES+1,a=2*n.BYTES+1;function c(g){return yt(g,r)}function f(g){return $f(g,r)}const{ProjectivePoint:u,normPrivateKeyToScalar:h,weierstrassEquation:l,isWithinCurveOrder:d}=Cf({...e,toBytes(g,m,_){const B=m.toAffine(),I=n.toBytes(B.x),$=Be;return Ms("isCompressed",_),_?$(Uint8Array.from([m.hasEvenY()?2:3]),I):$(Uint8Array.from([4]),I,n.toBytes(B.y))},fromBytes(g){const m=g.length,_=g[0],B=g.subarray(1);if(m===o&&(_===2||_===3)){const I=pt(B);if(!yf(I,ye,n.ORDER))throw new Error("Point is not on curve");const $=l(I);let D;try{D=n.sqrt($)}catch(k){const N=k instanceof Error?": "+k.message:"";throw new Error("Point is not on curve"+N)}const T=(D&ye)===ye;return(_&1)===1!==T&&(D=n.neg(D)),{x:I,y:D}}else if(m===a&&_===4){const I=n.fromBytes(B.subarray(0,n.BYTES)),$=n.fromBytes(B.subarray(n.BYTES,2*n.BYTES));return{x:I,y:$}}else{const I=o,$=a;throw new Error("invalid Point, expected length of "+I+", or uncompressed "+$+", got "+m)}}});function p(g){const m=r>>ye;return g>m}function b(g){return p(g)?c(-g):g}const v=(g,m,_)=>pt(g.slice(m,_));class O{constructor(m,_,B){Qi("r",m,ye,r),Qi("s",_,ye,r),this.r=m,this.s=_,B!=null&&(this.recovery=B),Object.freeze(this)}static fromCompact(m){const _=i;return m=nt("compactSignature",m,_*2),new O(v(m,0,_),v(m,_,2*_))}static fromDER(m){const{r:_,s:B}=jn.toSig(nt("DER",m));return new O(_,B)}assertValidity(){}addRecoveryBit(m){return new O(this.r,this.s,m)}recoverPublicKey(m){const{r:_,s:B,recovery:I}=this,$=L(nt("msgHash",m));if(I==null||![0,1,2,3].includes(I))throw new Error("recovery id invalid");const D=I===2||I===3?_+e.n:_;if(D>=n.ORDER)throw new Error("recovery id 2 or 3 invalid");const T=(I&1)===0?"02":"03",F=u.fromHex(T+Nf(D,n.BYTES)),k=f(D),N=c(-$*k),M=c(B*k),z=u.BASE.multiplyAndAddUnsafe(F,N,M);if(!z)throw new Error("point at infinify");return z.assertValidity(),z}hasHighS(){return p(this.s)}normalizeS(){return this.hasHighS()?new O(this.r,c(-this.s),this.recovery):this}toDERRawBytes(){return aa(this.toDERHex())}toDERHex(){return jn.hexFromSig(this)}toCompactRawBytes(){return aa(this.toCompactHex())}toCompactHex(){const m=i;return Nf(this.r,m)+Nf(this.s,m)}}const P={isValidPrivateKey(g){try{return h(g),!0}catch{return!1}},normPrivateKeyToScalar:h,randomPrivateKey:()=>{const g=Af(e.n);return I0(e.randomBytes(g),e.n)},precompute(g=8,m=u.BASE){return m._setWindowSize(g),m.multiply(BigInt(3)),m}};function x(g,m=!0){return u.fromPrivateKey(g).toRawBytes(m)}function S(g){if(typeof g=="bigint")return!1;if(g instanceof u)return!0;const _=nt("key",g).length,B=n.BYTES,I=B+1,$=2*B+1;if(!(e.allowedPrivateKeyLengths||i===I))return _===I||_===$}function R(g,m,_=!0){if(S(g)===!0)throw new Error("first arg must be private key");if(S(m)===!1)throw new Error("second arg must be public key");return u.fromHex(m).multiply(h(g)).toRawBytes(_)}const U=e.bits2int||function(g){if(g.length>8192)throw new Error("input is too large");const m=pt(g),_=g.length*8-s;return _>0?m>>BigInt(_):m},L=e.bits2int_modN||function(g){return c(U(g))},C=wi(s);function A(g){return Qi("num < 2^"+s,g,rn,C),Re(g,i)}function j(g,m,_=q){if(["recovered","canonical"].some(H=>H in _))throw new Error("sign() legacy options not supported");const{hash:B,randomBytes:I}=e;let{lowS:$,prehash:D,extraEntropy:T}=_;$==null&&($=!0),g=nt("msgHash",g),D0(_),D&&(g=nt("prehashed msgHash",B(g)));const F=L(g),k=h(m),N=[A(k),A(F)];if(T!=null&&T!==!1){const H=T===!0?I(n.BYTES):T;N.push(nt("extraEntropy",H))}const M=Be(...N),z=F;function K(H){const G=U(H);if(!d(G))return;const ee=f(G),te=u.BASE.multiply(G).toAffine(),re=c(te.x);if(re===rn)return;const ce=c(ee*c(z+re*k));if(ce===rn)return;let Ie=(te.x===re?0:2)|Number(te.y&ye),lr=ce;return $&&p(ce)&&(lr=b(ce),Ie^=1),new O(re,lr,Ie)}return{seed:M,k2sig:K}}const q={lowS:e.lowS,prehash:!1},E={lowS:e.lowS,prehash:!1};function y(g,m,_=q){const{seed:B,k2sig:I}=j(g,m,_),$=e;return Hv($.hash.outputLen,$.nByteLength,$.hmac)(B,I)}u.BASE._setWindowSize(8);function w(g,m,_,B=E){const I=g;m=nt("msgHash",m),_=nt("publicKey",_);const{lowS:$,prehash:D,format:T}=B;if(D0(B),"strict"in B)throw new Error("options.strict was renamed to lowS");if(T!==void 0&&T!=="compact"&&T!=="der")throw new Error("format must be compact or der");const F=typeof I=="string"||qs(I),k=!F&&!T&&typeof I=="object"&&I!==null&&typeof I.r=="bigint"&&typeof I.s=="bigint";if(!F&&!k)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");let N,M;try{if(k&&(N=new O(I.r,I.s)),F){try{T!=="compact"&&(N=O.fromDER(I))}catch(Ie){if(!(Ie instanceof jn.Err))throw Ie}!N&&T!=="der"&&(N=O.fromCompact(I))}M=u.fromHex(_)}catch{return!1}if(!N||$&&N.hasHighS())return!1;D&&(m=e.hash(m));const{r:z,s:K}=N,H=L(m),G=f(K),ee=c(H*G),te=c(z*G),re=u.BASE.multiplyAndAddUnsafe(M,ee,te)?.toAffine();return re?c(re.x)===z:!1}return{CURVE:e,getPublicKey:x,getSharedSecret:R,sign:y,verify:w,ProjectivePoint:u,Signature:O,utils:P}}function ZE(t,e){const n=t.ORDER;let r=rn;for(let p=n-ye;p%xr===rn;p/=xr)r+=ye;const i=r,s=xr<<i-ye-ye,o=s*xr,a=(n-ye)/o,c=(a-ye)/xr,f=o-ye,u=s,h=t.pow(e,a),l=t.pow(e,(a+ye)/xr);let d=(p,b)=>{let v=h,O=t.pow(b,f),P=t.sqr(O);P=t.mul(P,b);let x=t.mul(p,P);x=t.pow(x,c),x=t.mul(x,O),O=t.mul(x,b),P=t.mul(x,p);let S=t.mul(P,O);x=t.pow(S,u);let R=t.eql(x,t.ONE);O=t.mul(P,l),x=t.mul(S,v),P=t.cmov(O,P,R),S=t.cmov(x,S,R);for(let U=i;U>ye;U--){let L=U-xr;L=xr<<L-ye;let C=t.pow(S,L);const A=t.eql(C,t.ONE);O=t.mul(P,v),v=t.mul(v,v),C=t.mul(S,v),P=t.cmov(O,P,A),S=t.cmov(C,S,A)}return{isValid:R,value:P}};if(t.ORDER%Uf===Vs){const p=(t.ORDER-Vs)/Uf,b=t.sqrt(t.neg(e));d=(v,O)=>{let P=t.sqr(O);const x=t.mul(v,O);P=t.mul(P,x);let S=t.pow(P,p);S=t.mul(S,x);const R=t.mul(S,b),U=t.mul(t.sqr(S),O),L=t.eql(U,v);let C=t.cmov(R,S,L);return{isValid:L,value:C}}}return d}function P0(t,e){if(E0(t),!t.isValid(e.A)||!t.isValid(e.B)||!t.isValid(e.Z))throw new Error("mapToCurveSimpleSWU: invalid opts");const n=ZE(t,e.Z);if(!t.isOdd)throw new Error("Fp.isOdd is not implemented!");return r=>{let i,s,o,a,c,f,u,h;i=t.sqr(r),i=t.mul(i,e.Z),s=t.sqr(i),s=t.add(s,i),o=t.add(s,t.ONE),o=t.mul(o,e.B),a=t.cmov(e.Z,t.neg(s),!t.eql(s,t.ZERO)),a=t.mul(a,e.A),s=t.sqr(o),f=t.sqr(a),c=t.mul(f,e.A),s=t.add(s,c),s=t.mul(s,o),f=t.mul(f,a),c=t.mul(f,e.B),s=t.add(s,c),u=t.mul(i,o);const{isValid:l,value:d}=n(s,f);h=t.mul(i,r),h=t.mul(h,d),u=t.cmov(u,o,l),h=t.cmov(h,d,l);const p=t.isOdd(r)===t.isOdd(h);h=t.cmov(t.neg(h),h,p);const b=vi(t,[a],!0)[0];return u=t.mul(u,b),{x:u,y:h}}}function WE(t){return{hash:t,hmac:(e,...n)=>y0(t,e,uv(...n)),randomBytes:Cd}}function da(t,e){const n=r=>GE({...t,...WE(r)});return{...n(e),create:n}}const YE=pt;function _r(t,e){if(Ks(t),Ks(e),t<0||t>=1<<8*e)throw new Error("invalid I2OSP input: "+t);const n=Array.from({length:e}).fill(0);for(let r=e-1;r>=0;r--)n[r]=t&255,t>>>=8;return new Uint8Array(n)}function XE(t,e){const n=new Uint8Array(t.length);for(let r=0;r<t.length;r++)n[r]=t[r]^e[r];return n}function Ks(t){if(!Number.isSafeInteger(t))throw new Error("number expected")}function JE(t,e,n,r){vr(t),vr(e),Ks(n),e.length>255&&(e=r(Be(pf("H2C-OVERSIZE-DST-"),e)));const{outputLen:i,blockLen:s}=r,o=Math.ceil(n/i);if(n>65535||o>255)throw new Error("expand_message_xmd: invalid lenInBytes");const a=Be(e,_r(e.length,1)),c=_r(0,s),f=_r(n,2),u=new Array(o),h=r(Be(c,t,f,_r(0,1),a));u[0]=r(Be(h,_r(1,1),a));for(let d=1;d<=o;d++){const p=[XE(h,u[d-1]),_r(d+1,1),a];u[d]=r(Be(...p))}return Be(...u).slice(0,n)}function QE(t,e,n,r,i){if(vr(t),vr(e),Ks(n),e.length>255){const s=Math.ceil(2*r/8);e=i.create({dkLen:s}).update(pf("H2C-OVERSIZE-DST-")).update(e).digest()}if(n>65535||e.length>255)throw new Error("expand_message_xof: invalid lenInBytes");return i.create({dkLen:n}).update(t).update(_r(n,2)).update(e).update(_r(e.length,1)).digest()}function R0(t,e,n){zs(n,{DST:"stringOrUint8Array",p:"bigint",m:"isSafeInteger",k:"isSafeInteger",hash:"hash"});const{p:r,k:i,m:s,hash:o,expand:a,DST:c}=n;vr(t),Ks(e);const f=typeof c=="string"?pf(c):c,u=r.toString(2).length,h=Math.ceil((u+i)/8),l=e*s*h;let d;if(a==="xmd")d=JE(t,f,l,o);else if(a==="xof")d=QE(t,f,l,i,o);else if(a==="_internal_pass")d=t;else throw new Error('expand must be "xmd" or "xof"');const p=new Array(e);for(let b=0;b<e;b++){const v=new Array(s);for(let O=0;O<s;O++){const P=h*(O+b*s),x=d.subarray(P,P+h);v[O]=yt(YE(x),r)}p[b]=v}return p}function T0(t,e){const n=e.map(r=>Array.from(r).reverse());return(r,i)=>{const[s,o,a,c]=n.map(h=>h.reduce((l,d)=>t.add(t.mul(l,r),d))),[f,u]=vi(t,[o,c],!0);return r=t.mul(s,f),i=t.mul(i,t.mul(a,u)),{x:r,y:i}}}function N0(t,e,n){if(typeof e!="function")throw new Error("mapToCurve() must be defined");function r(s){return t.fromAffine(e(s))}function i(s){const o=s.clearCofactor();return o.equals(t.ZERO)?t.ZERO:(o.assertValidity(),o)}return{defaults:n,hashToCurve(s,o){const a=R0(s,2,{...n,DST:n.DST,...o}),c=r(a[0]),f=r(a[1]);return i(c.add(f))},encodeToCurve(s,o){const a=R0(s,1,{...n,DST:n.encodeDST,...o});return i(r(a[0]))},mapToCurve(s){if(!Array.isArray(s))throw new Error("expected array of bigints");for(const o of s)if(typeof o!="bigint")throw new Error("expected array of bigints");return i(r(s))}}}const U0=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),C0=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),e8=BigInt(0),t8=BigInt(1),Ff=BigInt(2),F0=(t,e)=>(t+e/Ff)/e;function n8(t){const e=U0,n=BigInt(3),r=BigInt(6),i=BigInt(11),s=BigInt(22),o=BigInt(23),a=BigInt(44),c=BigInt(88),f=t*t*t%e,u=f*f*t%e,h=Kt(u,n,e)*u%e,l=Kt(h,n,e)*u%e,d=Kt(l,Ff,e)*f%e,p=Kt(d,i,e)*d%e,b=Kt(p,s,e)*p%e,v=Kt(b,a,e)*b%e,O=Kt(v,c,e)*v%e,P=Kt(O,a,e)*b%e,x=Kt(P,n,e)*u%e,S=Kt(x,o,e)*p%e,R=Kt(S,r,e)*f%e,U=Kt(R,Ff,e);if(!Lf.eql(Lf.sqr(U),t))throw new Error("Cannot find square root");return U}const Lf=Er(U0,void 0,void 0,{sqrt:n8}),r8=da({a:e8,b:BigInt(7),Fp:Lf,n:C0,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:t=>{const e=C0,n=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),r=-t8*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),s=n,o=BigInt("0x100000000000000000000000000000000"),a=F0(s*t,e),c=F0(-r*t,e);let f=yt(t-a*n-c*i,e),u=yt(-a*r-c*s,e);const h=f>o,l=u>o;if(h&&(f=e-f),l&&(u=e-u),f>o||u>o)throw new Error("splitScalar: Endomorphism failed, k="+t);return{k1neg:h,k1:f,k2neg:l,k2:u}}}},ia);function i8(t){if(t.length!==130&&t.length!==132)throw new o8({signature:t});const e=BigInt(qn(t,0,32)),n=BigInt(qn(t,32,64)),r=(()=>{const i=+`0x${t.slice(130)}`;if(!Number.isNaN(i))try{return s8(i)}catch{throw new a8({value:i})}})();return typeof r>"u"?{r:e,s:n}:{r:e,s:n,yParity:r}}function s8(t){if(t===0||t===27)return 0;if(t===1||t===28)return 1;if(t>=35)return t%2===0?1:0;throw new c8({value:t})}class o8 extends me{constructor({signature:e}){super(`Value \`${e}\` is an invalid signature size.`,{metaMessages:["Expected: 64 bytes or 65 bytes.",`Received ${Mn(xf(e))} bytes.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Signature.InvalidSerializedSizeError"})}}class a8 extends me{constructor({value:e}){super(`Value \`${e}\` is an invalid y-parity value. Y-parity must be 0 or 1.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Signature.InvalidYParityError"})}}class c8 extends me{constructor({value:e}){super(`Value \`${e}\` is an invalid v value. v must be 27, 28 or >=35.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Signature.InvalidVError"})}}Object.freeze({1:0n,2:1n,3:2n,4:3n,5:4n,6:5n,7:6n,8:7n,9:8n,A:9n,B:10n,C:11n,D:12n,E:13n,F:14n,G:15n,H:16n,J:17n,K:18n,L:19n,M:20n,N:21n,P:22n,Q:23n,R:24n,S:25n,T:26n,U:27n,V:28n,W:29n,X:30n,Y:31n,Z:32n,a:33n,b:34n,c:35n,d:36n,e:37n,f:38n,g:39n,h:40n,i:41n,j:42n,k:43n,m:44n,n:45n,o:46n,p:47n,q:48n,r:49n,s:50n,t:51n,u:52n,v:53n,w:54n,x:55n,y:56n,z:57n}),Array.from("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/").map((t,e)=>[e,t.charCodeAt(0)]),{...Object.fromEntries(Array.from("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/").map((t,e)=>[t.charCodeAt(0),e]))},Cn.slice();const f8=BigInt(0),pa=BigInt(1),L0=BigInt(2),es=BigInt(3);function u8(t){const e=[];for(;t>pa;t>>=pa)(t&pa)===f8?e.unshift(0):(t&es)===es?(e.unshift(-1),t+=pa):e.unshift(1);return e}function l8(t){const{Fp:e,Fr:n,Fp2:r,Fp6:i,Fp12:s}=t.fields,o=t.params.xNegative,a=t.params.twistType,c=Cf({n:n.ORDER,...t.G1}),f=Object.assign(c,N0(c.ProjectivePoint,t.G1.mapToCurve,{...t.htfDefaults,...t.G1.htfDefaults})),u=Cf({n:n.ORDER,...t.G2}),h=Object.assign(u,N0(u.ProjectivePoint,t.G2.mapToCurve,{...t.htfDefaults,...t.G2.htfDefaults}));let l;if(a==="multiplicative")l=(F,k,N,M,z,K)=>s.mul014(M,F,r.mul(k,z),r.mul(N,K));else if(a==="divisive")l=(F,k,N,M,z,K)=>s.mul034(M,r.mul(N,K),r.mul(k,z),F);else throw new Error("bls: unknown twist type");const d=r.div(r.ONE,r.mul(r.ONE,L0));function p(F,k,N,M){const z=r.sqr(N),K=r.sqr(M),H=r.mulByB(r.mul(K,es)),G=r.mul(H,es),ee=r.sub(r.sub(r.sqr(r.add(N,M)),K),z),te=r.sub(H,z),re=r.mul(r.sqr(k),es),ce=r.neg(ee);return F.push([te,re,ce]),k=r.mul(r.mul(r.mul(r.sub(z,G),k),N),d),N=r.sub(r.sqr(r.mul(r.add(z,G),d)),r.mul(r.sqr(H),es)),M=r.mul(z,ee),{Rx:k,Ry:N,Rz:M}}function b(F,k,N,M,z,K){const H=r.sub(N,r.mul(K,M)),G=r.sub(k,r.mul(z,M)),ee=r.sub(r.mul(H,z),r.mul(G,K)),te=r.neg(H),re=G;F.push([ee,te,re]);const ce=r.sqr(G),Ie=r.mul(ce,G),lr=r.mul(ce,k),Gc=r.add(r.sub(Ie,r.mul(lr,L0)),r.mul(r.sqr(H),M));return k=r.mul(G,Gc),N=r.sub(r.mul(r.sub(lr,Gc),H),r.mul(Ie,N)),M=r.mul(M,Ie),{Rx:k,Ry:N,Rz:M}}const v=u8(t.params.ateLoopSize),O=wf(F=>{const k=F,{x:N,y:M}=k.toAffine(),z=N,K=M,H=r.neg(M);let G=z,ee=K,te=r.ONE;const re=[];for(const ce of v){const Ie=[];({Rx:G,Ry:ee,Rz:te}=p(Ie,G,ee,te)),ce&&({Rx:G,Ry:ee,Rz:te}=b(Ie,G,ee,te,z,ce===-1?H:K)),re.push(Ie)}if(t.postPrecompute){const ce=re[re.length-1];t.postPrecompute(G,ee,te,z,K,b.bind(null,ce))}return re});function P(F,k=!1){let N=s.ONE;if(F.length){const M=F[0][0].length;for(let z=0;z<M;z++){N=s.sqr(N);for(const[K,H,G]of F)for(const[ee,te,re]of K[z])N=l(ee,te,re,N,H,G)}}return o&&(N=s.conjugate(N)),k?s.finalExponentiate(N):N}function x(F,k=!0){const N=[];f.ProjectivePoint.normalizeZ(F.map(({g1:M})=>M)),h.ProjectivePoint.normalizeZ(F.map(({g2:M})=>M));for(const{g1:M,g2:z}of F){if(M.equals(f.ProjectivePoint.ZERO)||z.equals(h.ProjectivePoint.ZERO))throw new Error("pairing is not available for ZERO point");M.assertValidity(),z.assertValidity();const K=M.toAffine();N.push([O(z),K.x,K.y])}return P(N,k)}function S(F,k,N=!0){return x([{g1:F,g2:k}],N)}const R={randomPrivateKey:()=>{const F=Af(n.ORDER);return I0(t.randomBytes(F),n.ORDER)},calcPairingPrecomputes:O},{ShortSignature:U}=t.G1,{Signature:L}=t.G2;function C(F){return F instanceof f.ProjectivePoint?F:f.ProjectivePoint.fromHex(F)}function A(F,k){return F instanceof f.ProjectivePoint?F:f.hashToCurve(nt("point",F),k)}function j(F){return F instanceof h.ProjectivePoint?F:L.fromHex(F)}function q(F,k){return F instanceof h.ProjectivePoint?F:h.hashToCurve(nt("point",F),k)}function E(F){return f.ProjectivePoint.fromPrivateKey(F).toRawBytes(!0)}function y(F){return h.ProjectivePoint.fromPrivateKey(F).toRawBytes(!0)}function w(F,k,N){const M=q(F,N);M.assertValidity();const z=M.multiply(f.normPrivateKeyToScalar(k));return F instanceof h.ProjectivePoint?z:L.toRawBytes(z)}function g(F,k,N){const M=A(F,N);M.assertValidity();const z=M.multiply(f.normPrivateKeyToScalar(k));return F instanceof f.ProjectivePoint?z:U.toRawBytes(z)}function m(F,k,N,M){const z=C(N),K=q(k,M),H=f.ProjectivePoint.BASE,G=j(F),ee=x([{g1:z.negate(),g2:K},{g1:H,g2:G}]);return s.eql(ee,s.ONE)}function _(F,k,N,M){const z=j(N),K=A(k,M),H=h.ProjectivePoint.BASE,G=C(F),ee=x([{g1:K,g2:z},{g1:G,g2:H.negate()}]);return s.eql(ee,s.ONE)}function B(F){if(!Array.isArray(F)||F.length===0)throw new Error("expected non-empty array")}function I(F){B(F);const N=F.map(C).reduce((M,z)=>M.add(z),f.ProjectivePoint.ZERO);return F[0]instanceof f.ProjectivePoint?(N.assertValidity(),N):N.toRawBytes(!0)}function $(F){B(F);const N=F.map(j).reduce((M,z)=>M.add(z),h.ProjectivePoint.ZERO);return F[0]instanceof h.ProjectivePoint?(N.assertValidity(),N):L.toRawBytes(N)}function D(F){B(F);const N=F.map(C).reduce((M,z)=>M.add(z),f.ProjectivePoint.ZERO);return F[0]instanceof f.ProjectivePoint?(N.assertValidity(),N):U.toRawBytes(N)}function T(F,k,N,M){if(B(k),N.length!==k.length)throw new Error("amount of public keys and messages should be equal");const z=j(F),K=k.map(te=>q(te,M)),H=N.map(C),G=new Map;for(let te=0;te<H.length;te++){const re=H[te],ce=K[te];let Ie=G.get(ce);Ie===void 0&&(Ie=[],G.set(ce,Ie)),Ie.push(re)}const ee=[];try{for(const[te,re]of G){const ce=re.reduce((Ie,lr)=>Ie.add(lr));ee.push({g1:ce,g2:te})}return ee.push({g1:f.ProjectivePoint.BASE.negate(),g2:z}),s.eql(x(ee),s.ONE)}catch{return!1}}return f.ProjectivePoint.BASE._setWindowSize(4),{getPublicKey:E,getPublicKeyForShortSignatures:y,sign:w,signShortSignature:g,verify:m,verifyBatch:T,verifyShortSignature:_,aggregatePublicKeys:I,aggregateSignatures:$,aggregateShortSignatures:D,millerLoopBatch:P,pairing:S,pairingBatch:x,G1:f,G2:h,Signature:L,ShortSignature:U,fields:{Fr:n,Fp:e,Fp2:r,Fp6:i,Fp12:s},params:{ateLoopSize:t.params.ateLoopSize,r:t.params.r,G1b:t.G1.b,G2b:t.G2.b},utils:R}}const h8=BigInt(0),ts=BigInt(1),zn=BigInt(2),k0=BigInt(3);function kf(t,e,n,r,i=1,s){const o=BigInt(s===void 0?r:s),a=n**BigInt(r),c=[];for(let f=0;f<i;f++){const u=BigInt(f+1),h=[];for(let l=0,d=ts;l<r;l++){const p=(u*d-u)/o%a;h.push(t.pow(e,p)),d*=n}c.push(h)}return c}function d8(t,e,n){const r=e.pow(n,(t.ORDER-ts)/k0),i=e.pow(n,(t.ORDER-ts)/zn);function s(l,d){const p=e.mul(e.frobeniusMap(l,1),r),b=e.mul(e.frobeniusMap(d,1),i);return[p,b]}const o=e.pow(n,(t.ORDER**zn-ts)/k0),a=e.pow(n,(t.ORDER**zn-ts)/zn);if(!e.eql(a,e.neg(e.ONE)))throw new Error("psiFrobenius: PSI2_Y!==-1");function c(l,d){return[e.mul(l,o),e.neg(d)]}const f=l=>(d,p)=>{const b=p.toAffine(),v=l(b.x,b.y);return d.fromAffine({x:v[0],y:v[1]})},u=f(s),h=f(c);return{psi:s,psi2:c,G2psi:u,G2psi2:h,PSI_X:r,PSI_Y:i,PSI2_X:o,PSI2_Y:a}}function p8(t){const{ORDER:e}=t,n=Er(e),r=n.create(t.NONRESIDUE||BigInt(-1)),i=n.div(n.ONE,zn),s=kf(n,r,n.ORDER,2)[0],o=({c0:E,c1:y},{c0:w,c1:g})=>({c0:n.add(E,w),c1:n.add(y,g)}),a=({c0:E,c1:y},{c0:w,c1:g})=>({c0:n.sub(E,w),c1:n.sub(y,g)}),c=({c0:E,c1:y},w)=>{if(typeof w=="bigint")return{c0:n.mul(E,w),c1:n.mul(y,w)};const{c0:g,c1:m}=w;let _=n.mul(E,g),B=n.mul(y,m);const I=n.sub(_,B),$=n.sub(n.mul(n.add(E,y),n.add(g,m)),n.add(_,B));return{c0:I,c1:$}},f=({c0:E,c1:y})=>{const w=n.add(E,y),g=n.sub(E,y),m=n.add(E,E);return{c0:n.mul(w,g),c1:n.mul(m,y)}},u=E=>{if(E.length!==2)throw new Error("invalid tuple");const y=E.map(w=>n.create(w));return{c0:y[0],c1:y[1]}},h=e*e,l=u(t.FP2_NONRESIDUE),d={ORDER:h,isLE:n.isLE,NONRESIDUE:l,BITS:js(h),BYTES:Math.ceil(js(h)/8),MASK:wi(js(h)),ZERO:{c0:n.ZERO,c1:n.ZERO},ONE:{c0:n.ONE,c1:n.ZERO},create:E=>E,isValid:({c0:E,c1:y})=>typeof E=="bigint"&&typeof y=="bigint",is0:({c0:E,c1:y})=>n.is0(E)&&n.is0(y),eql:({c0:E,c1:y},{c0:w,c1:g})=>n.eql(E,w)&&n.eql(y,g),neg:({c0:E,c1:y})=>({c0:n.neg(E),c1:n.neg(y)}),pow:(E,y)=>la(d,E,y),invertBatch:E=>vi(d,E),add:o,sub:a,mul:c,sqr:f,addN:o,subN:a,mulN:c,sqrN:f,div:(E,y)=>d.mul(E,typeof y=="bigint"?n.inv(n.create(y)):d.inv(y)),inv:({c0:E,c1:y})=>{const w=n.inv(n.create(E*E+y*y));return{c0:n.mul(w,n.create(E)),c1:n.mul(w,n.create(-y))}},sqrt:E=>{if(t.Fp2sqrt)return t.Fp2sqrt(E);const{c0:y,c1:w}=E;if(n.is0(w))return ha(n,y)===1?d.create({c0:n.sqrt(y),c1:n.ZERO}):d.create({c0:n.ZERO,c1:n.sqrt(n.div(y,r))});const g=n.sqrt(n.sub(n.sqr(y),n.mul(n.sqr(w),r)));let m=n.mul(n.add(g,y),i);ha(n,m)===-1&&(m=n.sub(m,g));const B=n.sqrt(m),I=d.create({c0:B,c1:n.div(n.mul(w,i),B)});if(!d.eql(d.sqr(I),E))throw new Error("Cannot find square root");const $=I,D=d.neg($),{re:T,im:F}=d.reim($),{re:k,im:N}=d.reim(D);return F>N||F===N&&T>k?$:D},isOdd:E=>{const{re:y,im:w}=d.reim(E),g=y%zn,m=y===h8,_=w%zn;return BigInt(g||m&&_)==ts},fromBytes(E){if(E.length!==d.BYTES)throw new Error("fromBytes invalid length="+E.length);return{c0:n.fromBytes(E.subarray(0,n.BYTES)),c1:n.fromBytes(E.subarray(n.BYTES))}},toBytes:({c0:E,c1:y})=>Be(n.toBytes(E),n.toBytes(y)),cmov:({c0:E,c1:y},{c0:w,c1:g},m)=>({c0:n.cmov(E,w,m),c1:n.cmov(y,g,m)}),reim:({c0:E,c1:y})=>({re:E,im:y}),mulByNonresidue:({c0:E,c1:y})=>d.mul({c0:E,c1:y},l),mulByB:t.Fp2mulByB,fromBigTuple:u,frobeniusMap:({c0:E,c1:y},w)=>({c0:E,c1:n.mul(y,s[w%2])})},p=({c0:E,c1:y,c2:w},{c0:g,c1:m,c2:_})=>({c0:d.add(E,g),c1:d.add(y,m),c2:d.add(w,_)}),b=({c0:E,c1:y,c2:w},{c0:g,c1:m,c2:_})=>({c0:d.sub(E,g),c1:d.sub(y,m),c2:d.sub(w,_)}),v=({c0:E,c1:y,c2:w},g)=>{if(typeof g=="bigint")return{c0:d.mul(E,g),c1:d.mul(y,g),c2:d.mul(w,g)};const{c0:m,c1:_,c2:B}=g,I=d.mul(E,m),$=d.mul(y,_),D=d.mul(w,B);return{c0:d.add(I,d.mulByNonresidue(d.sub(d.mul(d.add(y,w),d.add(_,B)),d.add($,D)))),c1:d.add(d.sub(d.mul(d.add(E,y),d.add(m,_)),d.add(I,$)),d.mulByNonresidue(D)),c2:d.sub(d.add($,d.mul(d.add(E,w),d.add(m,B))),d.add(I,D))}},O=({c0:E,c1:y,c2:w})=>{let g=d.sqr(E),m=d.mul(d.mul(E,y),zn),_=d.mul(d.mul(y,w),zn),B=d.sqr(w);return{c0:d.add(d.mulByNonresidue(_),g),c1:d.add(d.mulByNonresidue(B),m),c2:d.sub(d.sub(d.add(d.add(m,d.sqr(d.add(d.sub(E,y),w))),_),g),B)}},[P,x]=kf(d,l,n.ORDER,6,2,3),S={ORDER:d.ORDER,isLE:d.isLE,BITS:3*d.BITS,BYTES:3*d.BYTES,MASK:wi(3*d.BITS),ZERO:{c0:d.ZERO,c1:d.ZERO,c2:d.ZERO},ONE:{c0:d.ONE,c1:d.ZERO,c2:d.ZERO},create:E=>E,isValid:({c0:E,c1:y,c2:w})=>d.isValid(E)&&d.isValid(y)&&d.isValid(w),is0:({c0:E,c1:y,c2:w})=>d.is0(E)&&d.is0(y)&&d.is0(w),neg:({c0:E,c1:y,c2:w})=>({c0:d.neg(E),c1:d.neg(y),c2:d.neg(w)}),eql:({c0:E,c1:y,c2:w},{c0:g,c1:m,c2:_})=>d.eql(E,g)&&d.eql(y,m)&&d.eql(w,_),sqrt:n0,div:(E,y)=>S.mul(E,typeof y=="bigint"?n.inv(n.create(y)):S.inv(y)),pow:(E,y)=>la(S,E,y),invertBatch:E=>vi(S,E),add:p,sub:b,mul:v,sqr:O,addN:p,subN:b,mulN:v,sqrN:O,inv:({c0:E,c1:y,c2:w})=>{let g=d.sub(d.sqr(E),d.mulByNonresidue(d.mul(w,y))),m=d.sub(d.mulByNonresidue(d.sqr(w)),d.mul(E,y)),_=d.sub(d.sqr(y),d.mul(E,w)),B=d.inv(d.add(d.mulByNonresidue(d.add(d.mul(w,m),d.mul(y,_))),d.mul(E,g)));return{c0:d.mul(B,g),c1:d.mul(B,m),c2:d.mul(B,_)}},fromBytes:E=>{if(E.length!==S.BYTES)throw new Error("fromBytes invalid length="+E.length);return{c0:d.fromBytes(E.subarray(0,d.BYTES)),c1:d.fromBytes(E.subarray(d.BYTES,2*d.BYTES)),c2:d.fromBytes(E.subarray(2*d.BYTES))}},toBytes:({c0:E,c1:y,c2:w})=>Be(d.toBytes(E),d.toBytes(y),d.toBytes(w)),cmov:({c0:E,c1:y,c2:w},{c0:g,c1:m,c2:_},B)=>({c0:d.cmov(E,g,B),c1:d.cmov(y,m,B),c2:d.cmov(w,_,B)}),fromBigSix:E=>{if(!Array.isArray(E)||E.length!==6)throw new Error("invalid Fp6 usage");return{c0:d.fromBigTuple(E.slice(0,2)),c1:d.fromBigTuple(E.slice(2,4)),c2:d.fromBigTuple(E.slice(4,6))}},frobeniusMap:({c0:E,c1:y,c2:w},g)=>({c0:d.frobeniusMap(E,g),c1:d.mul(d.frobeniusMap(y,g),P[g%6]),c2:d.mul(d.frobeniusMap(w,g),x[g%6])}),mulByFp2:({c0:E,c1:y,c2:w},g)=>({c0:d.mul(E,g),c1:d.mul(y,g),c2:d.mul(w,g)}),mulByNonresidue:({c0:E,c1:y,c2:w})=>({c0:d.mulByNonresidue(w),c1:E,c2:y}),mul1:({c0:E,c1:y,c2:w},g)=>({c0:d.mulByNonresidue(d.mul(w,g)),c1:d.mul(E,g),c2:d.mul(y,g)}),mul01({c0:E,c1:y,c2:w},g,m){let _=d.mul(E,g),B=d.mul(y,m);return{c0:d.add(d.mulByNonresidue(d.sub(d.mul(d.add(y,w),m),B)),_),c1:d.sub(d.sub(d.mul(d.add(g,m),d.add(E,y)),_),B),c2:d.add(d.sub(d.mul(d.add(E,w),g),_),B)}}},R=kf(d,l,n.ORDER,12,1,6)[0],U=({c0:E,c1:y},{c0:w,c1:g})=>({c0:S.add(E,w),c1:S.add(y,g)}),L=({c0:E,c1:y},{c0:w,c1:g})=>({c0:S.sub(E,w),c1:S.sub(y,g)}),C=({c0:E,c1:y},w)=>{if(typeof w=="bigint")return{c0:S.mul(E,w),c1:S.mul(y,w)};let{c0:g,c1:m}=w,_=S.mul(E,g),B=S.mul(y,m);return{c0:S.add(_,S.mulByNonresidue(B)),c1:S.sub(S.mul(S.add(E,y),S.add(g,m)),S.add(_,B))}},A=({c0:E,c1:y})=>{let w=S.mul(E,y);return{c0:S.sub(S.sub(S.mul(S.add(S.mulByNonresidue(y),E),S.add(E,y)),w),S.mulByNonresidue(w)),c1:S.add(w,w)}};function j(E,y){const w=d.sqr(E),g=d.sqr(y);return{first:d.add(d.mulByNonresidue(g),w),second:d.sub(d.sub(d.sqr(d.add(E,y)),w),g)}}const q={ORDER:d.ORDER,isLE:S.isLE,BITS:2*S.BITS,BYTES:2*S.BYTES,MASK:wi(2*S.BITS),ZERO:{c0:S.ZERO,c1:S.ZERO},ONE:{c0:S.ONE,c1:S.ZERO},create:E=>E,isValid:({c0:E,c1:y})=>S.isValid(E)&&S.isValid(y),is0:({c0:E,c1:y})=>S.is0(E)&&S.is0(y),neg:({c0:E,c1:y})=>({c0:S.neg(E),c1:S.neg(y)}),eql:({c0:E,c1:y},{c0:w,c1:g})=>S.eql(E,w)&&S.eql(y,g),sqrt:n0,inv:({c0:E,c1:y})=>{let w=S.inv(S.sub(S.sqr(E),S.mulByNonresidue(S.sqr(y))));return{c0:S.mul(E,w),c1:S.neg(S.mul(y,w))}},div:(E,y)=>q.mul(E,typeof y=="bigint"?n.inv(n.create(y)):q.inv(y)),pow:(E,y)=>la(q,E,y),invertBatch:E=>vi(q,E),add:U,sub:L,mul:C,sqr:A,addN:U,subN:L,mulN:C,sqrN:A,fromBytes:E=>{if(E.length!==q.BYTES)throw new Error("fromBytes invalid length="+E.length);return{c0:S.fromBytes(E.subarray(0,S.BYTES)),c1:S.fromBytes(E.subarray(S.BYTES))}},toBytes:({c0:E,c1:y})=>Be(S.toBytes(E),S.toBytes(y)),cmov:({c0:E,c1:y},{c0:w,c1:g},m)=>({c0:S.cmov(E,w,m),c1:S.cmov(y,g,m)}),fromBigTwelve:E=>({c0:S.fromBigSix(E.slice(0,6)),c1:S.fromBigSix(E.slice(6,12))}),frobeniusMap(E,y){const{c0:w,c1:g,c2:m}=S.frobeniusMap(E.c1,y),_=R[y%12];return{c0:S.frobeniusMap(E.c0,y),c1:S.create({c0:d.mul(w,_),c1:d.mul(g,_),c2:d.mul(m,_)})}},mulByFp2:({c0:E,c1:y},w)=>({c0:S.mulByFp2(E,w),c1:S.mulByFp2(y,w)}),conjugate:({c0:E,c1:y})=>({c0:E,c1:S.neg(y)}),mul014:({c0:E,c1:y},w,g,m)=>{let _=S.mul01(E,w,g),B=S.mul1(y,m);return{c0:S.add(S.mulByNonresidue(B),_),c1:S.sub(S.sub(S.mul01(S.add(y,E),w,d.add(g,m)),_),B)}},mul034:({c0:E,c1:y},w,g,m)=>{const _=S.create({c0:d.mul(E.c0,w),c1:d.mul(E.c1,w),c2:d.mul(E.c2,w)}),B=S.mul01(y,g,m),I=S.mul01(S.add(E,y),d.add(w,g),m);return{c0:S.add(S.mulByNonresidue(B),_),c1:S.sub(I,S.add(_,B))}},_cyclotomicSquare:t.Fp12cyclotomicSquare,_cyclotomicExp:t.Fp12cyclotomicExp,finalExponentiate:t.Fp12finalExponentiate};return{Fp:n,Fp2:d,Fp6:S,Fp4Square:j,Fp12:q}}const bt=BigInt(0),ga=BigInt(1),Le=BigInt(2),ya=BigInt(3),Gs=BigInt(4),Ir=BigInt("0xd201000000010000"),g8=js(Ir),{Fp:J,Fp2:Q,Fp6:qf,Fp4Square:Mf,Fp12:se}=p8({ORDER:BigInt("0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaaab"),FP2_NONRESIDUE:[ga,ga],Fp2mulByB:({c0:t,c1:e})=>{const n=J.mul(t,Gs),r=J.mul(e,Gs);return{c0:J.sub(n,r),c1:J.add(n,r)}},Fp12cyclotomicSquare:({c0:t,c1:e})=>{const{c0:n,c1:r,c2:i}=t,{c0:s,c1:o,c2:a}=e,{first:c,second:f}=Mf(n,o),{first:u,second:h}=Mf(s,i),{first:l,second:d}=Mf(r,a),p=Q.mulByNonresidue(d);return{c0:qf.create({c0:Q.add(Q.mul(Q.sub(c,n),Le),c),c1:Q.add(Q.mul(Q.sub(u,r),Le),u),c2:Q.add(Q.mul(Q.sub(l,i),Le),l)}),c1:qf.create({c0:Q.add(Q.mul(Q.add(p,s),Le),p),c1:Q.add(Q.mul(Q.add(f,o),Le),f),c2:Q.add(Q.mul(Q.add(h,a),Le),h)})}},Fp12cyclotomicExp(t,e){let n=se.ONE;for(let r=g8-1;r>=0;r--)n=se._cyclotomicSquare(n),zv(e,r)&&(n=se.mul(n,t));return n},Fp12finalExponentiate:t=>{const e=Ir,n=se.div(se.frobeniusMap(t,6),t),r=se.mul(se.frobeniusMap(n,2),n),i=se.conjugate(se._cyclotomicExp(r,e)),s=se.mul(se.conjugate(se._cyclotomicSquare(r)),i),o=se.conjugate(se._cyclotomicExp(s,e)),a=se.conjugate(se._cyclotomicExp(o,e)),c=se.mul(se.conjugate(se._cyclotomicExp(a,e)),se._cyclotomicSquare(i)),f=se.conjugate(se._cyclotomicExp(c,e)),u=se.frobeniusMap(se.mul(i,a),2),h=se.frobeniusMap(se.mul(o,r),3),l=se.frobeniusMap(se.mul(c,se.conjugate(r)),1),d=se.mul(se.mul(f,se.conjugate(s)),r);return se.mul(se.mul(se.mul(u,h),l),d)}}),q0=Er(BigInt("0x73eda753299d7d483339d80809a1d80553bda402fffe5bfeffffffff00000001")),y8=T0(Q,[[["0x5c759507e8e333ebb5b7a9a47d7ed8532c52d39fd3a042a88b58423c50ae15d5c2638e343d9c71c6238aaaaaaaa97d6","0x5c759507e8e333ebb5b7a9a47d7ed8532c52d39fd3a042a88b58423c50ae15d5c2638e343d9c71c6238aaaaaaaa97d6"],["0x0","0x11560bf17baa99bc32126fced787c88f984f87adf7ae0c7f9a208c6b4f20a4181472aaa9cb8d555526a9ffffffffc71a"],["0x11560bf17baa99bc32126fced787c88f984f87adf7ae0c7f9a208c6b4f20a4181472aaa9cb8d555526a9ffffffffc71e","0x8ab05f8bdd54cde190937e76bc3e447cc27c3d6fbd7063fcd104635a790520c0a395554e5c6aaaa9354ffffffffe38d"],["0x171d6541fa38ccfaed6dea691f5fb614cb14b4e7f4e810aa22d6108f142b85757098e38d0f671c7188e2aaaaaaaa5ed1","0x0"]],[["0x0","0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaa63"],["0xc","0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaa9f"],["0x1","0x0"]],[["0x1530477c7ab4113b59a4c18b076d11930f7da5d4a07f649bf54439d87d27e500fc8c25ebf8c92f6812cfc71c71c6d706","0x1530477c7ab4113b59a4c18b076d11930f7da5d4a07f649bf54439d87d27e500fc8c25ebf8c92f6812cfc71c71c6d706"],["0x0","0x5c759507e8e333ebb5b7a9a47d7ed8532c52d39fd3a042a88b58423c50ae15d5c2638e343d9c71c6238aaaaaaaa97be"],["0x11560bf17baa99bc32126fced787c88f984f87adf7ae0c7f9a208c6b4f20a4181472aaa9cb8d555526a9ffffffffc71c","0x8ab05f8bdd54cde190937e76bc3e447cc27c3d6fbd7063fcd104635a790520c0a395554e5c6aaaa9354ffffffffe38f"],["0x124c9ad43b6cf79bfbf7043de3811ad0761b0f37a1e26286b0e977c69aa274524e79097a56dc4bd9e1b371c71c718b10","0x0"]],[["0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffa8fb","0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffa8fb"],["0x0","0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffa9d3"],["0x12","0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaa99"],["0x1","0x0"]]].map(t=>t.map(e=>Q.fromBigTuple(e.map(BigInt))))),b8=T0(J,[["0x11a05f2b1e833340b809101dd99815856b303e88a2d7005ff2627b56cdb4e2c85610c2d5f2e62d6eaeac1662734649b7","0x17294ed3e943ab2f0588bab22147a81c7c17e75b2f6a8417f565e33c70d1e86b4838f2a6f318c356e834eef1b3cb83bb","0xd54005db97678ec1d1048c5d10a9a1bce032473295983e56878e501ec68e25c958c3e3d2a09729fe0179f9dac9edcb0","0x1778e7166fcc6db74e0609d307e55412d7f5e4656a8dbf25f1b33289f1b330835336e25ce3107193c5b388641d9b6861","0xe99726a3199f4436642b4b3e4118e5499db995a1257fb3f086eeb65982fac18985a286f301e77c451154ce9ac8895d9","0x1630c3250d7313ff01d1201bf7a74ab5db3cb17dd952799b9ed3ab9097e68f90a0870d2dcae73d19cd13c1c66f652983","0xd6ed6553fe44d296a3726c38ae652bfb11586264f0f8ce19008e218f9c86b2a8da25128c1052ecaddd7f225a139ed84","0x17b81e7701abdbe2e8743884d1117e53356de5ab275b4db1a682c62ef0f2753339b7c8f8c8f475af9ccb5618e3f0c88e","0x80d3cf1f9a78fc47b90b33563be990dc43b756ce79f5574a2c596c928c5d1de4fa295f296b74e956d71986a8497e317","0x169b1f8e1bcfa7c42e0c37515d138f22dd2ecb803a0c5c99676314baf4bb1b7fa3190b2edc0327797f241067be390c9e","0x10321da079ce07e272d8ec09d2565b0dfa7dccdde6787f96d50af36003b14866f69b771f8c285decca67df3f1605fb7b","0x6e08c248e260e70bd1e962381edee3d31d79d7e22c837bc23c0bf1bc24c6b68c24b1b80b64d391fa9c8ba2e8ba2d229"],["0x8ca8d548cff19ae18b2e62f4bd3fa6f01d5ef4ba35b48ba9c9588617fc8ac62b558d681be343df8993cf9fa40d21b1c","0x12561a5deb559c4348b4711298e536367041e8ca0cf0800c0126c2588c48bf5713daa8846cb026e9e5c8276ec82b3bff","0xb2962fe57a3225e8137e629bff2991f6f89416f5a718cd1fca64e00b11aceacd6a3d0967c94fedcfcc239ba5cb83e19","0x3425581a58ae2fec83aafef7c40eb545b08243f16b1655154cca8abc28d6fd04976d5243eecf5c4130de8938dc62cd8","0x13a8e162022914a80a6f1d5f43e7a07dffdfc759a12062bb8d6b44e833b306da9bd29ba81f35781d539d395b3532a21e","0xe7355f8e4e667b955390f7f0506c6e9395735e9ce9cad4d0a43bcef24b8982f7400d24bc4228f11c02df9a29f6304a5","0x772caacf16936190f3e0c63e0596721570f5799af53a1894e2e073062aede9cea73b3538f0de06cec2574496ee84a3a","0x14a7ac2a9d64a8b230b3f5b074cf01996e7f63c21bca68a81996e1cdf9822c580fa5b9489d11e2d311f7d99bbdcc5a5e","0xa10ecf6ada54f825e920b3dafc7a3cce07f8d1d7161366b74100da67f39883503826692abba43704776ec3a79a1d641","0x95fc13ab9e92ad4476d6e3eb3a56680f682b4ee96f7d03776df533978f31c1593174e4b4b7865002d6384d168ecdd0a","0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001"],["0x90d97c81ba24ee0259d1f094980dcfa11ad138e48a869522b52af6c956543d3cd0c7aee9b3ba3c2be9845719707bb33","0x134996a104ee5811d51036d776fb46831223e96c254f383d0f906343eb67ad34d6c56711962fa8bfe097e75a2e41c696","0xcc786baa966e66f4a384c86a3b49942552e2d658a31ce2c344be4b91400da7d26d521628b00523b8dfe240c72de1f6","0x1f86376e8981c217898751ad8746757d42aa7b90eeb791c09e4a3ec03251cf9de405aba9ec61deca6355c77b0e5f4cb","0x8cc03fdefe0ff135caf4fe2a21529c4195536fbe3ce50b879833fd221351adc2ee7f8dc099040a841b6daecf2e8fedb","0x16603fca40634b6a2211e11db8f0a6a074a7d0d4afadb7bd76505c3d3ad5544e203f6326c95a807299b23ab13633a5f0","0x4ab0b9bcfac1bbcb2c977d027796b3ce75bb8ca2be184cb5231413c4d634f3747a87ac2460f415ec961f8855fe9d6f2","0x987c8d5333ab86fde9926bd2ca6c674170a05bfe3bdd81ffd038da6c26c842642f64550fedfe935a15e4ca31870fb29","0x9fc4018bd96684be88c9e221e4da1bb8f3abd16679dc26c1e8b6e6a1f20cabe69d65201c78607a360370e577bdba587","0xe1bba7a1186bdb5223abde7ada14a23c42a0ca7915af6fe06985e7ed1e4d43b9b3f7055dd4eba6f2bafaaebca731c30","0x19713e47937cd1be0dfd0b8f1d43fb93cd2fcbcb6caf493fd1183e416389e61031bf3a5cce3fbafce813711ad011c132","0x18b46a908f36f6deb918c143fed2edcc523559b8aaf0c2462e6bfe7f911f643249d9cdf41b44d606ce07c8a4d0074d8e","0xb182cac101b9399d155096004f53f447aa7b12a3426b08ec02710e807b4633f06c851c1919211f20d4c04f00b971ef8","0x245a394ad1eca9b72fc00ae7be315dc757b3b080d4c158013e6632d3c40659cc6cf90ad1c232a6442d9d3f5db980133","0x5c129645e44cf1102a159f748c4a3fc5e673d81d7e86568d9ab0f5d396a7ce46ba1049b6579afb7866b1e715475224b","0x15e6be4e990f03ce4ea50b3b42df2eb5cb181d8f84965a3957add4fa95af01b2b665027efec01c7704b456be69c8b604"],["0x16112c4c3a9c98b252181140fad0eae9601a6de578980be6eec3232b5be72e7a07f3688ef60c206d01479253b03663c1","0x1962d75c2381201e1a0cbd6c43c348b885c84ff731c4d59ca4a10356f453e01f78a4260763529e3532f6102c2e49a03d","0x58df3306640da276faaae7d6e8eb15778c4855551ae7f310c35a5dd279cd2eca6757cd636f96f891e2538b53dbf67f2","0x16b7d288798e5395f20d23bf89edb4d1d115c5dbddbcd30e123da489e726af41727364f2c28297ada8d26d98445f5416","0xbe0e079545f43e4b00cc912f8228ddcc6d19c9f0f69bbb0542eda0fc9dec916a20b15dc0fd2ededda39142311a5001d","0x8d9e5297186db2d9fb266eaac783182b70152c65550d881c5ecd87b6f0f5a6449f38db9dfa9cce202c6477faaf9b7ac","0x166007c08a99db2fc3ba8734ace9824b5eecfdfa8d0cf8ef5dd365bc400a0051d5fa9c01a58b1fb93d1a1399126a775c","0x16a3ef08be3ea7ea03bcddfabba6ff6ee5a4375efa1f4fd7feb34fd206357132b920f5b00801dee460ee415a15812ed9","0x1866c8ed336c61231a1be54fd1d74cc4f9fb0ce4c6af5920abc5750c4bf39b4852cfe2f7bb9248836b233d9d55535d4a","0x167a55cda70a6e1cea820597d94a84903216f763e13d87bb5308592e7ea7d4fbc7385ea3d529b35e346ef48bb8913f55","0x4d2f259eea405bd48f010a01ad2911d9c6dd039bb61a6290e591b36e636a5c871a5c29f4f83060400f8b49cba8f6aa8","0xaccbb67481d033ff5852c1e48c50c477f94ff8aefce42d28c0f9a88cea7913516f968986f7ebbea9684b529e2561092","0xad6b9514c767fe3c3613144b45f1496543346d98adf02267d5ceef9a00d9b8693000763e3b90ac11e99b138573345cc","0x2660400eb2e4f3b628bdd0d53cd76f2bf565b94e72927c1cb748df27942480e420517bd8714cc80d1fadc1326ed06f7","0xe0fa1d816ddc03e6b24255e0d7819c171c40f65e273b853324efcd6356caa205ca2f570f13497804415473a1d634b8f","0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001"]].map(t=>t.map(e=>BigInt(e)))),w8=P0(Q,{A:Q.create({c0:J.create(bt),c1:J.create(BigInt(240))}),B:Q.create({c0:J.create(BigInt(1012)),c1:J.create(BigInt(1012))}),Z:Q.create({c0:J.create(BigInt(-2)),c1:J.create(BigInt(-1))})}),m8=P0(J,{A:J.create(BigInt("0x144698a3b8e9433d693a02c96d4982b0ea985383ee66a8d8e8981aefd881ac98936f8da0e0f97f5cf428082d584c1d")),B:J.create(BigInt("0x12e2908d11688030018b12e8753eee3b2016c1f0f24f4070a0b9c14fcef35ef55a23215a316ceaa5d1cc48e98e172be0")),Z:J.create(BigInt(11))}),{G2psi:M0,G2psi2:v8}=d8(J,Q,Q.div(Q.ONE,Q.NONRESIDUE)),jf=Object.freeze({DST:"BLS_SIG_BLS12381G2_XMD:SHA-256_SSWU_RO_NUL_",encodeDST:"BLS_SIG_BLS12381G2_XMD:SHA-256_SSWU_RO_NUL_",p:J.ORDER,m:2,k:128,expand:"xmd",hash:ia}),ba=Zs(J.toBytes(bt),{infinity:!0,compressed:!0});function wa(t){t=t.slice();const e=t[0]&224,n=!!(e>>7&1),r=!!(e>>6&1),i=!!(e>>5&1);return t[0]&=31,{compressed:n,infinity:r,sort:i,value:t}}function Zs(t,e){if(t[0]&224)throw new Error("setMask: non-empty mask");return e.compressed&&(t[0]|=128),e.infinity&&(t[0]|=64),e.sort&&(t[0]|=32),t}function j0(t){t.assertValidity();const e=t.equals(sn.G1.ProjectivePoint.ZERO),{x:n,y:r}=t.toAffine();if(e)return ba.slice();const i=J.ORDER,s=!!(r*Le/i);return Zs(Re(n,J.BYTES),{compressed:!0,sort:s})}function z0(t){t.assertValidity();const e=J.BYTES;if(t.equals(sn.G2.ProjectivePoint.ZERO))return Be(ba,Re(bt,e));const{x:n,y:r}=t.toAffine(),{re:i,im:s}=Q.reim(n),{re:o,im:a}=Q.reim(r),f=!!((a>bt?a*Le:o*Le)/J.ORDER&ga),u=i;return Be(Zs(Re(s,e),{sort:f,compressed:!0}),Re(u,e))}const sn=l8({fields:{Fp:J,Fp2:Q,Fp6:qf,Fp12:se,Fr:q0},G1:{Fp:J,h:BigInt("0x396c8c005555e1568c00aaab0000aaab"),Gx:BigInt("0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb"),Gy:BigInt("0x08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1"),a:J.ZERO,b:Gs,htfDefaults:{...jf,m:1,DST:"BLS_SIG_BLS12381G1_XMD:SHA-256_SSWU_RO_NUL_"},wrapPrivateKey:!0,allowInfinityPoint:!0,isTorsionFree:(t,e)=>{const n=BigInt("0x5f19672fdf76ce51ba69c6076a0f77eaddb3a93be6f89688de17d813620a00022e01fffffffefffe"),r=new t(J.mul(e.px,n),e.py,e.pz);return e.multiplyUnsafe(Ir).negate().multiplyUnsafe(Ir).equals(r)},clearCofactor:(t,e)=>e.multiplyUnsafe(Ir).add(e),mapToCurve:t=>{const{x:e,y:n}=m8(J.create(t[0]));return b8(e,n)},fromBytes:t=>{const{compressed:e,infinity:n,sort:r,value:i}=wa(t);if(i.length===48&&e){const s=J.ORDER,o=pt(i),a=J.create(o&J.MASK);if(n){if(a!==bt)throw new Error("G1: non-empty compressed point at infinity");return{x:bt,y:bt}}const c=J.add(J.pow(a,ya),J.create(sn.params.G1b));let f=J.sqrt(c);if(!f)throw new Error("invalid compressed G1 point");return f*Le/s!==BigInt(r)&&(f=J.neg(f)),{x:J.create(a),y:J.create(f)}}else if(i.length===96&&!e){const s=pt(i.subarray(0,J.BYTES)),o=pt(i.subarray(J.BYTES));if(n){if(s!==bt||o!==bt)throw new Error("G1: non-empty point at infinity");return sn.G1.ProjectivePoint.ZERO.toAffine()}return{x:J.create(s),y:J.create(o)}}else throw new Error("invalid point G1, expected 48/96 bytes")},toBytes:(t,e,n)=>{const r=e.equals(t.ZERO),{x:i,y:s}=e.toAffine();if(n){if(r)return ba.slice();const o=J.ORDER,a=!!(s*Le/o);return Zs(Re(i,J.BYTES),{compressed:!0,sort:a})}else return r?Be(new Uint8Array([64]),new Uint8Array(2*J.BYTES-1)):Be(Re(i,J.BYTES),Re(s,J.BYTES))},ShortSignature:{fromHex(t){const{infinity:e,sort:n,value:r}=wa(nt("signatureHex",t,48)),i=J.ORDER,s=pt(r);if(e)return sn.G1.ProjectivePoint.ZERO;const o=J.create(s&J.MASK),a=J.add(J.pow(o,ya),J.create(sn.params.G1b));let c=J.sqrt(a);if(!c)throw new Error("invalid compressed G1 point");const f=BigInt(n);c*Le/i!==f&&(c=J.neg(c));const u=sn.G1.ProjectivePoint.fromAffine({x:o,y:c});return u.assertValidity(),u},toRawBytes(t){return j0(t)},toHex(t){return bi(j0(t))}}},G2:{Fp:Q,h:BigInt("0x5d543a95414e7f1091d50792876a202cd91de4547085abaa68a205b2e5a7ddfa628f1cb4d9e82ef21537e293a6691ae1616ec6e786f0c70cf1c38e31c7238e5"),Gx:Q.fromBigTuple([BigInt("0x024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb8"),BigInt("0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e")]),Gy:Q.fromBigTuple([BigInt("0x0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801"),BigInt("0x0606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be")]),a:Q.ZERO,b:Q.fromBigTuple([Gs,Gs]),hEff:BigInt("0xbc69f08f2ee75b3584c6a0ea91b352888e2a8e9145ad7689986ff031508ffe1329c2f178731db956d82bf015d1212b02ec0ec69d7477c1ae954cbc06689f6a359894c0adebbf6b4e8020005aaa95551"),htfDefaults:{...jf},wrapPrivateKey:!0,allowInfinityPoint:!0,mapToCurve:t=>{const{x:e,y:n}=w8(Q.fromBigTuple(t));return y8(e,n)},isTorsionFree:(t,e)=>e.multiplyUnsafe(Ir).negate().equals(M0(t,e)),clearCofactor:(t,e)=>{const n=Ir;let r=e.multiplyUnsafe(n).negate(),i=M0(t,e),s=e.double();return s=v8(t,s),s=s.subtract(i),i=r.add(i),i=i.multiplyUnsafe(n).negate(),s=s.add(i),s=s.subtract(r),s.subtract(e)},fromBytes:t=>{const{compressed:e,infinity:n,sort:r,value:i}=wa(t);if(!e&&!n&&r||!e&&n&&r||r&&n&&e)throw new Error("invalid encoding flag: "+(t[0]&224));const s=J.BYTES,o=(a,c,f)=>pt(a.slice(c,f));if(i.length===96&&e){const a=sn.params.G2b,c=J.ORDER;if(n){if(i.reduce((b,v)=>b!==0?v+1:v,0)>0)throw new Error("invalid compressed G2 point");return{x:Q.ZERO,y:Q.ZERO}}const f=o(i,0,s),u=o(i,s,2*s),h=Q.create({c0:J.create(u),c1:J.create(f)}),l=Q.add(Q.pow(h,ya),a);let d=Q.sqrt(l);const p=d.c1===bt?d.c0*Le/c:d.c1*Le/c?ga:bt;return d=r&&p>0?d:Q.neg(d),{x:h,y:d}}else if(i.length===192&&!e){if(n){if(i.reduce((h,l)=>h!==0?l+1:l,0)>0)throw new Error("invalid uncompressed G2 point");return{x:Q.ZERO,y:Q.ZERO}}const a=o(i,0,s),c=o(i,s,2*s),f=o(i,2*s,3*s),u=o(i,3*s,4*s);return{x:Q.fromBigTuple([c,a]),y:Q.fromBigTuple([u,f])}}else throw new Error("invalid point G2, expected 96/192 bytes")},toBytes:(t,e,n)=>{const{BYTES:r,ORDER:i}=J,s=e.equals(t.ZERO),{x:o,y:a}=e.toAffine();if(n){if(s)return Be(ba,Re(bt,r));const c=!!(a.c1===bt?a.c0*Le/i:a.c1*Le/i);return Be(Zs(Re(o.c1,r),{compressed:!0,sort:c}),Re(o.c0,r))}else{if(s)return Be(new Uint8Array([64]),new Uint8Array(4*r-1));const{re:c,im:f}=Q.reim(o),{re:u,im:h}=Q.reim(a);return Be(Re(f,r),Re(c,r),Re(h,r),Re(u,r))}},Signature:{fromHex(t){const{infinity:e,sort:n,value:r}=wa(nt("signatureHex",t)),i=J.ORDER,s=r.length/2;if(s!==48&&s!==96)throw new Error("invalid compressed signature length, must be 96 or 192");const o=pt(r.slice(0,s)),a=pt(r.slice(s));if(e)return sn.G2.ProjectivePoint.ZERO;const c=J.create(o&J.MASK),f=J.create(a),u=Q.create({c0:f,c1:c}),h=Q.add(Q.pow(u,ya),sn.params.G2b);let l=Q.sqrt(h);if(!l)throw new Error("Failed to find a square root");const{re:d,im:p}=Q.reim(l),b=BigInt(n),v=p>bt&&p*Le/i!==b,O=p===bt&&d*Le/i!==b;(v||O)&&(l=Q.neg(l));const P=sn.G2.ProjectivePoint.fromAffine({x:u,y:l});return P.assertValidity(),P},toRawBytes(t){return z0(t)},toHex(t){return bi(z0(t))}}},params:{ateLoopSize:Ir,r:q0.ORDER,xNegative:!0,twistType:"multiplicative"},htfDefaults:jf,hash:ia,randomBytes:Cd});BigInt(0),BigInt(1),BigInt(2),BigInt(8),BigInt(0),BigInt(1),BigInt(2),BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),BigInt(0),BigInt(1),BigInt(2),BigInt(3),BigInt(5),BigInt(8);const ns=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function ma(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function zf(t){if(!Number.isSafeInteger(t)||t<0)throw new Error("positive integer expected, got "+t)}function Ei(t,...e){if(!ma(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function H0(t){if(typeof t!="function"||typeof t.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");zf(t.outputLen),zf(t.blockLen)}function va(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function E8(t,e){Ei(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}function Ea(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function Hf(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function xn(t,e){return t<<32-e|t>>>e}const V0=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",x8=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function rs(t){if(Ei(t),V0)return t.toHex();let e="";for(let n=0;n<t.length;n++)e+=x8[t[n]];return e}const Hn={_0:48,_9:57,A:65,F:70,a:97,f:102};function K0(t){if(t>=Hn._0&&t<=Hn._9)return t-Hn._0;if(t>=Hn.A&&t<=Hn.F)return t-(Hn.A-10);if(t>=Hn.a&&t<=Hn.f)return t-(Hn.a-10)}function xa(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);if(V0)return Uint8Array.fromHex(t);const e=t.length,n=e/2;if(e%2)throw new Error("hex string expected, got unpadded hex of length "+e);const r=new Uint8Array(n);for(let i=0,s=0;i<n;i++,s+=2){const o=K0(t.charCodeAt(s)),a=K0(t.charCodeAt(s+1));if(o===void 0||a===void 0){const c=t[s]+t[s+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+s)}r[i]=o*16+a}return r}function Vf(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function Kf(t){return typeof t=="string"&&(t=Vf(t)),Ei(t),t}function Sr(...t){let e=0;for(let r=0;r<t.length;r++){const i=t[r];Ei(i),e+=i.length}const n=new Uint8Array(e);for(let r=0,i=0;r<t.length;r++){const s=t[r];n.set(s,i),i+=s.length}return n}class G0{}function _8(t){const e=r=>t().update(Kf(r)).digest(),n=t();return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=()=>t(),e}function Z0(t=32){if(ns&&typeof ns.getRandomValues=="function")return ns.getRandomValues(new Uint8Array(t));if(ns&&typeof ns.randomBytes=="function")return Uint8Array.from(ns.randomBytes(t));throw new Error("crypto.getRandomValues must be defined")}const Gf=BigInt(0),Zf=BigInt(1);function _a(t,e=""){if(typeof t!="boolean"){const n=e&&`"${e}"`;throw new Error(n+"expected boolean, got type="+typeof t)}return t}function xi(t,e,n=""){const r=ma(t),i=t?.length,s=e!==void 0;if(!r||s&&i!==e){const o=n&&`"${n}" `,a=s?` of length ${e}`:"",c=r?`length=${i}`:`type=${typeof t}`;throw new Error(o+"expected Uint8Array"+a+", got "+c)}return t}function Ia(t){const e=t.toString(16);return e.length&1?"0"+e:e}function W0(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);return t===""?Gf:BigInt("0x"+t)}function Sa(t){return W0(rs(t))}function Y0(t){return Ei(t),W0(rs(Uint8Array.from(t).reverse()))}function Wf(t,e){return xa(t.toString(16).padStart(e*2,"0"))}function X0(t,e){return Wf(t,e).reverse()}function It(t,e,n){let r;if(typeof e=="string")try{r=xa(e)}catch(s){throw new Error(t+" must be hex string or Uint8Array, cause: "+s)}else if(ma(e))r=Uint8Array.from(e);else throw new Error(t+" must be hex string or Uint8Array");const i=r.length;if(typeof n=="number"&&i!==n)throw new Error(t+" of length "+n+" expected, got "+i);return r}const Yf=t=>typeof t=="bigint"&&Gf<=t;function I8(t,e,n){return Yf(t)&&Yf(e)&&Yf(n)&&e<=t&&t<n}function S8(t,e,n,r){if(!I8(e,n,r))throw new Error("expected valid "+t+": "+n+" <= n < "+r+", got "+e)}function J0(t){let e;for(e=0;t>Gf;t>>=Zf,e+=1);return e}const Ws=t=>(Zf<<BigInt(t))-Zf;function B8(t,e,n){if(typeof t!="number"||t<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof n!="function")throw new Error("hmacFn must be a function");const r=d=>new Uint8Array(d),i=d=>Uint8Array.of(d);let s=r(t),o=r(t),a=0;const c=()=>{s.fill(1),o.fill(0),a=0},f=(...d)=>n(o,s,...d),u=(d=r(0))=>{o=f(i(0),d),s=f(),d.length!==0&&(o=f(i(1),d),s=f())},h=()=>{if(a++>=1e3)throw new Error("drbg: tried 1000 values");let d=0;const p=[];for(;d<e;){s=f();const b=s.slice();p.push(b),d+=s.length}return Sr(...p)};return(d,p)=>{c(),u(d);let b;for(;!(b=p(h()));)u();return c(),b}}function Xf(t,e,n={}){if(!t||typeof t!="object")throw new Error("expected valid options object");function r(i,s,o){const a=t[i];if(o&&a===void 0)return;const c=typeof a;if(c!==s||a===null)throw new Error(`param "${i}" is invalid: expected ${s}, got ${c}`)}Object.entries(e).forEach(([i,s])=>r(i,s,!1)),Object.entries(n).forEach(([i,s])=>r(i,s,!0))}function Q0(t){const e=new WeakMap;return(n,...r)=>{const i=e.get(n);if(i!==void 0)return i;const s=t(n,...r);return e.set(n,s),s}}const St=BigInt(0),wt=BigInt(1),_i=BigInt(2),ep=BigInt(3),tp=BigInt(4),np=BigInt(5),$8=BigInt(7),rp=BigInt(8),A8=BigInt(9),ip=BigInt(16);function on(t,e){const n=t%e;return n>=St?n:e+n}function Gt(t,e,n){let r=t;for(;e-- >St;)r*=r,r%=n;return r}function sp(t,e){if(t===St)throw new Error("invert: expected non-zero number");if(e<=St)throw new Error("invert: expected positive modulus, got "+e);let n=on(t,e),r=e,i=St,s=wt;for(;n!==St;){const a=r/n,c=r%n,f=i-s*a;r=n,n=c,i=s,s=f}if(r!==wt)throw new Error("invert: does not exist");return on(i,e)}function Jf(t,e,n){if(!t.eql(t.sqr(e),n))throw new Error("Cannot find square root")}function op(t,e){const n=(t.ORDER+wt)/tp,r=t.pow(e,n);return Jf(t,r,e),r}function O8(t,e){const n=(t.ORDER-np)/rp,r=t.mul(e,_i),i=t.pow(r,n),s=t.mul(e,i),o=t.mul(t.mul(s,_i),i),a=t.mul(s,t.sub(o,t.ONE));return Jf(t,a,e),a}function D8(t){const e=Ys(t),n=ap(t),r=n(e,e.neg(e.ONE)),i=n(e,r),s=n(e,e.neg(r)),o=(t+$8)/ip;return(a,c)=>{let f=a.pow(c,o),u=a.mul(f,r);const h=a.mul(f,i),l=a.mul(f,s),d=a.eql(a.sqr(u),c),p=a.eql(a.sqr(h),c);f=a.cmov(f,u,d),u=a.cmov(l,h,p);const b=a.eql(a.sqr(u),c),v=a.cmov(f,u,b);return Jf(a,v,c),v}}function ap(t){if(t<ep)throw new Error("sqrt is not defined for small field");let e=t-wt,n=0;for(;e%_i===St;)e/=_i,n++;let r=_i;const i=Ys(t);for(;fp(i,r)===1;)if(r++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(n===1)return op;let s=i.pow(r,e);const o=(e+wt)/_i;return function(c,f){if(c.is0(f))return f;if(fp(c,f)!==1)throw new Error("Cannot find square root");let u=n,h=c.mul(c.ONE,s),l=c.pow(f,e),d=c.pow(f,o);for(;!c.eql(l,c.ONE);){if(c.is0(l))return c.ZERO;let p=1,b=c.sqr(l);for(;!c.eql(b,c.ONE);)if(p++,b=c.sqr(b),p===u)throw new Error("Cannot find square root");const v=wt<<BigInt(u-p-1),O=c.pow(h,v);u=p,h=c.sqr(O),l=c.mul(l,h),d=c.mul(d,O)}return d}}function P8(t){return t%tp===ep?op:t%rp===np?O8:t%ip===A8?D8(t):ap(t)}const R8=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function T8(t){const e={ORDER:"bigint",MASK:"bigint",BYTES:"number",BITS:"number"},n=R8.reduce((r,i)=>(r[i]="function",r),e);return Xf(t,n),t}function N8(t,e,n){if(n<St)throw new Error("invalid exponent, negatives unsupported");if(n===St)return t.ONE;if(n===wt)return e;let r=t.ONE,i=e;for(;n>St;)n&wt&&(r=t.mul(r,i)),i=t.sqr(i),n>>=wt;return r}function cp(t,e,n=!1){const r=new Array(e.length).fill(n?t.ZERO:void 0),i=e.reduce((o,a,c)=>t.is0(a)?o:(r[c]=o,t.mul(o,a)),t.ONE),s=t.inv(i);return e.reduceRight((o,a,c)=>t.is0(a)?o:(r[c]=t.mul(o,r[c]),t.mul(o,a)),s),r}function fp(t,e){const n=(t.ORDER-wt)/_i,r=t.pow(e,n),i=t.eql(r,t.ONE),s=t.eql(r,t.ZERO),o=t.eql(r,t.neg(t.ONE));if(!i&&!s&&!o)throw new Error("invalid Legendre symbol result");return i?1:s?0:-1}function up(t,e){e!==void 0&&zf(e);const n=e!==void 0?e:t.toString(2).length,r=Math.ceil(n/8);return{nBitLength:n,nByteLength:r}}function Ys(t,e,n=!1,r={}){if(t<=St)throw new Error("invalid field: expected ORDER > 0, got "+t);let i,s,o=!1,a;if(typeof e=="object"&&e!=null){if(r.sqrt||n)throw new Error("cannot specify opts in two arguments");const l=e;l.BITS&&(i=l.BITS),l.sqrt&&(s=l.sqrt),typeof l.isLE=="boolean"&&(n=l.isLE),typeof l.modFromBytes=="boolean"&&(o=l.modFromBytes),a=l.allowedLengths}else typeof e=="number"&&(i=e),r.sqrt&&(s=r.sqrt);const{nBitLength:c,nByteLength:f}=up(t,i);if(f>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let u;const h=Object.freeze({ORDER:t,isLE:n,BITS:c,BYTES:f,MASK:Ws(c),ZERO:St,ONE:wt,allowedLengths:a,create:l=>on(l,t),isValid:l=>{if(typeof l!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof l);return St<=l&&l<t},is0:l=>l===St,isValidNot0:l=>!h.is0(l)&&h.isValid(l),isOdd:l=>(l&wt)===wt,neg:l=>on(-l,t),eql:(l,d)=>l===d,sqr:l=>on(l*l,t),add:(l,d)=>on(l+d,t),sub:(l,d)=>on(l-d,t),mul:(l,d)=>on(l*d,t),pow:(l,d)=>N8(h,l,d),div:(l,d)=>on(l*sp(d,t),t),sqrN:l=>l*l,addN:(l,d)=>l+d,subN:(l,d)=>l-d,mulN:(l,d)=>l*d,inv:l=>sp(l,t),sqrt:s||(l=>(u||(u=P8(t)),u(h,l))),toBytes:l=>n?X0(l,f):Wf(l,f),fromBytes:(l,d=!0)=>{if(a){if(!a.includes(l.length)||l.length>f)throw new Error("Field.fromBytes: expected "+a+" bytes, got "+l.length);const b=new Uint8Array(f);b.set(l,n?0:b.length-l.length),l=b}if(l.length!==f)throw new Error("Field.fromBytes: expected "+f+" bytes, got "+l.length);let p=n?Y0(l):Sa(l);if(o&&(p=on(p,t)),!d&&!h.isValid(p))throw new Error("invalid field element: outside of range 0..ORDER");return p},invertBatch:l=>cp(h,l),cmov:(l,d,p)=>p?d:l});return Object.freeze(h)}function lp(t){if(typeof t!="bigint")throw new Error("field order must be bigint");const e=t.toString(2).length;return Math.ceil(e/8)}function hp(t){const e=lp(t);return e+Math.ceil(e/2)}function U8(t,e,n=!1){const r=t.length,i=lp(e),s=hp(e);if(r<16||r<s||r>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+r);const o=n?Y0(t):Sa(t),a=on(o,e-wt)+wt;return n?X0(a,i):Wf(a,i)}function C8(t,e,n,r){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,n,r);const i=BigInt(32),s=BigInt(4294967295),o=Number(n>>i&s),a=Number(n&s),c=r?4:0,f=r?0:4;t.setUint32(e+c,o,r),t.setUint32(e+f,a,r)}function F8(t,e,n){return t&e^~t&n}function L8(t,e,n){return t&e^t&n^e&n}class k8 extends G0{constructor(e,n,r,i){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=e,this.outputLen=n,this.padOffset=r,this.isLE=i,this.buffer=new Uint8Array(e),this.view=Hf(this.buffer)}update(e){va(this),e=Kf(e),Ei(e);const{view:n,buffer:r,blockLen:i}=this,s=e.length;for(let o=0;o<s;){const a=Math.min(i-this.pos,s-o);if(a===i){const c=Hf(e);for(;i<=s-o;o+=i)this.process(c,o);continue}r.set(e.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===i&&(this.process(n,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){va(this),E8(e,this),this.finished=!0;const{buffer:n,view:r,blockLen:i,isLE:s}=this;let{pos:o}=this;n[o++]=128,Ea(this.buffer.subarray(o)),this.padOffset>i-o&&(this.process(r,0),o=0);for(let h=o;h<i;h++)n[h]=0;C8(r,i-8,BigInt(this.length*8),s),this.process(r,0);const a=Hf(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const f=c/4,u=this.get();if(f>u.length)throw new Error("_sha2: outputLen bigger than state");for(let h=0;h<f;h++)a.setUint32(4*h,u[h],s)}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());const{blockLen:n,buffer:r,length:i,finished:s,destroyed:o,pos:a}=this;return e.destroyed=o,e.finished=s,e.length=i,e.pos=a,i%n&&e.buffer.set(r),e}clone(){return this._cloneInto()}}const Br=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),q8=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),$r=new Uint32Array(64);class M8 extends k8{constructor(e=32){super(64,e,8,!1),this.A=Br[0]|0,this.B=Br[1]|0,this.C=Br[2]|0,this.D=Br[3]|0,this.E=Br[4]|0,this.F=Br[5]|0,this.G=Br[6]|0,this.H=Br[7]|0}get(){const{A:e,B:n,C:r,D:i,E:s,F:o,G:a,H:c}=this;return[e,n,r,i,s,o,a,c]}set(e,n,r,i,s,o,a,c){this.A=e|0,this.B=n|0,this.C=r|0,this.D=i|0,this.E=s|0,this.F=o|0,this.G=a|0,this.H=c|0}process(e,n){for(let h=0;h<16;h++,n+=4)$r[h]=e.getUint32(n,!1);for(let h=16;h<64;h++){const l=$r[h-15],d=$r[h-2],p=xn(l,7)^xn(l,18)^l>>>3,b=xn(d,17)^xn(d,19)^d>>>10;$r[h]=b+$r[h-7]+p+$r[h-16]|0}let{A:r,B:i,C:s,D:o,E:a,F:c,G:f,H:u}=this;for(let h=0;h<64;h++){const l=xn(a,6)^xn(a,11)^xn(a,25),d=u+l+F8(a,c,f)+q8[h]+$r[h]|0,b=(xn(r,2)^xn(r,13)^xn(r,22))+L8(r,i,s)|0;u=f,f=c,c=a,a=o+d|0,o=s,s=i,i=r,r=d+b|0}r=r+this.A|0,i=i+this.B|0,s=s+this.C|0,o=o+this.D|0,a=a+this.E|0,c=c+this.F|0,f=f+this.G|0,u=u+this.H|0,this.set(r,i,s,o,a,c,f,u)}roundClean(){Ea($r)}destroy(){this.set(0,0,0,0,0,0,0,0),Ea(this.buffer)}}const dp=_8(()=>new M8);class pp extends G0{constructor(e,n){super(),this.finished=!1,this.destroyed=!1,H0(e);const r=Kf(n);if(this.iHash=e.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;const i=this.blockLen,s=new Uint8Array(i);s.set(r.length>i?e.create().update(r).digest():r);for(let o=0;o<s.length;o++)s[o]^=54;this.iHash.update(s),this.oHash=e.create();for(let o=0;o<s.length;o++)s[o]^=106;this.oHash.update(s),Ea(s)}update(e){return va(this),this.iHash.update(e),this}digestInto(e){va(this),Ei(e,this.outputLen),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){const e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));const{oHash:n,iHash:r,finished:i,destroyed:s,blockLen:o,outputLen:a}=this;return e=e,e.finished=i,e.destroyed=s,e.blockLen=o,e.outputLen=a,e.oHash=n._cloneInto(e.oHash),e.iHash=r._cloneInto(e.iHash),e}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}}const gp=(t,e,n)=>new pp(t,e).update(n).digest();gp.create=(t,e)=>new pp(t,e);const is=BigInt(0),Ii=BigInt(1);function Ba(t,e){const n=e.negate();return t?n:e}function Qf(t,e){const n=cp(t.Fp,e.map(r=>r.Z));return e.map((r,i)=>t.fromAffine(r.toAffine(n[i])))}function yp(t,e){if(!Number.isSafeInteger(t)||t<=0||t>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+t)}function eu(t,e){yp(t,e);const n=Math.ceil(e/t)+1,r=2**(t-1),i=2**t,s=Ws(t),o=BigInt(t);return{windows:n,windowSize:r,mask:s,maxNumber:i,shiftBy:o}}function bp(t,e,n){const{windowSize:r,mask:i,maxNumber:s,shiftBy:o}=n;let a=Number(t&i),c=t>>o;a>r&&(a-=s,c+=Ii);const f=e*r,u=f+Math.abs(a)-1,h=a===0,l=a<0,d=e%2!==0;return{nextN:c,offset:u,isZero:h,isNeg:l,isNegF:d,offsetF:f}}function j8(t,e){if(!Array.isArray(t))throw new Error("array expected");t.forEach((n,r)=>{if(!(n instanceof e))throw new Error("invalid point at index "+r)})}function z8(t,e){if(!Array.isArray(t))throw new Error("array of scalars expected");t.forEach((n,r)=>{if(!e.isValid(n))throw new Error("invalid scalar at index "+r)})}const tu=new WeakMap,wp=new WeakMap;function nu(t){return wp.get(t)||1}function mp(t){if(t!==is)throw new Error("invalid wNAF")}class H8{constructor(e,n){this.BASE=e.BASE,this.ZERO=e.ZERO,this.Fn=e.Fn,this.bits=n}_unsafeLadder(e,n,r=this.ZERO){let i=e;for(;n>is;)n&Ii&&(r=r.add(i)),i=i.double(),n>>=Ii;return r}precomputeWindow(e,n){const{windows:r,windowSize:i}=eu(n,this.bits),s=[];let o=e,a=o;for(let c=0;c<r;c++){a=o,s.push(a);for(let f=1;f<i;f++)a=a.add(o),s.push(a);o=a.double()}return s}wNAF(e,n,r){if(!this.Fn.isValid(r))throw new Error("invalid scalar");let i=this.ZERO,s=this.BASE;const o=eu(e,this.bits);for(let a=0;a<o.windows;a++){const{nextN:c,offset:f,isZero:u,isNeg:h,isNegF:l,offsetF:d}=bp(r,a,o);r=c,u?s=s.add(Ba(l,n[d])):i=i.add(Ba(h,n[f]))}return mp(r),{p:i,f:s}}wNAFUnsafe(e,n,r,i=this.ZERO){const s=eu(e,this.bits);for(let o=0;o<s.windows&&r!==is;o++){const{nextN:a,offset:c,isZero:f,isNeg:u}=bp(r,o,s);if(r=a,!f){const h=n[c];i=i.add(u?h.negate():h)}}return mp(r),i}getPrecomputes(e,n,r){let i=tu.get(n);return i||(i=this.precomputeWindow(n,e),e!==1&&(typeof r=="function"&&(i=r(i)),tu.set(n,i))),i}cached(e,n,r){const i=nu(e);return this.wNAF(i,this.getPrecomputes(i,e,r),n)}unsafe(e,n,r,i){const s=nu(e);return s===1?this._unsafeLadder(e,n,i):this.wNAFUnsafe(s,this.getPrecomputes(s,e,r),n,i)}createCache(e,n){yp(n,this.bits),wp.set(e,n),tu.delete(e)}hasCache(e){return nu(e)!==1}}function V8(t,e,n,r){let i=e,s=t.ZERO,o=t.ZERO;for(;n>is||r>is;)n&Ii&&(s=s.add(i)),r&Ii&&(o=o.add(i)),i=i.double(),n>>=Ii,r>>=Ii;return{p1:s,p2:o}}function K8(t,e,n,r){j8(n,t),z8(r,e);const i=n.length,s=r.length;if(i!==s)throw new Error("arrays of points and scalars must have equal length");const o=t.ZERO,a=J0(BigInt(i));let c=1;a>12?c=a-3:a>4?c=a-2:a>0&&(c=2);const f=Ws(c),u=new Array(Number(f)+1).fill(o),h=Math.floor((e.BITS-1)/c)*c;let l=o;for(let d=h;d>=0;d-=c){u.fill(o);for(let b=0;b<s;b++){const v=r[b],O=Number(v>>BigInt(d)&f);u[O]=u[O].add(n[b])}let p=o;for(let b=u.length-1,v=o;b>0;b--)v=v.add(u[b]),p=p.add(v);if(l=l.add(p),d!==0)for(let b=0;b<c;b++)l=l.double()}return l}function vp(t,e,n){if(e){if(e.ORDER!==t)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return T8(e),e}else return Ys(t,{isLE:n})}function G8(t,e,n={},r){if(r===void 0&&(r=t==="edwards"),!e||typeof e!="object")throw new Error(`expected valid ${t} CURVE object`);for(const c of["p","n","h"]){const f=e[c];if(!(typeof f=="bigint"&&f>is))throw new Error(`CURVE.${c} must be positive bigint`)}const i=vp(e.p,n.Fp,r),s=vp(e.n,n.Fn,r),a=["Gx","Gy","a",t==="weierstrass"?"b":"d"];for(const c of a)if(!i.isValid(e[c]))throw new Error(`CURVE.${c} must be valid field element of CURVE.Fp`);return e=Object.freeze(Object.assign({},e)),{CURVE:e,Fp:i,Fn:s}}const Ep=(t,e)=>(t+(t>=0?e:-e)/xp)/e;function Z8(t,e,n){const[[r,i],[s,o]]=e,a=Ep(o*t,n),c=Ep(-i*t,n);let f=t-a*r-c*s,u=-a*i-c*o;const h=f<Kn,l=u<Kn;h&&(f=-f),l&&(u=-u);const d=Ws(Math.ceil(J0(n)/2))+ss;if(f<Kn||f>=d||u<Kn||u>=d)throw new Error("splitScalar (endomorphism): failed, k="+t);return{k1neg:h,k1:f,k2neg:l,k2:u}}function ru(t){if(!["compact","recovered","der"].includes(t))throw new Error('Signature format must be "compact", "recovered", or "der"');return t}function iu(t,e){const n={};for(let r of Object.keys(e))n[r]=t[r]===void 0?e[r]:t[r];return _a(n.lowS,"lowS"),_a(n.prehash,"prehash"),n.format!==void 0&&ru(n.format),n}class W8 extends Error{constructor(e=""){super(e)}}const Vn={Err:W8,_tlv:{encode:(t,e)=>{const{Err:n}=Vn;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length&1)throw new n("tlv.encode: unpadded data");const r=e.length/2,i=Ia(r);if(i.length/2&128)throw new n("tlv.encode: long form length too big");const s=r>127?Ia(i.length/2|128):"";return Ia(t)+s+i+e},decode(t,e){const{Err:n}=Vn;let r=0;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length<2||e[r++]!==t)throw new n("tlv.decode: wrong tlv");const i=e[r++],s=!!(i&128);let o=0;if(!s)o=i;else{const c=i&127;if(!c)throw new n("tlv.decode(long): indefinite length not supported");if(c>4)throw new n("tlv.decode(long): byte length is too big");const f=e.subarray(r,r+c);if(f.length!==c)throw new n("tlv.decode: length bytes not complete");if(f[0]===0)throw new n("tlv.decode(long): zero leftmost byte");for(const u of f)o=o<<8|u;if(r+=c,o<128)throw new n("tlv.decode(long): not minimal encoding")}const a=e.subarray(r,r+o);if(a.length!==o)throw new n("tlv.decode: wrong value length");return{v:a,l:e.subarray(r+o)}}},_int:{encode(t){const{Err:e}=Vn;if(t<Kn)throw new e("integer: negative integers are not allowed");let n=Ia(t);if(Number.parseInt(n[0],16)&8&&(n="00"+n),n.length&1)throw new e("unexpected DER parsing assertion: unpadded hex");return n},decode(t){const{Err:e}=Vn;if(t[0]&128)throw new e("invalid signature integer: negative");if(t[0]===0&&!(t[1]&128))throw new e("invalid signature integer: unnecessary leading zero");return Sa(t)}},toSig(t){const{Err:e,_int:n,_tlv:r}=Vn,i=It("signature",t),{v:s,l:o}=r.decode(48,i);if(o.length)throw new e("invalid signature: left bytes after parsing");const{v:a,l:c}=r.decode(2,s),{v:f,l:u}=r.decode(2,c);if(u.length)throw new e("invalid signature: left bytes after parsing");return{r:n.decode(a),s:n.decode(f)}},hexFromSig(t){const{_tlv:e,_int:n}=Vn,r=e.encode(2,n.encode(t.r)),i=e.encode(2,n.encode(t.s)),s=r+i;return e.encode(48,s)}},Kn=BigInt(0),ss=BigInt(1),xp=BigInt(2),$a=BigInt(3),Y8=BigInt(4);function os(t,e){const{BYTES:n}=t;let r;if(typeof e=="bigint")r=e;else{let i=It("private key",e);try{r=t.fromBytes(i)}catch{throw new Error(`invalid private key: expected ui8a of size ${n}, got ${typeof e}`)}}if(!t.isValidNot0(r))throw new Error("invalid private key: out of range [1..N-1]");return r}function X8(t,e={}){const n=G8("weierstrass",t,e),{Fp:r,Fn:i}=n;let s=n.CURVE;const{h:o,n:a}=s;Xf(e,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object",wrapPrivateKey:"boolean"});const{endo:c}=e;if(c&&(!r.is0(s.a)||typeof c.beta!="bigint"||!Array.isArray(c.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');const f=Ip(r,i);function u(){if(!r.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function h(E,y,w){const{x:g,y:m}=y.toAffine(),_=r.toBytes(g);if(_a(w,"isCompressed"),w){u();const B=!r.isOdd(m);return Sr(_p(B),_)}else return Sr(Uint8Array.of(4),_,r.toBytes(m))}function l(E){xi(E,void 0,"Point");const{publicKey:y,publicKeyUncompressed:w}=f,g=E.length,m=E[0],_=E.subarray(1);if(g===y&&(m===2||m===3)){const B=r.fromBytes(_);if(!r.isValid(B))throw new Error("bad point: is not on curve, wrong x");const I=b(B);let $;try{$=r.sqrt(I)}catch(F){const k=F instanceof Error?": "+F.message:"";throw new Error("bad point: is not on curve, sqrt error"+k)}u();const D=r.isOdd($);return(m&1)===1!==D&&($=r.neg($)),{x:B,y:$}}else if(g===w&&m===4){const B=r.BYTES,I=r.fromBytes(_.subarray(0,B)),$=r.fromBytes(_.subarray(B,B*2));if(!v(I,$))throw new Error("bad point: is not on curve");return{x:I,y:$}}else throw new Error(`bad point: got length ${g}, expected compressed=${y} or uncompressed=${w}`)}const d=e.toBytes||h,p=e.fromBytes||l;function b(E){const y=r.sqr(E),w=r.mul(y,E);return r.add(r.add(w,r.mul(E,s.a)),s.b)}function v(E,y){const w=r.sqr(y),g=b(E);return r.eql(w,g)}if(!v(s.Gx,s.Gy))throw new Error("bad curve params: generator point");const O=r.mul(r.pow(s.a,$a),Y8),P=r.mul(r.sqr(s.b),BigInt(27));if(r.is0(r.add(O,P)))throw new Error("bad curve params: a or b");function x(E,y,w=!1){if(!r.isValid(y)||w&&r.is0(y))throw new Error(`bad point coordinate ${E}`);return y}function S(E){if(!(E instanceof A))throw new Error("ProjectivePoint expected")}function R(E){if(!c||!c.basises)throw new Error("no endo");return Z8(E,c.basises,i.ORDER)}const U=Q0((E,y)=>{const{X:w,Y:g,Z:m}=E;if(r.eql(m,r.ONE))return{x:w,y:g};const _=E.is0();y==null&&(y=_?r.ONE:r.inv(m));const B=r.mul(w,y),I=r.mul(g,y),$=r.mul(m,y);if(_)return{x:r.ZERO,y:r.ZERO};if(!r.eql($,r.ONE))throw new Error("invZ was invalid");return{x:B,y:I}}),L=Q0(E=>{if(E.is0()){if(e.allowInfinityPoint&&!r.is0(E.Y))return;throw new Error("bad point: ZERO")}const{x:y,y:w}=E.toAffine();if(!r.isValid(y)||!r.isValid(w))throw new Error("bad point: x or y not field elements");if(!v(y,w))throw new Error("bad point: equation left != right");if(!E.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});function C(E,y,w,g,m){return w=new A(r.mul(w.X,E),w.Y,w.Z),y=Ba(g,y),w=Ba(m,w),y.add(w)}class A{constructor(y,w,g){this.X=x("x",y),this.Y=x("y",w,!0),this.Z=x("z",g),Object.freeze(this)}static CURVE(){return s}static fromAffine(y){const{x:w,y:g}=y||{};if(!y||!r.isValid(w)||!r.isValid(g))throw new Error("invalid affine point");if(y instanceof A)throw new Error("projective point not allowed");return r.is0(w)&&r.is0(g)?A.ZERO:new A(w,g,r.ONE)}static fromBytes(y){const w=A.fromAffine(p(xi(y,void 0,"point")));return w.assertValidity(),w}static fromHex(y){return A.fromBytes(It("pointHex",y))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(y=8,w=!0){return q.createCache(this,y),w||this.multiply($a),this}assertValidity(){L(this)}hasEvenY(){const{y}=this.toAffine();if(!r.isOdd)throw new Error("Field doesn't support isOdd");return!r.isOdd(y)}equals(y){S(y);const{X:w,Y:g,Z:m}=this,{X:_,Y:B,Z:I}=y,$=r.eql(r.mul(w,I),r.mul(_,m)),D=r.eql(r.mul(g,I),r.mul(B,m));return $&&D}negate(){return new A(this.X,r.neg(this.Y),this.Z)}double(){const{a:y,b:w}=s,g=r.mul(w,$a),{X:m,Y:_,Z:B}=this;let I=r.ZERO,$=r.ZERO,D=r.ZERO,T=r.mul(m,m),F=r.mul(_,_),k=r.mul(B,B),N=r.mul(m,_);return N=r.add(N,N),D=r.mul(m,B),D=r.add(D,D),I=r.mul(y,D),$=r.mul(g,k),$=r.add(I,$),I=r.sub(F,$),$=r.add(F,$),$=r.mul(I,$),I=r.mul(N,I),D=r.mul(g,D),k=r.mul(y,k),N=r.sub(T,k),N=r.mul(y,N),N=r.add(N,D),D=r.add(T,T),T=r.add(D,T),T=r.add(T,k),T=r.mul(T,N),$=r.add($,T),k=r.mul(_,B),k=r.add(k,k),T=r.mul(k,N),I=r.sub(I,T),D=r.mul(k,F),D=r.add(D,D),D=r.add(D,D),new A(I,$,D)}add(y){S(y);const{X:w,Y:g,Z:m}=this,{X:_,Y:B,Z:I}=y;let $=r.ZERO,D=r.ZERO,T=r.ZERO;const F=s.a,k=r.mul(s.b,$a);let N=r.mul(w,_),M=r.mul(g,B),z=r.mul(m,I),K=r.add(w,g),H=r.add(_,B);K=r.mul(K,H),H=r.add(N,M),K=r.sub(K,H),H=r.add(w,m);let G=r.add(_,I);return H=r.mul(H,G),G=r.add(N,z),H=r.sub(H,G),G=r.add(g,m),$=r.add(B,I),G=r.mul(G,$),$=r.add(M,z),G=r.sub(G,$),T=r.mul(F,H),$=r.mul(k,z),T=r.add($,T),$=r.sub(M,T),T=r.add(M,T),D=r.mul($,T),M=r.add(N,N),M=r.add(M,N),z=r.mul(F,z),H=r.mul(k,H),M=r.add(M,z),z=r.sub(N,z),z=r.mul(F,z),H=r.add(H,z),N=r.mul(M,H),D=r.add(D,N),N=r.mul(G,H),$=r.mul(K,$),$=r.sub($,N),N=r.mul(K,M),T=r.mul(G,T),T=r.add(T,N),new A($,D,T)}subtract(y){return this.add(y.negate())}is0(){return this.equals(A.ZERO)}multiply(y){const{endo:w}=e;if(!i.isValidNot0(y))throw new Error("invalid scalar: out of range");let g,m;const _=B=>q.cached(this,B,I=>Qf(A,I));if(w){const{k1neg:B,k1:I,k2neg:$,k2:D}=R(y),{p:T,f:F}=_(I),{p:k,f:N}=_(D);m=F.add(N),g=C(w.beta,T,k,B,$)}else{const{p:B,f:I}=_(y);g=B,m=I}return Qf(A,[g,m])[0]}multiplyUnsafe(y){const{endo:w}=e,g=this;if(!i.isValid(y))throw new Error("invalid scalar: out of range");if(y===Kn||g.is0())return A.ZERO;if(y===ss)return g;if(q.hasCache(this))return this.multiply(y);if(w){const{k1neg:m,k1:_,k2neg:B,k2:I}=R(y),{p1:$,p2:D}=V8(A,g,_,I);return C(w.beta,$,D,m,B)}else return q.unsafe(g,y)}multiplyAndAddUnsafe(y,w,g){const m=this.multiplyUnsafe(w).add(y.multiplyUnsafe(g));return m.is0()?void 0:m}toAffine(y){return U(this,y)}isTorsionFree(){const{isTorsionFree:y}=e;return o===ss?!0:y?y(A,this):q.unsafe(this,a).is0()}clearCofactor(){const{clearCofactor:y}=e;return o===ss?this:y?y(A,this):this.multiplyUnsafe(o)}isSmallOrder(){return this.multiplyUnsafe(o).is0()}toBytes(y=!0){return _a(y,"isCompressed"),this.assertValidity(),d(A,this,y)}toHex(y=!0){return rs(this.toBytes(y))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}get px(){return this.X}get py(){return this.X}get pz(){return this.Z}toRawBytes(y=!0){return this.toBytes(y)}_setWindowSize(y){this.precompute(y)}static normalizeZ(y){return Qf(A,y)}static msm(y,w){return K8(A,i,y,w)}static fromPrivateKey(y){return A.BASE.multiply(os(i,y))}}A.BASE=new A(s.Gx,s.Gy,r.ONE),A.ZERO=new A(r.ZERO,r.ONE,r.ZERO),A.Fp=r,A.Fn=i;const j=i.BITS,q=new H8(A,e.endo?Math.ceil(j/2):j);return A.BASE.precompute(8),A}function _p(t){return Uint8Array.of(t?2:3)}function Ip(t,e){return{secretKey:e.BYTES,publicKey:1+t.BYTES,publicKeyUncompressed:1+2*t.BYTES,publicKeyHasPrefix:!0,signature:2*e.BYTES}}function J8(t,e={}){const{Fn:n}=t,r=e.randomBytes||Z0,i=Object.assign(Ip(t.Fp,n),{seed:hp(n.ORDER)});function s(d){try{return!!os(n,d)}catch{return!1}}function o(d,p){const{publicKey:b,publicKeyUncompressed:v}=i;try{const O=d.length;return p===!0&&O!==b||p===!1&&O!==v?!1:!!t.fromBytes(d)}catch{return!1}}function a(d=r(i.seed)){return U8(xi(d,i.seed,"seed"),n.ORDER)}function c(d,p=!0){return t.BASE.multiply(os(n,d)).toBytes(p)}function f(d){const p=a(d);return{secretKey:p,publicKey:c(p)}}function u(d){if(typeof d=="bigint")return!1;if(d instanceof t)return!0;const{secretKey:p,publicKey:b,publicKeyUncompressed:v}=i;if(n.allowedLengths||p===b)return;const O=It("key",d).length;return O===b||O===v}function h(d,p,b=!0){if(u(d)===!0)throw new Error("first arg must be private key");if(u(p)===!1)throw new Error("second arg must be public key");const v=os(n,d);return t.fromHex(p).multiply(v).toBytes(b)}return Object.freeze({getPublicKey:c,getSharedSecret:h,keygen:f,Point:t,utils:{isValidSecretKey:s,isValidPublicKey:o,randomSecretKey:a,isValidPrivateKey:s,randomPrivateKey:a,normPrivateKeyToScalar:d=>os(n,d),precompute(d=8,p=t.BASE){return p.precompute(d,!1)}},lengths:i})}function Q8(t,e,n={}){H0(e),Xf(n,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"});const r=n.randomBytes||Z0,i=n.hmac||((w,...g)=>gp(e,w,Sr(...g))),{Fp:s,Fn:o}=t,{ORDER:a,BITS:c}=o,{keygen:f,getPublicKey:u,getSharedSecret:h,utils:l,lengths:d}=J8(t,n),p={prehash:!1,lowS:typeof n.lowS=="boolean"?n.lowS:!1,format:void 0,extraEntropy:!1},b="compact";function v(w){const g=a>>ss;return w>g}function O(w,g){if(!o.isValidNot0(g))throw new Error(`invalid signature ${w}: out of range 1..Point.Fn.ORDER`);return g}function P(w,g){ru(g);const m=d.signature,_=g==="compact"?m:g==="recovered"?m+1:void 0;return xi(w,_,`${g} signature`)}class x{constructor(g,m,_){this.r=O("r",g),this.s=O("s",m),_!=null&&(this.recovery=_),Object.freeze(this)}static fromBytes(g,m=b){P(g,m);let _;if(m==="der"){const{r:D,s:T}=Vn.toSig(xi(g));return new x(D,T)}m==="recovered"&&(_=g[0],m="compact",g=g.subarray(1));const B=o.BYTES,I=g.subarray(0,B),$=g.subarray(B,B*2);return new x(o.fromBytes(I),o.fromBytes($),_)}static fromHex(g,m){return this.fromBytes(xa(g),m)}addRecoveryBit(g){return new x(this.r,this.s,g)}recoverPublicKey(g){const m=s.ORDER,{r:_,s:B,recovery:I}=this;if(I==null||![0,1,2,3].includes(I))throw new Error("recovery id invalid");if(a*xp<m&&I>1)throw new Error("recovery id is ambiguous for h>1 curve");const D=I===2||I===3?_+a:_;if(!s.isValid(D))throw new Error("recovery id 2 or 3 invalid");const T=s.toBytes(D),F=t.fromBytes(Sr(_p((I&1)===0),T)),k=o.inv(D),N=R(It("msgHash",g)),M=o.create(-N*k),z=o.create(B*k),K=t.BASE.multiplyUnsafe(M).add(F.multiplyUnsafe(z));if(K.is0())throw new Error("point at infinify");return K.assertValidity(),K}hasHighS(){return v(this.s)}toBytes(g=b){if(ru(g),g==="der")return xa(Vn.hexFromSig(this));const m=o.toBytes(this.r),_=o.toBytes(this.s);if(g==="recovered"){if(this.recovery==null)throw new Error("recovery bit must be present");return Sr(Uint8Array.of(this.recovery),m,_)}return Sr(m,_)}toHex(g){return rs(this.toBytes(g))}assertValidity(){}static fromCompact(g){return x.fromBytes(It("sig",g),"compact")}static fromDER(g){return x.fromBytes(It("sig",g),"der")}normalizeS(){return this.hasHighS()?new x(this.r,o.neg(this.s),this.recovery):this}toDERRawBytes(){return this.toBytes("der")}toDERHex(){return rs(this.toBytes("der"))}toCompactRawBytes(){return this.toBytes("compact")}toCompactHex(){return rs(this.toBytes("compact"))}}const S=n.bits2int||function(g){if(g.length>8192)throw new Error("input is too large");const m=Sa(g),_=g.length*8-c;return _>0?m>>BigInt(_):m},R=n.bits2int_modN||function(g){return o.create(S(g))},U=Ws(c);function L(w){return S8("num < 2^"+c,w,Kn,U),o.toBytes(w)}function C(w,g){return xi(w,void 0,"message"),g?xi(e(w),void 0,"prehashed message"):w}function A(w,g,m){if(["recovered","canonical"].some(M=>M in m))throw new Error("sign() legacy options not supported");const{lowS:_,prehash:B,extraEntropy:I}=iu(m,p);w=C(w,B);const $=R(w),D=os(o,g),T=[L(D),L($)];if(I!=null&&I!==!1){const M=I===!0?r(d.secretKey):I;T.push(It("extraEntropy",M))}const F=Sr(...T),k=$;function N(M){const z=S(M);if(!o.isValidNot0(z))return;const K=o.inv(z),H=t.BASE.multiply(z).toAffine(),G=o.create(H.x);if(G===Kn)return;const ee=o.create(K*o.create(k+G*D));if(ee===Kn)return;let te=(H.x===G?0:2)|Number(H.y&ss),re=ee;return _&&v(ee)&&(re=o.neg(ee),te^=1),new x(G,re,te)}return{seed:F,k2sig:N}}function j(w,g,m={}){w=It("message",w);const{seed:_,k2sig:B}=A(w,g,m);return B8(e.outputLen,o.BYTES,i)(_,B)}function q(w){let g;const m=typeof w=="string"||ma(w),_=!m&&w!==null&&typeof w=="object"&&typeof w.r=="bigint"&&typeof w.s=="bigint";if(!m&&!_)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");if(_)g=new x(w.r,w.s);else if(m){try{g=x.fromBytes(It("sig",w),"der")}catch(B){if(!(B instanceof Vn.Err))throw B}if(!g)try{g=x.fromBytes(It("sig",w),"compact")}catch{return!1}}return g||!1}function E(w,g,m,_={}){const{lowS:B,prehash:I,format:$}=iu(_,p);if(m=It("publicKey",m),g=C(It("message",g),I),"strict"in _)throw new Error("options.strict was renamed to lowS");const D=$===void 0?q(w):x.fromBytes(It("sig",w),$);if(D===!1)return!1;try{const T=t.fromBytes(m);if(B&&D.hasHighS())return!1;const{r:F,s:k}=D,N=R(g),M=o.inv(k),z=o.create(N*M),K=o.create(F*M),H=t.BASE.multiplyUnsafe(z).add(T.multiplyUnsafe(K));return H.is0()?!1:o.create(H.x)===F}catch{return!1}}function y(w,g,m={}){const{prehash:_}=iu(m,p);return g=C(g,_),x.fromBytes(w,"recovered").recoverPublicKey(g).toBytes()}return Object.freeze({keygen:f,getPublicKey:u,getSharedSecret:h,utils:l,lengths:d,Point:t,sign:j,verify:E,recoverPublicKey:y,Signature:x,hash:e})}function e6(t){const e={a:t.a,b:t.b,p:t.Fp.ORDER,n:t.n,h:t.h,Gx:t.Gx,Gy:t.Gy},n=t.Fp;let r=t.allowedPrivateKeyLengths?Array.from(new Set(t.allowedPrivateKeyLengths.map(o=>Math.ceil(o/2)))):void 0;const i=Ys(e.n,{BITS:t.nBitLength,allowedLengths:r,modFromBytes:t.wrapPrivateKey}),s={Fp:n,Fn:i,allowInfinityPoint:t.allowInfinityPoint,endo:t.endo,isTorsionFree:t.isTorsionFree,clearCofactor:t.clearCofactor,fromBytes:t.fromBytes,toBytes:t.toBytes};return{CURVE:e,curveOpts:s}}function t6(t){const{CURVE:e,curveOpts:n}=e6(t),r={hmac:t.hmac,randomBytes:t.randomBytes,lowS:t.lowS,bits2int:t.bits2int,bits2int_modN:t.bits2int_modN};return{CURVE:e,curveOpts:n,hash:t.hash,ecdsaOpts:r}}function n6(t,e){const n=e.Point;return Object.assign({},e,{ProjectivePoint:n,CURVE:Object.assign({},t,up(n.Fn.ORDER,n.Fn.BITS))})}function r6(t){const{CURVE:e,curveOpts:n,hash:r,ecdsaOpts:i}=t6(t),s=X8(e,n),o=Q8(s,r,i);return n6(t,o)}function i6(t,e){const n=r=>r6({...t,hash:r});return{...n(e),create:n}}Vf("HashToScalar-");const su={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:BigInt(1),a:BigInt(0),b:BigInt(7),Gx:BigInt("0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Gy:BigInt("0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8")},s6={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),basises:[[BigInt("0x3086d221a7d46bcde86c90e49284eb15"),-BigInt("0xe4437ed6010e88286f547fa90abfe4c3")],[BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),BigInt("0x3086d221a7d46bcde86c90e49284eb15")]]},Sp=BigInt(2);function o6(t){const e=su.p,n=BigInt(3),r=BigInt(6),i=BigInt(11),s=BigInt(22),o=BigInt(23),a=BigInt(44),c=BigInt(88),f=t*t*t%e,u=f*f*t%e,h=Gt(u,n,e)*u%e,l=Gt(h,n,e)*u%e,d=Gt(l,Sp,e)*f%e,p=Gt(d,i,e)*d%e,b=Gt(p,s,e)*p%e,v=Gt(b,a,e)*b%e,O=Gt(v,c,e)*v%e,P=Gt(O,a,e)*b%e,x=Gt(P,n,e)*u%e,S=Gt(x,o,e)*p%e,R=Gt(S,r,e)*f%e,U=Gt(R,Sp,e);if(!ou.eql(ou.sqr(U),t))throw new Error("Cannot find square root");return U}const ou=Ys(su.p,{sqrt:o6});i6({...su,Fp:ou,lowS:!0,endo:s6},dp);/*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */function as(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function au(t,...e){if(!as(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function Bp(t,e){return Array.isArray(e)?e.length===0?!0:t?e.every(n=>typeof n=="string"):e.every(n=>Number.isSafeInteger(n)):!1}function cu(t){if(typeof t!="function")throw new Error("function expected");return!0}function Ar(t,e){if(typeof e!="string")throw new Error(`${t}: string expected`);return!0}function cs(t){if(!Number.isSafeInteger(t))throw new Error(`invalid integer: ${t}`)}function Aa(t){if(!Array.isArray(t))throw new Error("array expected")}function Oa(t,e){if(!Bp(!0,e))throw new Error(`${t}: array of strings expected`)}function fu(t,e){if(!Bp(!1,e))throw new Error(`${t}: array of numbers expected`)}function Bt(...t){const e=s=>s,n=(s,o)=>a=>s(o(a)),r=t.map(s=>s.encode).reduceRight(n,e),i=t.map(s=>s.decode).reduce(n,e);return{encode:r,decode:i}}function Lt(t){const e=typeof t=="string"?t.split(""):t,n=e.length;Oa("alphabet",e);const r=new Map(e.map((i,s)=>[i,s]));return{encode:i=>(Aa(i),i.map(s=>{if(!Number.isSafeInteger(s)||s<0||s>=n)throw new Error(`alphabet.encode: digit index outside alphabet "${s}". Allowed: ${t}`);return e[s]})),decode:i=>(Aa(i),i.map(s=>{Ar("alphabet.decode",s);const o=r.get(s);if(o===void 0)throw new Error(`Unknown letter: "${s}". Allowed: ${t}`);return o}))}}function kt(t=""){return Ar("join",t),{encode:e=>(Oa("join.decode",e),e.join(t)),decode:e=>(Ar("join.decode",e),e.split(t))}}function Da(t,e="="){return cs(t),Ar("padding",e),{encode(n){for(Oa("padding.encode",n);n.length*t%8;)n.push(e);return n},decode(n){Oa("padding.decode",n);let r=n.length;if(r*t%8)throw new Error("padding: invalid, string should have whole number of bytes");for(;r>0&&n[r-1]===e;r--)if((r-1)*t%8===0)throw new Error("padding: invalid, string has too much padding");return n.slice(0,r)}}}function $p(t){return cu(t),{encode:e=>e,decode:e=>t(e)}}function Ap(t,e,n){if(e<2)throw new Error(`convertRadix: invalid from=${e}, base cannot be less than 2`);if(n<2)throw new Error(`convertRadix: invalid to=${n}, base cannot be less than 2`);if(Aa(t),!t.length)return[];let r=0;const i=[],s=Array.from(t,a=>{if(cs(a),a<0||a>=e)throw new Error(`invalid integer: ${a}`);return a}),o=s.length;for(;;){let a=0,c=!0;for(let f=r;f<o;f++){const u=s[f],h=e*a,l=h+u;if(!Number.isSafeInteger(l)||h/e!==a||l-u!==h)throw new Error("convertRadix: carry overflow");const d=l/n;a=l%n;const p=Math.floor(d);if(s[f]=p,!Number.isSafeInteger(p)||p*n+a!==l)throw new Error("convertRadix: carry overflow");if(c)p?c=!1:r=f;else continue}if(i.push(a),c)break}for(let a=0;a<t.length-1&&t[a]===0;a++)i.push(0);return i.reverse()}const Op=(t,e)=>e===0?t:Op(e,t%e),Pa=(t,e)=>t+(e-Op(t,e)),Ra=(()=>{let t=[];for(let e=0;e<40;e++)t.push(2**e);return t})();function uu(t,e,n,r){if(Aa(t),e<=0||e>32)throw new Error(`convertRadix2: wrong from=${e}`);if(n<=0||n>32)throw new Error(`convertRadix2: wrong to=${n}`);if(Pa(e,n)>32)throw new Error(`convertRadix2: carry overflow from=${e} to=${n} carryBits=${Pa(e,n)}`);let i=0,s=0;const o=Ra[e],a=Ra[n]-1,c=[];for(const f of t){if(cs(f),f>=o)throw new Error(`convertRadix2: invalid data word=${f} from=${e}`);if(i=i<<e|f,s+e>32)throw new Error(`convertRadix2: carry overflow pos=${s} from=${e}`);for(s+=e;s>=n;s-=n)c.push((i>>s-n&a)>>>0);const u=Ra[s];if(u===void 0)throw new Error("invalid carry");i&=u-1}if(i=i<<n-s&a,!r&&s>=e)throw new Error("Excess padding");if(!r&&i>0)throw new Error(`Non-zero padding: ${i}`);return r&&s>0&&c.push(i>>>0),c}function a6(t){cs(t);const e=2**8;return{encode:n=>{if(!as(n))throw new Error("radix.encode input should be Uint8Array");return Ap(Array.from(n),e,t)},decode:n=>(fu("radix.decode",n),Uint8Array.from(Ap(n,t,e)))}}function Zt(t,e=!1){if(cs(t),t<=0||t>32)throw new Error("radix2: bits should be in (0..32]");if(Pa(8,t)>32||Pa(t,8)>32)throw new Error("radix2: carry overflow");return{encode:n=>{if(!as(n))throw new Error("radix2.encode input should be Uint8Array");return uu(Array.from(n),8,t,!e)},decode:n=>(fu("radix2.decode",n),Uint8Array.from(uu(n,t,8,e)))}}function Dp(t){return cu(t),function(...e){try{return t.apply(null,e)}catch{}}}function c6(t,e){return cs(t),cu(e),{encode(n){if(!as(n))throw new Error("checksum.encode: input should be Uint8Array");const r=e(n).slice(0,t),i=new Uint8Array(n.length+t);return i.set(n),i.set(r,n.length),i},decode(n){if(!as(n))throw new Error("checksum.decode: input should be Uint8Array");const r=n.slice(0,-t),i=n.slice(-t),s=e(r).slice(0,t);for(let o=0;o<t;o++)if(s[o]!==i[o])throw new Error("Invalid checksum");return r}}}const f6=Bt(Zt(5),Lt("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567"),Da(5),kt("")),Pp=typeof Uint8Array.from([]).toBase64=="function"&&typeof Uint8Array.fromBase64=="function",Rp=(t,e)=>{Ar("base64",t);const n=e?/^[A-Za-z0-9=_-]+$/:/^[A-Za-z0-9=+/]+$/,r=e?"base64url":"base64";if(t.length>0&&!n.test(t))throw new Error("invalid base64");return Uint8Array.fromBase64(t,{alphabet:r,lastChunkHandling:"strict"})},lu=t=>Bt(a6(58),Lt(t),kt("")),u6=lu("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"),l6=t=>Bt(c6(4,e=>t(t(e))),u6),hu=Bt(Lt("qpzry9x8gf2tvdw0s3jn54khce6mua7l"),kt("")),Tp=[996825010,642813549,513874426,1027748829,705979059];function Xs(t){const e=t>>25;let n=(t&33554431)<<5;for(let r=0;r<Tp.length;r++)(e>>r&1)===1&&(n^=Tp[r]);return n}function Np(t,e,n=1){const r=t.length;let i=1;for(let s=0;s<r;s++){const o=t.charCodeAt(s);if(o<33||o>126)throw new Error(`Invalid prefix (${t})`);i=Xs(i)^o>>5}i=Xs(i);for(let s=0;s<r;s++)i=Xs(i)^t.charCodeAt(s)&31;for(let s of e)i=Xs(i)^s;for(let s=0;s<6;s++)i=Xs(i);return i^=n,hu.encode(uu([i%Ra[30]],30,5,!1))}function Up(t){const e=t==="bech32"?1:734539939,n=Zt(5),r=n.decode,i=n.encode,s=Dp(r);function o(h,l,d=90){Ar("bech32.encode prefix",h),as(l)&&(l=Array.from(l)),fu("bech32.encode",l);const p=h.length;if(p===0)throw new TypeError(`Invalid prefix length ${p}`);const b=p+7+l.length;if(d!==!1&&b>d)throw new TypeError(`Length ${b} exceeds limit ${d}`);const v=h.toLowerCase(),O=Np(v,l,e);return`${v}1${hu.encode(l)}${O}`}function a(h,l=90){Ar("bech32.decode input",h);const d=h.length;if(d<8||l!==!1&&d>l)throw new TypeError(`invalid string length: ${d} (${h}). Expected (8..${l})`);const p=h.toLowerCase();if(h!==p&&h!==h.toUpperCase())throw new Error("String must be lowercase or uppercase");const b=p.lastIndexOf("1");if(b===0||b===-1)throw new Error('Letter "1" must be present between prefix and data only');const v=p.slice(0,b),O=p.slice(b+1);if(O.length<6)throw new Error("Data must be at least 6 characters long");const P=hu.decode(O).slice(0,-6),x=Np(v,P,e);if(!O.endsWith(x))throw new Error(`Invalid checksum in ${h}: expected "${x}"`);return{prefix:v,words:P}}const c=Dp(a);function f(h){const{prefix:l,words:d}=a(h,!1);return{prefix:l,words:d,bytes:r(d)}}function u(h,l){return o(h,i(l))}return{encode:o,decode:a,encodeFromBytes:u,decodeToBytes:f,decodeUnsafe:c,fromWords:r,fromWordsUnsafe:s,toWords:i}}const h6=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",d6={encode(t){return au(t),t.toHex()},decode(t){return Ar("hex",t),Uint8Array.fromHex(t)}};l6(dp),Vf("Bitcoin seed");function p6(t){return BE(g6(t))}function g6(t){const{payload:e,signature:n}=t,{r,s:i,yParity:s}=n,a=new r8.Signature(BigInt(r),BigInt(i)).addRecoveryBit(s).recoverPublicKey(xf(e).substring(2));return bE(a)}/*! noble-ciphers - MIT License (c) 2023 Paul Miller (paulmillr.com) */function Cp(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function Ta(t,...e){if(!Cp(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function Na(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function Fp(t,e){Ta(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}function Js(t){return new Uint32Array(t.buffer,t.byteOffset,Math.floor(t.byteLength/4))}function du(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function y6(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function b6(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function Qs(t){if(typeof t=="string")t=b6(t);else if(Cp(t))t=Lp(t);else throw new Error("Uint8Array expected, got "+typeof t);return t}function Lp(t){return Uint8Array.from(t)}const Gn=16,pu=new Uint8Array(16),_n=Js(pu),w6=225,m6=(t,e,n,r)=>{const i=r&1;return{s3:n<<31|r>>>1,s2:e<<31|n>>>1,s1:t<<31|e>>>1,s0:t>>>1^w6<<24&-(i&1)}},Wt=t=>(t>>>0&255)<<24|(t>>>8&255)<<16|(t>>>16&255)<<8|t>>>24&255|0;function v6(t){t.reverse();const e=t[15]&1;let n=0;for(let r=0;r<t.length;r++){const i=t[r];t[r]=i>>>1|n,n=(i&1)<<7}return t[0]^=-e&225,t}const E6=t=>t>64*1024?8:t>1024?4:2;class kp{constructor(e,n){this.blockLen=Gn,this.outputLen=Gn,this.s0=0,this.s1=0,this.s2=0,this.s3=0,this.finished=!1,e=Qs(e),Ta(e,16);const r=y6(e);let i=r.getUint32(0,!1),s=r.getUint32(4,!1),o=r.getUint32(8,!1),a=r.getUint32(12,!1);const c=[];for(let p=0;p<128;p++)c.push({s0:Wt(i),s1:Wt(s),s2:Wt(o),s3:Wt(a)}),{s0:i,s1:s,s2:o,s3:a}=m6(i,s,o,a);const f=E6(n||1024);if(![1,2,4,8].includes(f))throw new Error("ghash: invalid window size, expected 2, 4 or 8");this.W=f;const h=128/f,l=this.windowSize=2**f,d=[];for(let p=0;p<h;p++)for(let b=0;b<l;b++){let v=0,O=0,P=0,x=0;for(let S=0;S<f;S++){if(!(b>>>f-S-1&1))continue;const{s0:U,s1:L,s2:C,s3:A}=c[f*p+S];v^=U,O^=L,P^=C,x^=A}d.push({s0:v,s1:O,s2:P,s3:x})}this.t=d}_updateBlock(e,n,r,i){e^=this.s0,n^=this.s1,r^=this.s2,i^=this.s3;const{W:s,t:o,windowSize:a}=this;let c=0,f=0,u=0,h=0;const l=(1<<s)-1;let d=0;for(const p of[e,n,r,i])for(let b=0;b<4;b++){const v=p>>>8*b&255;for(let O=8/s-1;O>=0;O--){const P=v>>>s*O&l,{s0:x,s1:S,s2:R,s3:U}=o[d*a+P];c^=x,f^=S,u^=R,h^=U,d+=1}}this.s0=c,this.s1=f,this.s2=u,this.s3=h}update(e){Na(this),e=Qs(e),Ta(e);const n=Js(e),r=Math.floor(e.length/Gn),i=e.length%Gn;for(let s=0;s<r;s++)this._updateBlock(n[s*4+0],n[s*4+1],n[s*4+2],n[s*4+3]);return i&&(pu.set(e.subarray(r*Gn)),this._updateBlock(_n[0],_n[1],_n[2],_n[3]),du(_n)),this}destroy(){const{t:e}=this;for(const n of e)n.s0=0,n.s1=0,n.s2=0,n.s3=0}digestInto(e){Na(this),Fp(e,this),this.finished=!0;const{s0:n,s1:r,s2:i,s3:s}=this,o=Js(e);return o[0]=n,o[1]=r,o[2]=i,o[3]=s,e}digest(){const e=new Uint8Array(Gn);return this.digestInto(e),this.destroy(),e}}class x6 extends kp{constructor(e,n){e=Qs(e),Ta(e);const r=v6(Lp(e));super(r,n),du(r)}update(e){e=Qs(e),Na(this);const n=Js(e),r=e.length%Gn,i=Math.floor(e.length/Gn);for(let s=0;s<i;s++)this._updateBlock(Wt(n[s*4+3]),Wt(n[s*4+2]),Wt(n[s*4+1]),Wt(n[s*4+0]));return r&&(pu.set(e.subarray(i*Gn)),this._updateBlock(Wt(_n[3]),Wt(_n[2]),Wt(_n[1]),Wt(_n[0])),du(_n)),this}digestInto(e){Na(this),Fp(e,this),this.finished=!0;const{s0:n,s1:r,s2:i,s3:s}=this,o=Js(e);return o[0]=n,o[1]=r,o[2]=i,o[3]=s,e.reverse()}}function qp(t){const e=(r,i)=>t(i,r.length).update(Qs(r)).digest(),n=t(new Uint8Array(16),0);return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=(r,i)=>t(r,i),e}qp((t,e)=>new kp(t,e)),qp((t,e)=>new x6(t,e));const Mp=Er(BigInt("0xffffffff00000001000000000000000000000000ffffffffffffffffffffffff")),_6=Mp.create(BigInt("-3")),I6=BigInt("0x5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b");da({a:_6,b:I6,Fp:Mp,n:BigInt("0xffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551"),Gx:BigInt("0x6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296"),Gy:BigInt("0x4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5"),h:BigInt(1),lowS:!1},ia);const jp=Er(BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000ffffffff")),S6=jp.create(BigInt("-3")),B6=BigInt("0xb3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef");da({a:S6,b:B6,Fp:jp,n:BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffc7634d81f4372ddf581a0db248b0a77aecec196accc52973"),Gx:BigInt("0xaa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741e082542a385502f25dbf55296c3a545e3872760ab7"),Gy:BigInt("0x3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da3113b5f0b8c00a60b1ce1d7e819d7a431d7c90ea0e5f"),h:BigInt(1),lowS:!1},Mv);const zp=Er(BigInt("0x1ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff")),$6=zp.create(BigInt("-3")),A6=BigInt("0x0051953eb9618e1c9a1f929a21a0b68540eea2da725b99b315f3b8b489918ef109e156193951ec7e937b1652c0bd3bb1bf073573df883d2c34f1ef451fd46b503f00");da({a:$6,b:A6,Fp:zp,n:BigInt("0x01fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa51868783bf2f966b7fcc0148f709a5d03bb5c9b8899c47aebb6fb71e91386409"),Gx:BigInt("0x00c6858e06b70404e9cd9e3ecb662395b4429c648139053fb521f828af606b4d3dbaa14b5e77efe75928fe1dc127a2ffa8de3348b3c1856a429bf97e7e31c2e5bd66"),Gy:BigInt("0x011839296a789a3bc0045c8a5fb42c7d1bd998f54449579b446817afbd17273e662c97ee72995ef42640c550b9013fad0761353c7086a272c24088be94769fd16650"),h:BigInt(1),lowS:!1,allowedPrivateKeyLengths:[130,131,132]},qv);var O6={exports:{}};(function(t){var e=Object.prototype.hasOwnProperty,n="~";function r(){}Object.create&&(r.prototype=Object.create(null),new r().__proto__||(n=!1));function i(c,f,u){this.fn=c,this.context=f,this.once=u||!1}function s(c,f,u,h,l){if(typeof u!="function")throw new TypeError("The listener must be a function");var d=new i(u,h||c,l),p=n?n+f:f;return c._events[p]?c._events[p].fn?c._events[p]=[c._events[p],d]:c._events[p].push(d):(c._events[p]=d,c._eventsCount++),c}function o(c,f){--c._eventsCount===0?c._events=new r:delete c._events[f]}function a(){this._events=new r,this._eventsCount=0}a.prototype.eventNames=function(){var f=[],u,h;if(this._eventsCount===0)return f;for(h in u=this._events)e.call(u,h)&&f.push(n?h.slice(1):h);return Object.getOwnPropertySymbols?f.concat(Object.getOwnPropertySymbols(u)):f},a.prototype.listeners=function(f){var u=n?n+f:f,h=this._events[u];if(!h)return[];if(h.fn)return[h.fn];for(var l=0,d=h.length,p=new Array(d);l<d;l++)p[l]=h[l].fn;return p},a.prototype.listenerCount=function(f){var u=n?n+f:f,h=this._events[u];return h?h.fn?1:h.length:0},a.prototype.emit=function(f,u,h,l,d,p){var b=n?n+f:f;if(!this._events[b])return!1;var v=this._events[b],O=arguments.length,P,x;if(v.fn){switch(v.once&&this.removeListener(f,v.fn,void 0,!0),O){case 1:return v.fn.call(v.context),!0;case 2:return v.fn.call(v.context,u),!0;case 3:return v.fn.call(v.context,u,h),!0;case 4:return v.fn.call(v.context,u,h,l),!0;case 5:return v.fn.call(v.context,u,h,l,d),!0;case 6:return v.fn.call(v.context,u,h,l,d,p),!0}for(x=1,P=new Array(O-1);x<O;x++)P[x-1]=arguments[x];v.fn.apply(v.context,P)}else{var S=v.length,R;for(x=0;x<S;x++)switch(v[x].once&&this.removeListener(f,v[x].fn,void 0,!0),O){case 1:v[x].fn.call(v[x].context);break;case 2:v[x].fn.call(v[x].context,u);break;case 3:v[x].fn.call(v[x].context,u,h);break;case 4:v[x].fn.call(v[x].context,u,h,l);break;default:if(!P)for(R=1,P=new Array(O-1);R<O;R++)P[R-1]=arguments[R];v[x].fn.apply(v[x].context,P)}}return!0},a.prototype.on=function(f,u,h){return s(this,f,u,h,!1)},a.prototype.once=function(f,u,h){return s(this,f,u,h,!0)},a.prototype.removeListener=function(f,u,h,l){var d=n?n+f:f;if(!this._events[d])return this;if(!u)return o(this,d),this;var p=this._events[d];if(p.fn)p.fn===u&&(!l||p.once)&&(!h||p.context===h)&&o(this,d);else{for(var b=0,v=[],O=p.length;b<O;b++)(p[b].fn!==u||l&&!p[b].once||h&&p[b].context!==h)&&v.push(p[b]);v.length?this._events[d]=v.length===1?v[0]:v:o(this,d)}return this},a.prototype.removeAllListeners=function(f){var u;return f?(u=n?n+f:f,this._events[u]&&o(this,u)):(this._events=new r,this._eventsCount=0),this},a.prototype.off=a.prototype.removeListener,a.prototype.addListener=a.prototype.on,a.prefixed=n,a.EventEmitter=a,t.exports=a})(O6);function D6(t){if(t.length>=255)throw new TypeError("Alphabet too long");const e=new Uint8Array(256);for(let f=0;f<e.length;f++)e[f]=255;for(let f=0;f<t.length;f++){const u=t.charAt(f),h=u.charCodeAt(0);if(e[h]!==255)throw new TypeError(u+" is ambiguous");e[h]=f}const n=t.length,r=t.charAt(0),i=Math.log(n)/Math.log(256),s=Math.log(256)/Math.log(n);function o(f){if(f instanceof Uint8Array||(ArrayBuffer.isView(f)?f=new Uint8Array(f.buffer,f.byteOffset,f.byteLength):Array.isArray(f)&&(f=Uint8Array.from(f))),!(f instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(f.length===0)return"";let u=0,h=0,l=0;const d=f.length;for(;l!==d&&f[l]===0;)l++,u++;const p=(d-l)*s+1>>>0,b=new Uint8Array(p);for(;l!==d;){let P=f[l],x=0;for(let S=p-1;(P!==0||x<h)&&S!==-1;S--,x++)P+=256*b[S]>>>0,b[S]=P%n>>>0,P=P/n>>>0;if(P!==0)throw new Error("Non-zero carry");h=x,l++}let v=p-h;for(;v!==p&&b[v]===0;)v++;let O=r.repeat(u);for(;v<p;++v)O+=t.charAt(b[v]);return O}function a(f){if(typeof f!="string")throw new TypeError("Expected String");if(f.length===0)return new Uint8Array;let u=0,h=0,l=0;for(;f[u]===r;)h++,u++;const d=(f.length-u)*i+1>>>0,p=new Uint8Array(d);for(;u<f.length;){const P=f.charCodeAt(u);if(P>255)return;let x=e[P];if(x===255)return;let S=0;for(let R=d-1;(x!==0||S<l)&&R!==-1;R--,S++)x+=n*p[R]>>>0,p[R]=x%256>>>0,x=x/256>>>0;if(x!==0)throw new Error("Non-zero carry");l=S,u++}let b=d-l;for(;b!==d&&p[b]===0;)b++;const v=new Uint8Array(h+(d-b));let O=h;for(;b!==d;)v[O++]=p[b++];return v}function c(f){const u=a(f);if(u)return u;throw new Error("Non-base"+n+" character")}return{encode:o,decodeUnsafe:a,decode:c}}var P6="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz",eo=D6(P6);const R6=t=>JSON.stringify(t,(e,n)=>typeof n=="bigint"?n.toString()+"n":n),T6=t=>{const e=/([\[:])?(\d{17,}|(?:[9](?:[1-9]07199254740991|0[1-9]7199254740991|00[8-9]199254740991|007[2-9]99254740991|007199[3-9]54740991|0071992[6-9]4740991|00719925[5-9]740991|007199254[8-9]40991|0071992547[5-9]0991|00719925474[1-9]991|00719925474099[2-9])))([,\}\]])/g,n=t.replace(e,'$1"$2n"$3');return JSON.parse(n,(r,i)=>typeof i=="string"&&i.match(/^\d+n$/)?BigInt(i.substring(0,i.length-1)):i)};function fs(t){if(typeof t!="string")throw new Error(`Cannot safe json parse value of type ${typeof t}`);try{return T6(t)}catch{return t}}function to(t){return typeof t=="string"?t:R6(t)||""}function N6(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function Hp(t,...e){if(!N6(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function Vp(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function U6(t,e){Hp(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}const us=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */const gu=t=>new DataView(t.buffer,t.byteOffset,t.byteLength);function C6(t){if(typeof t!="string")throw new Error("utf8ToBytes expected string, got "+typeof t);return new Uint8Array(new TextEncoder().encode(t))}function Kp(t){return typeof t=="string"&&(t=C6(t)),Hp(t),t}class F6{clone(){return this._cloneInto()}}function L6(t){const e=r=>t().update(Kp(r)).digest(),n=t();return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=()=>t(),e}function Gp(t=32){if(us&&typeof us.getRandomValues=="function")return us.getRandomValues(new Uint8Array(t));if(us&&typeof us.randomBytes=="function")return us.randomBytes(t);throw new Error("crypto.getRandomValues must be defined")}function k6(t,e,n,r){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,n,r);const i=BigInt(32),s=BigInt(4294967295),o=Number(n>>i&s),a=Number(n&s),c=r?4:0,f=r?0:4;t.setUint32(e+c,o,r),t.setUint32(e+f,a,r)}class q6 extends F6{constructor(e,n,r,i){super(),this.blockLen=e,this.outputLen=n,this.padOffset=r,this.isLE=i,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(e),this.view=gu(this.buffer)}update(e){Vp(this);const{view:n,buffer:r,blockLen:i}=this;e=Kp(e);const s=e.length;for(let o=0;o<s;){const a=Math.min(i-this.pos,s-o);if(a===i){const c=gu(e);for(;i<=s-o;o+=i)this.process(c,o);continue}r.set(e.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===i&&(this.process(n,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Vp(this),U6(e,this),this.finished=!0;const{buffer:n,view:r,blockLen:i,isLE:s}=this;let{pos:o}=this;n[o++]=128,this.buffer.subarray(o).fill(0),this.padOffset>i-o&&(this.process(r,0),o=0);for(let h=o;h<i;h++)n[h]=0;k6(r,i-8,BigInt(this.length*8),s),this.process(r,0);const a=gu(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const f=c/4,u=this.get();if(f>u.length)throw new Error("_sha2: outputLen bigger than state");for(let h=0;h<f;h++)a.setUint32(4*h,u[h],s)}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());const{blockLen:n,buffer:r,length:i,finished:s,destroyed:o,pos:a}=this;return e.length=i,e.pos=a,e.finished=s,e.destroyed=o,i%n&&e.buffer.set(r),e}}const Ua=BigInt(2**32-1),yu=BigInt(32);function Zp(t,e=!1){return e?{h:Number(t&Ua),l:Number(t>>yu&Ua)}:{h:Number(t>>yu&Ua)|0,l:Number(t&Ua)|0}}function M6(t,e=!1){let n=new Uint32Array(t.length),r=new Uint32Array(t.length);for(let i=0;i<t.length;i++){const{h:s,l:o}=Zp(t[i],e);[n[i],r[i]]=[s,o]}return[n,r]}const j6=(t,e)=>BigInt(t>>>0)<<yu|BigInt(e>>>0),z6=(t,e,n)=>t>>>n,H6=(t,e,n)=>t<<32-n|e>>>n,V6=(t,e,n)=>t>>>n|e<<32-n,K6=(t,e,n)=>t<<32-n|e>>>n,G6=(t,e,n)=>t<<64-n|e>>>n-32,Z6=(t,e,n)=>t>>>n-32|e<<64-n,W6=(t,e)=>e,Y6=(t,e)=>t,X6=(t,e,n)=>t<<n|e>>>32-n,J6=(t,e,n)=>e<<n|t>>>32-n,Q6=(t,e,n)=>e<<n-32|t>>>64-n,ex=(t,e,n)=>t<<n-32|e>>>64-n;function tx(t,e,n,r){const i=(e>>>0)+(r>>>0);return{h:t+n+(i/2**32|0)|0,l:i|0}}const nx=(t,e,n)=>(t>>>0)+(e>>>0)+(n>>>0),rx=(t,e,n,r)=>e+n+r+(t/2**32|0)|0,ix=(t,e,n,r)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0),sx=(t,e,n,r,i)=>e+n+r+i+(t/2**32|0)|0,ox=(t,e,n,r,i)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0)+(i>>>0),ax=(t,e,n,r,i,s)=>e+n+r+i+s+(t/2**32|0)|0,ie={fromBig:Zp,split:M6,toBig:j6,shrSH:z6,shrSL:H6,rotrSH:V6,rotrSL:K6,rotrBH:G6,rotrBL:Z6,rotr32H:W6,rotr32L:Y6,rotlSH:X6,rotlSL:J6,rotlBH:Q6,rotlBL:ex,add:tx,add3L:nx,add3H:rx,add4L:ix,add4H:sx,add5H:ax,add5L:ox},[cx,fx]=ie.split(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(t=>BigInt(t))),Or=new Uint32Array(80),Dr=new Uint32Array(80);class ux extends q6{constructor(){super(128,64,16,!1),this.Ah=1779033703,this.Al=-205731576,this.Bh=-1150833019,this.Bl=-2067093701,this.Ch=1013904242,this.Cl=-23791573,this.Dh=-1521486534,this.Dl=1595750129,this.Eh=1359893119,this.El=-1377402159,this.Fh=-1694144372,this.Fl=725511199,this.Gh=528734635,this.Gl=-79577749,this.Hh=1541459225,this.Hl=327033209}get(){const{Ah:e,Al:n,Bh:r,Bl:i,Ch:s,Cl:o,Dh:a,Dl:c,Eh:f,El:u,Fh:h,Fl:l,Gh:d,Gl:p,Hh:b,Hl:v}=this;return[e,n,r,i,s,o,a,c,f,u,h,l,d,p,b,v]}set(e,n,r,i,s,o,a,c,f,u,h,l,d,p,b,v){this.Ah=e|0,this.Al=n|0,this.Bh=r|0,this.Bl=i|0,this.Ch=s|0,this.Cl=o|0,this.Dh=a|0,this.Dl=c|0,this.Eh=f|0,this.El=u|0,this.Fh=h|0,this.Fl=l|0,this.Gh=d|0,this.Gl=p|0,this.Hh=b|0,this.Hl=v|0}process(e,n){for(let x=0;x<16;x++,n+=4)Or[x]=e.getUint32(n),Dr[x]=e.getUint32(n+=4);for(let x=16;x<80;x++){const S=Or[x-15]|0,R=Dr[x-15]|0,U=ie.rotrSH(S,R,1)^ie.rotrSH(S,R,8)^ie.shrSH(S,R,7),L=ie.rotrSL(S,R,1)^ie.rotrSL(S,R,8)^ie.shrSL(S,R,7),C=Or[x-2]|0,A=Dr[x-2]|0,j=ie.rotrSH(C,A,19)^ie.rotrBH(C,A,61)^ie.shrSH(C,A,6),q=ie.rotrSL(C,A,19)^ie.rotrBL(C,A,61)^ie.shrSL(C,A,6),E=ie.add4L(L,q,Dr[x-7],Dr[x-16]),y=ie.add4H(E,U,j,Or[x-7],Or[x-16]);Or[x]=y|0,Dr[x]=E|0}let{Ah:r,Al:i,Bh:s,Bl:o,Ch:a,Cl:c,Dh:f,Dl:u,Eh:h,El:l,Fh:d,Fl:p,Gh:b,Gl:v,Hh:O,Hl:P}=this;for(let x=0;x<80;x++){const S=ie.rotrSH(h,l,14)^ie.rotrSH(h,l,18)^ie.rotrBH(h,l,41),R=ie.rotrSL(h,l,14)^ie.rotrSL(h,l,18)^ie.rotrBL(h,l,41),U=h&d^~h&b,L=l&p^~l&v,C=ie.add5L(P,R,L,fx[x],Dr[x]),A=ie.add5H(C,O,S,U,cx[x],Or[x]),j=C|0,q=ie.rotrSH(r,i,28)^ie.rotrBH(r,i,34)^ie.rotrBH(r,i,39),E=ie.rotrSL(r,i,28)^ie.rotrBL(r,i,34)^ie.rotrBL(r,i,39),y=r&s^r&a^s&a,w=i&o^i&c^o&c;O=b|0,P=v|0,b=d|0,v=p|0,d=h|0,p=l|0,{h,l}=ie.add(f|0,u|0,A|0,j|0),f=a|0,u=c|0,a=s|0,c=o|0,s=r|0,o=i|0;const g=ie.add3L(j,E,w);r=ie.add3H(g,A,q,y),i=g|0}({h:r,l:i}=ie.add(this.Ah|0,this.Al|0,r|0,i|0)),{h:s,l:o}=ie.add(this.Bh|0,this.Bl|0,s|0,o|0),{h:a,l:c}=ie.add(this.Ch|0,this.Cl|0,a|0,c|0),{h:f,l:u}=ie.add(this.Dh|0,this.Dl|0,f|0,u|0),{h,l}=ie.add(this.Eh|0,this.El|0,h|0,l|0),{h:d,l:p}=ie.add(this.Fh|0,this.Fl|0,d|0,p|0),{h:b,l:v}=ie.add(this.Gh|0,this.Gl|0,b|0,v|0),{h:O,l:P}=ie.add(this.Hh|0,this.Hl|0,O|0,P|0),this.set(r,i,s,o,a,c,f,u,h,l,d,p,b,v,O,P)}roundClean(){Or.fill(0),Dr.fill(0)}destroy(){this.buffer.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}const lx=L6(()=>new ux);/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const bu=BigInt(0),Wp=BigInt(1),hx=BigInt(2);function wu(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function mu(t){if(!wu(t))throw new Error("Uint8Array expected")}function vu(t,e){if(typeof e!="boolean")throw new Error(t+" boolean expected, got "+e)}const dx=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function Eu(t){mu(t);let e="";for(let n=0;n<t.length;n++)e+=dx[t[n]];return e}function Yp(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);return t===""?bu:BigInt("0x"+t)}const Zn={_0:48,_9:57,A:65,F:70,a:97,f:102};function Xp(t){if(t>=Zn._0&&t<=Zn._9)return t-Zn._0;if(t>=Zn.A&&t<=Zn.F)return t-(Zn.A-10);if(t>=Zn.a&&t<=Zn.f)return t-(Zn.a-10)}function Jp(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);const e=t.length,n=e/2;if(e%2)throw new Error("hex string expected, got unpadded hex of length "+e);const r=new Uint8Array(n);for(let i=0,s=0;i<n;i++,s+=2){const o=Xp(t.charCodeAt(s)),a=Xp(t.charCodeAt(s+1));if(o===void 0||a===void 0){const c=t[s]+t[s+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+s)}r[i]=o*16+a}return r}function px(t){return Yp(Eu(t))}function Ca(t){return mu(t),Yp(Eu(Uint8Array.from(t).reverse()))}function Qp(t,e){return Jp(t.toString(16).padStart(e*2,"0"))}function xu(t,e){return Qp(t,e).reverse()}function Wn(t,e,n){let r;if(typeof e=="string")try{r=Jp(e)}catch(s){throw new Error(t+" must be hex string or Uint8Array, cause: "+s)}else if(wu(e))r=Uint8Array.from(e);else throw new Error(t+" must be hex string or Uint8Array");const i=r.length;if(typeof n=="number"&&i!==n)throw new Error(t+" of length "+n+" expected, got "+i);return r}function eg(...t){let e=0;for(let r=0;r<t.length;r++){const i=t[r];mu(i),e+=i.length}const n=new Uint8Array(e);for(let r=0,i=0;r<t.length;r++){const s=t[r];n.set(s,i),i+=s.length}return n}const _u=t=>typeof t=="bigint"&&bu<=t;function gx(t,e,n){return _u(t)&&_u(e)&&_u(n)&&e<=t&&t<n}function no(t,e,n,r){if(!gx(e,n,r))throw new Error("expected valid "+t+": "+n+" <= n < "+r+", got "+e)}function yx(t){let e;for(e=0;t>bu;t>>=Wp,e+=1);return e}const bx=t=>(hx<<BigInt(t-1))-Wp,wx={bigint:t=>typeof t=="bigint",function:t=>typeof t=="function",boolean:t=>typeof t=="boolean",string:t=>typeof t=="string",stringOrUint8Array:t=>typeof t=="string"||wu(t),isSafeInteger:t=>Number.isSafeInteger(t),array:t=>Array.isArray(t),field:(t,e)=>e.Fp.isValid(t),hash:t=>typeof t=="function"&&Number.isSafeInteger(t.outputLen)};function Iu(t,e,n={}){const r=(i,s,o)=>{const a=wx[s];if(typeof a!="function")throw new Error("invalid validator function");const c=t[i];if(!(o&&c===void 0)&&!a(c,t))throw new Error("param "+String(i)+" is invalid. Expected "+s+", got "+c)};for(const[i,s]of Object.entries(e))r(i,s,!1);for(const[i,s]of Object.entries(n))r(i,s,!0);return t}function tg(t){const e=new WeakMap;return(n,...r)=>{const i=e.get(n);if(i!==void 0)return i;const s=t(n,...r);return e.set(n,s),s}}const ke=BigInt(0),$e=BigInt(1),Si=BigInt(2),mx=BigInt(3),Su=BigInt(4),ng=BigInt(5),rg=BigInt(8);function Te(t,e){const n=t%e;return n>=ke?n:e+n}function vx(t,e,n){if(e<ke)throw new Error("invalid exponent, negatives unsupported");if(n<=ke)throw new Error("invalid modulus");if(n===$e)return ke;let r=$e;for(;e>ke;)e&$e&&(r=r*t%n),t=t*t%n,e>>=$e;return r}function In(t,e,n){let r=t;for(;e-- >ke;)r*=r,r%=n;return r}function ig(t,e){if(t===ke)throw new Error("invert: expected non-zero number");if(e<=ke)throw new Error("invert: expected positive modulus, got "+e);let n=Te(t,e),r=e,i=ke,s=$e;for(;n!==ke;){const o=r/n,a=r%n,c=i-s*o;r=n,n=a,i=s,s=c}if(r!==$e)throw new Error("invert: does not exist");return Te(i,e)}function Ex(t){const e=(t-$e)/Si;let n,r,i;for(n=t-$e,r=0;n%Si===ke;n/=Si,r++);for(i=Si;i<t&&vx(i,e,t)!==t-$e;i++)if(i>1e3)throw new Error("Cannot find square root: likely non-prime P");if(r===1){const o=(t+$e)/Su;return function(a,c){const f=a.pow(c,o);if(!a.eql(a.sqr(f),c))throw new Error("Cannot find square root");return f}}const s=(n+$e)/Si;return function(o,a){if(o.pow(a,e)===o.neg(o.ONE))throw new Error("Cannot find square root");let c=r,f=o.pow(o.mul(o.ONE,i),n),u=o.pow(a,s),h=o.pow(a,n);for(;!o.eql(h,o.ONE);){if(o.eql(h,o.ZERO))return o.ZERO;let l=1;for(let p=o.sqr(h);l<c&&!o.eql(p,o.ONE);l++)p=o.sqr(p);const d=o.pow(f,$e<<BigInt(c-l-1));f=o.sqr(d),u=o.mul(u,d),h=o.mul(h,f),c=l}return u}}function xx(t){if(t%Su===mx){const e=(t+$e)/Su;return function(n,r){const i=n.pow(r,e);if(!n.eql(n.sqr(i),r))throw new Error("Cannot find square root");return i}}if(t%rg===ng){const e=(t-ng)/rg;return function(n,r){const i=n.mul(r,Si),s=n.pow(i,e),o=n.mul(r,s),a=n.mul(n.mul(o,Si),s),c=n.mul(o,n.sub(a,n.ONE));if(!n.eql(n.sqr(c),r))throw new Error("Cannot find square root");return c}}return Ex(t)}const _x=(t,e)=>(Te(t,e)&$e)===$e,Ix=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Sx(t){const e={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},n=Ix.reduce((r,i)=>(r[i]="function",r),e);return Iu(t,n)}function Bx(t,e,n){if(n<ke)throw new Error("invalid exponent, negatives unsupported");if(n===ke)return t.ONE;if(n===$e)return e;let r=t.ONE,i=e;for(;n>ke;)n&$e&&(r=t.mul(r,i)),i=t.sqr(i),n>>=$e;return r}function $x(t,e){const n=new Array(e.length),r=e.reduce((s,o,a)=>t.is0(o)?s:(n[a]=s,t.mul(s,o)),t.ONE),i=t.inv(r);return e.reduceRight((s,o,a)=>t.is0(o)?s:(n[a]=t.mul(s,n[a]),t.mul(s,o)),i),n}function sg(t,e){const n=e!==void 0?e:t.toString(2).length,r=Math.ceil(n/8);return{nBitLength:n,nByteLength:r}}function og(t,e,n=!1,r={}){if(t<=ke)throw new Error("invalid field: expected ORDER > 0, got "+t);const{nBitLength:i,nByteLength:s}=sg(t,e);if(s>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let o;const a=Object.freeze({ORDER:t,isLE:n,BITS:i,BYTES:s,MASK:bx(i),ZERO:ke,ONE:$e,create:c=>Te(c,t),isValid:c=>{if(typeof c!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof c);return ke<=c&&c<t},is0:c=>c===ke,isOdd:c=>(c&$e)===$e,neg:c=>Te(-c,t),eql:(c,f)=>c===f,sqr:c=>Te(c*c,t),add:(c,f)=>Te(c+f,t),sub:(c,f)=>Te(c-f,t),mul:(c,f)=>Te(c*f,t),pow:(c,f)=>Bx(a,c,f),div:(c,f)=>Te(c*ig(f,t),t),sqrN:c=>c*c,addN:(c,f)=>c+f,subN:(c,f)=>c-f,mulN:(c,f)=>c*f,inv:c=>ig(c,t),sqrt:r.sqrt||(c=>(o||(o=xx(t)),o(a,c))),invertBatch:c=>$x(a,c),cmov:(c,f,u)=>u?f:c,toBytes:c=>n?xu(c,s):Qp(c,s),fromBytes:c=>{if(c.length!==s)throw new Error("Field.fromBytes: expected "+s+" bytes, got "+c.length);return n?Ca(c):px(c)}});return Object.freeze(a)}const ag=BigInt(0),Fa=BigInt(1);function Bu(t,e){const n=e.negate();return t?n:e}function cg(t,e){if(!Number.isSafeInteger(t)||t<=0||t>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+t)}function $u(t,e){cg(t,e);const n=Math.ceil(e/t)+1,r=2**(t-1);return{windows:n,windowSize:r}}function Ax(t,e){if(!Array.isArray(t))throw new Error("array expected");t.forEach((n,r)=>{if(!(n instanceof e))throw new Error("invalid point at index "+r)})}function Ox(t,e){if(!Array.isArray(t))throw new Error("array of scalars expected");t.forEach((n,r)=>{if(!e.isValid(n))throw new Error("invalid scalar at index "+r)})}const Au=new WeakMap,fg=new WeakMap;function Ou(t){return fg.get(t)||1}function Dx(t,e){return{constTimeNegate:Bu,hasPrecomputes(n){return Ou(n)!==1},unsafeLadder(n,r,i=t.ZERO){let s=n;for(;r>ag;)r&Fa&&(i=i.add(s)),s=s.double(),r>>=Fa;return i},precomputeWindow(n,r){const{windows:i,windowSize:s}=$u(r,e),o=[];let a=n,c=a;for(let f=0;f<i;f++){c=a,o.push(c);for(let u=1;u<s;u++)c=c.add(a),o.push(c);a=c.double()}return o},wNAF(n,r,i){const{windows:s,windowSize:o}=$u(n,e);let a=t.ZERO,c=t.BASE;const f=BigInt(2**n-1),u=2**n,h=BigInt(n);for(let l=0;l<s;l++){const d=l*o;let p=Number(i&f);i>>=h,p>o&&(p-=u,i+=Fa);const b=d,v=d+Math.abs(p)-1,O=l%2!==0,P=p<0;p===0?c=c.add(Bu(O,r[b])):a=a.add(Bu(P,r[v]))}return{p:a,f:c}},wNAFUnsafe(n,r,i,s=t.ZERO){const{windows:o,windowSize:a}=$u(n,e),c=BigInt(2**n-1),f=2**n,u=BigInt(n);for(let h=0;h<o;h++){const l=h*a;if(i===ag)break;let d=Number(i&c);if(i>>=u,d>a&&(d-=f,i+=Fa),d===0)continue;let p=r[l+Math.abs(d)-1];d<0&&(p=p.negate()),s=s.add(p)}return s},getPrecomputes(n,r,i){let s=Au.get(r);return s||(s=this.precomputeWindow(r,n),n!==1&&Au.set(r,i(s))),s},wNAFCached(n,r,i){const s=Ou(n);return this.wNAF(s,this.getPrecomputes(s,n,i),r)},wNAFCachedUnsafe(n,r,i,s){const o=Ou(n);return o===1?this.unsafeLadder(n,r,s):this.wNAFUnsafe(o,this.getPrecomputes(o,n,i),r,s)},setWindowSize(n,r){cg(r,e),fg.set(n,r),Au.delete(n)}}}function Px(t,e,n,r){if(Ax(n,t),Ox(r,e),n.length!==r.length)throw new Error("arrays of points and scalars must have equal length");const i=t.ZERO,s=yx(BigInt(n.length)),o=s>12?s-3:s>4?s-2:s?2:1,a=(1<<o)-1,c=new Array(a+1).fill(i),f=Math.floor((e.BITS-1)/o)*o;let u=i;for(let h=f;h>=0;h-=o){c.fill(i);for(let d=0;d<r.length;d++){const p=r[d],b=Number(p>>BigInt(h)&BigInt(a));c[b]=c[b].add(n[d])}let l=i;for(let d=c.length-1,p=i;d>0;d--)p=p.add(c[d]),l=l.add(p);if(u=u.add(l),h!==0)for(let d=0;d<o;d++)u=u.double()}return u}function Rx(t){return Sx(t.Fp),Iu(t,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...sg(t.n,t.nBitLength),...t,p:t.Fp.ORDER})}const an=BigInt(0),$t=BigInt(1),La=BigInt(2),Tx=BigInt(8),Nx={zip215:!0};function Ux(t){const e=Rx(t);return Iu(t,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...e})}function Cx(t){const e=Ux(t),{Fp:n,n:r,prehash:i,hash:s,randomBytes:o,nByteLength:a,h:c}=e,f=La<<BigInt(a*8)-$t,u=n.create,h=og(e.n,e.nBitLength),l=e.uvRatio||((g,m)=>{try{return{isValid:!0,value:n.sqrt(g*n.inv(m))}}catch{return{isValid:!1,value:an}}}),d=e.adjustScalarBytes||(g=>g),p=e.domain||((g,m,_)=>{if(vu("phflag",_),m.length||_)throw new Error("Contexts/pre-hash are not supported");return g});function b(g,m){no("coordinate "+g,m,an,f)}function v(g){if(!(g instanceof x))throw new Error("ExtendedPoint expected")}const O=tg((g,m)=>{const{ex:_,ey:B,ez:I}=g,$=g.is0();m==null&&(m=$?Tx:n.inv(I));const D=u(_*m),T=u(B*m),F=u(I*m);if($)return{x:an,y:$t};if(F!==$t)throw new Error("invZ was invalid");return{x:D,y:T}}),P=tg(g=>{const{a:m,d:_}=e;if(g.is0())throw new Error("bad point: ZERO");const{ex:B,ey:I,ez:$,et:D}=g,T=u(B*B),F=u(I*I),k=u($*$),N=u(k*k),M=u(T*m),z=u(k*u(M+F)),K=u(N+u(_*u(T*F)));if(z!==K)throw new Error("bad point: equation left != right (1)");const H=u(B*I),G=u($*D);if(H!==G)throw new Error("bad point: equation left != right (2)");return!0});class x{constructor(m,_,B,I){this.ex=m,this.ey=_,this.ez=B,this.et=I,b("x",m),b("y",_),b("z",B),b("t",I),Object.freeze(this)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(m){if(m instanceof x)throw new Error("extended point not allowed");const{x:_,y:B}=m||{};return b("x",_),b("y",B),new x(_,B,$t,u(_*B))}static normalizeZ(m){const _=n.invertBatch(m.map(B=>B.ez));return m.map((B,I)=>B.toAffine(_[I])).map(x.fromAffine)}static msm(m,_){return Px(x,h,m,_)}_setWindowSize(m){U.setWindowSize(this,m)}assertValidity(){P(this)}equals(m){v(m);const{ex:_,ey:B,ez:I}=this,{ex:$,ey:D,ez:T}=m,F=u(_*T),k=u($*I),N=u(B*T),M=u(D*I);return F===k&&N===M}is0(){return this.equals(x.ZERO)}negate(){return new x(u(-this.ex),this.ey,this.ez,u(-this.et))}double(){const{a:m}=e,{ex:_,ey:B,ez:I}=this,$=u(_*_),D=u(B*B),T=u(La*u(I*I)),F=u(m*$),k=_+B,N=u(u(k*k)-$-D),M=F+D,z=M-T,K=F-D,H=u(N*z),G=u(M*K),ee=u(N*K),te=u(z*M);return new x(H,G,te,ee)}add(m){v(m);const{a:_,d:B}=e,{ex:I,ey:$,ez:D,et:T}=this,{ex:F,ey:k,ez:N,et:M}=m;if(_===BigInt(-1)){const t2=u(($-I)*(k+F)),n2=u(($+I)*(k-F)),Vh=u(n2-t2);if(Vh===an)return this.double();const r2=u(D*La*M),i2=u(T*La*N),s2=i2+r2,o2=n2+t2,a2=i2-r2,CU=u(s2*Vh),FU=u(o2*a2),LU=u(s2*a2),kU=u(Vh*o2);return new x(CU,FU,kU,LU)}const z=u(I*F),K=u($*k),H=u(T*B*M),G=u(D*N),ee=u((I+$)*(F+k)-z-K),te=G-H,re=G+H,ce=u(K-_*z),Ie=u(ee*te),lr=u(re*ce),Gc=u(ee*ce),UU=u(te*re);return new x(Ie,lr,UU,Gc)}subtract(m){return this.add(m.negate())}wNAF(m){return U.wNAFCached(this,m,x.normalizeZ)}multiply(m){const _=m;no("scalar",_,$t,r);const{p:B,f:I}=this.wNAF(_);return x.normalizeZ([B,I])[0]}multiplyUnsafe(m,_=x.ZERO){const B=m;return no("scalar",B,an,r),B===an?R:this.is0()||B===$t?this:U.wNAFCachedUnsafe(this,B,x.normalizeZ,_)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return U.unsafeLadder(this,r).is0()}toAffine(m){return O(this,m)}clearCofactor(){const{h:m}=e;return m===$t?this:this.multiplyUnsafe(m)}static fromHex(m,_=!1){const{d:B,a:I}=e,$=n.BYTES;m=Wn("pointHex",m,$),vu("zip215",_);const D=m.slice(),T=m[$-1];D[$-1]=T&-129;const F=Ca(D),k=_?f:n.ORDER;no("pointHex.y",F,an,k);const N=u(F*F),M=u(N-$t),z=u(B*N-I);let{isValid:K,value:H}=l(M,z);if(!K)throw new Error("Point.fromHex: invalid y coordinate");const G=(H&$t)===$t,ee=(T&128)!==0;if(!_&&H===an&&ee)throw new Error("Point.fromHex: x=0 and x_0=1");return ee!==G&&(H=u(-H)),x.fromAffine({x:H,y:F})}static fromPrivateKey(m){return A(m).point}toRawBytes(){const{x:m,y:_}=this.toAffine(),B=xu(_,n.BYTES);return B[B.length-1]|=m&$t?128:0,B}toHex(){return Eu(this.toRawBytes())}}x.BASE=new x(e.Gx,e.Gy,$t,u(e.Gx*e.Gy)),x.ZERO=new x(an,$t,$t,an);const{BASE:S,ZERO:R}=x,U=Dx(x,a*8);function L(g){return Te(g,r)}function C(g){return L(Ca(g))}function A(g){const m=n.BYTES;g=Wn("private key",g,m);const _=Wn("hashed private key",s(g),2*m),B=d(_.slice(0,m)),I=_.slice(m,2*m),$=C(B),D=S.multiply($),T=D.toRawBytes();return{head:B,prefix:I,scalar:$,point:D,pointBytes:T}}function j(g){return A(g).pointBytes}function q(g=new Uint8Array,...m){const _=eg(...m);return C(s(p(_,Wn("context",g),!!i)))}function E(g,m,_={}){g=Wn("message",g),i&&(g=i(g));const{prefix:B,scalar:I,pointBytes:$}=A(m),D=q(_.context,B,g),T=S.multiply(D).toRawBytes(),F=q(_.context,T,$,g),k=L(D+F*I);no("signature.s",k,an,r);const N=eg(T,xu(k,n.BYTES));return Wn("result",N,n.BYTES*2)}const y=Nx;function w(g,m,_,B=y){const{context:I,zip215:$}=B,D=n.BYTES;g=Wn("signature",g,2*D),m=Wn("message",m),_=Wn("publicKey",_,D),$!==void 0&&vu("zip215",$),i&&(m=i(m));const T=Ca(g.slice(D,2*D));let F,k,N;try{F=x.fromHex(_,$),k=x.fromHex(g.slice(0,D),$),N=S.multiplyUnsafe(T)}catch{return!1}if(!$&&F.isSmallOrder())return!1;const M=q(I,k.toRawBytes(),F.toRawBytes(),m);return k.add(F.multiplyUnsafe(M)).subtract(N).clearCofactor().equals(x.ZERO)}return S._setWindowSize(8),{CURVE:e,getPublicKey:j,sign:E,verify:w,ExtendedPoint:x,utils:{getExtendedPublicKey:A,randomPrivateKey:()=>o(n.BYTES),precompute(g=8,m=x.BASE){return m._setWindowSize(g),m.multiply(BigInt(3)),m}}}}BigInt(0),BigInt(1);const Du=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),ug=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752");BigInt(0);const Fx=BigInt(1),lg=BigInt(2);BigInt(3);const Lx=BigInt(5),kx=BigInt(8);function qx(t){const e=BigInt(10),n=BigInt(20),r=BigInt(40),i=BigInt(80),s=Du,o=t*t%s*t%s,a=In(o,lg,s)*o%s,c=In(a,Fx,s)*t%s,f=In(c,Lx,s)*c%s,u=In(f,e,s)*f%s,h=In(u,n,s)*u%s,l=In(h,r,s)*h%s,d=In(l,i,s)*l%s,p=In(d,i,s)*l%s,b=In(p,e,s)*f%s;return{pow_p_5_8:In(b,lg,s)*t%s,b2:o}}function Mx(t){return t[0]&=248,t[31]&=127,t[31]|=64,t}function jx(t,e){const n=Du,r=Te(e*e*e,n),i=Te(r*r*e,n),s=qx(t*i).pow_p_5_8;let o=Te(t*r*s,n);const a=Te(e*o*o,n),c=o,f=Te(o*ug,n),u=a===t,h=a===Te(-t,n),l=a===Te(-t*ug,n);return u&&(o=c),(h||l)&&(o=f),_x(o,n)&&(o=Te(-o,n)),{isValid:u||h,value:o}}const zx=og(Du,void 0,!0),Hx={a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:zx,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:kx,Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:lx,randomBytes:Gp,adjustScalarBytes:Mx,uvRatio:jx},hg=Cx(Hx),Vx="EdDSA",Kx="JWT",ka=".",qa="base64url",dg="utf8",pg="utf8",Gx=":",Zx="did",Wx="key",gg="base58btc",Yx="z",Xx="K36",Jx=32;function Pu(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function yg(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?Pu(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function bg(t,e){e||(e=t.reduce((i,s)=>i+s.length,0));const n=yg(e);let r=0;for(const i of t)n.set(i,r),r+=i.length;return Pu(n)}function Qx(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var n=new Uint8Array(256),r=0;r<n.length;r++)n[r]=255;for(var i=0;i<t.length;i++){var s=t.charAt(i),o=s.charCodeAt(0);if(n[o]!==255)throw new TypeError(s+" is ambiguous");n[o]=i}var a=t.length,c=t.charAt(0),f=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function h(p){if(p instanceof Uint8Array||(ArrayBuffer.isView(p)?p=new Uint8Array(p.buffer,p.byteOffset,p.byteLength):Array.isArray(p)&&(p=Uint8Array.from(p))),!(p instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(p.length===0)return"";for(var b=0,v=0,O=0,P=p.length;O!==P&&p[O]===0;)O++,b++;for(var x=(P-O)*u+1>>>0,S=new Uint8Array(x);O!==P;){for(var R=p[O],U=0,L=x-1;(R!==0||U<v)&&L!==-1;L--,U++)R+=256*S[L]>>>0,S[L]=R%a>>>0,R=R/a>>>0;if(R!==0)throw new Error("Non-zero carry");v=U,O++}for(var C=x-v;C!==x&&S[C]===0;)C++;for(var A=c.repeat(b);C<x;++C)A+=t.charAt(S[C]);return A}function l(p){if(typeof p!="string")throw new TypeError("Expected String");if(p.length===0)return new Uint8Array;var b=0;if(p[b]!==" "){for(var v=0,O=0;p[b]===c;)v++,b++;for(var P=(p.length-b)*f+1>>>0,x=new Uint8Array(P);p[b];){var S=n[p.charCodeAt(b)];if(S===255)return;for(var R=0,U=P-1;(S!==0||R<O)&&U!==-1;U--,R++)S+=a*x[U]>>>0,x[U]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");O=R,b++}if(p[b]!==" "){for(var L=P-O;L!==P&&x[L]===0;)L++;for(var C=new Uint8Array(v+(P-L)),A=v;L!==P;)C[A++]=x[L++];return C}}}function d(p){var b=l(p);if(b)return b;throw new Error(`Non-${e} character`)}return{encode:h,decodeUnsafe:l,decode:d}}var e4=Qx,t4=e4;const wg=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},n4=t=>new TextEncoder().encode(t),r4=t=>new TextDecoder().decode(t);class i4{constructor(e,n,r){this.name=e,this.prefix=n,this.baseEncode=r}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}}class s4{constructor(e,n,r){if(this.name=e,this.prefix=n,n.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=n.codePointAt(0),this.baseDecode=r}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return mg(this,e)}}class o4{constructor(e){this.decoders=e}or(e){return mg(this,e)}decode(e){const n=e[0],r=this.decoders[n];if(r)return r.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}const mg=(t,e)=>new o4({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}});class a4{constructor(e,n,r,i){this.name=e,this.prefix=n,this.baseEncode=r,this.baseDecode=i,this.encoder=new i4(e,n,r),this.decoder=new s4(e,n,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const Ma=({name:t,prefix:e,encode:n,decode:r})=>new a4(t,e,n,r),ro=({prefix:t,name:e,alphabet:n})=>{const{encode:r,decode:i}=t4(n,e);return Ma({prefix:t,name:e,encode:r,decode:s=>wg(i(s))})},c4=(t,e,n,r)=>{const i={};for(let u=0;u<e.length;++u)i[e[u]]=u;let s=t.length;for(;t[s-1]==="=";)--s;const o=new Uint8Array(s*n/8|0);let a=0,c=0,f=0;for(let u=0;u<s;++u){const h=i[t[u]];if(h===void 0)throw new SyntaxError(`Non-${r} character`);c=c<<n|h,a+=n,a>=8&&(a-=8,o[f++]=255&c>>a)}if(a>=n||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return o},f4=(t,e,n)=>{const r=e[e.length-1]==="=",i=(1<<n)-1;let s="",o=0,a=0;for(let c=0;c<t.length;++c)for(a=a<<8|t[c],o+=8;o>n;)o-=n,s+=e[i&a>>o];if(o&&(s+=e[i&a<<n-o]),r)for(;s.length*n&7;)s+="=";return s},He=({name:t,prefix:e,bitsPerChar:n,alphabet:r})=>Ma({prefix:e,name:t,encode(i){return f4(i,r,n)},decode(i){return c4(i,r,n,t)}}),u4=Ma({prefix:"\0",name:"identity",encode:t=>r4(t),decode:t=>n4(t)});var l4=Object.freeze({__proto__:null,identity:u4});const h4=He({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var d4=Object.freeze({__proto__:null,base2:h4});const p4=He({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var g4=Object.freeze({__proto__:null,base8:p4});const y4=ro({prefix:"9",name:"base10",alphabet:"0123456789"});var b4=Object.freeze({__proto__:null,base10:y4});const w4=He({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),m4=He({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var v4=Object.freeze({__proto__:null,base16:w4,base16upper:m4});const E4=He({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),x4=He({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),_4=He({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),I4=He({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),S4=He({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),B4=He({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),$4=He({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),A4=He({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),O4=He({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var D4=Object.freeze({__proto__:null,base32:E4,base32upper:x4,base32pad:_4,base32padupper:I4,base32hex:S4,base32hexupper:B4,base32hexpad:$4,base32hexpadupper:A4,base32z:O4});const P4=ro({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),R4=ro({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var T4=Object.freeze({__proto__:null,base36:P4,base36upper:R4});const N4=ro({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),U4=ro({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var C4=Object.freeze({__proto__:null,base58btc:N4,base58flickr:U4});const F4=He({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),L4=He({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),k4=He({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),q4=He({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var M4=Object.freeze({__proto__:null,base64:F4,base64pad:L4,base64url:k4,base64urlpad:q4});const vg=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),j4=vg.reduce((t,e,n)=>(t[n]=e,t),[]),z4=vg.reduce((t,e,n)=>(t[e.codePointAt(0)]=n,t),[]);function H4(t){return t.reduce((e,n)=>(e+=j4[n],e),"")}function V4(t){const e=[];for(const n of t){const r=z4[n.codePointAt(0)];if(r===void 0)throw new Error(`Non-base256emoji character: ${n}`);e.push(r)}return new Uint8Array(e)}const K4=Ma({prefix:"\u{1F680}",name:"base256emoji",encode:H4,decode:V4});var G4=Object.freeze({__proto__:null,base256emoji:K4}),Z4=xg,Eg=128,W4=127,Y4=~W4,X4=Math.pow(2,31);function xg(t,e,n){e=e||[],n=n||0;for(var r=n;t>=X4;)e[n++]=t&255|Eg,t/=128;for(;t&Y4;)e[n++]=t&255|Eg,t>>>=7;return e[n]=t|0,xg.bytes=n-r+1,e}var J4=Ru,Q4=128,_g=127;function Ru(t,r){var n=0,r=r||0,i=0,s=r,o,a=t.length;do{if(s>=a)throw Ru.bytes=0,new RangeError("Could not decode varint");o=t[s++],n+=i<28?(o&_g)<<i:(o&_g)*Math.pow(2,i),i+=7}while(o>=Q4);return Ru.bytes=s-r,n}var e5=Math.pow(2,7),t5=Math.pow(2,14),n5=Math.pow(2,21),r5=Math.pow(2,28),i5=Math.pow(2,35),s5=Math.pow(2,42),o5=Math.pow(2,49),a5=Math.pow(2,56),c5=Math.pow(2,63),f5=function(t){return t<e5?1:t<t5?2:t<n5?3:t<r5?4:t<i5?5:t<s5?6:t<o5?7:t<a5?8:t<c5?9:10},u5={encode:Z4,decode:J4,encodingLength:f5},Ig=u5;const Sg=(t,e,n=0)=>(Ig.encode(t,e,n),e),Bg=t=>Ig.encodingLength(t),Tu=(t,e)=>{const n=e.byteLength,r=Bg(t),i=r+Bg(n),s=new Uint8Array(i+n);return Sg(t,s,0),Sg(n,s,r),s.set(e,i),new l5(t,n,e,s)};class l5{constructor(e,n,r,i){this.code=e,this.size=n,this.digest=r,this.bytes=i}}const $g=({name:t,code:e,encode:n})=>new h5(t,e,n);class h5{constructor(e,n,r){this.name=e,this.code=n,this.encode=r}digest(e){if(e instanceof Uint8Array){const n=this.encode(e);return n instanceof Uint8Array?Tu(this.code,n):n.then(r=>Tu(this.code,r))}else throw Error("Unknown type, must be binary type")}}const Ag=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),d5=$g({name:"sha2-256",code:18,encode:Ag("SHA-256")}),p5=$g({name:"sha2-512",code:19,encode:Ag("SHA-512")});var g5=Object.freeze({__proto__:null,sha256:d5,sha512:p5});const Og=0,y5="identity",Dg=wg;var b5=Object.freeze({__proto__:null,identity:{code:Og,name:y5,encode:Dg,digest:t=>Tu(Og,Dg(t))}});new TextEncoder,new TextDecoder;const Pg={...l4,...d4,...g4,...b4,...v4,...D4,...T4,...C4,...M4,...G4};({...g5,...b5});function Rg(t,e,n,r){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:n},decoder:{decode:r}}}const Tg=Rg("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),Nu=Rg("ascii","a",t=>{let e="a";for(let n=0;n<t.length;n++)e+=String.fromCharCode(t[n]);return e},t=>{t=t.substring(1);const e=yg(t.length);for(let n=0;n<t.length;n++)e[n]=t.charCodeAt(n);return e}),Ng={utf8:Tg,"utf-8":Tg,hex:Pg.base16,latin1:Nu,ascii:Nu,binary:Nu,...Pg};function ja(t,e="utf8"){const n=Ng[e];if(!n)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString("utf8"):n.encoder.encode(t).substring(1)}function ls(t,e="utf8"){const n=Ng[e];if(!n)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Pu(globalThis.Buffer.from(t,"utf-8")):n.decoder.decode(`${n.prefix}${t}`)}function Ug(t){return fs(ja(ls(t,qa),dg))}function za(t){return ja(ls(to(t),dg),qa)}function Cg(t){const e=ls(Xx,gg),n=Yx+ja(bg([e,t]),gg);return[Zx,Wx,n].join(Gx)}function w5(t){return ja(t,qa)}function m5(t){return ls(t,qa)}function v5(t){return ls([za(t.header),za(t.payload)].join(ka),pg)}function E5(t){return[za(t.header),za(t.payload),w5(t.signature)].join(ka)}function Uu(t){const e=t.split(ka),n=Ug(e[0]),r=Ug(e[1]),i=m5(e[2]),s=ls(e.slice(0,2).join(ka),pg);return{header:n,payload:r,signature:i,data:s}}function Fg(t=Gp(Jx)){const e=hg.getPublicKey(t);return{secretKey:bg([t,e]),publicKey:e}}async function x5(t,e,n,r,i=Z.fromMiliseconds(Date.now())){const s={alg:Vx,typ:Kx},o=Cg(r.publicKey),a=i+n,c={iss:o,sub:t,aud:e,iat:i,exp:a},f=v5({header:s,payload:c}),u=hg.sign(f,r.secretKey.slice(0,32));return E5({header:s,payload:c,signature:u})}function Cu(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function Lg(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?Cu(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function io(t,e){e||(e=t.reduce((i,s)=>i+s.length,0));const n=Lg(e);let r=0;for(const i of t)n.set(i,r),r+=i.length;return Cu(n)}function _5(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var n=new Uint8Array(256),r=0;r<n.length;r++)n[r]=255;for(var i=0;i<t.length;i++){var s=t.charAt(i),o=s.charCodeAt(0);if(n[o]!==255)throw new TypeError(s+" is ambiguous");n[o]=i}var a=t.length,c=t.charAt(0),f=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function h(p){if(p instanceof Uint8Array||(ArrayBuffer.isView(p)?p=new Uint8Array(p.buffer,p.byteOffset,p.byteLength):Array.isArray(p)&&(p=Uint8Array.from(p))),!(p instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(p.length===0)return"";for(var b=0,v=0,O=0,P=p.length;O!==P&&p[O]===0;)O++,b++;for(var x=(P-O)*u+1>>>0,S=new Uint8Array(x);O!==P;){for(var R=p[O],U=0,L=x-1;(R!==0||U<v)&&L!==-1;L--,U++)R+=256*S[L]>>>0,S[L]=R%a>>>0,R=R/a>>>0;if(R!==0)throw new Error("Non-zero carry");v=U,O++}for(var C=x-v;C!==x&&S[C]===0;)C++;for(var A=c.repeat(b);C<x;++C)A+=t.charAt(S[C]);return A}function l(p){if(typeof p!="string")throw new TypeError("Expected String");if(p.length===0)return new Uint8Array;var b=0;if(p[b]!==" "){for(var v=0,O=0;p[b]===c;)v++,b++;for(var P=(p.length-b)*f+1>>>0,x=new Uint8Array(P);p[b];){var S=n[p.charCodeAt(b)];if(S===255)return;for(var R=0,U=P-1;(S!==0||R<O)&&U!==-1;U--,R++)S+=a*x[U]>>>0,x[U]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");O=R,b++}if(p[b]!==" "){for(var L=P-O;L!==P&&x[L]===0;)L++;for(var C=new Uint8Array(v+(P-L)),A=v;L!==P;)C[A++]=x[L++];return C}}}function d(p){var b=l(p);if(b)return b;throw new Error(`Non-${e} character`)}return{encode:h,decodeUnsafe:l,decode:d}}var I5=_5,S5=I5;const kg=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},B5=t=>new TextEncoder().encode(t),$5=t=>new TextDecoder().decode(t);class A5{constructor(e,n,r){this.name=e,this.prefix=n,this.baseEncode=r}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}}class O5{constructor(e,n,r){if(this.name=e,this.prefix=n,n.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=n.codePointAt(0),this.baseDecode=r}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return qg(this,e)}}class D5{constructor(e){this.decoders=e}or(e){return qg(this,e)}decode(e){const n=e[0],r=this.decoders[n];if(r)return r.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}const qg=(t,e)=>new D5({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}});class P5{constructor(e,n,r,i){this.name=e,this.prefix=n,this.baseEncode=r,this.baseDecode=i,this.encoder=new A5(e,n,r),this.decoder=new O5(e,n,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const Ha=({name:t,prefix:e,encode:n,decode:r})=>new P5(t,e,n,r),so=({prefix:t,name:e,alphabet:n})=>{const{encode:r,decode:i}=S5(n,e);return Ha({prefix:t,name:e,encode:r,decode:s=>kg(i(s))})},R5=(t,e,n,r)=>{const i={};for(let u=0;u<e.length;++u)i[e[u]]=u;let s=t.length;for(;t[s-1]==="=";)--s;const o=new Uint8Array(s*n/8|0);let a=0,c=0,f=0;for(let u=0;u<s;++u){const h=i[t[u]];if(h===void 0)throw new SyntaxError(`Non-${r} character`);c=c<<n|h,a+=n,a>=8&&(a-=8,o[f++]=255&c>>a)}if(a>=n||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return o},T5=(t,e,n)=>{const r=e[e.length-1]==="=",i=(1<<n)-1;let s="",o=0,a=0;for(let c=0;c<t.length;++c)for(a=a<<8|t[c],o+=8;o>n;)o-=n,s+=e[i&a>>o];if(o&&(s+=e[i&a<<n-o]),r)for(;s.length*n&7;)s+="=";return s},Ve=({name:t,prefix:e,bitsPerChar:n,alphabet:r})=>Ha({prefix:e,name:t,encode(i){return T5(i,r,n)},decode(i){return R5(i,r,n,t)}}),N5=Ha({prefix:"\0",name:"identity",encode:t=>$5(t),decode:t=>B5(t)});var U5=Object.freeze({__proto__:null,identity:N5});const C5=Ve({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var F5=Object.freeze({__proto__:null,base2:C5});const L5=Ve({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var k5=Object.freeze({__proto__:null,base8:L5});const q5=so({prefix:"9",name:"base10",alphabet:"0123456789"});var M5=Object.freeze({__proto__:null,base10:q5});const j5=Ve({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),z5=Ve({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var H5=Object.freeze({__proto__:null,base16:j5,base16upper:z5});const V5=Ve({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),K5=Ve({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),G5=Ve({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Z5=Ve({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),W5=Ve({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Y5=Ve({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),X5=Ve({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),J5=Ve({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Q5=Ve({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var e_=Object.freeze({__proto__:null,base32:V5,base32upper:K5,base32pad:G5,base32padupper:Z5,base32hex:W5,base32hexupper:Y5,base32hexpad:X5,base32hexpadupper:J5,base32z:Q5});const t_=so({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),n_=so({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var r_=Object.freeze({__proto__:null,base36:t_,base36upper:n_});const i_=so({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),s_=so({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var o_=Object.freeze({__proto__:null,base58btc:i_,base58flickr:s_});const a_=Ve({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),c_=Ve({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),f_=Ve({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),u_=Ve({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var l_=Object.freeze({__proto__:null,base64:a_,base64pad:c_,base64url:f_,base64urlpad:u_});const Mg=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),h_=Mg.reduce((t,e,n)=>(t[n]=e,t),[]),d_=Mg.reduce((t,e,n)=>(t[e.codePointAt(0)]=n,t),[]);function p_(t){return t.reduce((e,n)=>(e+=h_[n],e),"")}function g_(t){const e=[];for(const n of t){const r=d_[n.codePointAt(0)];if(r===void 0)throw new Error(`Non-base256emoji character: ${n}`);e.push(r)}return new Uint8Array(e)}const y_=Ha({prefix:"\u{1F680}",name:"base256emoji",encode:p_,decode:g_});var b_=Object.freeze({__proto__:null,base256emoji:y_}),w_=zg,jg=128,m_=127,v_=~m_,E_=Math.pow(2,31);function zg(t,e,n){e=e||[],n=n||0;for(var r=n;t>=E_;)e[n++]=t&255|jg,t/=128;for(;t&v_;)e[n++]=t&255|jg,t>>>=7;return e[n]=t|0,zg.bytes=n-r+1,e}var x_=Fu,__=128,Hg=127;function Fu(t,r){var n=0,r=r||0,i=0,s=r,o,a=t.length;do{if(s>=a)throw Fu.bytes=0,new RangeError("Could not decode varint");o=t[s++],n+=i<28?(o&Hg)<<i:(o&Hg)*Math.pow(2,i),i+=7}while(o>=__);return Fu.bytes=s-r,n}var I_=Math.pow(2,7),S_=Math.pow(2,14),B_=Math.pow(2,21),$_=Math.pow(2,28),A_=Math.pow(2,35),O_=Math.pow(2,42),D_=Math.pow(2,49),P_=Math.pow(2,56),R_=Math.pow(2,63),T_=function(t){return t<I_?1:t<S_?2:t<B_?3:t<$_?4:t<A_?5:t<O_?6:t<D_?7:t<P_?8:t<R_?9:10},N_={encode:w_,decode:x_,encodingLength:T_},Vg=N_;const Kg=(t,e,n=0)=>(Vg.encode(t,e,n),e),Gg=t=>Vg.encodingLength(t),Lu=(t,e)=>{const n=e.byteLength,r=Gg(t),i=r+Gg(n),s=new Uint8Array(i+n);return Kg(t,s,0),Kg(n,s,r),s.set(e,i),new U_(t,n,e,s)};class U_{constructor(e,n,r,i){this.code=e,this.size=n,this.digest=r,this.bytes=i}}const Zg=({name:t,code:e,encode:n})=>new C_(t,e,n);class C_{constructor(e,n,r){this.name=e,this.code=n,this.encode=r}digest(e){if(e instanceof Uint8Array){const n=this.encode(e);return n instanceof Uint8Array?Lu(this.code,n):n.then(r=>Lu(this.code,r))}else throw Error("Unknown type, must be binary type")}}const Wg=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),F_=Zg({name:"sha2-256",code:18,encode:Wg("SHA-256")}),L_=Zg({name:"sha2-512",code:19,encode:Wg("SHA-512")});var k_=Object.freeze({__proto__:null,sha256:F_,sha512:L_});const Yg=0,q_="identity",Xg=kg;var M_=Object.freeze({__proto__:null,identity:{code:Yg,name:q_,encode:Xg,digest:t=>Lu(Yg,Xg(t))}});new TextEncoder,new TextDecoder;const Jg={...U5,...F5,...k5,...M5,...H5,...e_,...r_,...o_,...l_,...b_};({...k_,...M_});function Qg(t,e,n,r){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:n},decoder:{decode:r}}}const e1=Qg("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),ku=Qg("ascii","a",t=>{let e="a";for(let n=0;n<t.length;n++)e+=String.fromCharCode(t[n]);return e},t=>{t=t.substring(1);const e=Lg(t.length);for(let n=0;n<t.length;n++)e[n]=t.charCodeAt(n);return e}),t1={utf8:e1,"utf-8":e1,hex:Jg.base16,latin1:ku,ascii:ku,binary:ku,...Jg};function Yt(t,e="utf8"){const n=t1[e];if(!n)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Cu(globalThis.Buffer.from(t,"utf-8")):n.decoder.decode(`${n.prefix}${t}`)}function At(t,e="utf8"){const n=t1[e];if(!n)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString("utf8"):n.encoder.encode(t).substring(1)}const j_={waku:{publish:"waku_publish",batchPublish:"waku_batchPublish",subscribe:"waku_subscribe",batchSubscribe:"waku_batchSubscribe",subscription:"waku_subscription",unsubscribe:"waku_unsubscribe",batchUnsubscribe:"waku_batchUnsubscribe",batchFetchMessages:"waku_batchFetchMessages"},irn:{publish:"irn_publish",batchPublish:"irn_batchPublish",subscribe:"irn_subscribe",batchSubscribe:"irn_batchSubscribe",subscription:"irn_subscription",unsubscribe:"irn_unsubscribe",batchUnsubscribe:"irn_batchUnsubscribe",batchFetchMessages:"irn_batchFetchMessages"},iridium:{publish:"iridium_publish",batchPublish:"iridium_batchPublish",subscribe:"iridium_subscribe",batchSubscribe:"iridium_batchSubscribe",subscription:"iridium_subscription",unsubscribe:"iridium_unsubscribe",batchUnsubscribe:"iridium_batchUnsubscribe",batchFetchMessages:"iridium_batchFetchMessages"}},z_="Input must be an string, Buffer or Uint8Array";function H_(t){let e;if(t instanceof Uint8Array)e=t;else if(typeof t=="string")e=new TextEncoder().encode(t);else throw new Error(z_);return e}function V_(t){return Array.prototype.map.call(t,function(e){return(e<16?"0":"")+e.toString(16)}).join("")}function Va(t){return(4294967296+t).toString(16).substring(1)}function K_(t,e,n){let r=`
17
- `+t+" = ";for(let i=0;i<e.length;i+=2){if(n===32)r+=Va(e[i]).toUpperCase(),r+=" ",r+=Va(e[i+1]).toUpperCase();else if(n===64)r+=Va(e[i+1]).toUpperCase(),r+=Va(e[i]).toUpperCase();else throw new Error("Invalid size "+n);i%6===4?r+=`
18
- `+new Array(t.length+4).join(" "):i<e.length-2&&(r+=" ")}console.log(r)}function G_(t,e,n){let r=new Date().getTime();const i=new Uint8Array(e);for(let o=0;o<e;o++)i[o]=o%256;const s=new Date().getTime();console.log("Generated random input in "+(s-r)+"ms"),r=s;for(let o=0;o<n;o++){const a=t(i),c=new Date().getTime(),f=c-r;r=c,console.log("Hashed in "+f+"ms: "+a.substring(0,20)+"..."),console.log(Math.round(e/(1<<20)/(f/1e3)*100)/100+" MB PER SECOND")}}var n1={normalizeInput:H_,toHex:V_,debugPrint:K_,testSpeed:G_};const Ka=n1;function Ga(t,e,n){const r=t[e]+t[n];let i=t[e+1]+t[n+1];r>=4294967296&&i++,t[e]=r,t[e+1]=i}function r1(t,e,n,r){let i=t[e]+n;n<0&&(i+=4294967296);let s=t[e+1]+r;i>=4294967296&&s++,t[e]=i,t[e+1]=s}function i1(t,e){return t[e]^t[e+1]<<8^t[e+2]<<16^t[e+3]<<24}function Pr(t,e,n,r,i,s){const o=oo[i],a=oo[i+1],c=oo[s],f=oo[s+1];Ga(ne,t,e),r1(ne,t,o,a);let u=ne[r]^ne[t],h=ne[r+1]^ne[t+1];ne[r]=h,ne[r+1]=u,Ga(ne,n,r),u=ne[e]^ne[n],h=ne[e+1]^ne[n+1],ne[e]=u>>>24^h<<8,ne[e+1]=h>>>24^u<<8,Ga(ne,t,e),r1(ne,t,c,f),u=ne[r]^ne[t],h=ne[r+1]^ne[t+1],ne[r]=u>>>16^h<<16,ne[r+1]=h>>>16^u<<16,Ga(ne,n,r),u=ne[e]^ne[n],h=ne[e+1]^ne[n+1],ne[e]=h>>>31^u<<1,ne[e+1]=u>>>31^h<<1}const s1=new Uint32Array([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),Z_=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3],rt=new Uint8Array(Z_.map(function(t){return t*2})),ne=new Uint32Array(32),oo=new Uint32Array(32);function o1(t,e){let n=0;for(n=0;n<16;n++)ne[n]=t.h[n],ne[n+16]=s1[n];for(ne[24]=ne[24]^t.t,ne[25]=ne[25]^t.t/4294967296,e&&(ne[28]=~ne[28],ne[29]=~ne[29]),n=0;n<32;n++)oo[n]=i1(t.b,4*n);for(n=0;n<12;n++)Pr(0,8,16,24,rt[n*16+0],rt[n*16+1]),Pr(2,10,18,26,rt[n*16+2],rt[n*16+3]),Pr(4,12,20,28,rt[n*16+4],rt[n*16+5]),Pr(6,14,22,30,rt[n*16+6],rt[n*16+7]),Pr(0,10,20,30,rt[n*16+8],rt[n*16+9]),Pr(2,12,22,24,rt[n*16+10],rt[n*16+11]),Pr(4,14,16,26,rt[n*16+12],rt[n*16+13]),Pr(6,8,18,28,rt[n*16+14],rt[n*16+15]);for(n=0;n<16;n++)t.h[n]=t.h[n]^ne[n]^ne[n+16]}const Rr=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);function a1(t,e,n,r){if(t===0||t>64)throw new Error("Illegal output length, expected 0 < length <= 64");if(e&&e.length>64)throw new Error("Illegal key, expected Uint8Array with 0 < length <= 64");if(n&&n.length!==16)throw new Error("Illegal salt, expected Uint8Array with length is 16");if(r&&r.length!==16)throw new Error("Illegal personal, expected Uint8Array with length is 16");const i={b:new Uint8Array(128),h:new Uint32Array(16),t:0,c:0,outlen:t};Rr.fill(0),Rr[0]=t,e&&(Rr[1]=e.length),Rr[2]=1,Rr[3]=1,n&&Rr.set(n,32),r&&Rr.set(r,48);for(let s=0;s<16;s++)i.h[s]=s1[s]^i1(Rr,s*4);return e&&(qu(i,e),i.c=128),i}function qu(t,e){for(let n=0;n<e.length;n++)t.c===128&&(t.t+=t.c,o1(t,!1),t.c=0),t.b[t.c++]=e[n]}function c1(t){for(t.t+=t.c;t.c<128;)t.b[t.c++]=0;o1(t,!0);const e=new Uint8Array(t.outlen);for(let n=0;n<t.outlen;n++)e[n]=t.h[n>>2]>>8*(n&3);return e}function f1(t,e,n,r,i){n=n||64,t=Ka.normalizeInput(t),r&&(r=Ka.normalizeInput(r)),i&&(i=Ka.normalizeInput(i));const s=a1(n,e,r,i);return qu(s,t),c1(s)}function W_(t,e,n,r,i){const s=f1(t,e,n,r,i);return Ka.toHex(s)}var Y_={blake2b:f1,blake2bHex:W_,blake2bInit:a1,blake2bUpdate:qu,blake2bFinal:c1};const u1=n1;function X_(t,e){return t[e]^t[e+1]<<8^t[e+2]<<16^t[e+3]<<24}function Tr(t,e,n,r,i,s){fe[t]=fe[t]+fe[e]+i,fe[r]=Za(fe[r]^fe[t],16),fe[n]=fe[n]+fe[r],fe[e]=Za(fe[e]^fe[n],12),fe[t]=fe[t]+fe[e]+s,fe[r]=Za(fe[r]^fe[t],8),fe[n]=fe[n]+fe[r],fe[e]=Za(fe[e]^fe[n],7)}function Za(t,e){return t>>>e^t<<32-e}const l1=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),it=new Uint8Array([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0]),fe=new Uint32Array(16),Ke=new Uint32Array(16);function h1(t,e){let n=0;for(n=0;n<8;n++)fe[n]=t.h[n],fe[n+8]=l1[n];for(fe[12]^=t.t,fe[13]^=t.t/4294967296,e&&(fe[14]=~fe[14]),n=0;n<16;n++)Ke[n]=X_(t.b,4*n);for(n=0;n<10;n++)Tr(0,4,8,12,Ke[it[n*16+0]],Ke[it[n*16+1]]),Tr(1,5,9,13,Ke[it[n*16+2]],Ke[it[n*16+3]]),Tr(2,6,10,14,Ke[it[n*16+4]],Ke[it[n*16+5]]),Tr(3,7,11,15,Ke[it[n*16+6]],Ke[it[n*16+7]]),Tr(0,5,10,15,Ke[it[n*16+8]],Ke[it[n*16+9]]),Tr(1,6,11,12,Ke[it[n*16+10]],Ke[it[n*16+11]]),Tr(2,7,8,13,Ke[it[n*16+12]],Ke[it[n*16+13]]),Tr(3,4,9,14,Ke[it[n*16+14]],Ke[it[n*16+15]]);for(n=0;n<8;n++)t.h[n]^=fe[n]^fe[n+8]}function d1(t,e){if(!(t>0&&t<=32))throw new Error("Incorrect output length, should be in [1, 32]");const n=e?e.length:0;if(e&&!(n>0&&n<=32))throw new Error("Incorrect key length, should be in [1, 32]");const r={h:new Uint32Array(l1),b:new Uint8Array(64),c:0,t:0,outlen:t};return r.h[0]^=16842752^n<<8^t,n>0&&(Mu(r,e),r.c=64),r}function Mu(t,e){for(let n=0;n<e.length;n++)t.c===64&&(t.t+=t.c,h1(t,!1),t.c=0),t.b[t.c++]=e[n]}function p1(t){for(t.t+=t.c;t.c<64;)t.b[t.c++]=0;h1(t,!0);const e=new Uint8Array(t.outlen);for(let n=0;n<t.outlen;n++)e[n]=t.h[n>>2]>>8*(n&3)&255;return e}function g1(t,e,n){n=n||32,t=u1.normalizeInput(t);const r=d1(n,e);return Mu(r,t),p1(r)}function J_(t,e,n){const r=g1(t,e,n);return u1.toHex(r)}var Q_={blake2s:g1,blake2sHex:J_,blake2sInit:d1,blake2sUpdate:Mu,blake2sFinal:p1};const ao=Y_,co=Q_;var e9={blake2b:ao.blake2b,blake2bHex:ao.blake2bHex,blake2bInit:ao.blake2bInit,blake2bUpdate:ao.blake2bUpdate,blake2bFinal:ao.blake2bFinal,blake2s:co.blake2s,blake2sHex:co.blake2sHex,blake2sInit:co.blake2sInit,blake2sUpdate:co.blake2sUpdate,blake2sFinal:co.blake2sFinal};const t9="ReactNative";function y1(){return typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.node<"u"}function ju(){return!Un()&&!!Fs()&&navigator.product===t9}function n9(){return ju()&&typeof global<"u"&&typeof(global==null?void 0:global.Platform)<"u"&&(global==null?void 0:global.Platform.OS)==="android"}function r9(){return ju()&&typeof global<"u"&&typeof(global==null?void 0:global.Platform)<"u"&&(global==null?void 0:global.Platform.OS)==="ios"}function i9(){return!y1()&&!!Fs()&&!!Un()}function s9(){var t;try{return ju()&&typeof global<"u"&&typeof(global==null?void 0:global.Application)<"u"?(t=global.Application)==null?void 0:t.applicationId:void 0}catch{return}}const Wa=BigInt(2**32-1),b1=BigInt(32);function w1(t,e=!1){return e?{h:Number(t&Wa),l:Number(t>>b1&Wa)}:{h:Number(t>>b1&Wa)|0,l:Number(t&Wa)|0}}function m1(t,e=!1){const n=t.length;let r=new Uint32Array(n),i=new Uint32Array(n);for(let s=0;s<n;s++){const{h:o,l:a}=w1(t[s],e);[r[s],i[s]]=[o,a]}return[r,i]}const v1=(t,e,n)=>t>>>n,E1=(t,e,n)=>t<<32-n|e>>>n,Nr=(t,e,n)=>t>>>n|e<<32-n,Ur=(t,e,n)=>t<<32-n|e>>>n,fo=(t,e,n)=>t<<64-n|e>>>n-32,uo=(t,e,n)=>t>>>n-32|e<<64-n,o9=(t,e)=>e,a9=(t,e)=>t,c9=(t,e,n)=>t<<n|e>>>32-n,f9=(t,e,n)=>e<<n|t>>>32-n,u9=(t,e,n)=>e<<n-32|t>>>64-n,l9=(t,e,n)=>t<<n-32|e>>>64-n;function cn(t,e,n,r){const i=(e>>>0)+(r>>>0);return{h:t+n+(i/2**32|0)|0,l:i|0}}const zu=(t,e,n)=>(t>>>0)+(e>>>0)+(n>>>0),Hu=(t,e,n,r)=>e+n+r+(t/2**32|0)|0,h9=(t,e,n,r)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0),d9=(t,e,n,r,i)=>e+n+r+i+(t/2**32|0)|0,p9=(t,e,n,r,i)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0)+(i>>>0),g9=(t,e,n,r,i,s)=>e+n+r+i+s+(t/2**32|0)|0,hs=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function Ya(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function Cr(t){if(!Number.isSafeInteger(t)||t<0)throw new Error("positive integer expected, got "+t)}function fn(t,...e){if(!Ya(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function x1(t){if(typeof t!="function"||typeof t.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");Cr(t.outputLen),Cr(t.blockLen)}function Fr(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function Vu(t,e){fn(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}function lo(t){return new Uint32Array(t.buffer,t.byteOffset,Math.floor(t.byteLength/4))}function un(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function Ku(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function Sn(t,e){return t<<32-e|t>>>e}const _1=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function I1(t){return t<<24&4278190080|t<<8&16711680|t>>>8&65280|t>>>24&255}const Yn=_1?t=>t:t=>I1(t);function y9(t){for(let e=0;e<t.length;e++)t[e]=I1(t[e]);return t}const Lr=_1?t=>t:y9,S1=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",b9=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function ds(t){if(fn(t),S1)return t.toHex();let e="";for(let n=0;n<t.length;n++)e+=b9[t[n]];return e}const Xn={_0:48,_9:57,A:65,F:70,a:97,f:102};function B1(t){if(t>=Xn._0&&t<=Xn._9)return t-Xn._0;if(t>=Xn.A&&t<=Xn.F)return t-(Xn.A-10);if(t>=Xn.a&&t<=Xn.f)return t-(Xn.a-10)}function Xa(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);if(S1)return Uint8Array.fromHex(t);const e=t.length,n=e/2;if(e%2)throw new Error("hex string expected, got unpadded hex of length "+e);const r=new Uint8Array(n);for(let i=0,s=0;i<n;i++,s+=2){const o=B1(t.charCodeAt(s)),a=B1(t.charCodeAt(s+1));if(o===void 0||a===void 0){const c=t[s]+t[s+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+s)}r[i]=o*16+a}return r}function $1(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function Jn(t){return typeof t=="string"&&(t=$1(t)),fn(t),t}function kr(...t){let e=0;for(let r=0;r<t.length;r++){const i=t[r];fn(i),e+=i.length}const n=new Uint8Array(e);for(let r=0,i=0;r<t.length;r++){const s=t[r];n.set(s,i),i+=s.length}return n}class Ja{}function ho(t){const e=r=>t().update(Jn(r)).digest(),n=t();return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=()=>t(),e}function w9(t){const e=(r,i)=>t(i).update(Jn(r)).digest(),n=t({});return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=r=>t(r),e}function Gu(t=32){if(hs&&typeof hs.getRandomValues=="function")return hs.getRandomValues(new Uint8Array(t));if(hs&&typeof hs.randomBytes=="function")return Uint8Array.from(hs.randomBytes(t));throw new Error("crypto.getRandomValues must be defined")}const m9=BigInt(0),po=BigInt(1),v9=BigInt(2),E9=BigInt(7),x9=BigInt(256),_9=BigInt(113),A1=[],O1=[],D1=[];for(let t=0,e=po,n=1,r=0;t<24;t++){[n,r]=[r,(2*n+3*r)%5],A1.push(2*(5*r+n)),O1.push((t+1)*(t+2)/2%64);let i=m9;for(let s=0;s<7;s++)e=(e<<po^(e>>E9)*_9)%x9,e&v9&&(i^=po<<(po<<BigInt(s))-po);D1.push(i)}const P1=m1(D1,!0),I9=P1[0],S9=P1[1],R1=(t,e,n)=>n>32?u9(t,e,n):c9(t,e,n),T1=(t,e,n)=>n>32?l9(t,e,n):f9(t,e,n);function B9(t,e=24){const n=new Uint32Array(10);for(let r=24-e;r<24;r++){for(let o=0;o<10;o++)n[o]=t[o]^t[o+10]^t[o+20]^t[o+30]^t[o+40];for(let o=0;o<10;o+=2){const a=(o+8)%10,c=(o+2)%10,f=n[c],u=n[c+1],h=R1(f,u,1)^n[a],l=T1(f,u,1)^n[a+1];for(let d=0;d<50;d+=10)t[o+d]^=h,t[o+d+1]^=l}let i=t[2],s=t[3];for(let o=0;o<24;o++){const a=O1[o],c=R1(i,s,a),f=T1(i,s,a),u=A1[o];i=t[u],s=t[u+1],t[u]=c,t[u+1]=f}for(let o=0;o<50;o+=10){for(let a=0;a<10;a++)n[a]=t[o+a];for(let a=0;a<10;a++)t[o+a]^=~n[(a+2)%10]&n[(a+4)%10]}t[0]^=I9[r],t[1]^=S9[r]}un(n)}class Zu extends Ja{constructor(e,n,r,i=!1,s=24){if(super(),this.pos=0,this.posOut=0,this.finished=!1,this.destroyed=!1,this.enableXOF=!1,this.blockLen=e,this.suffix=n,this.outputLen=r,this.enableXOF=i,this.rounds=s,Cr(r),!(0<e&&e<200))throw new Error("only keccak-f1600 function is supported");this.state=new Uint8Array(200),this.state32=lo(this.state)}clone(){return this._cloneInto()}keccak(){Lr(this.state32),B9(this.state32,this.rounds),Lr(this.state32),this.posOut=0,this.pos=0}update(e){Fr(this),e=Jn(e),fn(e);const{blockLen:n,state:r}=this,i=e.length;for(let s=0;s<i;){const o=Math.min(n-this.pos,i-s);for(let a=0;a<o;a++)r[this.pos++]^=e[s++];this.pos===n&&this.keccak()}return this}finish(){if(this.finished)return;this.finished=!0;const{state:e,suffix:n,pos:r,blockLen:i}=this;e[r]^=n,(n&128)!==0&&r===i-1&&this.keccak(),e[i-1]^=128,this.keccak()}writeInto(e){Fr(this,!1),fn(e),this.finish();const n=this.state,{blockLen:r}=this;for(let i=0,s=e.length;i<s;){this.posOut>=r&&this.keccak();const o=Math.min(r-this.posOut,s-i);e.set(n.subarray(this.posOut,this.posOut+o),i),this.posOut+=o,i+=o}return e}xofInto(e){if(!this.enableXOF)throw new Error("XOF is not possible for this instance");return this.writeInto(e)}xof(e){return Cr(e),this.xofInto(new Uint8Array(e))}digestInto(e){if(Vu(e,this),this.finished)throw new Error("digest() was already called");return this.writeInto(e),this.destroy(),e}digest(){return this.digestInto(new Uint8Array(this.outputLen))}destroy(){this.destroyed=!0,un(this.state)}_cloneInto(e){const{blockLen:n,suffix:r,outputLen:i,rounds:s,enableXOF:o}=this;return e||(e=new Zu(n,r,i,o,s)),e.state32.set(this.state32),e.pos=this.pos,e.posOut=this.posOut,e.finished=this.finished,e.rounds=s,e.suffix=r,e.outputLen=i,e.enableXOF=o,e.destroyed=this.destroyed,e}}((t,e,n)=>ho(()=>new Zu(e,t,n)))(1,136,256/8);function $9(t,e,n,r){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,n,r);const i=BigInt(32),s=BigInt(4294967295),o=Number(n>>i&s),a=Number(n&s),c=r?4:0,f=r?0:4;t.setUint32(e+c,o,r),t.setUint32(e+f,a,r)}function A9(t,e,n){return t&e^~t&n}function O9(t,e,n){return t&e^t&n^e&n}class N1 extends Ja{constructor(e,n,r,i){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=e,this.outputLen=n,this.padOffset=r,this.isLE=i,this.buffer=new Uint8Array(e),this.view=Ku(this.buffer)}update(e){Fr(this),e=Jn(e),fn(e);const{view:n,buffer:r,blockLen:i}=this,s=e.length;for(let o=0;o<s;){const a=Math.min(i-this.pos,s-o);if(a===i){const c=Ku(e);for(;i<=s-o;o+=i)this.process(c,o);continue}r.set(e.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===i&&(this.process(n,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Fr(this),Vu(e,this),this.finished=!0;const{buffer:n,view:r,blockLen:i,isLE:s}=this;let{pos:o}=this;n[o++]=128,un(this.buffer.subarray(o)),this.padOffset>i-o&&(this.process(r,0),o=0);for(let h=o;h<i;h++)n[h]=0;$9(r,i-8,BigInt(this.length*8),s),this.process(r,0);const a=Ku(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const f=c/4,u=this.get();if(f>u.length)throw new Error("_sha2: outputLen bigger than state");for(let h=0;h<f;h++)a.setUint32(4*h,u[h],s)}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());const{blockLen:n,buffer:r,length:i,finished:s,destroyed:o,pos:a}=this;return e.destroyed=o,e.finished=s,e.length=i,e.pos=a,i%n&&e.buffer.set(r),e}clone(){return this._cloneInto()}}const qr=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),st=Uint32Array.from([3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]),ot=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]),D9=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Mr=new Uint32Array(64);class P9 extends N1{constructor(e=32){super(64,e,8,!1),this.A=qr[0]|0,this.B=qr[1]|0,this.C=qr[2]|0,this.D=qr[3]|0,this.E=qr[4]|0,this.F=qr[5]|0,this.G=qr[6]|0,this.H=qr[7]|0}get(){const{A:e,B:n,C:r,D:i,E:s,F:o,G:a,H:c}=this;return[e,n,r,i,s,o,a,c]}set(e,n,r,i,s,o,a,c){this.A=e|0,this.B=n|0,this.C=r|0,this.D=i|0,this.E=s|0,this.F=o|0,this.G=a|0,this.H=c|0}process(e,n){for(let h=0;h<16;h++,n+=4)Mr[h]=e.getUint32(n,!1);for(let h=16;h<64;h++){const l=Mr[h-15],d=Mr[h-2],p=Sn(l,7)^Sn(l,18)^l>>>3,b=Sn(d,17)^Sn(d,19)^d>>>10;Mr[h]=b+Mr[h-7]+p+Mr[h-16]|0}let{A:r,B:i,C:s,D:o,E:a,F:c,G:f,H:u}=this;for(let h=0;h<64;h++){const l=Sn(a,6)^Sn(a,11)^Sn(a,25),d=u+l+A9(a,c,f)+D9[h]+Mr[h]|0,p=(Sn(r,2)^Sn(r,13)^Sn(r,22))+O9(r,i,s)|0;u=f,f=c,c=a,a=o+d|0,o=s,s=i,i=r,r=d+p|0}r=r+this.A|0,i=i+this.B|0,s=s+this.C|0,o=o+this.D|0,a=a+this.E|0,c=c+this.F|0,f=f+this.G|0,u=u+this.H|0,this.set(r,i,s,o,a,c,f,u)}roundClean(){un(Mr)}destroy(){this.set(0,0,0,0,0,0,0,0),un(this.buffer)}}const U1=m1(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(t=>BigInt(t))),R9=U1[0],T9=U1[1],jr=new Uint32Array(80),zr=new Uint32Array(80);class Wu extends N1{constructor(e=64){super(128,e,16,!1),this.Ah=ot[0]|0,this.Al=ot[1]|0,this.Bh=ot[2]|0,this.Bl=ot[3]|0,this.Ch=ot[4]|0,this.Cl=ot[5]|0,this.Dh=ot[6]|0,this.Dl=ot[7]|0,this.Eh=ot[8]|0,this.El=ot[9]|0,this.Fh=ot[10]|0,this.Fl=ot[11]|0,this.Gh=ot[12]|0,this.Gl=ot[13]|0,this.Hh=ot[14]|0,this.Hl=ot[15]|0}get(){const{Ah:e,Al:n,Bh:r,Bl:i,Ch:s,Cl:o,Dh:a,Dl:c,Eh:f,El:u,Fh:h,Fl:l,Gh:d,Gl:p,Hh:b,Hl:v}=this;return[e,n,r,i,s,o,a,c,f,u,h,l,d,p,b,v]}set(e,n,r,i,s,o,a,c,f,u,h,l,d,p,b,v){this.Ah=e|0,this.Al=n|0,this.Bh=r|0,this.Bl=i|0,this.Ch=s|0,this.Cl=o|0,this.Dh=a|0,this.Dl=c|0,this.Eh=f|0,this.El=u|0,this.Fh=h|0,this.Fl=l|0,this.Gh=d|0,this.Gl=p|0,this.Hh=b|0,this.Hl=v|0}process(e,n){for(let x=0;x<16;x++,n+=4)jr[x]=e.getUint32(n),zr[x]=e.getUint32(n+=4);for(let x=16;x<80;x++){const S=jr[x-15]|0,R=zr[x-15]|0,U=Nr(S,R,1)^Nr(S,R,8)^v1(S,R,7),L=Ur(S,R,1)^Ur(S,R,8)^E1(S,R,7),C=jr[x-2]|0,A=zr[x-2]|0,j=Nr(C,A,19)^fo(C,A,61)^v1(C,A,6),q=Ur(C,A,19)^uo(C,A,61)^E1(C,A,6),E=h9(L,q,zr[x-7],zr[x-16]),y=d9(E,U,j,jr[x-7],jr[x-16]);jr[x]=y|0,zr[x]=E|0}let{Ah:r,Al:i,Bh:s,Bl:o,Ch:a,Cl:c,Dh:f,Dl:u,Eh:h,El:l,Fh:d,Fl:p,Gh:b,Gl:v,Hh:O,Hl:P}=this;for(let x=0;x<80;x++){const S=Nr(h,l,14)^Nr(h,l,18)^fo(h,l,41),R=Ur(h,l,14)^Ur(h,l,18)^uo(h,l,41),U=h&d^~h&b,L=l&p^~l&v,C=p9(P,R,L,T9[x],zr[x]),A=g9(C,O,S,U,R9[x],jr[x]),j=C|0,q=Nr(r,i,28)^fo(r,i,34)^fo(r,i,39),E=Ur(r,i,28)^uo(r,i,34)^uo(r,i,39),y=r&s^r&a^s&a,w=i&o^i&c^o&c;O=b|0,P=v|0,b=d|0,v=p|0,d=h|0,p=l|0,{h,l}=cn(f|0,u|0,A|0,j|0),f=a|0,u=c|0,a=s|0,c=o|0,s=r|0,o=i|0;const g=zu(j,E,w);r=Hu(g,A,q,y),i=g|0}({h:r,l:i}=cn(this.Ah|0,this.Al|0,r|0,i|0)),{h:s,l:o}=cn(this.Bh|0,this.Bl|0,s|0,o|0),{h:a,l:c}=cn(this.Ch|0,this.Cl|0,a|0,c|0),{h:f,l:u}=cn(this.Dh|0,this.Dl|0,f|0,u|0),{h,l}=cn(this.Eh|0,this.El|0,h|0,l|0),{h:d,l:p}=cn(this.Fh|0,this.Fl|0,d|0,p|0),{h:b,l:v}=cn(this.Gh|0,this.Gl|0,b|0,v|0),{h:O,l:P}=cn(this.Hh|0,this.Hl|0,O|0,P|0),this.set(r,i,s,o,a,c,f,u,h,l,d,p,b,v,O,P)}roundClean(){un(jr,zr)}destroy(){un(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}class N9 extends Wu{constructor(){super(48),this.Ah=st[0]|0,this.Al=st[1]|0,this.Bh=st[2]|0,this.Bl=st[3]|0,this.Ch=st[4]|0,this.Cl=st[5]|0,this.Dh=st[6]|0,this.Dl=st[7]|0,this.Eh=st[8]|0,this.El=st[9]|0,this.Fh=st[10]|0,this.Fl=st[11]|0,this.Gh=st[12]|0,this.Gl=st[13]|0,this.Hh=st[14]|0,this.Hl=st[15]|0}}const at=Uint32Array.from([573645204,4230739756,2673172387,3360449730,596883563,1867755857,2520282905,1497426621,2519219938,2827943907,3193839141,1401305490,721525244,746961066,246885852,2177182882]);class U9 extends Wu{constructor(){super(32),this.Ah=at[0]|0,this.Al=at[1]|0,this.Bh=at[2]|0,this.Bl=at[3]|0,this.Ch=at[4]|0,this.Cl=at[5]|0,this.Dh=at[6]|0,this.Dl=at[7]|0,this.Eh=at[8]|0,this.El=at[9]|0,this.Fh=at[10]|0,this.Fl=at[11]|0,this.Gh=at[12]|0,this.Gl=at[13]|0,this.Hh=at[14]|0,this.Hl=at[15]|0}}const C9=ho(()=>new P9),F9=ho(()=>new Wu),L9=ho(()=>new N9);ho(()=>new U9);const k9=Uint8Array.from([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9]),Ne=Uint32Array.from([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),Y=new Uint32Array(32);function Hr(t,e,n,r,i,s){const o=i[s],a=i[s+1];let c=Y[2*t],f=Y[2*t+1],u=Y[2*e],h=Y[2*e+1],l=Y[2*n],d=Y[2*n+1],p=Y[2*r],b=Y[2*r+1],v=zu(c,u,o);f=Hu(v,f,h,a),c=v|0,{Dh:b,Dl:p}={Dh:b^f,Dl:p^c},{Dh:b,Dl:p}={Dh:o9(b,p),Dl:a9(b)},{h:d,l}=cn(d,l,b,p),{Bh:h,Bl:u}={Bh:h^d,Bl:u^l},{Bh:h,Bl:u}={Bh:Nr(h,u,24),Bl:Ur(h,u,24)},Y[2*t]=c,Y[2*t+1]=f,Y[2*e]=u,Y[2*e+1]=h,Y[2*n]=l,Y[2*n+1]=d,Y[2*r]=p,Y[2*r+1]=b}function Vr(t,e,n,r,i,s){const o=i[s],a=i[s+1];let c=Y[2*t],f=Y[2*t+1],u=Y[2*e],h=Y[2*e+1],l=Y[2*n],d=Y[2*n+1],p=Y[2*r],b=Y[2*r+1],v=zu(c,u,o);f=Hu(v,f,h,a),c=v|0,{Dh:b,Dl:p}={Dh:b^f,Dl:p^c},{Dh:b,Dl:p}={Dh:Nr(b,p,16),Dl:Ur(b,p,16)},{h:d,l}=cn(d,l,b,p),{Bh:h,Bl:u}={Bh:h^d,Bl:u^l},{Bh:h,Bl:u}={Bh:fo(h,u,63),Bl:uo(h,u,63)},Y[2*t]=c,Y[2*t+1]=f,Y[2*e]=u,Y[2*e+1]=h,Y[2*n]=l,Y[2*n+1]=d,Y[2*r]=p,Y[2*r+1]=b}function q9(t,e={},n,r,i){if(Cr(n),t<0||t>n)throw new Error("outputLen bigger than keyLen");const{key:s,salt:o,personalization:a}=e;if(s!==void 0&&(s.length<1||s.length>n))throw new Error("key length must be undefined or 1.."+n);if(o!==void 0&&o.length!==r)throw new Error("salt must be undefined or "+r);if(a!==void 0&&a.length!==i)throw new Error("personalization must be undefined or "+i)}class M9 extends Ja{constructor(e,n){super(),this.finished=!1,this.destroyed=!1,this.length=0,this.pos=0,Cr(e),Cr(n),this.blockLen=e,this.outputLen=n,this.buffer=new Uint8Array(e),this.buffer32=lo(this.buffer)}update(e){Fr(this),e=Jn(e),fn(e);const{blockLen:n,buffer:r,buffer32:i}=this,s=e.length,o=e.byteOffset,a=e.buffer;for(let c=0;c<s;){this.pos===n&&(Lr(i),this.compress(i,0,!1),Lr(i),this.pos=0);const f=Math.min(n-this.pos,s-c),u=o+c;if(f===n&&!(u%4)&&c+f<s){const h=new Uint32Array(a,u,Math.floor((s-c)/4));Lr(h);for(let l=0;c+n<s;l+=i.length,c+=n)this.length+=n,this.compress(h,l,!1);Lr(h);continue}r.set(e.subarray(c,c+f),this.pos),this.pos+=f,this.length+=f,c+=f}return this}digestInto(e){Fr(this),Vu(e,this);const{pos:n,buffer32:r}=this;this.finished=!0,un(this.buffer.subarray(n)),Lr(r),this.compress(r,0,!0),Lr(r);const i=lo(e);this.get().forEach((s,o)=>i[o]=Yn(s))}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}_cloneInto(e){const{buffer:n,length:r,finished:i,destroyed:s,outputLen:o,pos:a}=this;return e||(e=new this.constructor({dkLen:o})),e.set(...this.get()),e.buffer.set(n),e.destroyed=s,e.finished=i,e.length=r,e.pos=a,e.outputLen=o,e}clone(){return this._cloneInto()}}class j9 extends M9{constructor(e={}){const n=e.dkLen===void 0?64:e.dkLen;super(128,n),this.v0l=Ne[0]|0,this.v0h=Ne[1]|0,this.v1l=Ne[2]|0,this.v1h=Ne[3]|0,this.v2l=Ne[4]|0,this.v2h=Ne[5]|0,this.v3l=Ne[6]|0,this.v3h=Ne[7]|0,this.v4l=Ne[8]|0,this.v4h=Ne[9]|0,this.v5l=Ne[10]|0,this.v5h=Ne[11]|0,this.v6l=Ne[12]|0,this.v6h=Ne[13]|0,this.v7l=Ne[14]|0,this.v7h=Ne[15]|0,q9(n,e,64,16,16);let{key:r,personalization:i,salt:s}=e,o=0;if(r!==void 0&&(r=Jn(r),o=r.length),this.v0l^=this.outputLen|o<<8|65536|1<<24,s!==void 0){s=Jn(s);const a=lo(s);this.v4l^=Yn(a[0]),this.v4h^=Yn(a[1]),this.v5l^=Yn(a[2]),this.v5h^=Yn(a[3])}if(i!==void 0){i=Jn(i);const a=lo(i);this.v6l^=Yn(a[0]),this.v6h^=Yn(a[1]),this.v7l^=Yn(a[2]),this.v7h^=Yn(a[3])}if(r!==void 0){const a=new Uint8Array(this.blockLen);a.set(r),this.update(a)}}get(){let{v0l:e,v0h:n,v1l:r,v1h:i,v2l:s,v2h:o,v3l:a,v3h:c,v4l:f,v4h:u,v5l:h,v5h:l,v6l:d,v6h:p,v7l:b,v7h:v}=this;return[e,n,r,i,s,o,a,c,f,u,h,l,d,p,b,v]}set(e,n,r,i,s,o,a,c,f,u,h,l,d,p,b,v){this.v0l=e|0,this.v0h=n|0,this.v1l=r|0,this.v1h=i|0,this.v2l=s|0,this.v2h=o|0,this.v3l=a|0,this.v3h=c|0,this.v4l=f|0,this.v4h=u|0,this.v5l=h|0,this.v5h=l|0,this.v6l=d|0,this.v6h=p|0,this.v7l=b|0,this.v7h=v|0}compress(e,n,r){this.get().forEach((c,f)=>Y[f]=c),Y.set(Ne,16);let{h:i,l:s}=w1(BigInt(this.length));Y[24]=Ne[8]^s,Y[25]=Ne[9]^i,r&&(Y[28]=~Y[28],Y[29]=~Y[29]);let o=0;const a=k9;for(let c=0;c<12;c++)Hr(0,4,8,12,e,n+2*a[o++]),Vr(0,4,8,12,e,n+2*a[o++]),Hr(1,5,9,13,e,n+2*a[o++]),Vr(1,5,9,13,e,n+2*a[o++]),Hr(2,6,10,14,e,n+2*a[o++]),Vr(2,6,10,14,e,n+2*a[o++]),Hr(3,7,11,15,e,n+2*a[o++]),Vr(3,7,11,15,e,n+2*a[o++]),Hr(0,5,10,15,e,n+2*a[o++]),Vr(0,5,10,15,e,n+2*a[o++]),Hr(1,6,11,12,e,n+2*a[o++]),Vr(1,6,11,12,e,n+2*a[o++]),Hr(2,7,8,13,e,n+2*a[o++]),Vr(2,7,8,13,e,n+2*a[o++]),Hr(3,4,9,14,e,n+2*a[o++]),Vr(3,4,9,14,e,n+2*a[o++]);this.v0l^=Y[0]^Y[16],this.v0h^=Y[1]^Y[17],this.v1l^=Y[2]^Y[18],this.v1h^=Y[3]^Y[19],this.v2l^=Y[4]^Y[20],this.v2h^=Y[5]^Y[21],this.v3l^=Y[6]^Y[22],this.v3h^=Y[7]^Y[23],this.v4l^=Y[8]^Y[24],this.v4h^=Y[9]^Y[25],this.v5l^=Y[10]^Y[26],this.v5h^=Y[11]^Y[27],this.v6l^=Y[12]^Y[28],this.v6h^=Y[13]^Y[29],this.v7l^=Y[14]^Y[30],this.v7h^=Y[15]^Y[31],un(Y)}destroy(){this.destroyed=!0,un(this.buffer32),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}w9(t=>new j9(t));/*! noble-ciphers - MIT License (c) 2023 Paul Miller (paulmillr.com) */function C1(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function Yu(t){if(typeof t!="boolean")throw new Error(`boolean expected, not ${t}`)}function Xu(t){if(!Number.isSafeInteger(t)||t<0)throw new Error("positive integer expected, got "+t)}function Ot(t,...e){if(!C1(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function F1(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function z9(t,e){Ot(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}function Kr(t){return new Uint32Array(t.buffer,t.byteOffset,Math.floor(t.byteLength/4))}function ps(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function H9(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}const V9=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function K9(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function Ju(t){if(typeof t=="string")t=K9(t);else if(C1(t))t=Qu(t);else throw new Error("Uint8Array expected, got "+typeof t);return t}function G9(t,e){if(e==null||typeof e!="object")throw new Error("options must be defined");return Object.assign(t,e)}function Z9(t,e){if(t.length!==e.length)return!1;let n=0;for(let r=0;r<t.length;r++)n|=t[r]^e[r];return n===0}const W9=(t,e)=>{function n(r,...i){if(Ot(r),!V9)throw new Error("Non little-endian hardware is not yet supported");if(t.nonceLength!==void 0){const f=i[0];if(!f)throw new Error("nonce / iv required");t.varSizeNonce?Ot(f):Ot(f,t.nonceLength)}const s=t.tagLength;s&&i[1]!==void 0&&Ot(i[1]);const o=e(r,...i),a=(f,u)=>{if(u!==void 0){if(f!==2)throw new Error("cipher output not supported");Ot(u)}};let c=!1;return{encrypt(f,u){if(c)throw new Error("cannot encrypt() twice with same key + nonce");return c=!0,Ot(f),a(o.encrypt.length,u),o.encrypt(f,u)},decrypt(f,u){if(Ot(f),s&&f.length<s)throw new Error("invalid ciphertext length: smaller than tagLength="+s);return a(o.decrypt.length,u),o.decrypt(f,u)}}}return Object.assign(n,t),n};function L1(t,e,n=!0){if(e===void 0)return new Uint8Array(t);if(e.length!==t)throw new Error("invalid output length, expected "+t+", got: "+e.length);if(n&&!X9(e))throw new Error("invalid output, must be aligned");return e}function k1(t,e,n,r){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,n,r);const i=BigInt(32),s=BigInt(4294967295),o=Number(n>>i&s),a=Number(n&s),c=r?4:0,f=r?0:4;t.setUint32(e+c,o,r),t.setUint32(e+f,a,r)}function Y9(t,e,n){Yu(n);const r=new Uint8Array(16),i=H9(r);return k1(i,0,BigInt(e),n),k1(i,8,BigInt(t),n),r}function X9(t){return t.byteOffset%4===0}function Qu(t){return Uint8Array.from(t)}const q1=t=>Uint8Array.from(t.split("").map(e=>e.charCodeAt(0))),J9=q1("expand 16-byte k"),Q9=q1("expand 32-byte k"),e7=Kr(J9),t7=Kr(Q9);function ue(t,e){return t<<e|t>>>32-e}function el(t){return t.byteOffset%4===0}const Qa=64,n7=16,M1=2**32-1,j1=new Uint32Array;function r7(t,e,n,r,i,s,o,a){const c=i.length,f=new Uint8Array(Qa),u=Kr(f),h=el(i)&&el(s),l=h?Kr(i):j1,d=h?Kr(s):j1;for(let p=0;p<c;o++){if(t(e,n,r,u,o,a),o>=M1)throw new Error("arx: counter overflow");const b=Math.min(Qa,c-p);if(h&&b===Qa){const v=p/4;if(p%4!==0)throw new Error("arx: invalid block position");for(let O=0,P;O<n7;O++)P=v+O,d[P]=l[P]^u[O];p+=Qa;continue}for(let v=0,O;v<b;v++)O=p+v,s[O]=i[O]^f[v];p+=b}}function i7(t,e){const{allowShortKeys:n,extendNonceFn:r,counterLength:i,counterRight:s,rounds:o}=G9({allowShortKeys:!1,counterLength:8,counterRight:!1,rounds:20},e);if(typeof t!="function")throw new Error("core must be a function");return Xu(i),Xu(o),Yu(s),Yu(n),(a,c,f,u,h=0)=>{Ot(a),Ot(c),Ot(f);const l=f.length;if(u===void 0&&(u=new Uint8Array(l)),Ot(u),Xu(h),h<0||h>=M1)throw new Error("arx: counter overflow");if(u.length<l)throw new Error(`arx: output (${u.length}) is shorter than data (${l})`);const d=[];let p=a.length,b,v;if(p===32)d.push(b=Qu(a)),v=t7;else if(p===16&&n)b=new Uint8Array(32),b.set(a),b.set(a,16),v=e7,d.push(b);else throw new Error(`arx: invalid 32-byte key, got length=${p}`);el(c)||d.push(c=Qu(c));const O=Kr(b);if(r){if(c.length!==24)throw new Error("arx: extended nonce must be 24 bytes");r(v,O,Kr(c.subarray(0,16)),O),c=c.subarray(16)}const P=16-i;if(P!==c.length)throw new Error(`arx: nonce must be ${P} or 16 bytes`);if(P!==12){const S=new Uint8Array(12);S.set(c,s?0:12-c.length),c=S,d.push(c)}const x=Kr(c);return r7(t,v,O,x,f,u,h,o),ps(...d),u}}const Ge=(t,e)=>t[e++]&255|(t[e++]&255)<<8;class s7{constructor(e){this.blockLen=16,this.outputLen=16,this.buffer=new Uint8Array(16),this.r=new Uint16Array(10),this.h=new Uint16Array(10),this.pad=new Uint16Array(8),this.pos=0,this.finished=!1,e=Ju(e),Ot(e,32);const n=Ge(e,0),r=Ge(e,2),i=Ge(e,4),s=Ge(e,6),o=Ge(e,8),a=Ge(e,10),c=Ge(e,12),f=Ge(e,14);this.r[0]=n&8191,this.r[1]=(n>>>13|r<<3)&8191,this.r[2]=(r>>>10|i<<6)&7939,this.r[3]=(i>>>7|s<<9)&8191,this.r[4]=(s>>>4|o<<12)&255,this.r[5]=o>>>1&8190,this.r[6]=(o>>>14|a<<2)&8191,this.r[7]=(a>>>11|c<<5)&8065,this.r[8]=(c>>>8|f<<8)&8191,this.r[9]=f>>>5&127;for(let u=0;u<8;u++)this.pad[u]=Ge(e,16+2*u)}process(e,n,r=!1){const i=r?0:2048,{h:s,r:o}=this,a=o[0],c=o[1],f=o[2],u=o[3],h=o[4],l=o[5],d=o[6],p=o[7],b=o[8],v=o[9],O=Ge(e,n+0),P=Ge(e,n+2),x=Ge(e,n+4),S=Ge(e,n+6),R=Ge(e,n+8),U=Ge(e,n+10),L=Ge(e,n+12),C=Ge(e,n+14);let A=s[0]+(O&8191),j=s[1]+((O>>>13|P<<3)&8191),q=s[2]+((P>>>10|x<<6)&8191),E=s[3]+((x>>>7|S<<9)&8191),y=s[4]+((S>>>4|R<<12)&8191),w=s[5]+(R>>>1&8191),g=s[6]+((R>>>14|U<<2)&8191),m=s[7]+((U>>>11|L<<5)&8191),_=s[8]+((L>>>8|C<<8)&8191),B=s[9]+(C>>>5|i),I=0,$=I+A*a+j*(5*v)+q*(5*b)+E*(5*p)+y*(5*d);I=$>>>13,$&=8191,$+=w*(5*l)+g*(5*h)+m*(5*u)+_*(5*f)+B*(5*c),I+=$>>>13,$&=8191;let D=I+A*c+j*a+q*(5*v)+E*(5*b)+y*(5*p);I=D>>>13,D&=8191,D+=w*(5*d)+g*(5*l)+m*(5*h)+_*(5*u)+B*(5*f),I+=D>>>13,D&=8191;let T=I+A*f+j*c+q*a+E*(5*v)+y*(5*b);I=T>>>13,T&=8191,T+=w*(5*p)+g*(5*d)+m*(5*l)+_*(5*h)+B*(5*u),I+=T>>>13,T&=8191;let F=I+A*u+j*f+q*c+E*a+y*(5*v);I=F>>>13,F&=8191,F+=w*(5*b)+g*(5*p)+m*(5*d)+_*(5*l)+B*(5*h),I+=F>>>13,F&=8191;let k=I+A*h+j*u+q*f+E*c+y*a;I=k>>>13,k&=8191,k+=w*(5*v)+g*(5*b)+m*(5*p)+_*(5*d)+B*(5*l),I+=k>>>13,k&=8191;let N=I+A*l+j*h+q*u+E*f+y*c;I=N>>>13,N&=8191,N+=w*a+g*(5*v)+m*(5*b)+_*(5*p)+B*(5*d),I+=N>>>13,N&=8191;let M=I+A*d+j*l+q*h+E*u+y*f;I=M>>>13,M&=8191,M+=w*c+g*a+m*(5*v)+_*(5*b)+B*(5*p),I+=M>>>13,M&=8191;let z=I+A*p+j*d+q*l+E*h+y*u;I=z>>>13,z&=8191,z+=w*f+g*c+m*a+_*(5*v)+B*(5*b),I+=z>>>13,z&=8191;let K=I+A*b+j*p+q*d+E*l+y*h;I=K>>>13,K&=8191,K+=w*u+g*f+m*c+_*a+B*(5*v),I+=K>>>13,K&=8191;let H=I+A*v+j*b+q*p+E*d+y*l;I=H>>>13,H&=8191,H+=w*h+g*u+m*f+_*c+B*a,I+=H>>>13,H&=8191,I=(I<<2)+I|0,I=I+$|0,$=I&8191,I=I>>>13,D+=I,s[0]=$,s[1]=D,s[2]=T,s[3]=F,s[4]=k,s[5]=N,s[6]=M,s[7]=z,s[8]=K,s[9]=H}finalize(){const{h:e,pad:n}=this,r=new Uint16Array(10);let i=e[1]>>>13;e[1]&=8191;for(let a=2;a<10;a++)e[a]+=i,i=e[a]>>>13,e[a]&=8191;e[0]+=i*5,i=e[0]>>>13,e[0]&=8191,e[1]+=i,i=e[1]>>>13,e[1]&=8191,e[2]+=i,r[0]=e[0]+5,i=r[0]>>>13,r[0]&=8191;for(let a=1;a<10;a++)r[a]=e[a]+i,i=r[a]>>>13,r[a]&=8191;r[9]-=8192;let s=(i^1)-1;for(let a=0;a<10;a++)r[a]&=s;s=~s;for(let a=0;a<10;a++)e[a]=e[a]&s|r[a];e[0]=(e[0]|e[1]<<13)&65535,e[1]=(e[1]>>>3|e[2]<<10)&65535,e[2]=(e[2]>>>6|e[3]<<7)&65535,e[3]=(e[3]>>>9|e[4]<<4)&65535,e[4]=(e[4]>>>12|e[5]<<1|e[6]<<14)&65535,e[5]=(e[6]>>>2|e[7]<<11)&65535,e[6]=(e[7]>>>5|e[8]<<8)&65535,e[7]=(e[8]>>>8|e[9]<<5)&65535;let o=e[0]+n[0];e[0]=o&65535;for(let a=1;a<8;a++)o=(e[a]+n[a]|0)+(o>>>16)|0,e[a]=o&65535;ps(r)}update(e){F1(this),e=Ju(e),Ot(e);const{buffer:n,blockLen:r}=this,i=e.length;for(let s=0;s<i;){const o=Math.min(r-this.pos,i-s);if(o===r){for(;r<=i-s;s+=r)this.process(e,s);continue}n.set(e.subarray(s,s+o),this.pos),this.pos+=o,s+=o,this.pos===r&&(this.process(n,0,!1),this.pos=0)}return this}destroy(){ps(this.h,this.r,this.buffer,this.pad)}digestInto(e){F1(this),z9(e,this),this.finished=!0;const{buffer:n,h:r}=this;let{pos:i}=this;if(i){for(n[i++]=1;i<16;i++)n[i]=0;this.process(n,0,!0)}this.finalize();let s=0;for(let o=0;o<8;o++)e[s++]=r[o]>>>0,e[s++]=r[o]>>>8;return e}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}}function o7(t){const e=(r,i)=>t(i).update(Ju(r)).digest(),n=t(new Uint8Array(32));return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=r=>t(r),e}const a7=o7(t=>new s7(t));function c7(t,e,n,r,i,s=20){let o=t[0],a=t[1],c=t[2],f=t[3],u=e[0],h=e[1],l=e[2],d=e[3],p=e[4],b=e[5],v=e[6],O=e[7],P=i,x=n[0],S=n[1],R=n[2],U=o,L=a,C=c,A=f,j=u,q=h,E=l,y=d,w=p,g=b,m=v,_=O,B=P,I=x,$=S,D=R;for(let F=0;F<s;F+=2)U=U+j|0,B=ue(B^U,16),w=w+B|0,j=ue(j^w,12),U=U+j|0,B=ue(B^U,8),w=w+B|0,j=ue(j^w,7),L=L+q|0,I=ue(I^L,16),g=g+I|0,q=ue(q^g,12),L=L+q|0,I=ue(I^L,8),g=g+I|0,q=ue(q^g,7),C=C+E|0,$=ue($^C,16),m=m+$|0,E=ue(E^m,12),C=C+E|0,$=ue($^C,8),m=m+$|0,E=ue(E^m,7),A=A+y|0,D=ue(D^A,16),_=_+D|0,y=ue(y^_,12),A=A+y|0,D=ue(D^A,8),_=_+D|0,y=ue(y^_,7),U=U+q|0,D=ue(D^U,16),m=m+D|0,q=ue(q^m,12),U=U+q|0,D=ue(D^U,8),m=m+D|0,q=ue(q^m,7),L=L+E|0,B=ue(B^L,16),_=_+B|0,E=ue(E^_,12),L=L+E|0,B=ue(B^L,8),_=_+B|0,E=ue(E^_,7),C=C+y|0,I=ue(I^C,16),w=w+I|0,y=ue(y^w,12),C=C+y|0,I=ue(I^C,8),w=w+I|0,y=ue(y^w,7),A=A+j|0,$=ue($^A,16),g=g+$|0,j=ue(j^g,12),A=A+j|0,$=ue($^A,8),g=g+$|0,j=ue(j^g,7);let T=0;r[T++]=o+U|0,r[T++]=a+L|0,r[T++]=c+C|0,r[T++]=f+A|0,r[T++]=u+j|0,r[T++]=h+q|0,r[T++]=l+E|0,r[T++]=d+y|0,r[T++]=p+w|0,r[T++]=b+g|0,r[T++]=v+m|0,r[T++]=O+_|0,r[T++]=P+B|0,r[T++]=x+I|0,r[T++]=S+$|0,r[T++]=R+D|0}const f7=i7(c7,{counterRight:!1,counterLength:4,allowShortKeys:!1}),u7=new Uint8Array(16),z1=(t,e)=>{t.update(e);const n=e.length%16;n&&t.update(u7.subarray(n))},l7=new Uint8Array(32);function H1(t,e,n,r,i){const s=t(e,n,l7),o=a7.create(s);i&&z1(o,i),z1(o,r);const a=Y9(r.length,i?i.length:0,!0);o.update(a);const c=o.digest();return ps(s,a),c}W9({blockSize:64,nonceLength:12,tagLength:16},(t=>(e,n,r)=>({encrypt(i,s){const o=i.length;s=L1(o+16,s,!1),s.set(i);const a=s.subarray(0,-16);t(e,n,a,a,1);const c=H1(t,e,n,a,r);return s.set(c,o),ps(c),s},decrypt(i,s){s=L1(i.length-16,s,!1);const o=i.subarray(0,-16),a=i.subarray(-16),c=H1(t,e,n,o,r);if(!Z9(a,c))throw new Error("invalid tag");return s.set(i.subarray(0,-16)),t(e,n,s,s,1),ps(c),s}}))(f7));class V1 extends Ja{constructor(e,n){super(),this.finished=!1,this.destroyed=!1,x1(e);const r=Jn(n);if(this.iHash=e.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;const i=this.blockLen,s=new Uint8Array(i);s.set(r.length>i?e.create().update(r).digest():r);for(let o=0;o<s.length;o++)s[o]^=54;this.iHash.update(s),this.oHash=e.create();for(let o=0;o<s.length;o++)s[o]^=106;this.oHash.update(s),un(s)}update(e){return Fr(this),this.iHash.update(e),this}digestInto(e){Fr(this),fn(e,this.outputLen),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){const e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));const{oHash:n,iHash:r,finished:i,destroyed:s,blockLen:o,outputLen:a}=this;return e=e,e.finished=i,e.destroyed=s,e.blockLen=o,e.outputLen=a,e.oHash=n._cloneInto(e.oHash),e.iHash=r._cloneInto(e.iHash),e}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}}const K1=(t,e,n)=>new V1(t,e).update(n).digest();K1.create=(t,e)=>new V1(t,e);const tl=BigInt(0),nl=BigInt(1);function ec(t,e=""){if(typeof t!="boolean"){const n=e&&`"${e}"`;throw new Error(n+"expected boolean, got type="+typeof t)}return t}function Bi(t,e,n=""){const r=Ya(t),i=t?.length,s=e!==void 0;if(!r||s&&i!==e){const o=n&&`"${n}" `,a=s?` of length ${e}`:"",c=r?`length=${i}`:`type=${typeof t}`;throw new Error(o+"expected Uint8Array"+a+", got "+c)}return t}function tc(t){const e=t.toString(16);return e.length&1?"0"+e:e}function G1(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);return t===""?tl:BigInt("0x"+t)}function nc(t){return G1(ds(t))}function rc(t){return fn(t),G1(ds(Uint8Array.from(t).reverse()))}function rl(t,e){return Xa(t.toString(16).padStart(e*2,"0"))}function il(t,e){return rl(t,e).reverse()}function ct(t,e,n){let r;if(typeof e=="string")try{r=Xa(e)}catch(s){throw new Error(t+" must be hex string or Uint8Array, cause: "+s)}else if(Ya(e))r=Uint8Array.from(e);else throw new Error(t+" must be hex string or Uint8Array");const i=r.length;if(typeof n=="number"&&i!==n)throw new Error(t+" of length "+n+" expected, got "+i);return r}const sl=t=>typeof t=="bigint"&&tl<=t;function h7(t,e,n){return sl(t)&&sl(e)&&sl(n)&&e<=t&&t<n}function ol(t,e,n,r){if(!h7(e,n,r))throw new Error("expected valid "+t+": "+n+" <= n < "+r+", got "+e)}function Z1(t){let e;for(e=0;t>tl;t>>=nl,e+=1);return e}const go=t=>(nl<<BigInt(t))-nl;function d7(t,e,n){if(typeof t!="number"||t<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof n!="function")throw new Error("hmacFn must be a function");const r=l=>new Uint8Array(l),i=l=>Uint8Array.of(l);let s=r(t),o=r(t),a=0;const c=()=>{s.fill(1),o.fill(0),a=0},f=(...l)=>n(o,s,...l),u=(l=r(0))=>{o=f(i(0),l),s=f(),l.length!==0&&(o=f(i(1),l),s=f())},h=()=>{if(a++>=1e3)throw new Error("drbg: tried 1000 values");let l=0;const d=[];for(;l<e;){s=f();const p=s.slice();d.push(p),l+=s.length}return kr(...d)};return(l,d)=>{c(),u(l);let p;for(;!(p=d(h()));)u();return c(),p}}function ic(t,e,n={}){if(!t||typeof t!="object")throw new Error("expected valid options object");function r(i,s,o){const a=t[i];if(o&&a===void 0)return;const c=typeof a;if(c!==s||a===null)throw new Error(`param "${i}" is invalid: expected ${s}, got ${c}`)}Object.entries(e).forEach(([i,s])=>r(i,s,!1)),Object.entries(n).forEach(([i,s])=>r(i,s,!0))}function W1(t){const e=new WeakMap;return(n,...r)=>{const i=e.get(n);if(i!==void 0)return i;const s=t(n,...r);return e.set(n,s),s}}const Dt=BigInt(0),mt=BigInt(1),$i=BigInt(2),Y1=BigInt(3),X1=BigInt(4),J1=BigInt(5),p7=BigInt(7),Q1=BigInt(8),g7=BigInt(9),ey=BigInt(16);function qt(t,e){const n=t%e;return n>=Dt?n:e+n}function ln(t,e,n){let r=t;for(;e-- >Dt;)r*=r,r%=n;return r}function ty(t,e){if(t===Dt)throw new Error("invert: expected non-zero number");if(e<=Dt)throw new Error("invert: expected positive modulus, got "+e);let n=qt(t,e),r=e,i=Dt,s=mt;for(;n!==Dt;){const o=r/n,a=r%n,c=i-s*o;r=n,n=a,i=s,s=c}if(r!==mt)throw new Error("invert: does not exist");return qt(i,e)}function al(t,e,n){if(!t.eql(t.sqr(e),n))throw new Error("Cannot find square root")}function ny(t,e){const n=(t.ORDER+mt)/X1,r=t.pow(e,n);return al(t,r,e),r}function y7(t,e){const n=(t.ORDER-J1)/Q1,r=t.mul(e,$i),i=t.pow(r,n),s=t.mul(e,i),o=t.mul(t.mul(s,$i),i),a=t.mul(s,t.sub(o,t.ONE));return al(t,a,e),a}function b7(t){const e=Gr(t),n=ry(t),r=n(e,e.neg(e.ONE)),i=n(e,r),s=n(e,e.neg(r)),o=(t+p7)/ey;return(a,c)=>{let f=a.pow(c,o),u=a.mul(f,r);const h=a.mul(f,i),l=a.mul(f,s),d=a.eql(a.sqr(u),c),p=a.eql(a.sqr(h),c);f=a.cmov(f,u,d),u=a.cmov(l,h,p);const b=a.eql(a.sqr(u),c),v=a.cmov(f,u,b);return al(a,v,c),v}}function ry(t){if(t<Y1)throw new Error("sqrt is not defined for small field");let e=t-mt,n=0;for(;e%$i===Dt;)e/=$i,n++;let r=$i;const i=Gr(t);for(;sy(i,r)===1;)if(r++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(n===1)return ny;let s=i.pow(r,e);const o=(e+mt)/$i;return function(a,c){if(a.is0(c))return c;if(sy(a,c)!==1)throw new Error("Cannot find square root");let f=n,u=a.mul(a.ONE,s),h=a.pow(c,e),l=a.pow(c,o);for(;!a.eql(h,a.ONE);){if(a.is0(h))return a.ZERO;let d=1,p=a.sqr(h);for(;!a.eql(p,a.ONE);)if(d++,p=a.sqr(p),d===f)throw new Error("Cannot find square root");const b=mt<<BigInt(f-d-1),v=a.pow(u,b);f=d,u=a.sqr(v),h=a.mul(h,u),l=a.mul(l,v)}return l}}function w7(t){return t%X1===Y1?ny:t%Q1===J1?y7:t%ey===g7?b7(t):ry(t)}const m7=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function v7(t){const e={ORDER:"bigint",MASK:"bigint",BYTES:"number",BITS:"number"},n=m7.reduce((r,i)=>(r[i]="function",r),e);return ic(t,n),t}function E7(t,e,n){if(n<Dt)throw new Error("invalid exponent, negatives unsupported");if(n===Dt)return t.ONE;if(n===mt)return e;let r=t.ONE,i=e;for(;n>Dt;)n&mt&&(r=t.mul(r,i)),i=t.sqr(i),n>>=mt;return r}function iy(t,e,n=!1){const r=new Array(e.length).fill(n?t.ZERO:void 0),i=e.reduce((o,a,c)=>t.is0(a)?o:(r[c]=o,t.mul(o,a)),t.ONE),s=t.inv(i);return e.reduceRight((o,a,c)=>t.is0(a)?o:(r[c]=t.mul(o,r[c]),t.mul(o,a)),s),r}function sy(t,e){const n=(t.ORDER-mt)/$i,r=t.pow(e,n),i=t.eql(r,t.ONE),s=t.eql(r,t.ZERO),o=t.eql(r,t.neg(t.ONE));if(!i&&!s&&!o)throw new Error("invalid Legendre symbol result");return i?1:s?0:-1}function oy(t,e){e!==void 0&&Cr(e);const n=e!==void 0?e:t.toString(2).length,r=Math.ceil(n/8);return{nBitLength:n,nByteLength:r}}function Gr(t,e,n=!1,r={}){if(t<=Dt)throw new Error("invalid field: expected ORDER > 0, got "+t);let i,s,o=!1,a;if(typeof e=="object"&&e!=null){if(r.sqrt||n)throw new Error("cannot specify opts in two arguments");const l=e;l.BITS&&(i=l.BITS),l.sqrt&&(s=l.sqrt),typeof l.isLE=="boolean"&&(n=l.isLE),typeof l.modFromBytes=="boolean"&&(o=l.modFromBytes),a=l.allowedLengths}else typeof e=="number"&&(i=e),r.sqrt&&(s=r.sqrt);const{nBitLength:c,nByteLength:f}=oy(t,i);if(f>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let u;const h=Object.freeze({ORDER:t,isLE:n,BITS:c,BYTES:f,MASK:go(c),ZERO:Dt,ONE:mt,allowedLengths:a,create:l=>qt(l,t),isValid:l=>{if(typeof l!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof l);return Dt<=l&&l<t},is0:l=>l===Dt,isValidNot0:l=>!h.is0(l)&&h.isValid(l),isOdd:l=>(l&mt)===mt,neg:l=>qt(-l,t),eql:(l,d)=>l===d,sqr:l=>qt(l*l,t),add:(l,d)=>qt(l+d,t),sub:(l,d)=>qt(l-d,t),mul:(l,d)=>qt(l*d,t),pow:(l,d)=>E7(h,l,d),div:(l,d)=>qt(l*ty(d,t),t),sqrN:l=>l*l,addN:(l,d)=>l+d,subN:(l,d)=>l-d,mulN:(l,d)=>l*d,inv:l=>ty(l,t),sqrt:s||(l=>(u||(u=w7(t)),u(h,l))),toBytes:l=>n?il(l,f):rl(l,f),fromBytes:(l,d=!0)=>{if(a){if(!a.includes(l.length)||l.length>f)throw new Error("Field.fromBytes: expected "+a+" bytes, got "+l.length);const b=new Uint8Array(f);b.set(l,n?0:b.length-l.length),l=b}if(l.length!==f)throw new Error("Field.fromBytes: expected "+f+" bytes, got "+l.length);let p=n?rc(l):nc(l);if(o&&(p=qt(p,t)),!d&&!h.isValid(p))throw new Error("invalid field element: outside of range 0..ORDER");return p},invertBatch:l=>iy(h,l),cmov:(l,d,p)=>p?d:l});return Object.freeze(h)}function ay(t){if(typeof t!="bigint")throw new Error("field order must be bigint");const e=t.toString(2).length;return Math.ceil(e/8)}function cy(t){const e=ay(t);return e+Math.ceil(e/2)}function x7(t,e,n=!1){const r=t.length,i=ay(e),s=cy(e);if(r<16||r<s||r>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+r);const o=n?rc(t):nc(t),a=qt(o,e-mt)+mt;return n?il(a,i):rl(a,i)}const gs=BigInt(0),Ai=BigInt(1);function sc(t,e){const n=e.negate();return t?n:e}function cl(t,e){const n=iy(t.Fp,e.map(r=>r.Z));return e.map((r,i)=>t.fromAffine(r.toAffine(n[i])))}function fy(t,e){if(!Number.isSafeInteger(t)||t<=0||t>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+t)}function fl(t,e){fy(t,e);const n=Math.ceil(e/t)+1,r=2**(t-1),i=2**t,s=go(t),o=BigInt(t);return{windows:n,windowSize:r,mask:s,maxNumber:i,shiftBy:o}}function uy(t,e,n){const{windowSize:r,mask:i,maxNumber:s,shiftBy:o}=n;let a=Number(t&i),c=t>>o;a>r&&(a-=s,c+=Ai);const f=e*r,u=f+Math.abs(a)-1,h=a===0,l=a<0,d=e%2!==0;return{nextN:c,offset:u,isZero:h,isNeg:l,isNegF:d,offsetF:f}}function _7(t,e){if(!Array.isArray(t))throw new Error("array expected");t.forEach((n,r)=>{if(!(n instanceof e))throw new Error("invalid point at index "+r)})}function I7(t,e){if(!Array.isArray(t))throw new Error("array of scalars expected");t.forEach((n,r)=>{if(!e.isValid(n))throw new Error("invalid scalar at index "+r)})}const ul=new WeakMap,ly=new WeakMap;function ll(t){return ly.get(t)||1}function hy(t){if(t!==gs)throw new Error("invalid wNAF")}class S7{constructor(e,n){this.BASE=e.BASE,this.ZERO=e.ZERO,this.Fn=e.Fn,this.bits=n}_unsafeLadder(e,n,r=this.ZERO){let i=e;for(;n>gs;)n&Ai&&(r=r.add(i)),i=i.double(),n>>=Ai;return r}precomputeWindow(e,n){const{windows:r,windowSize:i}=fl(n,this.bits),s=[];let o=e,a=o;for(let c=0;c<r;c++){a=o,s.push(a);for(let f=1;f<i;f++)a=a.add(o),s.push(a);o=a.double()}return s}wNAF(e,n,r){if(!this.Fn.isValid(r))throw new Error("invalid scalar");let i=this.ZERO,s=this.BASE;const o=fl(e,this.bits);for(let a=0;a<o.windows;a++){const{nextN:c,offset:f,isZero:u,isNeg:h,isNegF:l,offsetF:d}=uy(r,a,o);r=c,u?s=s.add(sc(l,n[d])):i=i.add(sc(h,n[f]))}return hy(r),{p:i,f:s}}wNAFUnsafe(e,n,r,i=this.ZERO){const s=fl(e,this.bits);for(let o=0;o<s.windows&&r!==gs;o++){const{nextN:a,offset:c,isZero:f,isNeg:u}=uy(r,o,s);if(r=a,!f){const h=n[c];i=i.add(u?h.negate():h)}}return hy(r),i}getPrecomputes(e,n,r){let i=ul.get(n);return i||(i=this.precomputeWindow(n,e),e!==1&&(typeof r=="function"&&(i=r(i)),ul.set(n,i))),i}cached(e,n,r){const i=ll(e);return this.wNAF(i,this.getPrecomputes(i,e,r),n)}unsafe(e,n,r,i){const s=ll(e);return s===1?this._unsafeLadder(e,n,i):this.wNAFUnsafe(s,this.getPrecomputes(s,e,r),n,i)}createCache(e,n){fy(n,this.bits),ly.set(e,n),ul.delete(e)}hasCache(e){return ll(e)!==1}}function B7(t,e,n,r){let i=e,s=t.ZERO,o=t.ZERO;for(;n>gs||r>gs;)n&Ai&&(s=s.add(i)),r&Ai&&(o=o.add(i)),i=i.double(),n>>=Ai,r>>=Ai;return{p1:s,p2:o}}function $7(t,e,n,r){_7(n,t),I7(r,e);const i=n.length,s=r.length;if(i!==s)throw new Error("arrays of points and scalars must have equal length");const o=t.ZERO,a=Z1(BigInt(i));let c=1;a>12?c=a-3:a>4?c=a-2:a>0&&(c=2);const f=go(c),u=new Array(Number(f)+1).fill(o),h=Math.floor((e.BITS-1)/c)*c;let l=o;for(let d=h;d>=0;d-=c){u.fill(o);for(let b=0;b<s;b++){const v=r[b],O=Number(v>>BigInt(d)&f);u[O]=u[O].add(n[b])}let p=o;for(let b=u.length-1,v=o;b>0;b--)v=v.add(u[b]),p=p.add(v);if(l=l.add(p),d!==0)for(let b=0;b<c;b++)l=l.double()}return l}function dy(t,e,n){if(e){if(e.ORDER!==t)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return v7(e),e}else return Gr(t,{isLE:n})}function A7(t,e,n={},r){if(r===void 0&&(r=t==="edwards"),!e||typeof e!="object")throw new Error(`expected valid ${t} CURVE object`);for(const a of["p","n","h"]){const c=e[a];if(!(typeof c=="bigint"&&c>gs))throw new Error(`CURVE.${a} must be positive bigint`)}const i=dy(e.p,n.Fp,r),s=dy(e.n,n.Fn,r),o=["Gx","Gy","a",t==="weierstrass"?"b":"d"];for(const a of o)if(!i.isValid(e[a]))throw new Error(`CURVE.${a} must be valid field element of CURVE.Fp`);return e=Object.freeze(Object.assign({},e)),{CURVE:e,Fp:i,Fn:s}}BigInt(0),BigInt(1),BigInt(2),BigInt(8),$1("HashToScalar-");const yo=BigInt(0),ys=BigInt(1),oc=BigInt(2);function O7(t){return ic(t,{adjustScalarBytes:"function",powPminus2:"function"}),Object.freeze({...t})}function D7(t){const e=O7(t),{P:n,type:r,adjustScalarBytes:i,powPminus2:s,randomBytes:o}=e,a=r==="x25519";if(!a&&r!=="x448")throw new Error("invalid type");const c=o||Gu,f=a?255:448,u=a?32:56,h=BigInt(a?9:5),l=BigInt(a?121665:39081),d=a?oc**BigInt(254):oc**BigInt(447),p=a?BigInt(8)*oc**BigInt(251)-ys:BigInt(4)*oc**BigInt(445)-ys,b=d+p+ys,v=E=>qt(E,n),O=P(h);function P(E){return il(v(E),u)}function x(E){const y=ct("u coordinate",E,u);return a&&(y[31]&=127),v(rc(y))}function S(E){return rc(i(ct("scalar",E,u)))}function R(E,y){const w=C(x(y),S(E));if(w===yo)throw new Error("invalid private or public key received");return P(w)}function U(E){return R(E,O)}function L(E,y,w){const g=v(E*(y-w));return y=v(y-g),w=v(w+g),{x_2:y,x_3:w}}function C(E,y){ol("u",E,yo,n),ol("scalar",y,d,b);const w=y,g=E;let m=ys,_=yo,B=E,I=ys,$=yo;for(let T=BigInt(f-1);T>=yo;T--){const F=w>>T&ys;$^=F,{x_2:m,x_3:B}=L($,m,B),{x_2:_,x_3:I}=L($,_,I),$=F;const k=m+_,N=v(k*k),M=m-_,z=v(M*M),K=N-z,H=B+I,G=B-I,ee=v(G*k),te=v(H*M),re=ee+te,ce=ee-te;B=v(re*re),I=v(g*v(ce*ce)),m=v(N*z),_=v(K*(N+v(l*K)))}({x_2:m,x_3:B}=L($,m,B)),{x_2:_,x_3:I}=L($,_,I);const D=s(_);return v(m*D)}const A={secretKey:u,publicKey:u,seed:u},j=(E=c(u))=>(fn(E,A.seed),E);function q(E){const y=j(E);return{secretKey:y,publicKey:U(y)}}return{keygen:q,getSharedSecret:(E,y)=>R(E,y),getPublicKey:E=>U(E),scalarMult:R,scalarMultBase:U,utils:{randomSecretKey:j,randomPrivateKey:j},GuBytes:O.slice(),lengths:A}}const P7=BigInt(1),py=BigInt(2),R7=BigInt(3),T7=BigInt(5),N7=BigInt(8),gy=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed"),U7={p:gy,n:BigInt("0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3ed"),h:N7,a:BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffec"),d:BigInt("0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3"),Gx:BigInt("0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a"),Gy:BigInt("0x6666666666666666666666666666666666666666666666666666666666666658")};function C7(t){const e=BigInt(10),n=BigInt(20),r=BigInt(40),i=BigInt(80),s=gy,o=t*t%s*t%s,a=ln(o,py,s)*o%s,c=ln(a,P7,s)*t%s,f=ln(c,T7,s)*c%s,u=ln(f,e,s)*f%s,h=ln(u,n,s)*u%s,l=ln(h,r,s)*h%s,d=ln(l,i,s)*l%s,p=ln(d,i,s)*l%s,b=ln(p,e,s)*f%s;return{pow_p_5_8:ln(b,py,s)*t%s,b2:o}}function F7(t){return t[0]&=248,t[31]&=127,t[31]|=64,t}const L7=Gr(U7.p,{isLE:!0});(()=>{const t=L7.ORDER;return D7({P:t,type:"x25519",powPminus2:e=>{const{pow_p_5_8:n,b2:r}=C7(e);return qt(ln(n,R7,t)*r,t)},adjustScalarBytes:F7})})();const yy=(t,e)=>(t+(t>=0?e:-e)/by)/e;function k7(t,e,n){const[[r,i],[s,o]]=e,a=yy(o*t,n),c=yy(-i*t,n);let f=t-a*r-c*s,u=-a*i-c*o;const h=f<er,l=u<er;h&&(f=-f),l&&(u=-u);const d=go(Math.ceil(Z1(n)/2))+bs;if(f<er||f>=d||u<er||u>=d)throw new Error("splitScalar (endomorphism): failed, k="+t);return{k1neg:h,k1:f,k2neg:l,k2:u}}function hl(t){if(!["compact","recovered","der"].includes(t))throw new Error('Signature format must be "compact", "recovered", or "der"');return t}function dl(t,e){const n={};for(let r of Object.keys(e))n[r]=t[r]===void 0?e[r]:t[r];return ec(n.lowS,"lowS"),ec(n.prehash,"prehash"),n.format!==void 0&&hl(n.format),n}class q7 extends Error{constructor(e=""){super(e)}}const Qn={Err:q7,_tlv:{encode:(t,e)=>{const{Err:n}=Qn;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length&1)throw new n("tlv.encode: unpadded data");const r=e.length/2,i=tc(r);if(i.length/2&128)throw new n("tlv.encode: long form length too big");const s=r>127?tc(i.length/2|128):"";return tc(t)+s+i+e},decode(t,e){const{Err:n}=Qn;let r=0;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length<2||e[r++]!==t)throw new n("tlv.decode: wrong tlv");const i=e[r++],s=!!(i&128);let o=0;if(!s)o=i;else{const c=i&127;if(!c)throw new n("tlv.decode(long): indefinite length not supported");if(c>4)throw new n("tlv.decode(long): byte length is too big");const f=e.subarray(r,r+c);if(f.length!==c)throw new n("tlv.decode: length bytes not complete");if(f[0]===0)throw new n("tlv.decode(long): zero leftmost byte");for(const u of f)o=o<<8|u;if(r+=c,o<128)throw new n("tlv.decode(long): not minimal encoding")}const a=e.subarray(r,r+o);if(a.length!==o)throw new n("tlv.decode: wrong value length");return{v:a,l:e.subarray(r+o)}}},_int:{encode(t){const{Err:e}=Qn;if(t<er)throw new e("integer: negative integers are not allowed");let n=tc(t);if(Number.parseInt(n[0],16)&8&&(n="00"+n),n.length&1)throw new e("unexpected DER parsing assertion: unpadded hex");return n},decode(t){const{Err:e}=Qn;if(t[0]&128)throw new e("invalid signature integer: negative");if(t[0]===0&&!(t[1]&128))throw new e("invalid signature integer: unnecessary leading zero");return nc(t)}},toSig(t){const{Err:e,_int:n,_tlv:r}=Qn,i=ct("signature",t),{v:s,l:o}=r.decode(48,i);if(o.length)throw new e("invalid signature: left bytes after parsing");const{v:a,l:c}=r.decode(2,s),{v:f,l:u}=r.decode(2,c);if(u.length)throw new e("invalid signature: left bytes after parsing");return{r:n.decode(a),s:n.decode(f)}},hexFromSig(t){const{_tlv:e,_int:n}=Qn,r=e.encode(2,n.encode(t.r)),i=e.encode(2,n.encode(t.s)),s=r+i;return e.encode(48,s)}},er=BigInt(0),bs=BigInt(1),by=BigInt(2),ac=BigInt(3),M7=BigInt(4);function ws(t,e){const{BYTES:n}=t;let r;if(typeof e=="bigint")r=e;else{let i=ct("private key",e);try{r=t.fromBytes(i)}catch{throw new Error(`invalid private key: expected ui8a of size ${n}, got ${typeof e}`)}}if(!t.isValidNot0(r))throw new Error("invalid private key: out of range [1..N-1]");return r}function j7(t,e={}){const n=A7("weierstrass",t,e),{Fp:r,Fn:i}=n;let s=n.CURVE;const{h:o,n:a}=s;ic(e,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object",wrapPrivateKey:"boolean"});const{endo:c}=e;if(c&&(!r.is0(s.a)||typeof c.beta!="bigint"||!Array.isArray(c.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');const f=my(r,i);function u(){if(!r.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function h(E,y,w){const{x:g,y:m}=y.toAffine(),_=r.toBytes(g);if(ec(w,"isCompressed"),w){u();const B=!r.isOdd(m);return kr(wy(B),_)}else return kr(Uint8Array.of(4),_,r.toBytes(m))}function l(E){Bi(E,void 0,"Point");const{publicKey:y,publicKeyUncompressed:w}=f,g=E.length,m=E[0],_=E.subarray(1);if(g===y&&(m===2||m===3)){const B=r.fromBytes(_);if(!r.isValid(B))throw new Error("bad point: is not on curve, wrong x");const I=b(B);let $;try{$=r.sqrt(I)}catch(T){const F=T instanceof Error?": "+T.message:"";throw new Error("bad point: is not on curve, sqrt error"+F)}u();const D=r.isOdd($);return(m&1)===1!==D&&($=r.neg($)),{x:B,y:$}}else if(g===w&&m===4){const B=r.BYTES,I=r.fromBytes(_.subarray(0,B)),$=r.fromBytes(_.subarray(B,B*2));if(!v(I,$))throw new Error("bad point: is not on curve");return{x:I,y:$}}else throw new Error(`bad point: got length ${g}, expected compressed=${y} or uncompressed=${w}`)}const d=e.toBytes||h,p=e.fromBytes||l;function b(E){const y=r.sqr(E),w=r.mul(y,E);return r.add(r.add(w,r.mul(E,s.a)),s.b)}function v(E,y){const w=r.sqr(y),g=b(E);return r.eql(w,g)}if(!v(s.Gx,s.Gy))throw new Error("bad curve params: generator point");const O=r.mul(r.pow(s.a,ac),M7),P=r.mul(r.sqr(s.b),BigInt(27));if(r.is0(r.add(O,P)))throw new Error("bad curve params: a or b");function x(E,y,w=!1){if(!r.isValid(y)||w&&r.is0(y))throw new Error(`bad point coordinate ${E}`);return y}function S(E){if(!(E instanceof A))throw new Error("ProjectivePoint expected")}function R(E){if(!c||!c.basises)throw new Error("no endo");return k7(E,c.basises,i.ORDER)}const U=W1((E,y)=>{const{X:w,Y:g,Z:m}=E;if(r.eql(m,r.ONE))return{x:w,y:g};const _=E.is0();y==null&&(y=_?r.ONE:r.inv(m));const B=r.mul(w,y),I=r.mul(g,y),$=r.mul(m,y);if(_)return{x:r.ZERO,y:r.ZERO};if(!r.eql($,r.ONE))throw new Error("invZ was invalid");return{x:B,y:I}}),L=W1(E=>{if(E.is0()){if(e.allowInfinityPoint&&!r.is0(E.Y))return;throw new Error("bad point: ZERO")}const{x:y,y:w}=E.toAffine();if(!r.isValid(y)||!r.isValid(w))throw new Error("bad point: x or y not field elements");if(!v(y,w))throw new Error("bad point: equation left != right");if(!E.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});function C(E,y,w,g,m){return w=new A(r.mul(w.X,E),w.Y,w.Z),y=sc(g,y),w=sc(m,w),y.add(w)}class A{constructor(y,w,g){this.X=x("x",y),this.Y=x("y",w,!0),this.Z=x("z",g),Object.freeze(this)}static CURVE(){return s}static fromAffine(y){const{x:w,y:g}=y||{};if(!y||!r.isValid(w)||!r.isValid(g))throw new Error("invalid affine point");if(y instanceof A)throw new Error("projective point not allowed");return r.is0(w)&&r.is0(g)?A.ZERO:new A(w,g,r.ONE)}static fromBytes(y){const w=A.fromAffine(p(Bi(y,void 0,"point")));return w.assertValidity(),w}static fromHex(y){return A.fromBytes(ct("pointHex",y))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(y=8,w=!0){return q.createCache(this,y),w||this.multiply(ac),this}assertValidity(){L(this)}hasEvenY(){const{y}=this.toAffine();if(!r.isOdd)throw new Error("Field doesn't support isOdd");return!r.isOdd(y)}equals(y){S(y);const{X:w,Y:g,Z:m}=this,{X:_,Y:B,Z:I}=y,$=r.eql(r.mul(w,I),r.mul(_,m)),D=r.eql(r.mul(g,I),r.mul(B,m));return $&&D}negate(){return new A(this.X,r.neg(this.Y),this.Z)}double(){const{a:y,b:w}=s,g=r.mul(w,ac),{X:m,Y:_,Z:B}=this;let I=r.ZERO,$=r.ZERO,D=r.ZERO,T=r.mul(m,m),F=r.mul(_,_),k=r.mul(B,B),N=r.mul(m,_);return N=r.add(N,N),D=r.mul(m,B),D=r.add(D,D),I=r.mul(y,D),$=r.mul(g,k),$=r.add(I,$),I=r.sub(F,$),$=r.add(F,$),$=r.mul(I,$),I=r.mul(N,I),D=r.mul(g,D),k=r.mul(y,k),N=r.sub(T,k),N=r.mul(y,N),N=r.add(N,D),D=r.add(T,T),T=r.add(D,T),T=r.add(T,k),T=r.mul(T,N),$=r.add($,T),k=r.mul(_,B),k=r.add(k,k),T=r.mul(k,N),I=r.sub(I,T),D=r.mul(k,F),D=r.add(D,D),D=r.add(D,D),new A(I,$,D)}add(y){S(y);const{X:w,Y:g,Z:m}=this,{X:_,Y:B,Z:I}=y;let $=r.ZERO,D=r.ZERO,T=r.ZERO;const F=s.a,k=r.mul(s.b,ac);let N=r.mul(w,_),M=r.mul(g,B),z=r.mul(m,I),K=r.add(w,g),H=r.add(_,B);K=r.mul(K,H),H=r.add(N,M),K=r.sub(K,H),H=r.add(w,m);let G=r.add(_,I);return H=r.mul(H,G),G=r.add(N,z),H=r.sub(H,G),G=r.add(g,m),$=r.add(B,I),G=r.mul(G,$),$=r.add(M,z),G=r.sub(G,$),T=r.mul(F,H),$=r.mul(k,z),T=r.add($,T),$=r.sub(M,T),T=r.add(M,T),D=r.mul($,T),M=r.add(N,N),M=r.add(M,N),z=r.mul(F,z),H=r.mul(k,H),M=r.add(M,z),z=r.sub(N,z),z=r.mul(F,z),H=r.add(H,z),N=r.mul(M,H),D=r.add(D,N),N=r.mul(G,H),$=r.mul(K,$),$=r.sub($,N),N=r.mul(K,M),T=r.mul(G,T),T=r.add(T,N),new A($,D,T)}subtract(y){return this.add(y.negate())}is0(){return this.equals(A.ZERO)}multiply(y){const{endo:w}=e;if(!i.isValidNot0(y))throw new Error("invalid scalar: out of range");let g,m;const _=B=>q.cached(this,B,I=>cl(A,I));if(w){const{k1neg:B,k1:I,k2neg:$,k2:D}=R(y),{p:T,f:F}=_(I),{p:k,f:N}=_(D);m=F.add(N),g=C(w.beta,T,k,B,$)}else{const{p:B,f:I}=_(y);g=B,m=I}return cl(A,[g,m])[0]}multiplyUnsafe(y){const{endo:w}=e,g=this;if(!i.isValid(y))throw new Error("invalid scalar: out of range");if(y===er||g.is0())return A.ZERO;if(y===bs)return g;if(q.hasCache(this))return this.multiply(y);if(w){const{k1neg:m,k1:_,k2neg:B,k2:I}=R(y),{p1:$,p2:D}=B7(A,g,_,I);return C(w.beta,$,D,m,B)}else return q.unsafe(g,y)}multiplyAndAddUnsafe(y,w,g){const m=this.multiplyUnsafe(w).add(y.multiplyUnsafe(g));return m.is0()?void 0:m}toAffine(y){return U(this,y)}isTorsionFree(){const{isTorsionFree:y}=e;return o===bs?!0:y?y(A,this):q.unsafe(this,a).is0()}clearCofactor(){const{clearCofactor:y}=e;return o===bs?this:y?y(A,this):this.multiplyUnsafe(o)}isSmallOrder(){return this.multiplyUnsafe(o).is0()}toBytes(y=!0){return ec(y,"isCompressed"),this.assertValidity(),d(A,this,y)}toHex(y=!0){return ds(this.toBytes(y))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}get px(){return this.X}get py(){return this.X}get pz(){return this.Z}toRawBytes(y=!0){return this.toBytes(y)}_setWindowSize(y){this.precompute(y)}static normalizeZ(y){return cl(A,y)}static msm(y,w){return $7(A,i,y,w)}static fromPrivateKey(y){return A.BASE.multiply(ws(i,y))}}A.BASE=new A(s.Gx,s.Gy,r.ONE),A.ZERO=new A(r.ZERO,r.ONE,r.ZERO),A.Fp=r,A.Fn=i;const j=i.BITS,q=new S7(A,e.endo?Math.ceil(j/2):j);return A.BASE.precompute(8),A}function wy(t){return Uint8Array.of(t?2:3)}function my(t,e){return{secretKey:e.BYTES,publicKey:1+t.BYTES,publicKeyUncompressed:1+2*t.BYTES,publicKeyHasPrefix:!0,signature:2*e.BYTES}}function z7(t,e={}){const{Fn:n}=t,r=e.randomBytes||Gu,i=Object.assign(my(t.Fp,n),{seed:cy(n.ORDER)});function s(l){try{return!!ws(n,l)}catch{return!1}}function o(l,d){const{publicKey:p,publicKeyUncompressed:b}=i;try{const v=l.length;return d===!0&&v!==p||d===!1&&v!==b?!1:!!t.fromBytes(l)}catch{return!1}}function a(l=r(i.seed)){return x7(Bi(l,i.seed,"seed"),n.ORDER)}function c(l,d=!0){return t.BASE.multiply(ws(n,l)).toBytes(d)}function f(l){const d=a(l);return{secretKey:d,publicKey:c(d)}}function u(l){if(typeof l=="bigint")return!1;if(l instanceof t)return!0;const{secretKey:d,publicKey:p,publicKeyUncompressed:b}=i;if(n.allowedLengths||d===p)return;const v=ct("key",l).length;return v===p||v===b}function h(l,d,p=!0){if(u(l)===!0)throw new Error("first arg must be private key");if(u(d)===!1)throw new Error("second arg must be public key");const b=ws(n,l);return t.fromHex(d).multiply(b).toBytes(p)}return Object.freeze({getPublicKey:c,getSharedSecret:h,keygen:f,Point:t,utils:{isValidSecretKey:s,isValidPublicKey:o,randomSecretKey:a,isValidPrivateKey:s,randomPrivateKey:a,normPrivateKeyToScalar:l=>ws(n,l),precompute(l=8,d=t.BASE){return d.precompute(l,!1)}},lengths:i})}function H7(t,e,n={}){x1(e),ic(n,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"});const r=n.randomBytes||Gu,i=n.hmac||((w,...g)=>K1(e,w,kr(...g))),{Fp:s,Fn:o}=t,{ORDER:a,BITS:c}=o,{keygen:f,getPublicKey:u,getSharedSecret:h,utils:l,lengths:d}=z7(t,n),p={prehash:!1,lowS:typeof n.lowS=="boolean"?n.lowS:!1,format:void 0,extraEntropy:!1},b="compact";function v(w){const g=a>>bs;return w>g}function O(w,g){if(!o.isValidNot0(g))throw new Error(`invalid signature ${w}: out of range 1..Point.Fn.ORDER`);return g}function P(w,g){hl(g);const m=d.signature,_=g==="compact"?m:g==="recovered"?m+1:void 0;return Bi(w,_,`${g} signature`)}class x{constructor(g,m,_){this.r=O("r",g),this.s=O("s",m),_!=null&&(this.recovery=_),Object.freeze(this)}static fromBytes(g,m=b){P(g,m);let _;if(m==="der"){const{r:D,s:T}=Qn.toSig(Bi(g));return new x(D,T)}m==="recovered"&&(_=g[0],m="compact",g=g.subarray(1));const B=o.BYTES,I=g.subarray(0,B),$=g.subarray(B,B*2);return new x(o.fromBytes(I),o.fromBytes($),_)}static fromHex(g,m){return this.fromBytes(Xa(g),m)}addRecoveryBit(g){return new x(this.r,this.s,g)}recoverPublicKey(g){const m=s.ORDER,{r:_,s:B,recovery:I}=this;if(I==null||![0,1,2,3].includes(I))throw new Error("recovery id invalid");if(a*by<m&&I>1)throw new Error("recovery id is ambiguous for h>1 curve");const $=I===2||I===3?_+a:_;if(!s.isValid($))throw new Error("recovery id 2 or 3 invalid");const D=s.toBytes($),T=t.fromBytes(kr(wy((I&1)===0),D)),F=o.inv($),k=R(ct("msgHash",g)),N=o.create(-k*F),M=o.create(B*F),z=t.BASE.multiplyUnsafe(N).add(T.multiplyUnsafe(M));if(z.is0())throw new Error("point at infinify");return z.assertValidity(),z}hasHighS(){return v(this.s)}toBytes(g=b){if(hl(g),g==="der")return Xa(Qn.hexFromSig(this));const m=o.toBytes(this.r),_=o.toBytes(this.s);if(g==="recovered"){if(this.recovery==null)throw new Error("recovery bit must be present");return kr(Uint8Array.of(this.recovery),m,_)}return kr(m,_)}toHex(g){return ds(this.toBytes(g))}assertValidity(){}static fromCompact(g){return x.fromBytes(ct("sig",g),"compact")}static fromDER(g){return x.fromBytes(ct("sig",g),"der")}normalizeS(){return this.hasHighS()?new x(this.r,o.neg(this.s),this.recovery):this}toDERRawBytes(){return this.toBytes("der")}toDERHex(){return ds(this.toBytes("der"))}toCompactRawBytes(){return this.toBytes("compact")}toCompactHex(){return ds(this.toBytes("compact"))}}const S=n.bits2int||function(w){if(w.length>8192)throw new Error("input is too large");const g=nc(w),m=w.length*8-c;return m>0?g>>BigInt(m):g},R=n.bits2int_modN||function(w){return o.create(S(w))},U=go(c);function L(w){return ol("num < 2^"+c,w,er,U),o.toBytes(w)}function C(w,g){return Bi(w,void 0,"message"),g?Bi(e(w),void 0,"prehashed message"):w}function A(w,g,m){if(["recovered","canonical"].some(M=>M in m))throw new Error("sign() legacy options not supported");const{lowS:_,prehash:B,extraEntropy:I}=dl(m,p);w=C(w,B);const $=R(w),D=ws(o,g),T=[L(D),L($)];if(I!=null&&I!==!1){const M=I===!0?r(d.secretKey):I;T.push(ct("extraEntropy",M))}const F=kr(...T),k=$;function N(M){const z=S(M);if(!o.isValidNot0(z))return;const K=o.inv(z),H=t.BASE.multiply(z).toAffine(),G=o.create(H.x);if(G===er)return;const ee=o.create(K*o.create(k+G*D));if(ee===er)return;let te=(H.x===G?0:2)|Number(H.y&bs),re=ee;return _&&v(ee)&&(re=o.neg(ee),te^=1),new x(G,re,te)}return{seed:F,k2sig:N}}function j(w,g,m={}){w=ct("message",w);const{seed:_,k2sig:B}=A(w,g,m);return d7(e.outputLen,o.BYTES,i)(_,B)}function q(w){let g;const m=typeof w=="string"||Ya(w),_=!m&&w!==null&&typeof w=="object"&&typeof w.r=="bigint"&&typeof w.s=="bigint";if(!m&&!_)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");if(_)g=new x(w.r,w.s);else if(m){try{g=x.fromBytes(ct("sig",w),"der")}catch(B){if(!(B instanceof Qn.Err))throw B}if(!g)try{g=x.fromBytes(ct("sig",w),"compact")}catch{return!1}}return g||!1}function E(w,g,m,_={}){const{lowS:B,prehash:I,format:$}=dl(_,p);if(m=ct("publicKey",m),g=C(ct("message",g),I),"strict"in _)throw new Error("options.strict was renamed to lowS");const D=$===void 0?q(w):x.fromBytes(ct("sig",w),$);if(D===!1)return!1;try{const T=t.fromBytes(m);if(B&&D.hasHighS())return!1;const{r:F,s:k}=D,N=R(g),M=o.inv(k),z=o.create(N*M),K=o.create(F*M),H=t.BASE.multiplyUnsafe(z).add(T.multiplyUnsafe(K));return H.is0()?!1:o.create(H.x)===F}catch{return!1}}function y(w,g,m={}){const{prehash:_}=dl(m,p);return g=C(g,_),x.fromBytes(w,"recovered").recoverPublicKey(g).toBytes()}return Object.freeze({keygen:f,getPublicKey:u,getSharedSecret:h,utils:l,lengths:d,Point:t,sign:j,verify:E,recoverPublicKey:y,Signature:x,hash:e})}function V7(t){const e={a:t.a,b:t.b,p:t.Fp.ORDER,n:t.n,h:t.h,Gx:t.Gx,Gy:t.Gy},n=t.Fp;let r=t.allowedPrivateKeyLengths?Array.from(new Set(t.allowedPrivateKeyLengths.map(o=>Math.ceil(o/2)))):void 0;const i=Gr(e.n,{BITS:t.nBitLength,allowedLengths:r,modFromBytes:t.wrapPrivateKey}),s={Fp:n,Fn:i,allowInfinityPoint:t.allowInfinityPoint,endo:t.endo,isTorsionFree:t.isTorsionFree,clearCofactor:t.clearCofactor,fromBytes:t.fromBytes,toBytes:t.toBytes};return{CURVE:e,curveOpts:s}}function K7(t){const{CURVE:e,curveOpts:n}=V7(t),r={hmac:t.hmac,randomBytes:t.randomBytes,lowS:t.lowS,bits2int:t.bits2int,bits2int_modN:t.bits2int_modN};return{CURVE:e,curveOpts:n,hash:t.hash,ecdsaOpts:r}}function G7(t,e){const n=e.Point;return Object.assign({},e,{ProjectivePoint:n,CURVE:Object.assign({},t,oy(n.Fn.ORDER,n.Fn.BITS))})}function Z7(t){const{CURVE:e,curveOpts:n,hash:r,ecdsaOpts:i}=K7(t),s=j7(e,n),o=H7(s,r,i);return G7(t,o)}function pl(t,e){const n=r=>Z7({...t,hash:r});return{...n(e),create:n}}const vy={p:BigInt("0xffffffff00000001000000000000000000000000ffffffffffffffffffffffff"),n:BigInt("0xffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551"),h:BigInt(1),a:BigInt("0xffffffff00000001000000000000000000000000fffffffffffffffffffffffc"),b:BigInt("0x5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b"),Gx:BigInt("0x6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296"),Gy:BigInt("0x4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5")},Ey={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000ffffffff"),n:BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffc7634d81f4372ddf581a0db248b0a77aecec196accc52973"),h:BigInt(1),a:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000fffffffc"),b:BigInt("0xb3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef"),Gx:BigInt("0xaa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741e082542a385502f25dbf55296c3a545e3872760ab7"),Gy:BigInt("0x3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da3113b5f0b8c00a60b1ce1d7e819d7a431d7c90ea0e5f")},xy={p:BigInt("0x1ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),n:BigInt("0x01fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa51868783bf2f966b7fcc0148f709a5d03bb5c9b8899c47aebb6fb71e91386409"),h:BigInt(1),a:BigInt("0x1fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc"),b:BigInt("0x0051953eb9618e1c9a1f929a21a0b68540eea2da725b99b315f3b8b489918ef109e156193951ec7e937b1652c0bd3bb1bf073573df883d2c34f1ef451fd46b503f00"),Gx:BigInt("0x00c6858e06b70404e9cd9e3ecb662395b4429c648139053fb521f828af606b4d3dbaa14b5e77efe75928fe1dc127a2ffa8de3348b3c1856a429bf97e7e31c2e5bd66"),Gy:BigInt("0x011839296a789a3bc0045c8a5fb42c7d1bd998f54449579b446817afbd17273e662c97ee72995ef42640c550b9013fad0761353c7086a272c24088be94769fd16650")},W7=Gr(vy.p),Y7=Gr(Ey.p),X7=Gr(xy.p);pl({...vy,Fp:W7,lowS:!1},C9),pl({...Ey,Fp:Y7,lowS:!1},L9),pl({...xy,Fp:X7,lowS:!1,allowedPrivateKeyLengths:[130,131,132]},F9);const J7="https://api.pay.walletconnect.com",Q7="js-walletconnect-pay",eI="1.0.2",hn="WalletConnectPay";function tI(){return r9()?"rn-ios":n9()?"rn-android":i9()?"browser":y1()?"node":"unknown"}var nI=Object.defineProperty,rI=(t,e,n)=>e in t?nI(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,_y=(t,e,n)=>rI(t,typeof e!="symbol"?e+"":e,n);class Ae extends Error{constructor(e,n,r){super(n),_y(this,"code"),_y(this,"originalMessage"),this.name="PayError",this.code=e,this.originalMessage=r??n,Object.setPrototypeOf(this,Ae.prototype)}static fromNativeError(e){if(e instanceof Ae)return e;const n=e instanceof Error?e.message:String(e);return n.includes("JSON parse error")?new Ae("JSON_PARSE",n):n.includes("JSON serialize error")?new Ae("JSON_SERIALIZE",n):n.includes("Payment options error")?new Ae("PAYMENT_OPTIONS",n):n.includes("Payment request error")?new Ae("PAYMENT_REQUEST",n):n.includes("Confirm payment error")?new Ae("CONFIRM_PAYMENT",n):new Ae("UNKNOWN",n)}}class gl extends Ae{constructor(){super("NATIVE_MODULE_NOT_FOUND","WalletConnect Pay native module not found. Make sure @walletconnect/react-native-compat is installed and linked."),this.name="NativeModuleNotFoundError",Object.setPrototypeOf(this,gl.prototype)}}class yl extends Ae{constructor(e){super("PAYMENT_OPTIONS",`Failed to get payment options: ${e}`,e),this.name="PaymentOptionsError",Object.setPrototypeOf(this,yl.prototype)}}class bl extends Ae{constructor(e){super("PAYMENT_REQUEST",`Failed to get payment actions: ${e}`,e),this.name="PaymentActionsError",Object.setPrototypeOf(this,bl.prototype)}}class wl extends Ae{constructor(e){super("CONFIRM_PAYMENT",`Failed to confirm payment: ${e}`,e),this.name="ConfirmPaymentError",Object.setPrototypeOf(this,wl.prototype)}}var iI=Object.defineProperty,sI=(t,e,n)=>e in t?iI(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,oI=(t,e,n)=>sI(t,typeof e!="symbol"?e+"":e,n);let Zr;function Iy(){var t,e;if(Zr!==void 0)return Zr;try{const n=globalThis.ReactNative;if((t=n?.NativeModules)!=null&&t.RNWalletConnectPay)return Zr=n.NativeModules.RNWalletConnectPay,Zr;const r=(e=globalThis.expo)==null?void 0:e.modules;return r!=null&&r.RNWalletConnectPay?(Zr=r.RNWalletConnectPay,Zr):(Zr=null,null)}catch{return Zr=null,null}}function aI(){return Iy()!==null}class cI{constructor(e){oI(this,"module");const n=Iy();if(!n)throw new gl;if(n.initialize)try{const r=JSON.stringify(e);n.initialize(r)}catch(r){throw new Ae("INITIALIZATION_ERROR",`Failed to initialize native Pay module: ${r instanceof Error?r.message:String(r)}`)}this.module=n}async getPaymentOptions(e){var n;const r={paymentLink:e.paymentLink,accounts:e.accounts,includePaymentInfo:(n=e.includePaymentInfo)!=null?n:!1};try{const i=await this.module.getPaymentOptions(JSON.stringify(r));return JSON.parse(i)}catch(i){throw Ae.fromNativeError(i)}}async getRequiredPaymentActions(e){const n={paymentId:e.paymentId,optionId:e.optionId};try{const r=await this.module.getRequiredPaymentActions(JSON.stringify(n));return JSON.parse(r)}catch(r){throw Ae.fromNativeError(r)}}async confirmPayment(e){const n={paymentId:e.paymentId,optionId:e.optionId,signatures:e.signatures,collectedData:e.collectedData};try{const r=await this.module.confirmPayment(JSON.stringify(n));return JSON.parse(r)}catch(r){throw Ae.fromNativeError(r)}}}function fI(t){return new cI(t)}function Sy(){return aI()?"native":null}function uI(t){const e=Sy();if(!e)throw new Error("No Pay provider available. Make sure you are running in React Native with the native module installed, or in a browser with WASM support.");switch(e){case"native":return fI(t);case"wasm":throw new Error("WASM provider not yet implemented");default:throw new Error(`Unknown provider type: ${e}`)}}function lI(){return Sy()!==null}var hI=Object.defineProperty,dI=(t,e,n)=>e in t?hI(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,bo=(t,e,n)=>dI(t,typeof e!="symbol"?e+"":e,n);class pI{constructor(e){bo(this,"appId"),bo(this,"apiKey"),bo(this,"baseUrl"),bo(this,"logger"),bo(this,"provider");var n,r,i;this.appId=e.appId,this.apiKey=e.apiKey,this.baseUrl=(n=e.baseUrl)!=null?n:J7,this.logger=typeof e.logger=="string"?cd(ef({level:e.logger})):(r=e.logger)!=null?r:cd(ef({level:"error"})),this.logger.trace(`${hn} initialized`);const s={baseUrl:this.baseUrl,projectId:e.appId,apiKey:e.apiKey,appId:e.appId,clientId:e.clientId,sdkName:Q7,sdkVersion:eI,sdkPlatform:tI(),bundleId:(i=s9())!=null?i:""};this.provider=uI(s),this.logger.debug(`${hn} provider initialized`)}static isAvailable(){return lI()}async getPaymentOptions(e){this.logger.debug({paymentLink:e.paymentLink,accounts:e.accounts,includePaymentInfo:e.includePaymentInfo},`${hn} getPaymentOptions`);try{const n=await this.provider.getPaymentOptions(e);return this.logger.debug({paymentId:n.paymentId,optionsCount:n.options.length},`${hn} getPaymentOptions response`),n}catch(n){throw this.logger.error({error:n},`${hn} getPaymentOptions error`),n instanceof Ae?n:new yl(String(n))}}async getRequiredPaymentActions(e){this.logger.debug({paymentId:e.paymentId,optionId:e.optionId},`${hn} getRequiredPaymentActions`);try{const n=await this.provider.getRequiredPaymentActions(e);return this.logger.debug({actionsCount:n.length},`${hn} getRequiredPaymentActions response`),n}catch(n){throw this.logger.error({error:n},`${hn} getRequiredPaymentActions error`),n instanceof Ae?n:new bl(String(n))}}async confirmPayment(e){this.logger.debug({paymentId:e.paymentId,optionId:e.optionId,signaturesCount:e.signatures.length,hasCollectedData:!!e.collectedData},`${hn} confirmPayment`);try{const n=await this.provider.confirmPayment(e);return this.logger.debug({status:n.status,isFinal:n.isFinal},`${hn} confirmPayment response`),n}catch(n){throw this.logger.error({error:n},`${hn} confirmPayment error`),n instanceof Ae?n:new wl(String(n))}}}const By=pI,$y="wc",gI=2,ml="WalletKit",yI=`${$y}@2:${ml}:`,bI={database:":memory:"},wI="request";class Oi{}class mI extends Oi{constructor(e){super()}}const Ay=Z.FIVE_SECONDS,Di={pulse:"heartbeat_pulse"};class vl extends mI{constructor(e){super(e),this.events=new Qe.exports.EventEmitter,this.interval=Ay,this.interval=e?.interval||Ay}static async init(e){const n=new vl(e);return await n.init(),n}async init(){await this.initialize()}stop(){clearInterval(this.intervalRef)}on(e,n){this.events.on(e,n)}once(e,n){this.events.once(e,n)}off(e,n){this.events.off(e,n)}removeListener(e,n){this.events.removeListener(e,n)}async initialize(){this.intervalRef=setInterval(()=>this.pulse(),Z.toMiliseconds(this.interval))}pulse(){this.events.emit(Di.pulse)}}const vI=/"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/,EI=/"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/,xI=/^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;function _I(t,e){if(t==="__proto__"||t==="constructor"&&e&&typeof e=="object"&&"prototype"in e){II(t);return}return e}function II(t){console.warn(`[destr] Dropping "${t}" key to prevent prototype pollution.`)}function cc(t,e={}){if(typeof t!="string")return t;if(t[0]==='"'&&t[t.length-1]==='"'&&t.indexOf("\\")===-1)return t.slice(1,-1);const n=t.trim();if(n.length<=9)switch(n.toLowerCase()){case"true":return!0;case"false":return!1;case"undefined":return;case"null":return null;case"nan":return Number.NaN;case"infinity":return Number.POSITIVE_INFINITY;case"-infinity":return Number.NEGATIVE_INFINITY}if(!xI.test(t)){if(e.strict)throw new SyntaxError("[destr] Invalid JSON");return t}try{if(vI.test(t)||EI.test(t)){if(e.strict)throw new Error("[destr] Possible prototype pollution");return JSON.parse(t,_I)}return JSON.parse(t)}catch(r){if(e.strict)throw r;return t}}function SI(t){return!t||typeof t.then!="function"?Promise.resolve(t):t}function qe(t,...e){try{return SI(t(...e))}catch(n){return Promise.reject(n)}}function BI(t){const e=typeof t;return t===null||e!=="object"&&e!=="function"}function $I(t){const e=Object.getPrototypeOf(t);return!e||e.isPrototypeOf(Object)}function fc(t){if(BI(t))return String(t);if($I(t)||Array.isArray(t))return JSON.stringify(t);if(typeof t.toJSON=="function")return fc(t.toJSON());throw new Error("[unstorage] Cannot stringify value!")}function Oy(){if(typeof Buffer>"u")throw new TypeError("[unstorage] Buffer is not supported!")}const El="base64:";function AI(t){if(typeof t=="string")return t;Oy();const e=Buffer.from(t).toString("base64");return El+e}function OI(t){return typeof t!="string"||!t.startsWith(El)?t:(Oy(),Buffer.from(t.slice(El.length),"base64"))}function Pt(t){return t?t.split("?")[0].replace(/[/\\]/g,":").replace(/:+/g,":").replace(/^:|:$/g,""):""}function DI(...t){return Pt(t.join(":"))}function uc(t){return t=Pt(t),t?t+":":""}function GU(t){return t}const PI="memory",RI=()=>{const t=new Map;return{name:PI,getInstance:()=>t,hasItem(e){return t.has(e)},getItem(e){return t.get(e)??null},getItemRaw(e){return t.get(e)??null},setItem(e,n){t.set(e,n)},setItemRaw(e,n){t.set(e,n)},removeItem(e){t.delete(e)},getKeys(){return[...t.keys()]},clear(){t.clear()},dispose(){t.clear()}}};function TI(t={}){const e={mounts:{"":t.driver||RI()},mountpoints:[""],watching:!1,watchListeners:[],unwatch:{}},n=f=>{for(const u of e.mountpoints)if(f.startsWith(u))return{base:u,relativeKey:f.slice(u.length),driver:e.mounts[u]};return{base:"",relativeKey:f,driver:e.mounts[""]}},r=(f,u)=>e.mountpoints.filter(h=>h.startsWith(f)||u&&f.startsWith(h)).map(h=>({relativeBase:f.length>h.length?f.slice(h.length):void 0,mountpoint:h,driver:e.mounts[h]})),i=(f,u)=>{if(e.watching){u=Pt(u);for(const h of e.watchListeners)h(f,u)}},s=async()=>{if(!e.watching){e.watching=!0;for(const f in e.mounts)e.unwatch[f]=await Dy(e.mounts[f],i,f)}},o=async()=>{if(e.watching){for(const f in e.unwatch)await e.unwatch[f]();e.unwatch={},e.watching=!1}},a=(f,u,h)=>{const l=new Map,d=p=>{let b=l.get(p.base);return b||(b={driver:p.driver,base:p.base,items:[]},l.set(p.base,b)),b};for(const p of f){const b=typeof p=="string",v=Pt(b?p:p.key),O=b?void 0:p.value,P=b||!p.options?u:{...u,...p.options},x=n(v);d(x).items.push({key:v,value:O,relativeKey:x.relativeKey,options:P})}return Promise.all([...l.values()].map(p=>h(p))).then(p=>p.flat())},c={hasItem(f,u={}){f=Pt(f);const{relativeKey:h,driver:l}=n(f);return qe(l.hasItem,h,u)},getItem(f,u={}){f=Pt(f);const{relativeKey:h,driver:l}=n(f);return qe(l.getItem,h,u).then(d=>cc(d))},getItems(f,u){return a(f,u,h=>h.driver.getItems?qe(h.driver.getItems,h.items.map(l=>({key:l.relativeKey,options:l.options})),u).then(l=>l.map(d=>({key:DI(h.base,d.key),value:cc(d.value)}))):Promise.all(h.items.map(l=>qe(h.driver.getItem,l.relativeKey,l.options).then(d=>({key:l.key,value:cc(d)})))))},getItemRaw(f,u={}){f=Pt(f);const{relativeKey:h,driver:l}=n(f);return l.getItemRaw?qe(l.getItemRaw,h,u):qe(l.getItem,h,u).then(d=>OI(d))},async setItem(f,u,h={}){if(u===void 0)return c.removeItem(f);f=Pt(f);const{relativeKey:l,driver:d}=n(f);d.setItem&&(await qe(d.setItem,l,fc(u),h),d.watch||i("update",f))},async setItems(f,u){await a(f,u,async h=>{if(h.driver.setItems)return qe(h.driver.setItems,h.items.map(l=>({key:l.relativeKey,value:fc(l.value),options:l.options})),u);h.driver.setItem&&await Promise.all(h.items.map(l=>qe(h.driver.setItem,l.relativeKey,fc(l.value),l.options)))})},async setItemRaw(f,u,h={}){if(u===void 0)return c.removeItem(f,h);f=Pt(f);const{relativeKey:l,driver:d}=n(f);if(d.setItemRaw)await qe(d.setItemRaw,l,u,h);else if(d.setItem)await qe(d.setItem,l,AI(u),h);else return;d.watch||i("update",f)},async removeItem(f,u={}){typeof u=="boolean"&&(u={removeMeta:u}),f=Pt(f);const{relativeKey:h,driver:l}=n(f);l.removeItem&&(await qe(l.removeItem,h,u),(u.removeMeta||u.removeMata)&&await qe(l.removeItem,h+"$",u),l.watch||i("remove",f))},async getMeta(f,u={}){typeof u=="boolean"&&(u={nativeOnly:u}),f=Pt(f);const{relativeKey:h,driver:l}=n(f),d=Object.create(null);if(l.getMeta&&Object.assign(d,await qe(l.getMeta,h,u)),!u.nativeOnly){const p=await qe(l.getItem,h+"$",u).then(b=>cc(b));p&&typeof p=="object"&&(typeof p.atime=="string"&&(p.atime=new Date(p.atime)),typeof p.mtime=="string"&&(p.mtime=new Date(p.mtime)),Object.assign(d,p))}return d},setMeta(f,u,h={}){return this.setItem(f+"$",u,h)},removeMeta(f,u={}){return this.removeItem(f+"$",u)},async getKeys(f,u={}){f=uc(f);const h=r(f,!0);let l=[];const d=[];for(const p of h){const b=await qe(p.driver.getKeys,p.relativeBase,u);for(const v of b){const O=p.mountpoint+Pt(v);l.some(P=>O.startsWith(P))||d.push(O)}l=[p.mountpoint,...l.filter(v=>!v.startsWith(p.mountpoint))]}return f?d.filter(p=>p.startsWith(f)&&p[p.length-1]!=="$"):d.filter(p=>p[p.length-1]!=="$")},async clear(f,u={}){f=uc(f),await Promise.all(r(f,!1).map(async h=>{if(h.driver.clear)return qe(h.driver.clear,h.relativeBase,u);if(h.driver.removeItem){const l=await h.driver.getKeys(h.relativeBase||"",u);return Promise.all(l.map(d=>h.driver.removeItem(d,u)))}}))},async dispose(){await Promise.all(Object.values(e.mounts).map(f=>Py(f)))},async watch(f){return await s(),e.watchListeners.push(f),async()=>{e.watchListeners=e.watchListeners.filter(u=>u!==f),e.watchListeners.length===0&&await o()}},async unwatch(){e.watchListeners=[],await o()},mount(f,u){if(f=uc(f),f&&e.mounts[f])throw new Error(`already mounted at ${f}`);return f&&(e.mountpoints.push(f),e.mountpoints.sort((h,l)=>l.length-h.length)),e.mounts[f]=u,e.watching&&Promise.resolve(Dy(u,i,f)).then(h=>{e.unwatch[f]=h}).catch(console.error),c},async unmount(f,u=!0){f=uc(f),!(!f||!e.mounts[f])&&(e.watching&&f in e.unwatch&&(e.unwatch[f](),delete e.unwatch[f]),u&&await Py(e.mounts[f]),e.mountpoints=e.mountpoints.filter(h=>h!==f),delete e.mounts[f])},getMount(f=""){f=Pt(f)+":";const u=n(f);return{driver:u.driver,base:u.base}},getMounts(f="",u={}){return f=Pt(f),r(f,u.parents).map(l=>({driver:l.driver,base:l.mountpoint}))},keys:(f,u={})=>c.getKeys(f,u),get:(f,u={})=>c.getItem(f,u),set:(f,u,h={})=>c.setItem(f,u,h),has:(f,u={})=>c.hasItem(f,u),del:(f,u={})=>c.removeItem(f,u),remove:(f,u={})=>c.removeItem(f,u)};return c}function Dy(t,e,n){return t.watch?t.watch((r,i)=>e(r,n+i)):()=>{}}async function Py(t){typeof t.dispose=="function"&&await qe(t.dispose)}function Pi(t){return new Promise((e,n)=>{t.oncomplete=t.onsuccess=()=>e(t.result),t.onabort=t.onerror=()=>n(t.error)})}function Ry(t,e){const n=indexedDB.open(t);n.onupgradeneeded=()=>n.result.createObjectStore(e);const r=Pi(n);return(i,s)=>r.then(o=>s(o.transaction(e,i).objectStore(e)))}let xl;function wo(){return xl||(xl=Ry("keyval-store","keyval")),xl}function Ty(t,e=wo()){return e("readonly",n=>Pi(n.get(t)))}function NI(t,e,n=wo()){return n("readwrite",r=>(r.put(e,t),Pi(r.transaction)))}function UI(t,e=wo()){return e("readwrite",n=>(n.delete(t),Pi(n.transaction)))}function CI(t=wo()){return t("readwrite",e=>(e.clear(),Pi(e.transaction)))}function FI(t,e){return t.openCursor().onsuccess=function(){this.result&&(e(this.result),this.result.continue())},Pi(t.transaction)}function LI(t=wo()){return t("readonly",e=>{if(e.getAllKeys)return Pi(e.getAllKeys());const n=[];return FI(e,r=>n.push(r.key)).then(()=>n)})}const kI="idb-keyval";var qI=(t={})=>{const e=t.base&&t.base.length>0?`${t.base}:`:"",n=i=>e+i;let r;return t.dbName&&t.storeName&&(r=Ry(t.dbName,t.storeName)),{name:kI,options:t,async hasItem(i){return!(typeof await Ty(n(i),r)>"u")},async getItem(i){return await Ty(n(i),r)??null},setItem(i,s){return NI(n(i),s,r)},removeItem(i){return UI(n(i),r)},getKeys(){return LI(r)},clear(){return CI(r)}}};const MI="WALLET_CONNECT_V2_INDEXED_DB",jI="keyvaluestorage";class zI{constructor(){this.indexedDb=TI({driver:qI({dbName:MI,storeName:jI})})}async getKeys(){return this.indexedDb.getKeys()}async getEntries(){return(await this.indexedDb.getItems(await this.indexedDb.getKeys())).map(e=>[e.key,e.value])}async getItem(e){const n=await this.indexedDb.getItem(e);if(n!==null)return n}async setItem(e,n){await this.indexedDb.setItem(e,to(n))}async removeItem(e){await this.indexedDb.removeItem(e)}}var _l=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},lc={exports:{}};(function(){let t;function e(){}t=e,t.prototype.getItem=function(n){return this.hasOwnProperty(n)?String(this[n]):null},t.prototype.setItem=function(n,r){this[n]=String(r)},t.prototype.removeItem=function(n){delete this[n]},t.prototype.clear=function(){const n=this;Object.keys(n).forEach(function(r){n[r]=void 0,delete n[r]})},t.prototype.key=function(n){return n=n||0,Object.keys(this)[n]},t.prototype.__defineGetter__("length",function(){return Object.keys(this).length}),typeof _l<"u"&&_l.localStorage?lc.exports=_l.localStorage:typeof window<"u"&&window.localStorage?lc.exports=window.localStorage:lc.exports=new e})();function HI(t){var e;return[t[0],fs((e=t[1])!=null?e:"")]}class VI{constructor(){this.localStorage=lc.exports}async getKeys(){return Object.keys(this.localStorage)}async getEntries(){return Object.entries(this.localStorage).map(HI)}async getItem(e){const n=this.localStorage.getItem(e);if(n!==null)return fs(n)}async setItem(e,n){this.localStorage.setItem(e,to(n))}async removeItem(e){this.localStorage.removeItem(e)}}const KI="wc_storage_version",Ny=1,GI=async(t,e,n)=>{const r=KI,i=await e.getItem(r);if(i&&i>=Ny){n(e);return}const s=await t.getKeys();if(!s.length){n(e);return}const o=[];for(;s.length;){const a=s.shift();if(!a)continue;const c=a.toLowerCase();if(c.includes("wc@")||c.includes("walletconnect")||c.includes("wc_")||c.includes("wallet_connect")){const f=await t.getItem(a);await e.setItem(a,f),o.push(a)}}await e.setItem(r,Ny),n(e),ZI(t,o)},ZI=async(t,e)=>{e.length&&e.forEach(async n=>{await t.removeItem(n)})};class WI{constructor(){this.initialized=!1,this.setInitialized=n=>{this.storage=n,this.initialized=!0};const e=new VI;this.storage=e;try{const n=new zI;GI(e,n,this.setInitialized)}catch{this.initialized=!0}}async getKeys(){return await this.initialize(),this.storage.getKeys()}async getEntries(){return await this.initialize(),this.storage.getEntries()}async getItem(e){return await this.initialize(),this.storage.getItem(e)}async setItem(e,n){return await this.initialize(),this.storage.setItem(e,n)}async removeItem(e){return await this.initialize(),this.storage.removeItem(e)}async initialize(){this.initialized||await new Promise(e=>{const n=setInterval(()=>{this.initialized&&(clearInterval(n),e())},20)})}}var YI=Object.defineProperty,XI=(t,e,n)=>e in t?YI(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Uy=(t,e,n)=>XI(t,typeof e!="symbol"?e+"":e,n);class JI extends Oi{constructor(e){super(),this.opts=e,Uy(this,"protocol","wc"),Uy(this,"version",2)}}var QI=Object.defineProperty,eS=(t,e,n)=>e in t?QI(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,tS=(t,e,n)=>eS(t,typeof e!="symbol"?e+"":e,n);class nS extends Oi{constructor(e,n){super(),this.core=e,this.logger=n,tS(this,"records",new Map)}}class rS{constructor(e,n){this.logger=e,this.core=n}}class iS extends Oi{constructor(e,n){super(),this.relayer=e,this.logger=n}}class sS extends Oi{constructor(e){super()}}class oS{constructor(e,n,r,i){this.core=e,this.logger=n,this.name=r}}class aS extends Oi{constructor(e,n){super(),this.relayer=e,this.logger=n}}class cS extends Oi{constructor(e,n){super(),this.core=e,this.logger=n}}class fS{constructor(e,n,r){this.core=e,this.logger=n,this.store=r}}class uS{constructor(e,n){this.projectId=e,this.logger=n}}class lS{constructor(e,n,r){this.core=e,this.logger=n,this.telemetryEnabled=r}}var hS=Object.defineProperty,dS=(t,e,n)=>e in t?hS(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Cy=(t,e,n)=>dS(t,typeof e!="symbol"?e+"":e,n);class pS{constructor(e){this.opts=e,Cy(this,"protocol","wc"),Cy(this,"version",2)}}class gS{constructor(e){this.client=e}}function yS(t){const e=t.length;let n=0,r=0;for(;r<e;){let i=t.charCodeAt(r++);if((i&4294967168)===0){n++;continue}else if((i&4294965248)===0)n+=2;else{if(i>=55296&&i<=56319&&r<e){const s=t.charCodeAt(r);(s&64512)===56320&&(++r,i=((i&1023)<<10)+(s&1023)+65536)}(i&4294901760)===0?n+=3:n+=4}}return n}function bS(t,e,n){const r=t.length;let i=n,s=0;for(;s<r;){let o=t.charCodeAt(s++);if((o&4294967168)===0){e[i++]=o;continue}else if((o&4294965248)===0)e[i++]=o>>6&31|192;else{if(o>=55296&&o<=56319&&s<r){const a=t.charCodeAt(s);(a&64512)===56320&&(++s,o=((o&1023)<<10)+(a&1023)+65536)}(o&4294901760)===0?(e[i++]=o>>12&15|224,e[i++]=o>>6&63|128):(e[i++]=o>>18&7|240,e[i++]=o>>12&63|128,e[i++]=o>>6&63|128)}e[i++]=o&63|128}}const wS=new TextEncoder,mS=50;function vS(t,e,n){wS.encodeInto(t,e.subarray(n))}function ES(t,e,n){t.length>mS?vS(t,e,n):bS(t,e,n)}const xS=4096;function Fy(t,e,n){let r=e;const i=r+n,s=[];let o="";for(;r<i;){const a=t[r++];if((a&128)===0)s.push(a);else if((a&224)===192){const c=t[r++]&63;s.push((a&31)<<6|c)}else if((a&240)===224){const c=t[r++]&63,f=t[r++]&63;s.push((a&31)<<12|c<<6|f)}else if((a&248)===240){const c=t[r++]&63,f=t[r++]&63,u=t[r++]&63;let h=(a&7)<<18|c<<12|f<<6|u;h>65535&&(h-=65536,s.push(h>>>10&1023|55296),h=56320|h&1023),s.push(h)}else s.push(a);s.length>=xS&&(o+=String.fromCharCode(...s),s.length=0)}return s.length>0&&(o+=String.fromCharCode(...s)),o}const _S=new TextDecoder,IS=200;function SS(t,e,n){const r=t.subarray(e,e+n);return _S.decode(r)}function BS(t,e,n){return n>IS?SS(t,e,n):Fy(t,e,n)}class hc{constructor(e,n){this.type=e,this.data=n}}class Mt extends Error{constructor(e){super(e);const n=Object.create(Mt.prototype);Object.setPrototypeOf(this,n),Object.defineProperty(this,"name",{configurable:!0,enumerable:!1,value:Mt.name})}}const mo=4294967295;function $S(t,e,n){const r=n/4294967296,i=n;t.setUint32(e,r),t.setUint32(e+4,i)}function Ly(t,e,n){const r=Math.floor(n/4294967296),i=n;t.setUint32(e,r),t.setUint32(e+4,i)}function ky(t,e){const n=t.getInt32(e),r=t.getUint32(e+4);return n*4294967296+r}function AS(t,e){const n=t.getUint32(e),r=t.getUint32(e+4);return n*4294967296+r}const OS=-1,DS=4294967296-1,PS=17179869184-1;function RS({sec:t,nsec:e}){if(t>=0&&e>=0&&t<=PS)if(e===0&&t<=DS){const n=new Uint8Array(4);return new DataView(n.buffer).setUint32(0,t),n}else{const n=t/4294967296,r=t&4294967295,i=new Uint8Array(8),s=new DataView(i.buffer);return s.setUint32(0,e<<2|n&3),s.setUint32(4,r),i}else{const n=new Uint8Array(12),r=new DataView(n.buffer);return r.setUint32(0,e),Ly(r,4,t),n}}function TS(t){const e=t.getTime(),n=Math.floor(e/1e3),r=(e-n*1e3)*1e6,i=Math.floor(r/1e9);return{sec:n+i,nsec:r-i*1e9}}function NS(t){if(t instanceof Date){const e=TS(t);return RS(e)}else return null}function US(t){const e=new DataView(t.buffer,t.byteOffset,t.byteLength);switch(t.byteLength){case 4:return{sec:e.getUint32(0),nsec:0};case 8:{const n=e.getUint32(0),r=e.getUint32(4),i=(n&3)*4294967296+r,s=n>>>2;return{sec:i,nsec:s}}case 12:{const n=ky(e,4),r=e.getUint32(0);return{sec:n,nsec:r}}default:throw new Mt(`Unrecognized data size for timestamp (expected 4, 8, or 12): ${t.length}`)}}function CS(t){const e=US(t);return new Date(e.sec*1e3+e.nsec/1e6)}const FS={type:OS,encode:NS,decode:CS};class dc{constructor(){this.builtInEncoders=[],this.builtInDecoders=[],this.encoders=[],this.decoders=[],this.register(FS)}register({type:e,encode:n,decode:r}){if(e>=0)this.encoders[e]=n,this.decoders[e]=r;else{const i=-1-e;this.builtInEncoders[i]=n,this.builtInDecoders[i]=r}}tryToEncode(e,n){for(let r=0;r<this.builtInEncoders.length;r++){const i=this.builtInEncoders[r];if(i!=null){const s=i(e,n);if(s!=null){const o=-1-r;return new hc(o,s)}}}for(let r=0;r<this.encoders.length;r++){const i=this.encoders[r];if(i!=null){const s=i(e,n);if(s!=null){const o=r;return new hc(o,s)}}}return e instanceof hc?e:null}decode(e,n,r){const i=n<0?this.builtInDecoders[-1-n]:this.decoders[n];return i?i(e,n,r):new hc(n,e)}}dc.defaultCodec=new dc;function LS(t){return t instanceof ArrayBuffer||typeof SharedArrayBuffer<"u"&&t instanceof SharedArrayBuffer}function Il(t){return t instanceof Uint8Array?t:ArrayBuffer.isView(t)?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):LS(t)?new Uint8Array(t):Uint8Array.from(t)}const kS=100,qS=2048;class Sl{constructor(e){this.entered=!1,this.extensionCodec=e?.extensionCodec??dc.defaultCodec,this.context=e?.context,this.useBigInt64=e?.useBigInt64??!1,this.maxDepth=e?.maxDepth??kS,this.initialBufferSize=e?.initialBufferSize??qS,this.sortKeys=e?.sortKeys??!1,this.forceFloat32=e?.forceFloat32??!1,this.ignoreUndefined=e?.ignoreUndefined??!1,this.forceIntegerToFloat=e?.forceIntegerToFloat??!1,this.pos=0,this.view=new DataView(new ArrayBuffer(this.initialBufferSize)),this.bytes=new Uint8Array(this.view.buffer)}clone(){return new Sl({extensionCodec:this.extensionCodec,context:this.context,useBigInt64:this.useBigInt64,maxDepth:this.maxDepth,initialBufferSize:this.initialBufferSize,sortKeys:this.sortKeys,forceFloat32:this.forceFloat32,ignoreUndefined:this.ignoreUndefined,forceIntegerToFloat:this.forceIntegerToFloat})}reinitializeState(){this.pos=0}encodeSharedRef(e){if(this.entered)return this.clone().encodeSharedRef(e);try{return this.entered=!0,this.reinitializeState(),this.doEncode(e,1),this.bytes.subarray(0,this.pos)}finally{this.entered=!1}}encode(e){if(this.entered)return this.clone().encode(e);try{return this.entered=!0,this.reinitializeState(),this.doEncode(e,1),this.bytes.slice(0,this.pos)}finally{this.entered=!1}}doEncode(e,n){if(n>this.maxDepth)throw new Error(`Too deep objects in depth ${n}`);e==null?this.encodeNil():typeof e=="boolean"?this.encodeBoolean(e):typeof e=="number"?this.forceIntegerToFloat?this.encodeNumberAsFloat(e):this.encodeNumber(e):typeof e=="string"?this.encodeString(e):this.useBigInt64&&typeof e=="bigint"?this.encodeBigInt64(e):this.encodeObject(e,n)}ensureBufferSizeToWrite(e){const n=this.pos+e;this.view.byteLength<n&&this.resizeBuffer(n*2)}resizeBuffer(e){const n=new ArrayBuffer(e),r=new Uint8Array(n),i=new DataView(n);r.set(this.bytes),this.view=i,this.bytes=r}encodeNil(){this.writeU8(192)}encodeBoolean(e){e===!1?this.writeU8(194):this.writeU8(195)}encodeNumber(e){!this.forceIntegerToFloat&&Number.isSafeInteger(e)?e>=0?e<128?this.writeU8(e):e<256?(this.writeU8(204),this.writeU8(e)):e<65536?(this.writeU8(205),this.writeU16(e)):e<4294967296?(this.writeU8(206),this.writeU32(e)):this.useBigInt64?this.encodeNumberAsFloat(e):(this.writeU8(207),this.writeU64(e)):e>=-32?this.writeU8(224|e+32):e>=-128?(this.writeU8(208),this.writeI8(e)):e>=-32768?(this.writeU8(209),this.writeI16(e)):e>=-2147483648?(this.writeU8(210),this.writeI32(e)):this.useBigInt64?this.encodeNumberAsFloat(e):(this.writeU8(211),this.writeI64(e)):this.encodeNumberAsFloat(e)}encodeNumberAsFloat(e){this.forceFloat32?(this.writeU8(202),this.writeF32(e)):(this.writeU8(203),this.writeF64(e))}encodeBigInt64(e){e>=BigInt(0)?(this.writeU8(207),this.writeBigUint64(e)):(this.writeU8(211),this.writeBigInt64(e))}writeStringHeader(e){if(e<32)this.writeU8(160+e);else if(e<256)this.writeU8(217),this.writeU8(e);else if(e<65536)this.writeU8(218),this.writeU16(e);else if(e<4294967296)this.writeU8(219),this.writeU32(e);else throw new Error(`Too long string: ${e} bytes in UTF-8`)}encodeString(e){const r=yS(e);this.ensureBufferSizeToWrite(5+r),this.writeStringHeader(r),ES(e,this.bytes,this.pos),this.pos+=r}encodeObject(e,n){const r=this.extensionCodec.tryToEncode(e,this.context);if(r!=null)this.encodeExtension(r);else if(Array.isArray(e))this.encodeArray(e,n);else if(ArrayBuffer.isView(e))this.encodeBinary(e);else if(typeof e=="object")this.encodeMap(e,n);else throw new Error(`Unrecognized object: ${Object.prototype.toString.apply(e)}`)}encodeBinary(e){const n=e.byteLength;if(n<256)this.writeU8(196),this.writeU8(n);else if(n<65536)this.writeU8(197),this.writeU16(n);else if(n<4294967296)this.writeU8(198),this.writeU32(n);else throw new Error(`Too large binary: ${n}`);const r=Il(e);this.writeU8a(r)}encodeArray(e,n){const r=e.length;if(r<16)this.writeU8(144+r);else if(r<65536)this.writeU8(220),this.writeU16(r);else if(r<4294967296)this.writeU8(221),this.writeU32(r);else throw new Error(`Too large array: ${r}`);for(const i of e)this.doEncode(i,n+1)}countWithoutUndefined(e,n){let r=0;for(const i of n)e[i]!==void 0&&r++;return r}encodeMap(e,n){const r=Object.keys(e);this.sortKeys&&r.sort();const i=this.ignoreUndefined?this.countWithoutUndefined(e,r):r.length;if(i<16)this.writeU8(128+i);else if(i<65536)this.writeU8(222),this.writeU16(i);else if(i<4294967296)this.writeU8(223),this.writeU32(i);else throw new Error(`Too large map object: ${i}`);for(const s of r){const o=e[s];this.ignoreUndefined&&o===void 0||(this.encodeString(s),this.doEncode(o,n+1))}}encodeExtension(e){if(typeof e.data=="function"){const r=e.data(this.pos+6),i=r.length;if(i>=4294967296)throw new Error(`Too large extension object: ${i}`);this.writeU8(201),this.writeU32(i),this.writeI8(e.type),this.writeU8a(r);return}const n=e.data.length;if(n===1)this.writeU8(212);else if(n===2)this.writeU8(213);else if(n===4)this.writeU8(214);else if(n===8)this.writeU8(215);else if(n===16)this.writeU8(216);else if(n<256)this.writeU8(199),this.writeU8(n);else if(n<65536)this.writeU8(200),this.writeU16(n);else if(n<4294967296)this.writeU8(201),this.writeU32(n);else throw new Error(`Too large extension object: ${n}`);this.writeI8(e.type),this.writeU8a(e.data)}writeU8(e){this.ensureBufferSizeToWrite(1),this.view.setUint8(this.pos,e),this.pos++}writeU8a(e){const n=e.length;this.ensureBufferSizeToWrite(n),this.bytes.set(e,this.pos),this.pos+=n}writeI8(e){this.ensureBufferSizeToWrite(1),this.view.setInt8(this.pos,e),this.pos++}writeU16(e){this.ensureBufferSizeToWrite(2),this.view.setUint16(this.pos,e),this.pos+=2}writeI16(e){this.ensureBufferSizeToWrite(2),this.view.setInt16(this.pos,e),this.pos+=2}writeU32(e){this.ensureBufferSizeToWrite(4),this.view.setUint32(this.pos,e),this.pos+=4}writeI32(e){this.ensureBufferSizeToWrite(4),this.view.setInt32(this.pos,e),this.pos+=4}writeF32(e){this.ensureBufferSizeToWrite(4),this.view.setFloat32(this.pos,e),this.pos+=4}writeF64(e){this.ensureBufferSizeToWrite(8),this.view.setFloat64(this.pos,e),this.pos+=8}writeU64(e){this.ensureBufferSizeToWrite(8),$S(this.view,this.pos,e),this.pos+=8}writeI64(e){this.ensureBufferSizeToWrite(8),Ly(this.view,this.pos,e),this.pos+=8}writeBigUint64(e){this.ensureBufferSizeToWrite(8),this.view.setBigUint64(this.pos,e),this.pos+=8}writeBigInt64(e){this.ensureBufferSizeToWrite(8),this.view.setBigInt64(this.pos,e),this.pos+=8}}function MS(t,e){return new Sl(e).encodeSharedRef(t)}function Bl(t){return`${t<0?"-":""}0x${Math.abs(t).toString(16).padStart(2,"0")}`}const jS=16,zS=16;class HS{constructor(e=jS,n=zS){this.hit=0,this.miss=0,this.maxKeyLength=e,this.maxLengthPerKey=n,this.caches=[];for(let r=0;r<this.maxKeyLength;r++)this.caches.push([])}canBeCached(e){return e>0&&e<=this.maxKeyLength}find(e,n,r){const i=this.caches[r-1];e:for(const s of i){const o=s.bytes;for(let a=0;a<r;a++)if(o[a]!==e[n+a])continue e;return s.str}return null}store(e,n){const r=this.caches[e.length-1],i={bytes:e,str:n};r.length>=this.maxLengthPerKey?r[Math.random()*r.length|0]=i:r.push(i)}decode(e,n,r){const i=this.find(e,n,r);if(i!=null)return this.hit++,i;this.miss++;const s=Fy(e,n,r),o=Uint8Array.prototype.slice.call(e,n,n+r);return this.store(o,s),s}}const $l="array",vo="map_key",qy="map_value",VS=t=>{if(typeof t=="string"||typeof t=="number")return t;throw new Mt("The type of key must be string or number but "+typeof t)};class KS{constructor(){this.stack=[],this.stackHeadPosition=-1}get length(){return this.stackHeadPosition+1}top(){return this.stack[this.stackHeadPosition]}pushArrayState(e){const n=this.getUninitializedStateFromPool();n.type=$l,n.position=0,n.size=e,n.array=new Array(e)}pushMapState(e){const n=this.getUninitializedStateFromPool();n.type=vo,n.readCount=0,n.size=e,n.map={}}getUninitializedStateFromPool(){if(this.stackHeadPosition++,this.stackHeadPosition===this.stack.length){const e={type:void 0,size:0,array:void 0,position:0,readCount:0,map:void 0,key:null};this.stack.push(e)}return this.stack[this.stackHeadPosition]}release(e){if(this.stack[this.stackHeadPosition]!==e)throw new Error("Invalid stack state. Released state is not on top of the stack.");if(e.type===$l){const r=e;r.size=0,r.array=void 0,r.position=0,r.type=void 0}if(e.type===vo||e.type===qy){const r=e;r.size=0,r.map=void 0,r.readCount=0,r.type=void 0}this.stackHeadPosition--}reset(){this.stack.length=0,this.stackHeadPosition=-1}}const Eo=-1,Al=new DataView(new ArrayBuffer(0)),GS=new Uint8Array(Al.buffer);try{Al.getInt8(0)}catch(t){if(!(t instanceof RangeError))throw new Error("This module is not supported in the current JavaScript engine because DataView does not throw RangeError on out-of-bounds access")}const My=new RangeError("Insufficient data"),ZS=new HS;class Ol{constructor(e){this.totalPos=0,this.pos=0,this.view=Al,this.bytes=GS,this.headByte=Eo,this.stack=new KS,this.entered=!1,this.extensionCodec=e?.extensionCodec??dc.defaultCodec,this.context=e?.context,this.useBigInt64=e?.useBigInt64??!1,this.rawStrings=e?.rawStrings??!1,this.maxStrLength=e?.maxStrLength??mo,this.maxBinLength=e?.maxBinLength??mo,this.maxArrayLength=e?.maxArrayLength??mo,this.maxMapLength=e?.maxMapLength??mo,this.maxExtLength=e?.maxExtLength??mo,this.keyDecoder=e?.keyDecoder!==void 0?e.keyDecoder:ZS,this.mapKeyConverter=e?.mapKeyConverter??VS}clone(){return new Ol({extensionCodec:this.extensionCodec,context:this.context,useBigInt64:this.useBigInt64,rawStrings:this.rawStrings,maxStrLength:this.maxStrLength,maxBinLength:this.maxBinLength,maxArrayLength:this.maxArrayLength,maxMapLength:this.maxMapLength,maxExtLength:this.maxExtLength,keyDecoder:this.keyDecoder})}reinitializeState(){this.totalPos=0,this.headByte=Eo,this.stack.reset()}setBuffer(e){const n=Il(e);this.bytes=n,this.view=new DataView(n.buffer,n.byteOffset,n.byteLength),this.pos=0}appendBuffer(e){if(this.headByte===Eo&&!this.hasRemaining(1))this.setBuffer(e);else{const n=this.bytes.subarray(this.pos),r=Il(e),i=new Uint8Array(n.length+r.length);i.set(n),i.set(r,n.length),this.setBuffer(i)}}hasRemaining(e){return this.view.byteLength-this.pos>=e}createExtraByteError(e){const{view:n,pos:r}=this;return new RangeError(`Extra ${n.byteLength-r} of ${n.byteLength} byte(s) found at buffer[${e}]`)}decode(e){if(this.entered)return this.clone().decode(e);try{this.entered=!0,this.reinitializeState(),this.setBuffer(e);const n=this.doDecodeSync();if(this.hasRemaining(1))throw this.createExtraByteError(this.pos);return n}finally{this.entered=!1}}*decodeMulti(e){if(this.entered){yield*this.clone().decodeMulti(e);return}try{for(this.entered=!0,this.reinitializeState(),this.setBuffer(e);this.hasRemaining(1);)yield this.doDecodeSync()}finally{this.entered=!1}}async decodeAsync(e){if(this.entered)return this.clone().decodeAsync(e);try{this.entered=!0;let n=!1,r;for await(const a of e){if(n)throw this.entered=!1,this.createExtraByteError(this.totalPos);this.appendBuffer(a);try{r=this.doDecodeSync(),n=!0}catch(c){if(!(c instanceof RangeError))throw c}this.totalPos+=this.pos}if(n){if(this.hasRemaining(1))throw this.createExtraByteError(this.totalPos);return r}const{headByte:i,pos:s,totalPos:o}=this;throw new RangeError(`Insufficient data in parsing ${Bl(i)} at ${o} (${s} in the current buffer)`)}finally{this.entered=!1}}decodeArrayStream(e){return this.decodeMultiAsync(e,!0)}decodeStream(e){return this.decodeMultiAsync(e,!1)}async*decodeMultiAsync(e,n){if(this.entered){yield*this.clone().decodeMultiAsync(e,n);return}try{this.entered=!0;let r=n,i=-1;for await(const s of e){if(n&&i===0)throw this.createExtraByteError(this.totalPos);this.appendBuffer(s),r&&(i=this.readArraySize(),r=!1,this.complete());try{for(;yield this.doDecodeSync(),--i!==0;);}catch(o){if(!(o instanceof RangeError))throw o}this.totalPos+=this.pos}}finally{this.entered=!1}}doDecodeSync(){e:for(;;){const e=this.readHeadByte();let n;if(e>=224)n=e-256;else if(e<192)if(e<128)n=e;else if(e<144){const i=e-128;if(i!==0){this.pushMapState(i),this.complete();continue e}else n={}}else if(e<160){const i=e-144;if(i!==0){this.pushArrayState(i),this.complete();continue e}else n=[]}else{const i=e-160;n=this.decodeString(i,0)}else if(e===192)n=null;else if(e===194)n=!1;else if(e===195)n=!0;else if(e===202)n=this.readF32();else if(e===203)n=this.readF64();else if(e===204)n=this.readU8();else if(e===205)n=this.readU16();else if(e===206)n=this.readU32();else if(e===207)this.useBigInt64?n=this.readU64AsBigInt():n=this.readU64();else if(e===208)n=this.readI8();else if(e===209)n=this.readI16();else if(e===210)n=this.readI32();else if(e===211)this.useBigInt64?n=this.readI64AsBigInt():n=this.readI64();else if(e===217){const i=this.lookU8();n=this.decodeString(i,1)}else if(e===218){const i=this.lookU16();n=this.decodeString(i,2)}else if(e===219){const i=this.lookU32();n=this.decodeString(i,4)}else if(e===220){const i=this.readU16();if(i!==0){this.pushArrayState(i),this.complete();continue e}else n=[]}else if(e===221){const i=this.readU32();if(i!==0){this.pushArrayState(i),this.complete();continue e}else n=[]}else if(e===222){const i=this.readU16();if(i!==0){this.pushMapState(i),this.complete();continue e}else n={}}else if(e===223){const i=this.readU32();if(i!==0){this.pushMapState(i),this.complete();continue e}else n={}}else if(e===196){const i=this.lookU8();n=this.decodeBinary(i,1)}else if(e===197){const i=this.lookU16();n=this.decodeBinary(i,2)}else if(e===198){const i=this.lookU32();n=this.decodeBinary(i,4)}else if(e===212)n=this.decodeExtension(1,0);else if(e===213)n=this.decodeExtension(2,0);else if(e===214)n=this.decodeExtension(4,0);else if(e===215)n=this.decodeExtension(8,0);else if(e===216)n=this.decodeExtension(16,0);else if(e===199){const i=this.lookU8();n=this.decodeExtension(i,1)}else if(e===200){const i=this.lookU16();n=this.decodeExtension(i,2)}else if(e===201){const i=this.lookU32();n=this.decodeExtension(i,4)}else throw new Mt(`Unrecognized type byte: ${Bl(e)}`);this.complete();const r=this.stack;for(;r.length>0;){const i=r.top();if(i.type===$l)if(i.array[i.position]=n,i.position++,i.position===i.size)n=i.array,r.release(i);else continue e;else if(i.type===vo){if(n==="__proto__")throw new Mt("The key __proto__ is not allowed");i.key=this.mapKeyConverter(n),i.type=qy;continue e}else if(i.map[i.key]=n,i.readCount++,i.readCount===i.size)n=i.map,r.release(i);else{i.key=null,i.type=vo;continue e}}return n}}readHeadByte(){return this.headByte===Eo&&(this.headByte=this.readU8()),this.headByte}complete(){this.headByte=Eo}readArraySize(){const e=this.readHeadByte();switch(e){case 220:return this.readU16();case 221:return this.readU32();default:{if(e<160)return e-144;throw new Mt(`Unrecognized array type byte: ${Bl(e)}`)}}}pushMapState(e){if(e>this.maxMapLength)throw new Mt(`Max length exceeded: map length (${e}) > maxMapLengthLength (${this.maxMapLength})`);this.stack.pushMapState(e)}pushArrayState(e){if(e>this.maxArrayLength)throw new Mt(`Max length exceeded: array length (${e}) > maxArrayLength (${this.maxArrayLength})`);this.stack.pushArrayState(e)}decodeString(e,n){return!this.rawStrings||this.stateIsMapKey()?this.decodeUtf8String(e,n):this.decodeBinary(e,n)}decodeUtf8String(e,n){if(e>this.maxStrLength)throw new Mt(`Max length exceeded: UTF-8 byte length (${e}) > maxStrLength (${this.maxStrLength})`);if(this.bytes.byteLength<this.pos+n+e)throw My;const r=this.pos+n;let i;return this.stateIsMapKey()&&this.keyDecoder?.canBeCached(e)?i=this.keyDecoder.decode(this.bytes,r,e):i=BS(this.bytes,r,e),this.pos+=n+e,i}stateIsMapKey(){return this.stack.length>0?this.stack.top().type===vo:!1}decodeBinary(e,n){if(e>this.maxBinLength)throw new Mt(`Max length exceeded: bin length (${e}) > maxBinLength (${this.maxBinLength})`);if(!this.hasRemaining(e+n))throw My;const r=this.pos+n,i=this.bytes.subarray(r,r+e);return this.pos+=n+e,i}decodeExtension(e,n){if(e>this.maxExtLength)throw new Mt(`Max length exceeded: ext length (${e}) > maxExtLength (${this.maxExtLength})`);const r=this.view.getInt8(this.pos+n),i=this.decodeBinary(e,n+1);return this.extensionCodec.decode(i,r,this.context)}lookU8(){return this.view.getUint8(this.pos)}lookU16(){return this.view.getUint16(this.pos)}lookU32(){return this.view.getUint32(this.pos)}readU8(){const e=this.view.getUint8(this.pos);return this.pos++,e}readI8(){const e=this.view.getInt8(this.pos);return this.pos++,e}readU16(){const e=this.view.getUint16(this.pos);return this.pos+=2,e}readI16(){const e=this.view.getInt16(this.pos);return this.pos+=2,e}readU32(){const e=this.view.getUint32(this.pos);return this.pos+=4,e}readI32(){const e=this.view.getInt32(this.pos);return this.pos+=4,e}readU64(){const e=AS(this.view,this.pos);return this.pos+=8,e}readI64(){const e=ky(this.view,this.pos);return this.pos+=8,e}readU64AsBigInt(){const e=this.view.getBigUint64(this.pos);return this.pos+=8,e}readI64AsBigInt(){const e=this.view.getBigInt64(this.pos);return this.pos+=8,e}readF32(){const e=this.view.getFloat32(this.pos);return this.pos+=4,e}readF64(){const e=this.view.getFloat64(this.pos);return this.pos+=8,e}}function WS(t,e){return new Ol(e).decode(t)}const YS=":";function pc(t){const[e,n]=t.split(YS);return{namespace:e,reference:n}}function jy(t,e){return t.includes(":")?[t]:e.chains||[]}var XS=Object.defineProperty,JS=Object.defineProperties,QS=Object.getOwnPropertyDescriptors,zy=Object.getOwnPropertySymbols,eB=Object.prototype.hasOwnProperty,tB=Object.prototype.propertyIsEnumerable,Dl=(t,e,n)=>e in t?XS(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Hy=(t,e)=>{for(var n in e||(e={}))eB.call(e,n)&&Dl(t,n,e[n]);if(zy)for(var n of zy(e))tB.call(e,n)&&Dl(t,n,e[n]);return t},nB=(t,e)=>JS(t,QS(e)),Vy=(t,e,n)=>Dl(t,typeof e!="symbol"?e+"":e,n);const rB="ReactNative",jt={reactNative:"react-native",node:"node",browser:"browser",unknown:"unknown"},iB="js";function gc(){return typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.node<"u"}function Wr(){return!Un()&&!!Fs()&&navigator.product===rB}function sB(){return Wr()&&typeof global<"u"&&typeof(global==null?void 0:global.Platform)<"u"&&(global==null?void 0:global.Platform.OS)==="android"}function oB(){return Wr()&&typeof global<"u"&&typeof(global==null?void 0:global.Platform)<"u"&&(global==null?void 0:global.Platform.OS)==="ios"}function ms(){return!gc()&&!!Fs()&&!!Un()}function xo(){return Wr()?jt.reactNative:gc()?jt.node:ms()?jt.browser:jt.unknown}function Ky(){var t;try{return Wr()&&typeof global<"u"&&typeof(global==null?void 0:global.Application)<"u"?(t=global.Application)==null?void 0:t.applicationId:void 0}catch{return}}function aB(t,e){const n=new URLSearchParams(t);return Object.entries(e).sort(([r],[i])=>r.localeCompare(i)).forEach(([r,i])=>{i!=null&&n.set(r,String(i))}),n.toString()}function cB(t){var e,n;const r=Gy();try{return t!=null&&t.url&&r.url&&new URL(t.url).host!==new URL(r.url).host&&(console.warn(`The configured WalletConnect 'metadata.url':${t.url} differs from the actual page url:${r.url}. This is probably unintended and can lead to issues.`),t.url=r.url),(e=t?.icons)!=null&&e.length&&t.icons.length>0&&(t.icons=t.icons.filter(i=>i!=="")),nB(Hy(Hy({},r),t),{url:t?.url||r.url,name:t?.name||r.name,description:t?.description||r.description,icons:(n=t?.icons)!=null&&n.length&&t.icons.length>0?t.icons:r.icons})}catch(i){return console.warn("Error populating app metadata",i),t||r}}function Gy(){return Pd()||{name:"",description:"",url:"",icons:[""]}}function fB(){if(xo()===jt.reactNative&&typeof global<"u"&&typeof(global==null?void 0:global.Platform)<"u"){const{OS:n,Version:r}=global.Platform;return[n,r].join("-")}const t=l3();if(t===null)return"unknown";const e=t.os?t.os.replace(" ","").toLowerCase():"unknown";return t.type==="browser"?[e,t.name,t.version].join("-"):[e,t.version].join("-")}function uB(){var t;const e=xo();return e===jt.browser?[e,((t=Dd())==null?void 0:t.host)||"unknown"].join(":"):e}function Zy(t,e,n){const r=fB(),i=uB();return[[t,e].join("-"),[iB,n].join("-"),r,i].join("/")}function lB({protocol:t,version:e,relayUrl:n,sdkVersion:r,auth:i,projectId:s,useOnCloseEvent:o,bundleId:a,packageName:c}){const f=n.split("?"),u=Zy(t,e,r),h={auth:i,ua:u,projectId:s,useOnCloseEvent:o||void 0,packageName:c||void 0,bundleId:a||void 0},l=aB(f[1]||"",h);return f[0]+"?"+l}function Ri(t,e){return t.filter(n=>e.includes(n)).length===t.length}function Pl(t){return Object.fromEntries(t.entries())}function Rl(t){return new Map(Object.entries(t))}function Ti(t=Z.FIVE_MINUTES,e){const n=Z.toMiliseconds(t||Z.FIVE_MINUTES);let r,i,s,o;return{resolve:a=>{s&&r&&(clearTimeout(s),r(a),o=Promise.resolve(a))},reject:a=>{s&&i&&(clearTimeout(s),i(a))},done:()=>new Promise((a,c)=>{if(o)return a(o);s=setTimeout(()=>{const f=new Error(e);o=Promise.reject(f),c(f)},n),r=a,i=c})}}function Bn(t,e,n){return new Promise(async(r,i)=>{const s=setTimeout(()=>i(new Error(n)),e);try{const o=await t;r(o)}catch(o){i(o)}clearTimeout(s)})}function Wy(t,e){if(typeof e=="string"&&e.startsWith(`${t}:`))return e;if(t.toLowerCase()==="topic"){if(typeof e!="string")throw new Error('Value must be "string" for expirer target type: topic');return`topic:${e}`}else if(t.toLowerCase()==="id"){if(typeof e!="number")throw new Error('Value must be "number" for expirer target type: id');return`id:${e}`}throw new Error(`Unknown expirer target type: ${t}`)}function hB(t){return Wy("topic",t)}function dB(t){return Wy("id",t)}function Yy(t){const[e,n]=t.split(":"),r={id:void 0,topic:void 0};if(e==="topic"&&typeof n=="string")r.topic=n;else if(e==="id"&&Number.isInteger(Number(n)))r.id=Number(n);else throw new Error(`Invalid target, expected id:number or topic:string, got ${e}:${n}`);return r}function Ue(t,e){return Z.fromMiliseconds((e||Date.now())+Z.toMiliseconds(t))}function Yr(t){return Date.now()>=Z.toMiliseconds(t)}function pe(t,e){return`${t}${e?`:${e}`:""}`}function Ni(t=[],e=[]){return[...new Set([...t,...e])]}async function pB({id:t,topic:e,wcDeepLink:n}){var r;try{if(!n)return;const i=typeof n=="string"?JSON.parse(n):n,s=i?.href;if(typeof s!="string")return;const o=gB(s,t,e),a=xo();if(a===jt.browser){if(!((r=Un())!=null&&r.hasFocus())){console.warn("Document does not have focus, skipping deeplink.");return}yB(o)}else a===jt.reactNative&&typeof(global==null?void 0:global.Linking)<"u"&&await global.Linking.openURL(o)}catch(i){console.error(i)}}function gB(t,e,n){const r=`requestId=${e}&sessionTopic=${n}`;t.endsWith("/")&&(t=t.slice(0,-1));let i=`${t}`;if(t.startsWith("https://t.me")){const s=t.includes("?")?"&startapp=":"?startapp=";i=`${i}${s}${vB(r,!0)}`}else i=`${i}/wc?${r}`;return i}function yB(t){let e="_self";mB()?e="_top":(wB()||t.startsWith("https://")||t.startsWith("http://"))&&(e="_blank"),window.open(t,e,"noreferrer noopener")}async function bB(t,e){let n="";try{if(ms()&&(n=localStorage.getItem(e),n))return n;n=await t.getItem(e)}catch(r){console.error(r)}return n}function Xy(t,e){if(!t.includes(e))return null;const n=t.split(/([&,?,=])/),r=n.indexOf(e);return n[r+2]}function Jy(){return typeof crypto<"u"&&crypto!=null&&crypto.randomUUID?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/gu,t=>{const e=Math.random()*16|0;return(t==="x"?e:e&3|8).toString(16)})}function Tl(){return typeof process<"u"&&process.env.IS_VITEST==="true"}function wB(){return typeof window<"u"&&(!!window.TelegramWebviewProxy||!!window.Telegram||!!window.TelegramWebviewProxyProto)}function mB(){try{return window.self!==window.top}catch{return!1}}function vB(t,e=!1){const n=Buffer.from(t).toString("base64");return e?n.replace(/[=]/g,""):n}function Qy(t){return Buffer.from(t,"base64").toString("utf-8")}function EB(t){return new Promise(e=>setTimeout(e,t))}class xB{constructor({limit:e}){Vy(this,"limit"),Vy(this,"set"),this.limit=e,this.set=new Set}add(e){if(!this.set.has(e)){if(this.set.size>=this.limit){const n=this.set.values().next().value;n&&this.set.delete(n)}this.set.add(e)}}has(e){return this.set.has(e)}}const yc=BigInt(2**32-1),eb=BigInt(32);function tb(t,e=!1){return e?{h:Number(t&yc),l:Number(t>>eb&yc)}:{h:Number(t>>eb&yc)|0,l:Number(t&yc)|0}}function nb(t,e=!1){const n=t.length;let r=new Uint32Array(n),i=new Uint32Array(n);for(let s=0;s<n;s++){const{h:o,l:a}=tb(t[s],e);[r[s],i[s]]=[o,a]}return[r,i]}const rb=(t,e,n)=>t>>>n,ib=(t,e,n)=>t<<32-n|e>>>n,Xr=(t,e,n)=>t>>>n|e<<32-n,Jr=(t,e,n)=>t<<32-n|e>>>n,_o=(t,e,n)=>t<<64-n|e>>>n-32,Io=(t,e,n)=>t>>>n-32|e<<64-n,_B=(t,e)=>e,IB=(t,e)=>t,SB=(t,e,n)=>t<<n|e>>>32-n,BB=(t,e,n)=>e<<n|t>>>32-n,$B=(t,e,n)=>e<<n-32|t>>>64-n,AB=(t,e,n)=>t<<n-32|e>>>64-n;function dn(t,e,n,r){const i=(e>>>0)+(r>>>0);return{h:t+n+(i/2**32|0)|0,l:i|0}}const Nl=(t,e,n)=>(t>>>0)+(e>>>0)+(n>>>0),Ul=(t,e,n,r)=>e+n+r+(t/2**32|0)|0,OB=(t,e,n,r)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0),DB=(t,e,n,r,i)=>e+n+r+i+(t/2**32|0)|0,PB=(t,e,n,r,i)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0)+(i>>>0),RB=(t,e,n,r,i,s)=>e+n+r+i+s+(t/2**32|0)|0,vs=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function bc(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function tr(t){if(!Number.isSafeInteger(t)||t<0)throw new Error("positive integer expected, got "+t)}function pn(t,...e){if(!bc(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function wc(t){if(typeof t!="function"||typeof t.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");tr(t.outputLen),tr(t.blockLen)}function Qr(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function Cl(t,e){pn(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}function So(t){return new Uint32Array(t.buffer,t.byteOffset,Math.floor(t.byteLength/4))}function Xt(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function Fl(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function $n(t,e){return t<<32-e|t>>>e}const sb=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function ob(t){return t<<24&4278190080|t<<8&16711680|t>>>8&65280|t>>>24&255}const nr=sb?t=>t:t=>ob(t);function TB(t){for(let e=0;e<t.length;e++)t[e]=ob(t[e]);return t}const ei=sb?t=>t:TB,ab=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",NB=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function Es(t){if(pn(t),ab)return t.toHex();let e="";for(let n=0;n<t.length;n++)e+=NB[t[n]];return e}const rr={_0:48,_9:57,A:65,F:70,a:97,f:102};function cb(t){if(t>=rr._0&&t<=rr._9)return t-rr._0;if(t>=rr.A&&t<=rr.F)return t-(rr.A-10);if(t>=rr.a&&t<=rr.f)return t-(rr.a-10)}function mc(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);if(ab)return Uint8Array.fromHex(t);const e=t.length,n=e/2;if(e%2)throw new Error("hex string expected, got unpadded hex of length "+e);const r=new Uint8Array(n);for(let i=0,s=0;i<n;i++,s+=2){const o=cb(t.charCodeAt(s)),a=cb(t.charCodeAt(s+1));if(o===void 0||a===void 0){const c=t[s]+t[s+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+s)}r[i]=o*16+a}return r}function fb(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function gn(t){return typeof t=="string"&&(t=fb(t)),pn(t),t}function ti(...t){let e=0;for(let r=0;r<t.length;r++){const i=t[r];pn(i),e+=i.length}const n=new Uint8Array(e);for(let r=0,i=0;r<t.length;r++){const s=t[r];n.set(s,i),i+=s.length}return n}class vc{}function Bo(t){const e=r=>t().update(gn(r)).digest(),n=t();return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=()=>t(),e}function UB(t){const e=(r,i)=>t(i).update(gn(r)).digest(),n=t({});return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=r=>t(r),e}function Ui(t=32){if(vs&&typeof vs.getRandomValues=="function")return vs.getRandomValues(new Uint8Array(t));if(vs&&typeof vs.randomBytes=="function")return Uint8Array.from(vs.randomBytes(t));throw new Error("crypto.getRandomValues must be defined")}const CB=BigInt(0),$o=BigInt(1),FB=BigInt(2),LB=BigInt(7),kB=BigInt(256),qB=BigInt(113),ub=[],lb=[],hb=[];for(let t=0,e=$o,n=1,r=0;t<24;t++){[n,r]=[r,(2*n+3*r)%5],ub.push(2*(5*r+n)),lb.push((t+1)*(t+2)/2%64);let i=CB;for(let s=0;s<7;s++)e=(e<<$o^(e>>LB)*qB)%kB,e&FB&&(i^=$o<<($o<<BigInt(s))-$o);hb.push(i)}const db=nb(hb,!0),MB=db[0],jB=db[1],pb=(t,e,n)=>n>32?$B(t,e,n):SB(t,e,n),gb=(t,e,n)=>n>32?AB(t,e,n):BB(t,e,n);function zB(t,e=24){const n=new Uint32Array(10);for(let r=24-e;r<24;r++){for(let o=0;o<10;o++)n[o]=t[o]^t[o+10]^t[o+20]^t[o+30]^t[o+40];for(let o=0;o<10;o+=2){const a=(o+8)%10,c=(o+2)%10,f=n[c],u=n[c+1],h=pb(f,u,1)^n[a],l=gb(f,u,1)^n[a+1];for(let d=0;d<50;d+=10)t[o+d]^=h,t[o+d+1]^=l}let i=t[2],s=t[3];for(let o=0;o<24;o++){const a=lb[o],c=pb(i,s,a),f=gb(i,s,a),u=ub[o];i=t[u],s=t[u+1],t[u]=c,t[u+1]=f}for(let o=0;o<50;o+=10){for(let a=0;a<10;a++)n[a]=t[o+a];for(let a=0;a<10;a++)t[o+a]^=~n[(a+2)%10]&n[(a+4)%10]}t[0]^=MB[r],t[1]^=jB[r]}Xt(n)}class Ll extends vc{constructor(e,n,r,i=!1,s=24){if(super(),this.pos=0,this.posOut=0,this.finished=!1,this.destroyed=!1,this.enableXOF=!1,this.blockLen=e,this.suffix=n,this.outputLen=r,this.enableXOF=i,this.rounds=s,tr(r),!(0<e&&e<200))throw new Error("only keccak-f1600 function is supported");this.state=new Uint8Array(200),this.state32=So(this.state)}clone(){return this._cloneInto()}keccak(){ei(this.state32),zB(this.state32,this.rounds),ei(this.state32),this.posOut=0,this.pos=0}update(e){Qr(this),e=gn(e),pn(e);const{blockLen:n,state:r}=this,i=e.length;for(let s=0;s<i;){const o=Math.min(n-this.pos,i-s);for(let a=0;a<o;a++)r[this.pos++]^=e[s++];this.pos===n&&this.keccak()}return this}finish(){if(this.finished)return;this.finished=!0;const{state:e,suffix:n,pos:r,blockLen:i}=this;e[r]^=n,(n&128)!==0&&r===i-1&&this.keccak(),e[i-1]^=128,this.keccak()}writeInto(e){Qr(this,!1),pn(e),this.finish();const n=this.state,{blockLen:r}=this;for(let i=0,s=e.length;i<s;){this.posOut>=r&&this.keccak();const o=Math.min(r-this.posOut,s-i);e.set(n.subarray(this.posOut,this.posOut+o),i),this.posOut+=o,i+=o}return e}xofInto(e){if(!this.enableXOF)throw new Error("XOF is not possible for this instance");return this.writeInto(e)}xof(e){return tr(e),this.xofInto(new Uint8Array(e))}digestInto(e){if(Cl(e,this),this.finished)throw new Error("digest() was already called");return this.writeInto(e),this.destroy(),e}digest(){return this.digestInto(new Uint8Array(this.outputLen))}destroy(){this.destroyed=!0,Xt(this.state)}_cloneInto(e){const{blockLen:n,suffix:r,outputLen:i,rounds:s,enableXOF:o}=this;return e||(e=new Ll(n,r,i,o,s)),e.state32.set(this.state32),e.pos=this.pos,e.posOut=this.posOut,e.finished=this.finished,e.rounds=s,e.suffix=r,e.outputLen=i,e.enableXOF=o,e.destroyed=this.destroyed,e}}const HB=(t,e,n)=>Bo(()=>new Ll(e,t,n)),VB=HB(1,136,256/8);function KB(t,e,n,r){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,n,r);const i=BigInt(32),s=BigInt(4294967295),o=Number(n>>i&s),a=Number(n&s),c=r?4:0,f=r?0:4;t.setUint32(e+c,o,r),t.setUint32(e+f,a,r)}function GB(t,e,n){return t&e^~t&n}function ZB(t,e,n){return t&e^t&n^e&n}class yb extends vc{constructor(e,n,r,i){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=e,this.outputLen=n,this.padOffset=r,this.isLE=i,this.buffer=new Uint8Array(e),this.view=Fl(this.buffer)}update(e){Qr(this),e=gn(e),pn(e);const{view:n,buffer:r,blockLen:i}=this,s=e.length;for(let o=0;o<s;){const a=Math.min(i-this.pos,s-o);if(a===i){const c=Fl(e);for(;i<=s-o;o+=i)this.process(c,o);continue}r.set(e.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===i&&(this.process(n,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Qr(this),Cl(e,this),this.finished=!0;const{buffer:n,view:r,blockLen:i,isLE:s}=this;let{pos:o}=this;n[o++]=128,Xt(this.buffer.subarray(o)),this.padOffset>i-o&&(this.process(r,0),o=0);for(let h=o;h<i;h++)n[h]=0;KB(r,i-8,BigInt(this.length*8),s),this.process(r,0);const a=Fl(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const f=c/4,u=this.get();if(f>u.length)throw new Error("_sha2: outputLen bigger than state");for(let h=0;h<f;h++)a.setUint32(4*h,u[h],s)}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());const{blockLen:n,buffer:r,length:i,finished:s,destroyed:o,pos:a}=this;return e.destroyed=o,e.finished=s,e.length=i,e.pos=a,i%n&&e.buffer.set(r),e}clone(){return this._cloneInto()}}const ni=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),ft=Uint32Array.from([3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]),ut=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]),WB=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),ri=new Uint32Array(64);class YB extends yb{constructor(e=32){super(64,e,8,!1),this.A=ni[0]|0,this.B=ni[1]|0,this.C=ni[2]|0,this.D=ni[3]|0,this.E=ni[4]|0,this.F=ni[5]|0,this.G=ni[6]|0,this.H=ni[7]|0}get(){const{A:e,B:n,C:r,D:i,E:s,F:o,G:a,H:c}=this;return[e,n,r,i,s,o,a,c]}set(e,n,r,i,s,o,a,c){this.A=e|0,this.B=n|0,this.C=r|0,this.D=i|0,this.E=s|0,this.F=o|0,this.G=a|0,this.H=c|0}process(e,n){for(let h=0;h<16;h++,n+=4)ri[h]=e.getUint32(n,!1);for(let h=16;h<64;h++){const l=ri[h-15],d=ri[h-2],p=$n(l,7)^$n(l,18)^l>>>3,b=$n(d,17)^$n(d,19)^d>>>10;ri[h]=b+ri[h-7]+p+ri[h-16]|0}let{A:r,B:i,C:s,D:o,E:a,F:c,G:f,H:u}=this;for(let h=0;h<64;h++){const l=$n(a,6)^$n(a,11)^$n(a,25),d=u+l+GB(a,c,f)+WB[h]+ri[h]|0,p=($n(r,2)^$n(r,13)^$n(r,22))+ZB(r,i,s)|0;u=f,f=c,c=a,a=o+d|0,o=s,s=i,i=r,r=d+p|0}r=r+this.A|0,i=i+this.B|0,s=s+this.C|0,o=o+this.D|0,a=a+this.E|0,c=c+this.F|0,f=f+this.G|0,u=u+this.H|0,this.set(r,i,s,o,a,c,f,u)}roundClean(){Xt(ri)}destroy(){this.set(0,0,0,0,0,0,0,0),Xt(this.buffer)}}const bb=nb(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(t=>BigInt(t))),XB=bb[0],JB=bb[1],ii=new Uint32Array(80),si=new Uint32Array(80);class kl extends yb{constructor(e=64){super(128,e,16,!1),this.Ah=ut[0]|0,this.Al=ut[1]|0,this.Bh=ut[2]|0,this.Bl=ut[3]|0,this.Ch=ut[4]|0,this.Cl=ut[5]|0,this.Dh=ut[6]|0,this.Dl=ut[7]|0,this.Eh=ut[8]|0,this.El=ut[9]|0,this.Fh=ut[10]|0,this.Fl=ut[11]|0,this.Gh=ut[12]|0,this.Gl=ut[13]|0,this.Hh=ut[14]|0,this.Hl=ut[15]|0}get(){const{Ah:e,Al:n,Bh:r,Bl:i,Ch:s,Cl:o,Dh:a,Dl:c,Eh:f,El:u,Fh:h,Fl:l,Gh:d,Gl:p,Hh:b,Hl:v}=this;return[e,n,r,i,s,o,a,c,f,u,h,l,d,p,b,v]}set(e,n,r,i,s,o,a,c,f,u,h,l,d,p,b,v){this.Ah=e|0,this.Al=n|0,this.Bh=r|0,this.Bl=i|0,this.Ch=s|0,this.Cl=o|0,this.Dh=a|0,this.Dl=c|0,this.Eh=f|0,this.El=u|0,this.Fh=h|0,this.Fl=l|0,this.Gh=d|0,this.Gl=p|0,this.Hh=b|0,this.Hl=v|0}process(e,n){for(let x=0;x<16;x++,n+=4)ii[x]=e.getUint32(n),si[x]=e.getUint32(n+=4);for(let x=16;x<80;x++){const S=ii[x-15]|0,R=si[x-15]|0,U=Xr(S,R,1)^Xr(S,R,8)^rb(S,R,7),L=Jr(S,R,1)^Jr(S,R,8)^ib(S,R,7),C=ii[x-2]|0,A=si[x-2]|0,j=Xr(C,A,19)^_o(C,A,61)^rb(C,A,6),q=Jr(C,A,19)^Io(C,A,61)^ib(C,A,6),E=OB(L,q,si[x-7],si[x-16]),y=DB(E,U,j,ii[x-7],ii[x-16]);ii[x]=y|0,si[x]=E|0}let{Ah:r,Al:i,Bh:s,Bl:o,Ch:a,Cl:c,Dh:f,Dl:u,Eh:h,El:l,Fh:d,Fl:p,Gh:b,Gl:v,Hh:O,Hl:P}=this;for(let x=0;x<80;x++){const S=Xr(h,l,14)^Xr(h,l,18)^_o(h,l,41),R=Jr(h,l,14)^Jr(h,l,18)^Io(h,l,41),U=h&d^~h&b,L=l&p^~l&v,C=PB(P,R,L,JB[x],si[x]),A=RB(C,O,S,U,XB[x],ii[x]),j=C|0,q=Xr(r,i,28)^_o(r,i,34)^_o(r,i,39),E=Jr(r,i,28)^Io(r,i,34)^Io(r,i,39),y=r&s^r&a^s&a,w=i&o^i&c^o&c;O=b|0,P=v|0,b=d|0,v=p|0,d=h|0,p=l|0,{h,l}=dn(f|0,u|0,A|0,j|0),f=a|0,u=c|0,a=s|0,c=o|0,s=r|0,o=i|0;const g=Nl(j,E,w);r=Ul(g,A,q,y),i=g|0}({h:r,l:i}=dn(this.Ah|0,this.Al|0,r|0,i|0)),{h:s,l:o}=dn(this.Bh|0,this.Bl|0,s|0,o|0),{h:a,l:c}=dn(this.Ch|0,this.Cl|0,a|0,c|0),{h:f,l:u}=dn(this.Dh|0,this.Dl|0,f|0,u|0),{h,l}=dn(this.Eh|0,this.El|0,h|0,l|0),{h:d,l:p}=dn(this.Fh|0,this.Fl|0,d|0,p|0),{h:b,l:v}=dn(this.Gh|0,this.Gl|0,b|0,v|0),{h:O,l:P}=dn(this.Hh|0,this.Hl|0,O|0,P|0),this.set(r,i,s,o,a,c,f,u,h,l,d,p,b,v,O,P)}roundClean(){Xt(ii,si)}destroy(){Xt(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}class QB extends kl{constructor(){super(48),this.Ah=ft[0]|0,this.Al=ft[1]|0,this.Bh=ft[2]|0,this.Bl=ft[3]|0,this.Ch=ft[4]|0,this.Cl=ft[5]|0,this.Dh=ft[6]|0,this.Dl=ft[7]|0,this.Eh=ft[8]|0,this.El=ft[9]|0,this.Fh=ft[10]|0,this.Fl=ft[11]|0,this.Gh=ft[12]|0,this.Gl=ft[13]|0,this.Hh=ft[14]|0,this.Hl=ft[15]|0}}const lt=Uint32Array.from([573645204,4230739756,2673172387,3360449730,596883563,1867755857,2520282905,1497426621,2519219938,2827943907,3193839141,1401305490,721525244,746961066,246885852,2177182882]);class e$ extends kl{constructor(){super(32),this.Ah=lt[0]|0,this.Al=lt[1]|0,this.Bh=lt[2]|0,this.Bl=lt[3]|0,this.Ch=lt[4]|0,this.Cl=lt[5]|0,this.Dh=lt[6]|0,this.Dl=lt[7]|0,this.Eh=lt[8]|0,this.El=lt[9]|0,this.Fh=lt[10]|0,this.Fl=lt[11]|0,this.Gh=lt[12]|0,this.Gl=lt[13]|0,this.Hh=lt[14]|0,this.Hl=lt[15]|0}}const Ec=Bo(()=>new YB),t$=Bo(()=>new kl),n$=Bo(()=>new QB),r$=Bo(()=>new e$),i$=Uint8Array.from([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9]),Ce=Uint32Array.from([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),X=new Uint32Array(32);function oi(t,e,n,r,i,s){const o=i[s],a=i[s+1];let c=X[2*t],f=X[2*t+1],u=X[2*e],h=X[2*e+1],l=X[2*n],d=X[2*n+1],p=X[2*r],b=X[2*r+1],v=Nl(c,u,o);f=Ul(v,f,h,a),c=v|0,{Dh:b,Dl:p}={Dh:b^f,Dl:p^c},{Dh:b,Dl:p}={Dh:_B(b,p),Dl:IB(b)},{h:d,l}=dn(d,l,b,p),{Bh:h,Bl:u}={Bh:h^d,Bl:u^l},{Bh:h,Bl:u}={Bh:Xr(h,u,24),Bl:Jr(h,u,24)},X[2*t]=c,X[2*t+1]=f,X[2*e]=u,X[2*e+1]=h,X[2*n]=l,X[2*n+1]=d,X[2*r]=p,X[2*r+1]=b}function ai(t,e,n,r,i,s){const o=i[s],a=i[s+1];let c=X[2*t],f=X[2*t+1],u=X[2*e],h=X[2*e+1],l=X[2*n],d=X[2*n+1],p=X[2*r],b=X[2*r+1],v=Nl(c,u,o);f=Ul(v,f,h,a),c=v|0,{Dh:b,Dl:p}={Dh:b^f,Dl:p^c},{Dh:b,Dl:p}={Dh:Xr(b,p,16),Dl:Jr(b,p,16)},{h:d,l}=dn(d,l,b,p),{Bh:h,Bl:u}={Bh:h^d,Bl:u^l},{Bh:h,Bl:u}={Bh:_o(h,u,63),Bl:Io(h,u,63)},X[2*t]=c,X[2*t+1]=f,X[2*e]=u,X[2*e+1]=h,X[2*n]=l,X[2*n+1]=d,X[2*r]=p,X[2*r+1]=b}function s$(t,e={},n,r,i){if(tr(n),t<0||t>n)throw new Error("outputLen bigger than keyLen");const{key:s,salt:o,personalization:a}=e;if(s!==void 0&&(s.length<1||s.length>n))throw new Error("key length must be undefined or 1.."+n);if(o!==void 0&&o.length!==r)throw new Error("salt must be undefined or "+r);if(a!==void 0&&a.length!==i)throw new Error("personalization must be undefined or "+i)}class o$ extends vc{constructor(e,n){super(),this.finished=!1,this.destroyed=!1,this.length=0,this.pos=0,tr(e),tr(n),this.blockLen=e,this.outputLen=n,this.buffer=new Uint8Array(e),this.buffer32=So(this.buffer)}update(e){Qr(this),e=gn(e),pn(e);const{blockLen:n,buffer:r,buffer32:i}=this,s=e.length,o=e.byteOffset,a=e.buffer;for(let c=0;c<s;){this.pos===n&&(ei(i),this.compress(i,0,!1),ei(i),this.pos=0);const f=Math.min(n-this.pos,s-c),u=o+c;if(f===n&&!(u%4)&&c+f<s){const h=new Uint32Array(a,u,Math.floor((s-c)/4));ei(h);for(let l=0;c+n<s;l+=i.length,c+=n)this.length+=n,this.compress(h,l,!1);ei(h);continue}r.set(e.subarray(c,c+f),this.pos),this.pos+=f,this.length+=f,c+=f}return this}digestInto(e){Qr(this),Cl(e,this);const{pos:n,buffer32:r}=this;this.finished=!0,Xt(this.buffer.subarray(n)),ei(r),this.compress(r,0,!0),ei(r);const i=So(e);this.get().forEach((s,o)=>i[o]=nr(s))}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}_cloneInto(e){const{buffer:n,length:r,finished:i,destroyed:s,outputLen:o,pos:a}=this;return e||(e=new this.constructor({dkLen:o})),e.set(...this.get()),e.buffer.set(n),e.destroyed=s,e.finished=i,e.length=r,e.pos=a,e.outputLen=o,e}clone(){return this._cloneInto()}}class a$ extends o${constructor(e={}){const n=e.dkLen===void 0?64:e.dkLen;super(128,n),this.v0l=Ce[0]|0,this.v0h=Ce[1]|0,this.v1l=Ce[2]|0,this.v1h=Ce[3]|0,this.v2l=Ce[4]|0,this.v2h=Ce[5]|0,this.v3l=Ce[6]|0,this.v3h=Ce[7]|0,this.v4l=Ce[8]|0,this.v4h=Ce[9]|0,this.v5l=Ce[10]|0,this.v5h=Ce[11]|0,this.v6l=Ce[12]|0,this.v6h=Ce[13]|0,this.v7l=Ce[14]|0,this.v7h=Ce[15]|0,s$(n,e,64,16,16);let{key:r,personalization:i,salt:s}=e,o=0;if(r!==void 0&&(r=gn(r),o=r.length),this.v0l^=this.outputLen|o<<8|65536|1<<24,s!==void 0){s=gn(s);const a=So(s);this.v4l^=nr(a[0]),this.v4h^=nr(a[1]),this.v5l^=nr(a[2]),this.v5h^=nr(a[3])}if(i!==void 0){i=gn(i);const a=So(i);this.v6l^=nr(a[0]),this.v6h^=nr(a[1]),this.v7l^=nr(a[2]),this.v7h^=nr(a[3])}if(r!==void 0){const a=new Uint8Array(this.blockLen);a.set(r),this.update(a)}}get(){let{v0l:e,v0h:n,v1l:r,v1h:i,v2l:s,v2h:o,v3l:a,v3h:c,v4l:f,v4h:u,v5l:h,v5h:l,v6l:d,v6h:p,v7l:b,v7h:v}=this;return[e,n,r,i,s,o,a,c,f,u,h,l,d,p,b,v]}set(e,n,r,i,s,o,a,c,f,u,h,l,d,p,b,v){this.v0l=e|0,this.v0h=n|0,this.v1l=r|0,this.v1h=i|0,this.v2l=s|0,this.v2h=o|0,this.v3l=a|0,this.v3h=c|0,this.v4l=f|0,this.v4h=u|0,this.v5l=h|0,this.v5h=l|0,this.v6l=d|0,this.v6h=p|0,this.v7l=b|0,this.v7h=v|0}compress(e,n,r){this.get().forEach((c,f)=>X[f]=c),X.set(Ce,16);let{h:i,l:s}=tb(BigInt(this.length));X[24]=Ce[8]^s,X[25]=Ce[9]^i,r&&(X[28]=~X[28],X[29]=~X[29]);let o=0;const a=i$;for(let c=0;c<12;c++)oi(0,4,8,12,e,n+2*a[o++]),ai(0,4,8,12,e,n+2*a[o++]),oi(1,5,9,13,e,n+2*a[o++]),ai(1,5,9,13,e,n+2*a[o++]),oi(2,6,10,14,e,n+2*a[o++]),ai(2,6,10,14,e,n+2*a[o++]),oi(3,7,11,15,e,n+2*a[o++]),ai(3,7,11,15,e,n+2*a[o++]),oi(0,5,10,15,e,n+2*a[o++]),ai(0,5,10,15,e,n+2*a[o++]),oi(1,6,11,12,e,n+2*a[o++]),ai(1,6,11,12,e,n+2*a[o++]),oi(2,7,8,13,e,n+2*a[o++]),ai(2,7,8,13,e,n+2*a[o++]),oi(3,4,9,14,e,n+2*a[o++]),ai(3,4,9,14,e,n+2*a[o++]);this.v0l^=X[0]^X[16],this.v0h^=X[1]^X[17],this.v1l^=X[2]^X[18],this.v1h^=X[3]^X[19],this.v2l^=X[4]^X[20],this.v2h^=X[5]^X[21],this.v3l^=X[6]^X[22],this.v3h^=X[7]^X[23],this.v4l^=X[8]^X[24],this.v4h^=X[9]^X[25],this.v5l^=X[10]^X[26],this.v5h^=X[11]^X[27],this.v6l^=X[12]^X[28],this.v6h^=X[13]^X[29],this.v7l^=X[14]^X[30],this.v7h^=X[15]^X[31],Xt(X)}destroy(){this.destroyed=!0,Xt(this.buffer32),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}const c$=UB(t=>new a$(t)),f$="https://rpc.walletconnect.org/v1";function wb(t){const e=`Ethereum Signed Message:
19
- ${t.length}`,n=new TextEncoder().encode(e+t);return"0x"+Buffer.from(VB(n)).toString("hex")}async function u$(t,e,n,r,i,s){switch(n.t){case"eip191":return await l$(t,e,n.s);case"eip1271":return await h$(t,e,n.s,r,i,s);default:throw new Error(`verifySignature failed: Attempted to verify CacaoSignature with unknown type: ${n.t}`)}}function l$(t,e,n){const r=i8(n);return p6({payload:wb(e),signature:r}).toLowerCase()===t.toLowerCase()}async function h$(t,e,n,r,i,s){const o=pc(r);if(!o.namespace||!o.reference)throw new Error(`isValidEip1271Signature failed: chainId must be in CAIP-2 format, received: ${r}`);try{const a="0x1626ba7e",c="0000000000000000000000000000000000000000000000000000000000000040",f=n.substring(2),u=(f.length/2).toString(16).padStart(64,"0"),h=(e.startsWith("0x")?e:wb(e)).substring(2),l=a+h+c+u+f,d=await fetch(`${s||f$}/?chainId=${r}&projectId=${i}`,{headers:{"Content-Type":"application/json"},method:"POST",body:JSON.stringify({id:d$(),jsonrpc:"2.0",method:"eth_call",params:[{to:t,data:l},"latest"]})}),{result:p}=await d.json();return p?p.slice(0,a.length).toLowerCase()===a.toLowerCase():!1}catch(a){return console.error("isValidEip1271Signature: ",a),!1}}function d$(){return Date.now()+Math.floor(Math.random()*1e3)}function p$(t){const e=atob(t),n=new Uint8Array(e.length);for(let o=0;o<e.length;o++)n[o]=e.charCodeAt(o);const r=n[0];if(r===0)throw new Error("No signatures found");const i=1+r*64;if(n.length<i)throw new Error("Transaction data too short for claimed signature count");if(n.length<100)throw new Error("Transaction too short");const s=Buffer.from(t,"base64").slice(1,65);return eo.encode(s)}function g$(t){const e=new Uint8Array(Buffer.from(t,"base64")),n=Array.from("TransactionData::").map(s=>s.charCodeAt(0)),r=new Uint8Array(n.length+e.length);r.set(n),r.set(e,n.length);const i=c$(r,{dkLen:32});return eo.encode(i)}function mb(t){const e=new Uint8Array(Ec(y$(t)));return eo.encode(e)}function y$(t){if(t instanceof Uint8Array)return t;if(Array.isArray(t))return new Uint8Array(t);if(typeof t=="object"&&t!=null&&t.data)return new Uint8Array(Object.values(t.data));if(typeof t=="object"&&t)return new Uint8Array(Object.values(t));throw new Error("getNearUint8ArrayFromBytes: Unexpected result type from bytes array")}function vb(t){const e=Buffer.from(t,"base64"),n=WS(e).txn;if(!n)throw new Error("Invalid signed transaction: missing 'txn' field");const r=MS(n),i=Buffer.from("TX"),s=Buffer.concat([i,Buffer.from(r)]),o=r$(s);return f6.encode(o).replace(/=+$/,"")}function ql(t){const e=[];let n=BigInt(t);for(;n>=BigInt(128);)e.push(Number(n&BigInt(127)|BigInt(128))),n>>=BigInt(7);return e.push(Number(n)),Buffer.from(e)}function b$(t){const e=Buffer.from(t.signed.bodyBytes,"base64"),n=Buffer.from(t.signed.authInfoBytes,"base64"),r=Buffer.from(t.signature.signature,"base64"),i=[];i.push(Buffer.from([10])),i.push(ql(e.length)),i.push(e),i.push(Buffer.from([18])),i.push(ql(n.length)),i.push(n),i.push(Buffer.from([26])),i.push(ql(r.length)),i.push(r);const s=Buffer.concat(i),o=Ec(s);return Buffer.from(o).toString("hex").toUpperCase()}function w$(t){var e,n;const r=[];try{if(typeof t=="string")return r.push(t),r;if(typeof t!="object")return r;t!=null&&t.id&&r.push(t.id);const i=(n=(e=t?.capabilities)==null?void 0:e.caip345)==null?void 0:n.transactionHashes;i&&r.push(...i)}catch(i){console.warn("getWalletSendCallsHashes failed: ",i)}return r}var m$=Object.defineProperty,v$=Object.defineProperties,E$=Object.getOwnPropertyDescriptors,Eb=Object.getOwnPropertySymbols,x$=Object.prototype.hasOwnProperty,_$=Object.prototype.propertyIsEnumerable,xb=(t,e,n)=>e in t?m$(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,I$=(t,e)=>{for(var n in e||(e={}))x$.call(e,n)&&xb(t,n,e[n]);if(Eb)for(var n of Eb(e))_$.call(e,n)&&xb(t,n,e[n]);return t},S$=(t,e)=>v$(t,E$(e));const _b="did:pkh:",B$={eip155:"Ethereum",solana:"Solana",bip122:"Bitcoin"},$$=t=>t?B$[t]||t:"",xc=t=>t?.split(":"),A$=t=>{const e=t&&xc(t);if(e)return t.includes(_b)?e[3]:e[1]},O$=t=>{const e=t&&xc(t);if(e)return t.includes(_b)?e[2]:e[0]},Ml=t=>{const e=t&&xc(t);if(e)return e[2]+":"+e[3]},_c=t=>{const e=t&&xc(t);if(e)return e.pop()};async function Ib(t){const{cacao:e,projectId:n}=t,{s:r,p:i}=e,s=Sb(i,i.iss),o=_c(i.iss);return await u$(o,s,r,Ml(i.iss),n)}const Sb=(t,e)=>{const n=O$(e);if(!n)throw new Error("Invalid issuer: "+e);const r=`${t.domain} wants you to sign in with your ${$$(n)} account:`,i=_c(e);if(!t.aud&&!t.uri)throw new Error("Either `aud` or `uri` is required to construct the message");let s=t.statement||void 0;const o=`URI: ${t.aud||t.uri}`,a=`Version: ${t.version}`,c=`Chain ID: ${A$(e)}`,f=`Nonce: ${t.nonce}`,u=`Issued At: ${t.iat}`,h=t.exp?`Expiration Time: ${t.exp}`:void 0,l=t.nbf?`Not Before: ${t.nbf}`:void 0,d=t.requestId?`Request ID: ${t.requestId}`:void 0,p=t.resources?`Resources:${t.resources.map(v=>`
20
- - ${v}`).join("")}`:void 0,b=Ic(t.resources);if(b){const v=Ao(b);s=L$(s,v)}return[r,i,"",s,"",o,a,c,f,u,h,l,d,p].filter(v=>v!=null).join(`
21
- `)};function D$(t){return Buffer.from(JSON.stringify(t)).toString("base64")}function P$(t){return JSON.parse(Buffer.from(t,"base64").toString("utf-8"))}function Ci(t){if(!t)throw new Error("No recap provided, value is undefined");if(!t.att)throw new Error("No `att` property found");const e=Object.keys(t.att);if(!(e!=null&&e.length))throw new Error("No resources found in `att` property");e.forEach(n=>{const r=t.att[n];if(Array.isArray(r))throw new Error(`Resource must be an object: ${n}`);if(typeof r!="object")throw new Error(`Resource must be an object: ${n}`);if(!Object.keys(r).length)throw new Error(`Resource object is empty: ${n}`);Object.keys(r).forEach(i=>{const s=r[i];if(!Array.isArray(s))throw new Error(`Ability limits ${i} must be an array of objects, found: ${s}`);if(!s.length)throw new Error(`Value of ${i} is empty array, must be an array with objects`);s.forEach(o=>{if(typeof o!="object")throw new Error(`Ability limits (${i}) must be an array of objects, found: ${o}`)})})})}function R$(t,e,n,r={}){return n?.sort((i,s)=>i.localeCompare(s)),{att:{[t]:T$(e,n,r)}}}function T$(t,e,n={}){e=e?.sort((i,s)=>i.localeCompare(s));const r=e.map(i=>({[`${t}/${i}`]:[n]}));return Object.assign({},...r)}function Bb(t){return Ci(t),`urn:recap:${D$(t).replace(/=/g,"")}`}function Ao(t){const e=P$(t.replace("urn:recap:",""));return Ci(e),e}function N$(t,e,n){const r=R$(t,e,n);return Bb(r)}function U$(t){return t&&t.includes("urn:recap:")}function C$(t,e){const n=Ao(t),r=Ao(e),i=F$(n,r);return Bb(i)}function F$(t,e){Ci(t),Ci(e);const n=Object.keys(t.att).concat(Object.keys(e.att)).sort((i,s)=>i.localeCompare(s)),r={att:{}};return n.forEach(i=>{var s,o;Object.keys(((s=t.att)==null?void 0:s[i])||{}).concat(Object.keys(((o=e.att)==null?void 0:o[i])||{})).sort((a,c)=>a.localeCompare(c)).forEach(a=>{var c,f;r.att[i]=S$(I$({},r.att[i]),{[a]:((c=t.att[i])==null?void 0:c[a])||((f=e.att[i])==null?void 0:f[a])})})}),r}function L$(t="",e){Ci(e);const n="I further authorize the stated URI to perform the following actions on my behalf: ";if(t.includes(n))return t;const r=[];let i=0;Object.keys(e.att).forEach(a=>{const c=Object.keys(e.att[a]).map(h=>({ability:h.split("/")[0],action:h.split("/")[1]}));c.sort((h,l)=>h.action.localeCompare(l.action));const f={};c.forEach(h=>{f[h.ability]||(f[h.ability]=[]),f[h.ability].push(h.action)});const u=Object.keys(f).map(h=>(i++,`(${i}) '${h}': '${f[h].join("', '")}' for '${a}'.`));r.push(u.join(", ").replace(".,","."))});const s=r.join(" "),o=`${n}${s}`;return`${t?t+" ":""}${o}`}function $b(t){var e;const n=Ao(t);Ci(n);const r=(e=n.att)==null?void 0:e.eip155;return r?Object.keys(r).map(i=>i.split("/")[1]):[]}function Ab(t){const e=Ao(t);Ci(e);const n=[];return Object.values(e.att).forEach(r=>{Object.values(r).forEach(i=>{var s;(s=i?.[0])!=null&&s.chains&&n.push(i[0].chains)})}),[...new Set(n.flat())]}function Ic(t){if(!t)return;const e=t?.[t.length-1];return U$(e)?e:void 0}/*! noble-ciphers - MIT License (c) 2023 Paul Miller (paulmillr.com) */function Ob(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function jl(t){if(typeof t!="boolean")throw new Error(`boolean expected, not ${t}`)}function zl(t){if(!Number.isSafeInteger(t)||t<0)throw new Error("positive integer expected, got "+t)}function Rt(t,...e){if(!Ob(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function Db(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function k$(t,e){Rt(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}function ci(t){return new Uint32Array(t.buffer,t.byteOffset,Math.floor(t.byteLength/4))}function xs(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function q$(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}const M$=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function j$(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function Hl(t){if(typeof t=="string")t=j$(t);else if(Ob(t))t=Vl(t);else throw new Error("Uint8Array expected, got "+typeof t);return t}function z$(t,e){if(e==null||typeof e!="object")throw new Error("options must be defined");return Object.assign(t,e)}function H$(t,e){if(t.length!==e.length)return!1;let n=0;for(let r=0;r<t.length;r++)n|=t[r]^e[r];return n===0}const V$=(t,e)=>{function n(r,...i){if(Rt(r),!M$)throw new Error("Non little-endian hardware is not yet supported");if(t.nonceLength!==void 0){const f=i[0];if(!f)throw new Error("nonce / iv required");t.varSizeNonce?Rt(f):Rt(f,t.nonceLength)}const s=t.tagLength;s&&i[1]!==void 0&&Rt(i[1]);const o=e(r,...i),a=(f,u)=>{if(u!==void 0){if(f!==2)throw new Error("cipher output not supported");Rt(u)}};let c=!1;return{encrypt(f,u){if(c)throw new Error("cannot encrypt() twice with same key + nonce");return c=!0,Rt(f),a(o.encrypt.length,u),o.encrypt(f,u)},decrypt(f,u){if(Rt(f),s&&f.length<s)throw new Error("invalid ciphertext length: smaller than tagLength="+s);return a(o.decrypt.length,u),o.decrypt(f,u)}}}return Object.assign(n,t),n};function Pb(t,e,n=!0){if(e===void 0)return new Uint8Array(t);if(e.length!==t)throw new Error("invalid output length, expected "+t+", got: "+e.length);if(n&&!G$(e))throw new Error("invalid output, must be aligned");return e}function Rb(t,e,n,r){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,n,r);const i=BigInt(32),s=BigInt(4294967295),o=Number(n>>i&s),a=Number(n&s),c=r?4:0,f=r?0:4;t.setUint32(e+c,o,r),t.setUint32(e+f,a,r)}function K$(t,e,n){jl(n);const r=new Uint8Array(16),i=q$(r);return Rb(i,0,BigInt(e),n),Rb(i,8,BigInt(t),n),r}function G$(t){return t.byteOffset%4===0}function Vl(t){return Uint8Array.from(t)}const Tb=t=>Uint8Array.from(t.split("").map(e=>e.charCodeAt(0))),Z$=Tb("expand 16-byte k"),W$=Tb("expand 32-byte k"),Y$=ci(Z$),X$=ci(W$);function le(t,e){return t<<e|t>>>32-e}function Kl(t){return t.byteOffset%4===0}const Sc=64,J$=16,Nb=2**32-1,Ub=new Uint32Array;function Q$(t,e,n,r,i,s,o,a){const c=i.length,f=new Uint8Array(Sc),u=ci(f),h=Kl(i)&&Kl(s),l=h?ci(i):Ub,d=h?ci(s):Ub;for(let p=0;p<c;o++){if(t(e,n,r,u,o,a),o>=Nb)throw new Error("arx: counter overflow");const b=Math.min(Sc,c-p);if(h&&b===Sc){const v=p/4;if(p%4!==0)throw new Error("arx: invalid block position");for(let O=0,P;O<J$;O++)P=v+O,d[P]=l[P]^u[O];p+=Sc;continue}for(let v=0,O;v<b;v++)O=p+v,s[O]=i[O]^f[v];p+=b}}function eA(t,e){const{allowShortKeys:n,extendNonceFn:r,counterLength:i,counterRight:s,rounds:o}=z$({allowShortKeys:!1,counterLength:8,counterRight:!1,rounds:20},e);if(typeof t!="function")throw new Error("core must be a function");return zl(i),zl(o),jl(s),jl(n),(a,c,f,u,h=0)=>{Rt(a),Rt(c),Rt(f);const l=f.length;if(u===void 0&&(u=new Uint8Array(l)),Rt(u),zl(h),h<0||h>=Nb)throw new Error("arx: counter overflow");if(u.length<l)throw new Error(`arx: output (${u.length}) is shorter than data (${l})`);const d=[];let p=a.length,b,v;if(p===32)d.push(b=Vl(a)),v=X$;else if(p===16&&n)b=new Uint8Array(32),b.set(a),b.set(a,16),v=Y$,d.push(b);else throw new Error(`arx: invalid 32-byte key, got length=${p}`);Kl(c)||d.push(c=Vl(c));const O=ci(b);if(r){if(c.length!==24)throw new Error("arx: extended nonce must be 24 bytes");r(v,O,ci(c.subarray(0,16)),O),c=c.subarray(16)}const P=16-i;if(P!==c.length)throw new Error(`arx: nonce must be ${P} or 16 bytes`);if(P!==12){const S=new Uint8Array(12);S.set(c,s?0:12-c.length),c=S,d.push(c)}const x=ci(c);return Q$(t,v,O,x,f,u,h,o),xs(...d),u}}const Ze=(t,e)=>t[e++]&255|(t[e++]&255)<<8;class tA{constructor(e){this.blockLen=16,this.outputLen=16,this.buffer=new Uint8Array(16),this.r=new Uint16Array(10),this.h=new Uint16Array(10),this.pad=new Uint16Array(8),this.pos=0,this.finished=!1,e=Hl(e),Rt(e,32);const n=Ze(e,0),r=Ze(e,2),i=Ze(e,4),s=Ze(e,6),o=Ze(e,8),a=Ze(e,10),c=Ze(e,12),f=Ze(e,14);this.r[0]=n&8191,this.r[1]=(n>>>13|r<<3)&8191,this.r[2]=(r>>>10|i<<6)&7939,this.r[3]=(i>>>7|s<<9)&8191,this.r[4]=(s>>>4|o<<12)&255,this.r[5]=o>>>1&8190,this.r[6]=(o>>>14|a<<2)&8191,this.r[7]=(a>>>11|c<<5)&8065,this.r[8]=(c>>>8|f<<8)&8191,this.r[9]=f>>>5&127;for(let u=0;u<8;u++)this.pad[u]=Ze(e,16+2*u)}process(e,n,r=!1){const i=r?0:2048,{h:s,r:o}=this,a=o[0],c=o[1],f=o[2],u=o[3],h=o[4],l=o[5],d=o[6],p=o[7],b=o[8],v=o[9],O=Ze(e,n+0),P=Ze(e,n+2),x=Ze(e,n+4),S=Ze(e,n+6),R=Ze(e,n+8),U=Ze(e,n+10),L=Ze(e,n+12),C=Ze(e,n+14);let A=s[0]+(O&8191),j=s[1]+((O>>>13|P<<3)&8191),q=s[2]+((P>>>10|x<<6)&8191),E=s[3]+((x>>>7|S<<9)&8191),y=s[4]+((S>>>4|R<<12)&8191),w=s[5]+(R>>>1&8191),g=s[6]+((R>>>14|U<<2)&8191),m=s[7]+((U>>>11|L<<5)&8191),_=s[8]+((L>>>8|C<<8)&8191),B=s[9]+(C>>>5|i),I=0,$=I+A*a+j*(5*v)+q*(5*b)+E*(5*p)+y*(5*d);I=$>>>13,$&=8191,$+=w*(5*l)+g*(5*h)+m*(5*u)+_*(5*f)+B*(5*c),I+=$>>>13,$&=8191;let D=I+A*c+j*a+q*(5*v)+E*(5*b)+y*(5*p);I=D>>>13,D&=8191,D+=w*(5*d)+g*(5*l)+m*(5*h)+_*(5*u)+B*(5*f),I+=D>>>13,D&=8191;let T=I+A*f+j*c+q*a+E*(5*v)+y*(5*b);I=T>>>13,T&=8191,T+=w*(5*p)+g*(5*d)+m*(5*l)+_*(5*h)+B*(5*u),I+=T>>>13,T&=8191;let F=I+A*u+j*f+q*c+E*a+y*(5*v);I=F>>>13,F&=8191,F+=w*(5*b)+g*(5*p)+m*(5*d)+_*(5*l)+B*(5*h),I+=F>>>13,F&=8191;let k=I+A*h+j*u+q*f+E*c+y*a;I=k>>>13,k&=8191,k+=w*(5*v)+g*(5*b)+m*(5*p)+_*(5*d)+B*(5*l),I+=k>>>13,k&=8191;let N=I+A*l+j*h+q*u+E*f+y*c;I=N>>>13,N&=8191,N+=w*a+g*(5*v)+m*(5*b)+_*(5*p)+B*(5*d),I+=N>>>13,N&=8191;let M=I+A*d+j*l+q*h+E*u+y*f;I=M>>>13,M&=8191,M+=w*c+g*a+m*(5*v)+_*(5*b)+B*(5*p),I+=M>>>13,M&=8191;let z=I+A*p+j*d+q*l+E*h+y*u;I=z>>>13,z&=8191,z+=w*f+g*c+m*a+_*(5*v)+B*(5*b),I+=z>>>13,z&=8191;let K=I+A*b+j*p+q*d+E*l+y*h;I=K>>>13,K&=8191,K+=w*u+g*f+m*c+_*a+B*(5*v),I+=K>>>13,K&=8191;let H=I+A*v+j*b+q*p+E*d+y*l;I=H>>>13,H&=8191,H+=w*h+g*u+m*f+_*c+B*a,I+=H>>>13,H&=8191,I=(I<<2)+I|0,I=I+$|0,$=I&8191,I=I>>>13,D+=I,s[0]=$,s[1]=D,s[2]=T,s[3]=F,s[4]=k,s[5]=N,s[6]=M,s[7]=z,s[8]=K,s[9]=H}finalize(){const{h:e,pad:n}=this,r=new Uint16Array(10);let i=e[1]>>>13;e[1]&=8191;for(let a=2;a<10;a++)e[a]+=i,i=e[a]>>>13,e[a]&=8191;e[0]+=i*5,i=e[0]>>>13,e[0]&=8191,e[1]+=i,i=e[1]>>>13,e[1]&=8191,e[2]+=i,r[0]=e[0]+5,i=r[0]>>>13,r[0]&=8191;for(let a=1;a<10;a++)r[a]=e[a]+i,i=r[a]>>>13,r[a]&=8191;r[9]-=8192;let s=(i^1)-1;for(let a=0;a<10;a++)r[a]&=s;s=~s;for(let a=0;a<10;a++)e[a]=e[a]&s|r[a];e[0]=(e[0]|e[1]<<13)&65535,e[1]=(e[1]>>>3|e[2]<<10)&65535,e[2]=(e[2]>>>6|e[3]<<7)&65535,e[3]=(e[3]>>>9|e[4]<<4)&65535,e[4]=(e[4]>>>12|e[5]<<1|e[6]<<14)&65535,e[5]=(e[6]>>>2|e[7]<<11)&65535,e[6]=(e[7]>>>5|e[8]<<8)&65535,e[7]=(e[8]>>>8|e[9]<<5)&65535;let o=e[0]+n[0];e[0]=o&65535;for(let a=1;a<8;a++)o=(e[a]+n[a]|0)+(o>>>16)|0,e[a]=o&65535;xs(r)}update(e){Db(this),e=Hl(e),Rt(e);const{buffer:n,blockLen:r}=this,i=e.length;for(let s=0;s<i;){const o=Math.min(r-this.pos,i-s);if(o===r){for(;r<=i-s;s+=r)this.process(e,s);continue}n.set(e.subarray(s,s+o),this.pos),this.pos+=o,s+=o,this.pos===r&&(this.process(n,0,!1),this.pos=0)}return this}destroy(){xs(this.h,this.r,this.buffer,this.pad)}digestInto(e){Db(this),k$(e,this),this.finished=!0;const{buffer:n,h:r}=this;let{pos:i}=this;if(i){for(n[i++]=1;i<16;i++)n[i]=0;this.process(n,0,!0)}this.finalize();let s=0;for(let o=0;o<8;o++)e[s++]=r[o]>>>0,e[s++]=r[o]>>>8;return e}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}}function nA(t){const e=(r,i)=>t(i).update(Hl(r)).digest(),n=t(new Uint8Array(32));return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=r=>t(r),e}const rA=nA(t=>new tA(t));function iA(t,e,n,r,i,s=20){let o=t[0],a=t[1],c=t[2],f=t[3],u=e[0],h=e[1],l=e[2],d=e[3],p=e[4],b=e[5],v=e[6],O=e[7],P=i,x=n[0],S=n[1],R=n[2],U=o,L=a,C=c,A=f,j=u,q=h,E=l,y=d,w=p,g=b,m=v,_=O,B=P,I=x,$=S,D=R;for(let F=0;F<s;F+=2)U=U+j|0,B=le(B^U,16),w=w+B|0,j=le(j^w,12),U=U+j|0,B=le(B^U,8),w=w+B|0,j=le(j^w,7),L=L+q|0,I=le(I^L,16),g=g+I|0,q=le(q^g,12),L=L+q|0,I=le(I^L,8),g=g+I|0,q=le(q^g,7),C=C+E|0,$=le($^C,16),m=m+$|0,E=le(E^m,12),C=C+E|0,$=le($^C,8),m=m+$|0,E=le(E^m,7),A=A+y|0,D=le(D^A,16),_=_+D|0,y=le(y^_,12),A=A+y|0,D=le(D^A,8),_=_+D|0,y=le(y^_,7),U=U+q|0,D=le(D^U,16),m=m+D|0,q=le(q^m,12),U=U+q|0,D=le(D^U,8),m=m+D|0,q=le(q^m,7),L=L+E|0,B=le(B^L,16),_=_+B|0,E=le(E^_,12),L=L+E|0,B=le(B^L,8),_=_+B|0,E=le(E^_,7),C=C+y|0,I=le(I^C,16),w=w+I|0,y=le(y^w,12),C=C+y|0,I=le(I^C,8),w=w+I|0,y=le(y^w,7),A=A+j|0,$=le($^A,16),g=g+$|0,j=le(j^g,12),A=A+j|0,$=le($^A,8),g=g+$|0,j=le(j^g,7);let T=0;r[T++]=o+U|0,r[T++]=a+L|0,r[T++]=c+C|0,r[T++]=f+A|0,r[T++]=u+j|0,r[T++]=h+q|0,r[T++]=l+E|0,r[T++]=d+y|0,r[T++]=p+w|0,r[T++]=b+g|0,r[T++]=v+m|0,r[T++]=O+_|0,r[T++]=P+B|0,r[T++]=x+I|0,r[T++]=S+$|0,r[T++]=R+D|0}const sA=eA(iA,{counterRight:!1,counterLength:4,allowShortKeys:!1}),oA=new Uint8Array(16),Cb=(t,e)=>{t.update(e);const n=e.length%16;n&&t.update(oA.subarray(n))},aA=new Uint8Array(32);function Fb(t,e,n,r,i){const s=t(e,n,aA),o=rA.create(s);i&&Cb(o,i),Cb(o,r);const a=K$(r.length,i?i.length:0,!0);o.update(a);const c=o.digest();return xs(s,a),c}const cA=t=>(e,n,r)=>({encrypt(i,s){const o=i.length;s=Pb(o+16,s,!1),s.set(i);const a=s.subarray(0,-16);t(e,n,a,a,1);const c=Fb(t,e,n,a,r);return s.set(c,o),xs(c),s},decrypt(i,s){s=Pb(i.length-16,s,!1);const o=i.subarray(0,-16),a=i.subarray(-16),c=Fb(t,e,n,o,r);if(!H$(a,c))throw new Error("invalid tag");return s.set(i.subarray(0,-16)),t(e,n,s,s,1),xs(c),s}}),Lb=V$({blockSize:64,nonceLength:12,tagLength:16},cA(sA));class kb extends vc{constructor(e,n){super(),this.finished=!1,this.destroyed=!1,wc(e);const r=gn(n);if(this.iHash=e.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;const i=this.blockLen,s=new Uint8Array(i);s.set(r.length>i?e.create().update(r).digest():r);for(let o=0;o<s.length;o++)s[o]^=54;this.iHash.update(s),this.oHash=e.create();for(let o=0;o<s.length;o++)s[o]^=106;this.oHash.update(s),Xt(s)}update(e){return Qr(this),this.iHash.update(e),this}digestInto(e){Qr(this),pn(e,this.outputLen),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){const e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));const{oHash:n,iHash:r,finished:i,destroyed:s,blockLen:o,outputLen:a}=this;return e=e,e.finished=i,e.destroyed=s,e.blockLen=o,e.outputLen=a,e.oHash=n._cloneInto(e.oHash),e.iHash=r._cloneInto(e.iHash),e}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}}const Bc=(t,e,n)=>new kb(t,e).update(n).digest();Bc.create=(t,e)=>new kb(t,e);function fA(t,e,n){return wc(t),n===void 0&&(n=new Uint8Array(t.outputLen)),Bc(t,gn(n),gn(e))}const Gl=Uint8Array.from([0]),qb=Uint8Array.of();function uA(t,e,n,r=32){wc(t),tr(r);const i=t.outputLen;if(r>255*i)throw new Error("Length should be <= 255*HashLen");const s=Math.ceil(r/i);n===void 0&&(n=qb);const o=new Uint8Array(s*i),a=Bc.create(t,e),c=a._cloneInto(),f=new Uint8Array(a.outputLen);for(let u=0;u<s;u++)Gl[0]=u+1,c.update(u===0?qb:f).update(n).update(Gl).digestInto(f),o.set(f,i*u),a._cloneInto(c);return a.destroy(),c.destroy(),Xt(f,Gl),o.slice(0,r)}const lA=(t,e,n,r,i)=>uA(t,fA(t,e,n),r,i),$c=Ec,Zl=BigInt(0),Wl=BigInt(1);function Ac(t,e=""){if(typeof t!="boolean"){const n=e&&`"${e}"`;throw new Error(n+"expected boolean, got type="+typeof t)}return t}function Fi(t,e,n=""){const r=bc(t),i=t?.length,s=e!==void 0;if(!r||s&&i!==e){const o=n&&`"${n}" `,a=s?` of length ${e}`:"",c=r?`length=${i}`:`type=${typeof t}`;throw new Error(o+"expected Uint8Array"+a+", got "+c)}return t}function Oc(t){const e=t.toString(16);return e.length&1?"0"+e:e}function Mb(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);return t===""?Zl:BigInt("0x"+t)}function Dc(t){return Mb(Es(t))}function Pc(t){return pn(t),Mb(Es(Uint8Array.from(t).reverse()))}function Yl(t,e){return mc(t.toString(16).padStart(e*2,"0"))}function Xl(t,e){return Yl(t,e).reverse()}function ht(t,e,n){let r;if(typeof e=="string")try{r=mc(e)}catch(s){throw new Error(t+" must be hex string or Uint8Array, cause: "+s)}else if(bc(e))r=Uint8Array.from(e);else throw new Error(t+" must be hex string or Uint8Array");const i=r.length;if(typeof n=="number"&&i!==n)throw new Error(t+" of length "+n+" expected, got "+i);return r}const Jl=t=>typeof t=="bigint"&&Zl<=t;function hA(t,e,n){return Jl(t)&&Jl(e)&&Jl(n)&&e<=t&&t<n}function Ql(t,e,n,r){if(!hA(e,n,r))throw new Error("expected valid "+t+": "+n+" <= n < "+r+", got "+e)}function jb(t){let e;for(e=0;t>Zl;t>>=Wl,e+=1);return e}const Oo=t=>(Wl<<BigInt(t))-Wl;function dA(t,e,n){if(typeof t!="number"||t<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof n!="function")throw new Error("hmacFn must be a function");const r=l=>new Uint8Array(l),i=l=>Uint8Array.of(l);let s=r(t),o=r(t),a=0;const c=()=>{s.fill(1),o.fill(0),a=0},f=(...l)=>n(o,s,...l),u=(l=r(0))=>{o=f(i(0),l),s=f(),l.length!==0&&(o=f(i(1),l),s=f())},h=()=>{if(a++>=1e3)throw new Error("drbg: tried 1000 values");let l=0;const d=[];for(;l<e;){s=f();const p=s.slice();d.push(p),l+=s.length}return ti(...d)};return(l,d)=>{c(),u(l);let p;for(;!(p=d(h()));)u();return c(),p}}function Rc(t,e,n={}){if(!t||typeof t!="object")throw new Error("expected valid options object");function r(i,s,o){const a=t[i];if(o&&a===void 0)return;const c=typeof a;if(c!==s||a===null)throw new Error(`param "${i}" is invalid: expected ${s}, got ${c}`)}Object.entries(e).forEach(([i,s])=>r(i,s,!1)),Object.entries(n).forEach(([i,s])=>r(i,s,!0))}function zb(t){const e=new WeakMap;return(n,...r)=>{const i=e.get(n);if(i!==void 0)return i;const s=t(n,...r);return e.set(n,s),s}}const Tt=BigInt(0),vt=BigInt(1),Li=BigInt(2),Hb=BigInt(3),Vb=BigInt(4),Kb=BigInt(5),pA=BigInt(7),Gb=BigInt(8),gA=BigInt(9),Zb=BigInt(16);function zt(t,e){const n=t%e;return n>=Tt?n:e+n}function yn(t,e,n){let r=t;for(;e-- >Tt;)r*=r,r%=n;return r}function Wb(t,e){if(t===Tt)throw new Error("invert: expected non-zero number");if(e<=Tt)throw new Error("invert: expected positive modulus, got "+e);let n=zt(t,e),r=e,i=Tt,s=vt;for(;n!==Tt;){const o=r/n,a=r%n,c=i-s*o;r=n,n=a,i=s,s=c}if(r!==vt)throw new Error("invert: does not exist");return zt(i,e)}function eh(t,e,n){if(!t.eql(t.sqr(e),n))throw new Error("Cannot find square root")}function Yb(t,e){const n=(t.ORDER+vt)/Vb,r=t.pow(e,n);return eh(t,r,e),r}function yA(t,e){const n=(t.ORDER-Kb)/Gb,r=t.mul(e,Li),i=t.pow(r,n),s=t.mul(e,i),o=t.mul(t.mul(s,Li),i),a=t.mul(s,t.sub(o,t.ONE));return eh(t,a,e),a}function bA(t){const e=fi(t),n=Xb(t),r=n(e,e.neg(e.ONE)),i=n(e,r),s=n(e,e.neg(r)),o=(t+pA)/Zb;return(a,c)=>{let f=a.pow(c,o),u=a.mul(f,r);const h=a.mul(f,i),l=a.mul(f,s),d=a.eql(a.sqr(u),c),p=a.eql(a.sqr(h),c);f=a.cmov(f,u,d),u=a.cmov(l,h,p);const b=a.eql(a.sqr(u),c),v=a.cmov(f,u,b);return eh(a,v,c),v}}function Xb(t){if(t<Hb)throw new Error("sqrt is not defined for small field");let e=t-vt,n=0;for(;e%Li===Tt;)e/=Li,n++;let r=Li;const i=fi(t);for(;Qb(i,r)===1;)if(r++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(n===1)return Yb;let s=i.pow(r,e);const o=(e+vt)/Li;return function(a,c){if(a.is0(c))return c;if(Qb(a,c)!==1)throw new Error("Cannot find square root");let f=n,u=a.mul(a.ONE,s),h=a.pow(c,e),l=a.pow(c,o);for(;!a.eql(h,a.ONE);){if(a.is0(h))return a.ZERO;let d=1,p=a.sqr(h);for(;!a.eql(p,a.ONE);)if(d++,p=a.sqr(p),d===f)throw new Error("Cannot find square root");const b=vt<<BigInt(f-d-1),v=a.pow(u,b);f=d,u=a.sqr(v),h=a.mul(h,u),l=a.mul(l,v)}return l}}function wA(t){return t%Vb===Hb?Yb:t%Gb===Kb?yA:t%Zb===gA?bA(t):Xb(t)}const mA=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function vA(t){const e={ORDER:"bigint",MASK:"bigint",BYTES:"number",BITS:"number"},n=mA.reduce((r,i)=>(r[i]="function",r),e);return Rc(t,n),t}function EA(t,e,n){if(n<Tt)throw new Error("invalid exponent, negatives unsupported");if(n===Tt)return t.ONE;if(n===vt)return e;let r=t.ONE,i=e;for(;n>Tt;)n&vt&&(r=t.mul(r,i)),i=t.sqr(i),n>>=vt;return r}function Jb(t,e,n=!1){const r=new Array(e.length).fill(n?t.ZERO:void 0),i=e.reduce((o,a,c)=>t.is0(a)?o:(r[c]=o,t.mul(o,a)),t.ONE),s=t.inv(i);return e.reduceRight((o,a,c)=>t.is0(a)?o:(r[c]=t.mul(o,r[c]),t.mul(o,a)),s),r}function Qb(t,e){const n=(t.ORDER-vt)/Li,r=t.pow(e,n),i=t.eql(r,t.ONE),s=t.eql(r,t.ZERO),o=t.eql(r,t.neg(t.ONE));if(!i&&!s&&!o)throw new Error("invalid Legendre symbol result");return i?1:s?0:-1}function ew(t,e){e!==void 0&&tr(e);const n=e!==void 0?e:t.toString(2).length,r=Math.ceil(n/8);return{nBitLength:n,nByteLength:r}}function fi(t,e,n=!1,r={}){if(t<=Tt)throw new Error("invalid field: expected ORDER > 0, got "+t);let i,s,o=!1,a;if(typeof e=="object"&&e!=null){if(r.sqrt||n)throw new Error("cannot specify opts in two arguments");const l=e;l.BITS&&(i=l.BITS),l.sqrt&&(s=l.sqrt),typeof l.isLE=="boolean"&&(n=l.isLE),typeof l.modFromBytes=="boolean"&&(o=l.modFromBytes),a=l.allowedLengths}else typeof e=="number"&&(i=e),r.sqrt&&(s=r.sqrt);const{nBitLength:c,nByteLength:f}=ew(t,i);if(f>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let u;const h=Object.freeze({ORDER:t,isLE:n,BITS:c,BYTES:f,MASK:Oo(c),ZERO:Tt,ONE:vt,allowedLengths:a,create:l=>zt(l,t),isValid:l=>{if(typeof l!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof l);return Tt<=l&&l<t},is0:l=>l===Tt,isValidNot0:l=>!h.is0(l)&&h.isValid(l),isOdd:l=>(l&vt)===vt,neg:l=>zt(-l,t),eql:(l,d)=>l===d,sqr:l=>zt(l*l,t),add:(l,d)=>zt(l+d,t),sub:(l,d)=>zt(l-d,t),mul:(l,d)=>zt(l*d,t),pow:(l,d)=>EA(h,l,d),div:(l,d)=>zt(l*Wb(d,t),t),sqrN:l=>l*l,addN:(l,d)=>l+d,subN:(l,d)=>l-d,mulN:(l,d)=>l*d,inv:l=>Wb(l,t),sqrt:s||(l=>(u||(u=wA(t)),u(h,l))),toBytes:l=>n?Xl(l,f):Yl(l,f),fromBytes:(l,d=!0)=>{if(a){if(!a.includes(l.length)||l.length>f)throw new Error("Field.fromBytes: expected "+a+" bytes, got "+l.length);const b=new Uint8Array(f);b.set(l,n?0:b.length-l.length),l=b}if(l.length!==f)throw new Error("Field.fromBytes: expected "+f+" bytes, got "+l.length);let p=n?Pc(l):Dc(l);if(o&&(p=zt(p,t)),!d&&!h.isValid(p))throw new Error("invalid field element: outside of range 0..ORDER");return p},invertBatch:l=>Jb(h,l),cmov:(l,d,p)=>p?d:l});return Object.freeze(h)}function tw(t){if(typeof t!="bigint")throw new Error("field order must be bigint");const e=t.toString(2).length;return Math.ceil(e/8)}function nw(t){const e=tw(t);return e+Math.ceil(e/2)}function xA(t,e,n=!1){const r=t.length,i=tw(e),s=nw(e);if(r<16||r<s||r>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+r);const o=n?Pc(t):Dc(t),a=zt(o,e-vt)+vt;return n?Xl(a,i):Yl(a,i)}const _s=BigInt(0),ki=BigInt(1);function Tc(t,e){const n=e.negate();return t?n:e}function th(t,e){const n=Jb(t.Fp,e.map(r=>r.Z));return e.map((r,i)=>t.fromAffine(r.toAffine(n[i])))}function rw(t,e){if(!Number.isSafeInteger(t)||t<=0||t>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+t)}function nh(t,e){rw(t,e);const n=Math.ceil(e/t)+1,r=2**(t-1),i=2**t,s=Oo(t),o=BigInt(t);return{windows:n,windowSize:r,mask:s,maxNumber:i,shiftBy:o}}function iw(t,e,n){const{windowSize:r,mask:i,maxNumber:s,shiftBy:o}=n;let a=Number(t&i),c=t>>o;a>r&&(a-=s,c+=ki);const f=e*r,u=f+Math.abs(a)-1,h=a===0,l=a<0,d=e%2!==0;return{nextN:c,offset:u,isZero:h,isNeg:l,isNegF:d,offsetF:f}}function _A(t,e){if(!Array.isArray(t))throw new Error("array expected");t.forEach((n,r)=>{if(!(n instanceof e))throw new Error("invalid point at index "+r)})}function IA(t,e){if(!Array.isArray(t))throw new Error("array of scalars expected");t.forEach((n,r)=>{if(!e.isValid(n))throw new Error("invalid scalar at index "+r)})}const rh=new WeakMap,sw=new WeakMap;function ih(t){return sw.get(t)||1}function ow(t){if(t!==_s)throw new Error("invalid wNAF")}class SA{constructor(e,n){this.BASE=e.BASE,this.ZERO=e.ZERO,this.Fn=e.Fn,this.bits=n}_unsafeLadder(e,n,r=this.ZERO){let i=e;for(;n>_s;)n&ki&&(r=r.add(i)),i=i.double(),n>>=ki;return r}precomputeWindow(e,n){const{windows:r,windowSize:i}=nh(n,this.bits),s=[];let o=e,a=o;for(let c=0;c<r;c++){a=o,s.push(a);for(let f=1;f<i;f++)a=a.add(o),s.push(a);o=a.double()}return s}wNAF(e,n,r){if(!this.Fn.isValid(r))throw new Error("invalid scalar");let i=this.ZERO,s=this.BASE;const o=nh(e,this.bits);for(let a=0;a<o.windows;a++){const{nextN:c,offset:f,isZero:u,isNeg:h,isNegF:l,offsetF:d}=iw(r,a,o);r=c,u?s=s.add(Tc(l,n[d])):i=i.add(Tc(h,n[f]))}return ow(r),{p:i,f:s}}wNAFUnsafe(e,n,r,i=this.ZERO){const s=nh(e,this.bits);for(let o=0;o<s.windows&&r!==_s;o++){const{nextN:a,offset:c,isZero:f,isNeg:u}=iw(r,o,s);if(r=a,!f){const h=n[c];i=i.add(u?h.negate():h)}}return ow(r),i}getPrecomputes(e,n,r){let i=rh.get(n);return i||(i=this.precomputeWindow(n,e),e!==1&&(typeof r=="function"&&(i=r(i)),rh.set(n,i))),i}cached(e,n,r){const i=ih(e);return this.wNAF(i,this.getPrecomputes(i,e,r),n)}unsafe(e,n,r,i){const s=ih(e);return s===1?this._unsafeLadder(e,n,i):this.wNAFUnsafe(s,this.getPrecomputes(s,e,r),n,i)}createCache(e,n){rw(n,this.bits),sw.set(e,n),rh.delete(e)}hasCache(e){return ih(e)!==1}}function BA(t,e,n,r){let i=e,s=t.ZERO,o=t.ZERO;for(;n>_s||r>_s;)n&ki&&(s=s.add(i)),r&ki&&(o=o.add(i)),i=i.double(),n>>=ki,r>>=ki;return{p1:s,p2:o}}function $A(t,e,n,r){_A(n,t),IA(r,e);const i=n.length,s=r.length;if(i!==s)throw new Error("arrays of points and scalars must have equal length");const o=t.ZERO,a=jb(BigInt(i));let c=1;a>12?c=a-3:a>4?c=a-2:a>0&&(c=2);const f=Oo(c),u=new Array(Number(f)+1).fill(o),h=Math.floor((e.BITS-1)/c)*c;let l=o;for(let d=h;d>=0;d-=c){u.fill(o);for(let b=0;b<s;b++){const v=r[b],O=Number(v>>BigInt(d)&f);u[O]=u[O].add(n[b])}let p=o;for(let b=u.length-1,v=o;b>0;b--)v=v.add(u[b]),p=p.add(v);if(l=l.add(p),d!==0)for(let b=0;b<c;b++)l=l.double()}return l}function aw(t,e,n){if(e){if(e.ORDER!==t)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return vA(e),e}else return fi(t,{isLE:n})}function AA(t,e,n={},r){if(r===void 0&&(r=t==="edwards"),!e||typeof e!="object")throw new Error(`expected valid ${t} CURVE object`);for(const a of["p","n","h"]){const c=e[a];if(!(typeof c=="bigint"&&c>_s))throw new Error(`CURVE.${a} must be positive bigint`)}const i=aw(e.p,n.Fp,r),s=aw(e.n,n.Fn,r),o=["Gx","Gy","a",t==="weierstrass"?"b":"d"];for(const a of o)if(!i.isValid(e[a]))throw new Error(`CURVE.${a} must be valid field element of CURVE.Fp`);return e=Object.freeze(Object.assign({},e)),{CURVE:e,Fp:i,Fn:s}}BigInt(0),BigInt(1),BigInt(2),BigInt(8),fb("HashToScalar-");const Do=BigInt(0),Is=BigInt(1),Nc=BigInt(2);function OA(t){return Rc(t,{adjustScalarBytes:"function",powPminus2:"function"}),Object.freeze({...t})}function DA(t){const e=OA(t),{P:n,type:r,adjustScalarBytes:i,powPminus2:s,randomBytes:o}=e,a=r==="x25519";if(!a&&r!=="x448")throw new Error("invalid type");const c=o||Ui,f=a?255:448,u=a?32:56,h=BigInt(a?9:5),l=BigInt(a?121665:39081),d=a?Nc**BigInt(254):Nc**BigInt(447),p=a?BigInt(8)*Nc**BigInt(251)-Is:BigInt(4)*Nc**BigInt(445)-Is,b=d+p+Is,v=E=>zt(E,n),O=P(h);function P(E){return Xl(v(E),u)}function x(E){const y=ht("u coordinate",E,u);return a&&(y[31]&=127),v(Pc(y))}function S(E){return Pc(i(ht("scalar",E,u)))}function R(E,y){const w=C(x(y),S(E));if(w===Do)throw new Error("invalid private or public key received");return P(w)}function U(E){return R(E,O)}function L(E,y,w){const g=v(E*(y-w));return y=v(y-g),w=v(w+g),{x_2:y,x_3:w}}function C(E,y){Ql("u",E,Do,n),Ql("scalar",y,d,b);const w=y,g=E;let m=Is,_=Do,B=E,I=Is,$=Do;for(let T=BigInt(f-1);T>=Do;T--){const F=w>>T&Is;$^=F,{x_2:m,x_3:B}=L($,m,B),{x_2:_,x_3:I}=L($,_,I),$=F;const k=m+_,N=v(k*k),M=m-_,z=v(M*M),K=N-z,H=B+I,G=B-I,ee=v(G*k),te=v(H*M),re=ee+te,ce=ee-te;B=v(re*re),I=v(g*v(ce*ce)),m=v(N*z),_=v(K*(N+v(l*K)))}({x_2:m,x_3:B}=L($,m,B)),{x_2:_,x_3:I}=L($,_,I);const D=s(_);return v(m*D)}const A={secretKey:u,publicKey:u,seed:u},j=(E=c(u))=>(pn(E,A.seed),E);function q(E){const y=j(E);return{secretKey:y,publicKey:U(y)}}return{keygen:q,getSharedSecret:(E,y)=>R(E,y),getPublicKey:E=>U(E),scalarMult:R,scalarMultBase:U,utils:{randomSecretKey:j,randomPrivateKey:j},GuBytes:O.slice(),lengths:A}}const PA=BigInt(1),cw=BigInt(2),RA=BigInt(3),TA=BigInt(5),NA=BigInt(8),fw=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed"),UA={p:fw,n:BigInt("0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3ed"),h:NA,a:BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffec"),d:BigInt("0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3"),Gx:BigInt("0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a"),Gy:BigInt("0x6666666666666666666666666666666666666666666666666666666666666658")};function CA(t){const e=BigInt(10),n=BigInt(20),r=BigInt(40),i=BigInt(80),s=fw,o=t*t%s*t%s,a=yn(o,cw,s)*o%s,c=yn(a,PA,s)*t%s,f=yn(c,TA,s)*c%s,u=yn(f,e,s)*f%s,h=yn(u,n,s)*u%s,l=yn(h,r,s)*h%s,d=yn(l,i,s)*l%s,p=yn(d,i,s)*l%s,b=yn(p,e,s)*f%s;return{pow_p_5_8:yn(b,cw,s)*t%s,b2:o}}function FA(t){return t[0]&=248,t[31]&=127,t[31]|=64,t}const LA=fi(UA.p,{isLE:!0}),sh=(()=>{const t=LA.ORDER;return DA({P:t,type:"x25519",powPminus2:e=>{const{pow_p_5_8:n,b2:r}=CA(e);return zt(yn(n,RA,t)*r,t)},adjustScalarBytes:FA})})(),uw=(t,e)=>(t+(t>=0?e:-e)/lw)/e;function kA(t,e,n){const[[r,i],[s,o]]=e,a=uw(o*t,n),c=uw(-i*t,n);let f=t-a*r-c*s,u=-a*i-c*o;const h=f<sr,l=u<sr;h&&(f=-f),l&&(u=-u);const d=Oo(Math.ceil(jb(n)/2))+Ss;if(f<sr||f>=d||u<sr||u>=d)throw new Error("splitScalar (endomorphism): failed, k="+t);return{k1neg:h,k1:f,k2neg:l,k2:u}}function oh(t){if(!["compact","recovered","der"].includes(t))throw new Error('Signature format must be "compact", "recovered", or "der"');return t}function ah(t,e){const n={};for(let r of Object.keys(e))n[r]=t[r]===void 0?e[r]:t[r];return Ac(n.lowS,"lowS"),Ac(n.prehash,"prehash"),n.format!==void 0&&oh(n.format),n}class qA extends Error{constructor(e=""){super(e)}}const ir={Err:qA,_tlv:{encode:(t,e)=>{const{Err:n}=ir;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length&1)throw new n("tlv.encode: unpadded data");const r=e.length/2,i=Oc(r);if(i.length/2&128)throw new n("tlv.encode: long form length too big");const s=r>127?Oc(i.length/2|128):"";return Oc(t)+s+i+e},decode(t,e){const{Err:n}=ir;let r=0;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length<2||e[r++]!==t)throw new n("tlv.decode: wrong tlv");const i=e[r++],s=!!(i&128);let o=0;if(!s)o=i;else{const c=i&127;if(!c)throw new n("tlv.decode(long): indefinite length not supported");if(c>4)throw new n("tlv.decode(long): byte length is too big");const f=e.subarray(r,r+c);if(f.length!==c)throw new n("tlv.decode: length bytes not complete");if(f[0]===0)throw new n("tlv.decode(long): zero leftmost byte");for(const u of f)o=o<<8|u;if(r+=c,o<128)throw new n("tlv.decode(long): not minimal encoding")}const a=e.subarray(r,r+o);if(a.length!==o)throw new n("tlv.decode: wrong value length");return{v:a,l:e.subarray(r+o)}}},_int:{encode(t){const{Err:e}=ir;if(t<sr)throw new e("integer: negative integers are not allowed");let n=Oc(t);if(Number.parseInt(n[0],16)&8&&(n="00"+n),n.length&1)throw new e("unexpected DER parsing assertion: unpadded hex");return n},decode(t){const{Err:e}=ir;if(t[0]&128)throw new e("invalid signature integer: negative");if(t[0]===0&&!(t[1]&128))throw new e("invalid signature integer: unnecessary leading zero");return Dc(t)}},toSig(t){const{Err:e,_int:n,_tlv:r}=ir,i=ht("signature",t),{v:s,l:o}=r.decode(48,i);if(o.length)throw new e("invalid signature: left bytes after parsing");const{v:a,l:c}=r.decode(2,s),{v:f,l:u}=r.decode(2,c);if(u.length)throw new e("invalid signature: left bytes after parsing");return{r:n.decode(a),s:n.decode(f)}},hexFromSig(t){const{_tlv:e,_int:n}=ir,r=e.encode(2,n.encode(t.r)),i=e.encode(2,n.encode(t.s)),s=r+i;return e.encode(48,s)}},sr=BigInt(0),Ss=BigInt(1),lw=BigInt(2),Uc=BigInt(3),MA=BigInt(4);function Bs(t,e){const{BYTES:n}=t;let r;if(typeof e=="bigint")r=e;else{let i=ht("private key",e);try{r=t.fromBytes(i)}catch{throw new Error(`invalid private key: expected ui8a of size ${n}, got ${typeof e}`)}}if(!t.isValidNot0(r))throw new Error("invalid private key: out of range [1..N-1]");return r}function jA(t,e={}){const n=AA("weierstrass",t,e),{Fp:r,Fn:i}=n;let s=n.CURVE;const{h:o,n:a}=s;Rc(e,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object",wrapPrivateKey:"boolean"});const{endo:c}=e;if(c&&(!r.is0(s.a)||typeof c.beta!="bigint"||!Array.isArray(c.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');const f=dw(r,i);function u(){if(!r.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function h(E,y,w){const{x:g,y:m}=y.toAffine(),_=r.toBytes(g);if(Ac(w,"isCompressed"),w){u();const B=!r.isOdd(m);return ti(hw(B),_)}else return ti(Uint8Array.of(4),_,r.toBytes(m))}function l(E){Fi(E,void 0,"Point");const{publicKey:y,publicKeyUncompressed:w}=f,g=E.length,m=E[0],_=E.subarray(1);if(g===y&&(m===2||m===3)){const B=r.fromBytes(_);if(!r.isValid(B))throw new Error("bad point: is not on curve, wrong x");const I=b(B);let $;try{$=r.sqrt(I)}catch(T){const F=T instanceof Error?": "+T.message:"";throw new Error("bad point: is not on curve, sqrt error"+F)}u();const D=r.isOdd($);return(m&1)===1!==D&&($=r.neg($)),{x:B,y:$}}else if(g===w&&m===4){const B=r.BYTES,I=r.fromBytes(_.subarray(0,B)),$=r.fromBytes(_.subarray(B,B*2));if(!v(I,$))throw new Error("bad point: is not on curve");return{x:I,y:$}}else throw new Error(`bad point: got length ${g}, expected compressed=${y} or uncompressed=${w}`)}const d=e.toBytes||h,p=e.fromBytes||l;function b(E){const y=r.sqr(E),w=r.mul(y,E);return r.add(r.add(w,r.mul(E,s.a)),s.b)}function v(E,y){const w=r.sqr(y),g=b(E);return r.eql(w,g)}if(!v(s.Gx,s.Gy))throw new Error("bad curve params: generator point");const O=r.mul(r.pow(s.a,Uc),MA),P=r.mul(r.sqr(s.b),BigInt(27));if(r.is0(r.add(O,P)))throw new Error("bad curve params: a or b");function x(E,y,w=!1){if(!r.isValid(y)||w&&r.is0(y))throw new Error(`bad point coordinate ${E}`);return y}function S(E){if(!(E instanceof A))throw new Error("ProjectivePoint expected")}function R(E){if(!c||!c.basises)throw new Error("no endo");return kA(E,c.basises,i.ORDER)}const U=zb((E,y)=>{const{X:w,Y:g,Z:m}=E;if(r.eql(m,r.ONE))return{x:w,y:g};const _=E.is0();y==null&&(y=_?r.ONE:r.inv(m));const B=r.mul(w,y),I=r.mul(g,y),$=r.mul(m,y);if(_)return{x:r.ZERO,y:r.ZERO};if(!r.eql($,r.ONE))throw new Error("invZ was invalid");return{x:B,y:I}}),L=zb(E=>{if(E.is0()){if(e.allowInfinityPoint&&!r.is0(E.Y))return;throw new Error("bad point: ZERO")}const{x:y,y:w}=E.toAffine();if(!r.isValid(y)||!r.isValid(w))throw new Error("bad point: x or y not field elements");if(!v(y,w))throw new Error("bad point: equation left != right");if(!E.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});function C(E,y,w,g,m){return w=new A(r.mul(w.X,E),w.Y,w.Z),y=Tc(g,y),w=Tc(m,w),y.add(w)}class A{constructor(y,w,g){this.X=x("x",y),this.Y=x("y",w,!0),this.Z=x("z",g),Object.freeze(this)}static CURVE(){return s}static fromAffine(y){const{x:w,y:g}=y||{};if(!y||!r.isValid(w)||!r.isValid(g))throw new Error("invalid affine point");if(y instanceof A)throw new Error("projective point not allowed");return r.is0(w)&&r.is0(g)?A.ZERO:new A(w,g,r.ONE)}static fromBytes(y){const w=A.fromAffine(p(Fi(y,void 0,"point")));return w.assertValidity(),w}static fromHex(y){return A.fromBytes(ht("pointHex",y))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(y=8,w=!0){return q.createCache(this,y),w||this.multiply(Uc),this}assertValidity(){L(this)}hasEvenY(){const{y}=this.toAffine();if(!r.isOdd)throw new Error("Field doesn't support isOdd");return!r.isOdd(y)}equals(y){S(y);const{X:w,Y:g,Z:m}=this,{X:_,Y:B,Z:I}=y,$=r.eql(r.mul(w,I),r.mul(_,m)),D=r.eql(r.mul(g,I),r.mul(B,m));return $&&D}negate(){return new A(this.X,r.neg(this.Y),this.Z)}double(){const{a:y,b:w}=s,g=r.mul(w,Uc),{X:m,Y:_,Z:B}=this;let I=r.ZERO,$=r.ZERO,D=r.ZERO,T=r.mul(m,m),F=r.mul(_,_),k=r.mul(B,B),N=r.mul(m,_);return N=r.add(N,N),D=r.mul(m,B),D=r.add(D,D),I=r.mul(y,D),$=r.mul(g,k),$=r.add(I,$),I=r.sub(F,$),$=r.add(F,$),$=r.mul(I,$),I=r.mul(N,I),D=r.mul(g,D),k=r.mul(y,k),N=r.sub(T,k),N=r.mul(y,N),N=r.add(N,D),D=r.add(T,T),T=r.add(D,T),T=r.add(T,k),T=r.mul(T,N),$=r.add($,T),k=r.mul(_,B),k=r.add(k,k),T=r.mul(k,N),I=r.sub(I,T),D=r.mul(k,F),D=r.add(D,D),D=r.add(D,D),new A(I,$,D)}add(y){S(y);const{X:w,Y:g,Z:m}=this,{X:_,Y:B,Z:I}=y;let $=r.ZERO,D=r.ZERO,T=r.ZERO;const F=s.a,k=r.mul(s.b,Uc);let N=r.mul(w,_),M=r.mul(g,B),z=r.mul(m,I),K=r.add(w,g),H=r.add(_,B);K=r.mul(K,H),H=r.add(N,M),K=r.sub(K,H),H=r.add(w,m);let G=r.add(_,I);return H=r.mul(H,G),G=r.add(N,z),H=r.sub(H,G),G=r.add(g,m),$=r.add(B,I),G=r.mul(G,$),$=r.add(M,z),G=r.sub(G,$),T=r.mul(F,H),$=r.mul(k,z),T=r.add($,T),$=r.sub(M,T),T=r.add(M,T),D=r.mul($,T),M=r.add(N,N),M=r.add(M,N),z=r.mul(F,z),H=r.mul(k,H),M=r.add(M,z),z=r.sub(N,z),z=r.mul(F,z),H=r.add(H,z),N=r.mul(M,H),D=r.add(D,N),N=r.mul(G,H),$=r.mul(K,$),$=r.sub($,N),N=r.mul(K,M),T=r.mul(G,T),T=r.add(T,N),new A($,D,T)}subtract(y){return this.add(y.negate())}is0(){return this.equals(A.ZERO)}multiply(y){const{endo:w}=e;if(!i.isValidNot0(y))throw new Error("invalid scalar: out of range");let g,m;const _=B=>q.cached(this,B,I=>th(A,I));if(w){const{k1neg:B,k1:I,k2neg:$,k2:D}=R(y),{p:T,f:F}=_(I),{p:k,f:N}=_(D);m=F.add(N),g=C(w.beta,T,k,B,$)}else{const{p:B,f:I}=_(y);g=B,m=I}return th(A,[g,m])[0]}multiplyUnsafe(y){const{endo:w}=e,g=this;if(!i.isValid(y))throw new Error("invalid scalar: out of range");if(y===sr||g.is0())return A.ZERO;if(y===Ss)return g;if(q.hasCache(this))return this.multiply(y);if(w){const{k1neg:m,k1:_,k2neg:B,k2:I}=R(y),{p1:$,p2:D}=BA(A,g,_,I);return C(w.beta,$,D,m,B)}else return q.unsafe(g,y)}multiplyAndAddUnsafe(y,w,g){const m=this.multiplyUnsafe(w).add(y.multiplyUnsafe(g));return m.is0()?void 0:m}toAffine(y){return U(this,y)}isTorsionFree(){const{isTorsionFree:y}=e;return o===Ss?!0:y?y(A,this):q.unsafe(this,a).is0()}clearCofactor(){const{clearCofactor:y}=e;return o===Ss?this:y?y(A,this):this.multiplyUnsafe(o)}isSmallOrder(){return this.multiplyUnsafe(o).is0()}toBytes(y=!0){return Ac(y,"isCompressed"),this.assertValidity(),d(A,this,y)}toHex(y=!0){return Es(this.toBytes(y))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}get px(){return this.X}get py(){return this.X}get pz(){return this.Z}toRawBytes(y=!0){return this.toBytes(y)}_setWindowSize(y){this.precompute(y)}static normalizeZ(y){return th(A,y)}static msm(y,w){return $A(A,i,y,w)}static fromPrivateKey(y){return A.BASE.multiply(Bs(i,y))}}A.BASE=new A(s.Gx,s.Gy,r.ONE),A.ZERO=new A(r.ZERO,r.ONE,r.ZERO),A.Fp=r,A.Fn=i;const j=i.BITS,q=new SA(A,e.endo?Math.ceil(j/2):j);return A.BASE.precompute(8),A}function hw(t){return Uint8Array.of(t?2:3)}function dw(t,e){return{secretKey:e.BYTES,publicKey:1+t.BYTES,publicKeyUncompressed:1+2*t.BYTES,publicKeyHasPrefix:!0,signature:2*e.BYTES}}function zA(t,e={}){const{Fn:n}=t,r=e.randomBytes||Ui,i=Object.assign(dw(t.Fp,n),{seed:nw(n.ORDER)});function s(l){try{return!!Bs(n,l)}catch{return!1}}function o(l,d){const{publicKey:p,publicKeyUncompressed:b}=i;try{const v=l.length;return d===!0&&v!==p||d===!1&&v!==b?!1:!!t.fromBytes(l)}catch{return!1}}function a(l=r(i.seed)){return xA(Fi(l,i.seed,"seed"),n.ORDER)}function c(l,d=!0){return t.BASE.multiply(Bs(n,l)).toBytes(d)}function f(l){const d=a(l);return{secretKey:d,publicKey:c(d)}}function u(l){if(typeof l=="bigint")return!1;if(l instanceof t)return!0;const{secretKey:d,publicKey:p,publicKeyUncompressed:b}=i;if(n.allowedLengths||d===p)return;const v=ht("key",l).length;return v===p||v===b}function h(l,d,p=!0){if(u(l)===!0)throw new Error("first arg must be private key");if(u(d)===!1)throw new Error("second arg must be public key");const b=Bs(n,l);return t.fromHex(d).multiply(b).toBytes(p)}return Object.freeze({getPublicKey:c,getSharedSecret:h,keygen:f,Point:t,utils:{isValidSecretKey:s,isValidPublicKey:o,randomSecretKey:a,isValidPrivateKey:s,randomPrivateKey:a,normPrivateKeyToScalar:l=>Bs(n,l),precompute(l=8,d=t.BASE){return d.precompute(l,!1)}},lengths:i})}function HA(t,e,n={}){wc(e),Rc(n,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"});const r=n.randomBytes||Ui,i=n.hmac||((w,...g)=>Bc(e,w,ti(...g))),{Fp:s,Fn:o}=t,{ORDER:a,BITS:c}=o,{keygen:f,getPublicKey:u,getSharedSecret:h,utils:l,lengths:d}=zA(t,n),p={prehash:!1,lowS:typeof n.lowS=="boolean"?n.lowS:!1,format:void 0,extraEntropy:!1},b="compact";function v(w){const g=a>>Ss;return w>g}function O(w,g){if(!o.isValidNot0(g))throw new Error(`invalid signature ${w}: out of range 1..Point.Fn.ORDER`);return g}function P(w,g){oh(g);const m=d.signature,_=g==="compact"?m:g==="recovered"?m+1:void 0;return Fi(w,_,`${g} signature`)}class x{constructor(g,m,_){this.r=O("r",g),this.s=O("s",m),_!=null&&(this.recovery=_),Object.freeze(this)}static fromBytes(g,m=b){P(g,m);let _;if(m==="der"){const{r:D,s:T}=ir.toSig(Fi(g));return new x(D,T)}m==="recovered"&&(_=g[0],m="compact",g=g.subarray(1));const B=o.BYTES,I=g.subarray(0,B),$=g.subarray(B,B*2);return new x(o.fromBytes(I),o.fromBytes($),_)}static fromHex(g,m){return this.fromBytes(mc(g),m)}addRecoveryBit(g){return new x(this.r,this.s,g)}recoverPublicKey(g){const m=s.ORDER,{r:_,s:B,recovery:I}=this;if(I==null||![0,1,2,3].includes(I))throw new Error("recovery id invalid");if(a*lw<m&&I>1)throw new Error("recovery id is ambiguous for h>1 curve");const $=I===2||I===3?_+a:_;if(!s.isValid($))throw new Error("recovery id 2 or 3 invalid");const D=s.toBytes($),T=t.fromBytes(ti(hw((I&1)===0),D)),F=o.inv($),k=R(ht("msgHash",g)),N=o.create(-k*F),M=o.create(B*F),z=t.BASE.multiplyUnsafe(N).add(T.multiplyUnsafe(M));if(z.is0())throw new Error("point at infinify");return z.assertValidity(),z}hasHighS(){return v(this.s)}toBytes(g=b){if(oh(g),g==="der")return mc(ir.hexFromSig(this));const m=o.toBytes(this.r),_=o.toBytes(this.s);if(g==="recovered"){if(this.recovery==null)throw new Error("recovery bit must be present");return ti(Uint8Array.of(this.recovery),m,_)}return ti(m,_)}toHex(g){return Es(this.toBytes(g))}assertValidity(){}static fromCompact(g){return x.fromBytes(ht("sig",g),"compact")}static fromDER(g){return x.fromBytes(ht("sig",g),"der")}normalizeS(){return this.hasHighS()?new x(this.r,o.neg(this.s),this.recovery):this}toDERRawBytes(){return this.toBytes("der")}toDERHex(){return Es(this.toBytes("der"))}toCompactRawBytes(){return this.toBytes("compact")}toCompactHex(){return Es(this.toBytes("compact"))}}const S=n.bits2int||function(w){if(w.length>8192)throw new Error("input is too large");const g=Dc(w),m=w.length*8-c;return m>0?g>>BigInt(m):g},R=n.bits2int_modN||function(w){return o.create(S(w))},U=Oo(c);function L(w){return Ql("num < 2^"+c,w,sr,U),o.toBytes(w)}function C(w,g){return Fi(w,void 0,"message"),g?Fi(e(w),void 0,"prehashed message"):w}function A(w,g,m){if(["recovered","canonical"].some(M=>M in m))throw new Error("sign() legacy options not supported");const{lowS:_,prehash:B,extraEntropy:I}=ah(m,p);w=C(w,B);const $=R(w),D=Bs(o,g),T=[L(D),L($)];if(I!=null&&I!==!1){const M=I===!0?r(d.secretKey):I;T.push(ht("extraEntropy",M))}const F=ti(...T),k=$;function N(M){const z=S(M);if(!o.isValidNot0(z))return;const K=o.inv(z),H=t.BASE.multiply(z).toAffine(),G=o.create(H.x);if(G===sr)return;const ee=o.create(K*o.create(k+G*D));if(ee===sr)return;let te=(H.x===G?0:2)|Number(H.y&Ss),re=ee;return _&&v(ee)&&(re=o.neg(ee),te^=1),new x(G,re,te)}return{seed:F,k2sig:N}}function j(w,g,m={}){w=ht("message",w);const{seed:_,k2sig:B}=A(w,g,m);return dA(e.outputLen,o.BYTES,i)(_,B)}function q(w){let g;const m=typeof w=="string"||bc(w),_=!m&&w!==null&&typeof w=="object"&&typeof w.r=="bigint"&&typeof w.s=="bigint";if(!m&&!_)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");if(_)g=new x(w.r,w.s);else if(m){try{g=x.fromBytes(ht("sig",w),"der")}catch(B){if(!(B instanceof ir.Err))throw B}if(!g)try{g=x.fromBytes(ht("sig",w),"compact")}catch{return!1}}return g||!1}function E(w,g,m,_={}){const{lowS:B,prehash:I,format:$}=ah(_,p);if(m=ht("publicKey",m),g=C(ht("message",g),I),"strict"in _)throw new Error("options.strict was renamed to lowS");const D=$===void 0?q(w):x.fromBytes(ht("sig",w),$);if(D===!1)return!1;try{const T=t.fromBytes(m);if(B&&D.hasHighS())return!1;const{r:F,s:k}=D,N=R(g),M=o.inv(k),z=o.create(N*M),K=o.create(F*M),H=t.BASE.multiplyUnsafe(z).add(T.multiplyUnsafe(K));return H.is0()?!1:o.create(H.x)===F}catch{return!1}}function y(w,g,m={}){const{prehash:_}=ah(m,p);return g=C(g,_),x.fromBytes(w,"recovered").recoverPublicKey(g).toBytes()}return Object.freeze({keygen:f,getPublicKey:u,getSharedSecret:h,utils:l,lengths:d,Point:t,sign:j,verify:E,recoverPublicKey:y,Signature:x,hash:e})}function VA(t){const e={a:t.a,b:t.b,p:t.Fp.ORDER,n:t.n,h:t.h,Gx:t.Gx,Gy:t.Gy},n=t.Fp;let r=t.allowedPrivateKeyLengths?Array.from(new Set(t.allowedPrivateKeyLengths.map(o=>Math.ceil(o/2)))):void 0;const i=fi(e.n,{BITS:t.nBitLength,allowedLengths:r,modFromBytes:t.wrapPrivateKey}),s={Fp:n,Fn:i,allowInfinityPoint:t.allowInfinityPoint,endo:t.endo,isTorsionFree:t.isTorsionFree,clearCofactor:t.clearCofactor,fromBytes:t.fromBytes,toBytes:t.toBytes};return{CURVE:e,curveOpts:s}}function KA(t){const{CURVE:e,curveOpts:n}=VA(t),r={hmac:t.hmac,randomBytes:t.randomBytes,lowS:t.lowS,bits2int:t.bits2int,bits2int_modN:t.bits2int_modN};return{CURVE:e,curveOpts:n,hash:t.hash,ecdsaOpts:r}}function GA(t,e){const n=e.Point;return Object.assign({},e,{ProjectivePoint:n,CURVE:Object.assign({},t,ew(n.Fn.ORDER,n.Fn.BITS))})}function ZA(t){const{CURVE:e,curveOpts:n,hash:r,ecdsaOpts:i}=KA(t),s=jA(e,n),o=HA(s,r,i);return GA(t,o)}function ch(t,e){const n=r=>ZA({...t,hash:r});return{...n(e),create:n}}const pw={p:BigInt("0xffffffff00000001000000000000000000000000ffffffffffffffffffffffff"),n:BigInt("0xffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551"),h:BigInt(1),a:BigInt("0xffffffff00000001000000000000000000000000fffffffffffffffffffffffc"),b:BigInt("0x5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b"),Gx:BigInt("0x6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296"),Gy:BigInt("0x4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5")},gw={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000ffffffff"),n:BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffc7634d81f4372ddf581a0db248b0a77aecec196accc52973"),h:BigInt(1),a:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000fffffffc"),b:BigInt("0xb3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef"),Gx:BigInt("0xaa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741e082542a385502f25dbf55296c3a545e3872760ab7"),Gy:BigInt("0x3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da3113b5f0b8c00a60b1ce1d7e819d7a431d7c90ea0e5f")},yw={p:BigInt("0x1ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),n:BigInt("0x01fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa51868783bf2f966b7fcc0148f709a5d03bb5c9b8899c47aebb6fb71e91386409"),h:BigInt(1),a:BigInt("0x1fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc"),b:BigInt("0x0051953eb9618e1c9a1f929a21a0b68540eea2da725b99b315f3b8b489918ef109e156193951ec7e937b1652c0bd3bb1bf073573df883d2c34f1ef451fd46b503f00"),Gx:BigInt("0x00c6858e06b70404e9cd9e3ecb662395b4429c648139053fb521f828af606b4d3dbaa14b5e77efe75928fe1dc127a2ffa8de3348b3c1856a429bf97e7e31c2e5bd66"),Gy:BigInt("0x011839296a789a3bc0045c8a5fb42c7d1bd998f54449579b446817afbd17273e662c97ee72995ef42640c550b9013fad0761353c7086a272c24088be94769fd16650")},WA=fi(pw.p),YA=fi(gw.p),XA=fi(yw.p),JA=ch({...pw,Fp:WA,lowS:!1},Ec);ch({...gw,Fp:YA,lowS:!1},n$),ch({...yw,Fp:XA,lowS:!1,allowedPrivateKeyLengths:[130,131,132]},t$);const QA=JA,bw="base10",Et="base16",Nt="base64pad",ui="base64url",Po="utf8",ww=0,or=1,Ro=2,eO=0,mw=1,To=12,fh=32;function tO(){const t=sh.utils.randomPrivateKey(),e=sh.getPublicKey(t);return{privateKey:At(t,Et),publicKey:At(e,Et)}}function uh(){const t=Ui(fh);return At(t,Et)}function nO(t,e){const n=sh.getSharedSecret(Yt(t,Et),Yt(e,Et)),r=lA($c,n,void 0,void 0,fh);return At(r,Et)}function Cc(t){const e=$c(Yt(t,Et));return At(e,Et)}function Jt(t){const e=$c(Yt(t,Po));return At(e,Et)}function vw(t){return Yt(`${t}`,bw)}function qi(t){return Number(At(t,bw))}function Ew(t){return t.replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function xw(t){const e=t.replace(/-/g,"+").replace(/_/g,"/"),n=(4-e.length%4)%4;return e+"=".repeat(n)}function rO(t){const e=vw(typeof t.type<"u"?t.type:ww);if(qi(e)===or&&typeof t.senderPublicKey>"u")throw new Error("Missing sender public key for type 1 envelope");const n=typeof t.senderPublicKey<"u"?Yt(t.senderPublicKey,Et):void 0,r=typeof t.iv<"u"?Yt(t.iv,Et):Ui(To),i=Yt(t.symKey,Et),s=Lb(i,r).encrypt(Yt(t.message,Po)),o=_w({type:e,sealed:s,iv:r,senderPublicKey:n});return t.encoding===ui?Ew(o):o}function iO(t){const e=Yt(t.symKey,Et),{sealed:n,iv:r}=No({encoded:t.encoded,encoding:t.encoding}),i=Lb(e,r).decrypt(n);if(i===null)throw new Error("Failed to decrypt");return At(i,Po)}function sO(t,e){const n=vw(Ro),r=Ui(To),i=Yt(t,Po),s=_w({type:n,sealed:i,iv:r});return e===ui?Ew(s):s}function oO(t,e){const{sealed:n}=No({encoded:t,encoding:e});return At(n,Po)}function _w(t){if(qi(t.type)===Ro)return At(io([t.type,t.sealed]),Nt);if(qi(t.type)===or){if(typeof t.senderPublicKey>"u")throw new Error("Missing sender public key for type 1 envelope");return At(io([t.type,t.senderPublicKey,t.iv,t.sealed]),Nt)}return At(io([t.type,t.iv,t.sealed]),Nt)}function No(t){const e=(t.encoding||Nt)===ui?xw(t.encoded):t.encoded,n=Yt(e,Nt),r=n.slice(eO,mw),i=mw;if(qi(r)===or){const c=i+fh,f=c+To,u=n.slice(i,c),h=n.slice(c,f),l=n.slice(f);return{type:r,sealed:l,iv:h,senderPublicKey:u}}if(qi(r)===Ro){const c=n.slice(i),f=Ui(To);return{type:r,sealed:c,iv:f}}const s=i+To,o=n.slice(i,s),a=n.slice(s);return{type:r,sealed:a,iv:o}}function aO(t,e){const n=No({encoded:t,encoding:e?.encoding});return Iw({type:qi(n.type),senderPublicKey:typeof n.senderPublicKey<"u"?At(n.senderPublicKey,Et):void 0,receiverPublicKey:e?.receiverPublicKey})}function Iw(t){const e=t?.type||ww;if(e===or){if(typeof t?.senderPublicKey>"u")throw new Error("missing sender public key");if(typeof t?.receiverPublicKey>"u")throw new Error("missing receiver public key")}return{type:e,senderPublicKey:t?.senderPublicKey,receiverPublicKey:t?.receiverPublicKey}}function Sw(t){return t.type===or&&typeof t.senderPublicKey=="string"&&typeof t.receiverPublicKey=="string"}function Bw(t){return t.type===Ro}function cO(t){const e=Buffer.from(t.x,"base64"),n=Buffer.from(t.y,"base64");return io([new Uint8Array([4]),e,n])}function fO(t,e){const[n,r,i]=t.split("."),s=Buffer.from(xw(i),"base64");if(s.length!==64)throw new Error("Invalid signature length");const o=s.slice(0,32),a=s.slice(32,64),c=`${n}.${r}`,f=$c(c),u=cO(e);if(!QA.verify(io([o,a]),f,u))throw new Error("Invalid signature");return Uu(t).payload}const uO="irn";function Fc(t){return t?.relay||{protocol:uO}}function $s(t){const e=j_[t];if(typeof e>"u")throw new Error(`Relay Protocol not supported: ${t}`);return e}var lO=Object.defineProperty,hO=Object.defineProperties,dO=Object.getOwnPropertyDescriptors,$w=Object.getOwnPropertySymbols,pO=Object.prototype.hasOwnProperty,gO=Object.prototype.propertyIsEnumerable,Aw=(t,e,n)=>e in t?lO(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,lh=(t,e)=>{for(var n in e||(e={}))pO.call(e,n)&&Aw(t,n,e[n]);if($w)for(var n of $w(e))gO.call(e,n)&&Aw(t,n,e[n]);return t},yO=(t,e)=>hO(t,dO(e));function bO(t,e="-"){const n={},r="relay"+e;return Object.keys(t).forEach(i=>{if(i.startsWith(r)){const s=i.replace(r,""),o=t[i];n[s]=o}}),n}function Ow(t){if(!t.includes("wc:")){const f=Qy(t);f!=null&&f.includes("wc:")&&(t=f)}t=t.includes("wc://")?t.replace("wc://",""):t,t=t.includes("wc:")?t.replace("wc:",""):t;const e=t.indexOf(":"),n=t.indexOf("?")!==-1?t.indexOf("?"):void 0,r=t.substring(0,e),i=t.substring(e+1,n).split("@"),s=typeof n<"u"?t.substring(n):"",o=new URLSearchParams(s),a=Object.fromEntries(o.entries()),c=typeof a.methods=="string"?a.methods.split(","):void 0;return{protocol:r,topic:wO(i[0]),version:parseInt(i[1],10),symKey:a.symKey,relay:bO(a),methods:c,expiryTimestamp:a.expiryTimestamp?parseInt(a.expiryTimestamp,10):void 0}}function wO(t){return t.startsWith("//")?t.substring(2):t}function mO(t,e="-"){const n="relay",r={};return Object.keys(t).forEach(i=>{const s=i,o=n+e+s;t[s]&&(r[o]=t[s])}),r}function Dw(t){const e=new URLSearchParams,n=lh(lh(yO(lh({},mO(t.relay)),{symKey:t.symKey}),t.expiryTimestamp&&{expiryTimestamp:t.expiryTimestamp.toString()}),t.methods&&{methods:t.methods.join(",")});return Object.entries(n).sort(([r],[i])=>r.localeCompare(i)).forEach(([r,i])=>{i!==void 0&&e.append(r,String(i))}),`${t.protocol}:${t.topic}@${t.version}?${e}`}function Lc(t,e,n){return`${t}?wc_ev=${n}&topic=${e}`}var vO=Object.defineProperty,EO=Object.defineProperties,xO=Object.getOwnPropertyDescriptors,Pw=Object.getOwnPropertySymbols,_O=Object.prototype.hasOwnProperty,IO=Object.prototype.propertyIsEnumerable,Rw=(t,e,n)=>e in t?vO(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,SO=(t,e)=>{for(var n in e||(e={}))_O.call(e,n)&&Rw(t,n,e[n]);if(Pw)for(var n of Pw(e))IO.call(e,n)&&Rw(t,n,e[n]);return t},BO=(t,e)=>EO(t,xO(e));function As(t){const e=[];return t.forEach(n=>{const[r,i]=n.split(":");e.push(`${r}:${i}`)}),e}function Tw(t){const e=[];return Object.values(t).forEach(n=>{e.push(...As(n.accounts))}),[...new Set(e)]}function $O(t){const e=[];return Object.values(t).forEach(n=>{e.push(...n.methods)}),[...new Set(e)]}function AO(t){const e=[];return Object.values(t).forEach(n=>{e.push(...n.events)}),[...new Set(e)]}function OO(t,e){const n=[];return Object.values(t).forEach(r=>{As(r.accounts).includes(e)&&n.push(...r.methods)}),n}function DO(t,e){const n=[];return Object.values(t).forEach(r=>{As(r.accounts).includes(e)&&n.push(...r.events)}),n}function Nw(t){return t.includes(":")}function PO(t){return Nw(t)?t.split(":")[0]:t}function Uw(t){var e,n,r;const i={};if(!Uo(t))return i;for(const[s,o]of Object.entries(t)){const a=Nw(s)?[s]:o.chains,c=o.methods||[],f=o.events||[],u=PO(s);i[u]=BO(SO({},i[u]),{chains:Ni(a,(e=i[u])==null?void 0:e.chains),methods:Ni(c,(n=i[u])==null?void 0:n.methods),events:Ni(f,(r=i[u])==null?void 0:r.events)})}return i}function RO(t){const e={};return t?.forEach(n=>{var r;const[i,s]=n.split(":");e[i]||(e[i]={accounts:[],chains:[],events:[],methods:[]}),e[i].accounts.push(n),(r=e[i].chains)==null||r.push(`${i}:${s}`)}),e}function Cw(t,e){e=e.map(r=>r.replace("did:pkh:",""));const n=RO(e);for(const[r,i]of Object.entries(n))i.methods?i.methods=Ni(i.methods,t):i.methods=t,i.events=["chainChanged","accountsChanged"];return n}function TO(t,e){var n,r,i,s,o,a;const c=Uw(t),f=Uw(e),u={},h=Object.keys(c).concat(Object.keys(f));for(const l of h)u[l]={chains:Ni((n=c[l])==null?void 0:n.chains,(r=f[l])==null?void 0:r.chains),methods:Ni((i=c[l])==null?void 0:i.methods,(s=f[l])==null?void 0:s.methods),events:Ni((o=c[l])==null?void 0:o.events,(a=f[l])==null?void 0:a.events)};return u}const NO={INVALID_METHOD:{message:"Invalid method.",code:1001},INVALID_EVENT:{message:"Invalid event.",code:1002},INVALID_UPDATE_REQUEST:{message:"Invalid update request.",code:1003},INVALID_EXTEND_REQUEST:{message:"Invalid extend request.",code:1004},INVALID_SESSION_SETTLE_REQUEST:{message:"Invalid session settle request.",code:1005},UNAUTHORIZED_METHOD:{message:"Unauthorized method.",code:3001},UNAUTHORIZED_EVENT:{message:"Unauthorized event.",code:3002},UNAUTHORIZED_UPDATE_REQUEST:{message:"Unauthorized update request.",code:3003},UNAUTHORIZED_EXTEND_REQUEST:{message:"Unauthorized extend request.",code:3004},USER_REJECTED:{message:"User rejected.",code:5e3},USER_REJECTED_CHAINS:{message:"User rejected chains.",code:5001},USER_REJECTED_METHODS:{message:"User rejected methods.",code:5002},USER_REJECTED_EVENTS:{message:"User rejected events.",code:5003},UNSUPPORTED_CHAINS:{message:"Unsupported chains.",code:5100},UNSUPPORTED_METHODS:{message:"Unsupported methods.",code:5101},UNSUPPORTED_EVENTS:{message:"Unsupported events.",code:5102},UNSUPPORTED_ACCOUNTS:{message:"Unsupported accounts.",code:5103},UNSUPPORTED_NAMESPACE_KEY:{message:"Unsupported namespace key.",code:5104},USER_DISCONNECTED:{message:"User disconnected.",code:6e3},SESSION_SETTLEMENT_FAILED:{message:"Session settlement failed.",code:7e3},WC_METHOD_UNSUPPORTED:{message:"Unsupported wc_ method.",code:10001}},UO={NOT_INITIALIZED:{message:"Not initialized.",code:1},NO_MATCHING_KEY:{message:"No matching key.",code:2},RESTORE_WILL_OVERRIDE:{message:"Restore will override.",code:3},RESUBSCRIBED:{message:"Resubscribed.",code:4},MISSING_OR_INVALID:{message:"Missing or invalid.",code:5},EXPIRED:{message:"Expired.",code:6},UNKNOWN_TYPE:{message:"Unknown type.",code:7},MISMATCHED_TOPIC:{message:"Mismatched topic.",code:8},NON_CONFORMING_NAMESPACES:{message:"Non conforming namespaces.",code:9}};function W(t,e){const{message:n,code:r}=UO[t];return{message:e?`${n} ${e}`:n,code:r}}function Se(t,e){const{message:n,code:r}=NO[t];return{message:e?`${n} ${e}`:n,code:r}}function Os(t,e){return Array.isArray(t)?typeof e<"u"&&t.length?t.every(e):!0:!1}function Uo(t){return Object.getPrototypeOf(t)===Object.prototype&&Object.keys(t).length}function Fe(t){return typeof t>"u"}function Oe(t,e){return e&&Fe(t)?!0:typeof t=="string"&&!!t.trim().length}function hh(t,e){return e&&Fe(t)?!0:typeof t=="number"&&!isNaN(t)}function CO(t,e){const{requiredNamespaces:n}=e,r=Object.keys(t.namespaces),i=Object.keys(n);let s=!0;return Ri(i,r)?(r.forEach(o=>{const{accounts:a,methods:c,events:f}=t.namespaces[o],u=As(a),h=n[o];(!Ri(jy(o,h),u)||!Ri(h.methods,c)||!Ri(h.events,f))&&(s=!1)}),s):!1}function kc(t){return Oe(t,!1)&&t.includes(":")?t.split(":").length===2:!1}function FO(t){if(Oe(t,!1)&&t.includes(":")){const e=t.split(":");if(e.length===3){const n=e[0]+":"+e[1];return!!e[2]&&kc(n)}}return!1}function LO(t){function e(n){try{return typeof new URL(n)<"u"}catch{return!1}}try{if(Oe(t,!1)){if(e(t))return!0;const n=Qy(t);return e(n)}}catch{}return!1}function kO(t){var e;return(e=t?.proposer)==null?void 0:e.publicKey}function qO(t){return t?.topic}function MO(t,e){let n=null;return Oe(t?.publicKey,!1)||(n=W("MISSING_OR_INVALID",`${e} controller public key should be a string`)),n}function Fw(t){let e=!0;return Os(t)?t.length&&(e=t.every(n=>Oe(n,!1))):e=!1,e}function jO(t,e,n){let r=null;return Os(e)&&e.length?e.forEach(i=>{r||kc(i)||(r=Se("UNSUPPORTED_CHAINS",`${n}, chain ${i} should be a string and conform to "namespace:chainId" format`))}):kc(t)||(r=Se("UNSUPPORTED_CHAINS",`${n}, chains must be defined as "namespace:chainId" e.g. "eip155:1": {...} in the namespace key OR as an array of CAIP-2 chainIds e.g. eip155: { chains: ["eip155:1", "eip155:5"] }`)),r}function zO(t,e,n){let r=null;return Object.entries(t).forEach(([i,s])=>{if(r)return;const o=jO(i,jy(i,s),`${e} ${n}`);o&&(r=o)}),r}function HO(t,e){let n=null;return Os(t)?t.forEach(r=>{n||FO(r)||(n=Se("UNSUPPORTED_ACCOUNTS",`${e}, account ${r} should be a string and conform to "namespace:chainId:address" format`))}):n=Se("UNSUPPORTED_ACCOUNTS",`${e}, accounts should be an array of strings conforming to "namespace:chainId:address" format`),n}function VO(t,e){let n=null;return Object.values(t).forEach(r=>{if(n)return;const i=HO(r?.accounts,`${e} namespace`);i&&(n=i)}),n}function KO(t,e){let n=null;return Fw(t?.methods)?Fw(t?.events)||(n=Se("UNSUPPORTED_EVENTS",`${e}, events should be an array of strings or empty array for no events`)):n=Se("UNSUPPORTED_METHODS",`${e}, methods should be an array of strings or empty array for no methods`),n}function Lw(t,e){let n=null;return Object.values(t).forEach(r=>{if(n)return;const i=KO(r,`${e}, namespace`);i&&(n=i)}),n}function GO(t,e,n){let r=null;if(t&&Uo(t)){const i=Lw(t,e);i&&(r=i);const s=zO(t,e,n);s&&(r=s)}else r=W("MISSING_OR_INVALID",`${e}, ${n} should be an object with data`);return r}function dh(t,e){let n=null;if(t&&Uo(t)){const r=Lw(t,e);r&&(n=r);const i=VO(t,e);i&&(n=i)}else n=W("MISSING_OR_INVALID",`${e}, namespaces should be an object with data`);return n}function kw(t){return Oe(t.protocol,!0)}function ZO(t,e){let n=!1;return e&&!t?n=!0:t&&Os(t)&&t.length&&t.forEach(r=>{n=kw(r)}),n}function WO(t){return typeof t=="number"}function Ut(t){return typeof t<"u"&&typeof t!==null}function YO(t){return!(!t||typeof t!="object"||!t.code||!hh(t.code,!1)||!t.message||!Oe(t.message,!1))}function XO(t){return!(Fe(t)||!Oe(t.method,!1))}function JO(t){return!(Fe(t)||Fe(t.result)&&Fe(t.error)||!hh(t.id,!1)||!Oe(t.jsonrpc,!1))}function QO(t){return!(Fe(t)||!Oe(t.name,!1))}function qw(t,e){return!(!kc(e)||!Tw(t).includes(e))}function eD(t,e,n){return Oe(n,!1)?OO(t,e).includes(n):!1}function tD(t,e,n){return Oe(n,!1)?DO(t,e).includes(n):!1}function Mw(t,e,n){let r=null;const i=nD(t),s=rD(e),o=Object.keys(i),a=Object.keys(s),c=jw(Object.keys(t)),f=jw(Object.keys(e)),u=c.filter(h=>!f.includes(h));return u.length&&(r=W("NON_CONFORMING_NAMESPACES",`${n} namespaces keys don't satisfy requiredNamespaces.
22
- Required: ${u.toString()}
23
- Received: ${Object.keys(e).toString()}`)),Ri(o,a)||(r=W("NON_CONFORMING_NAMESPACES",`${n} namespaces chains don't satisfy required namespaces.
14
+ ***************************************************************************** */var Qc=function(t,e){return Qc=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)r.hasOwnProperty(i)&&(n[i]=r[i])},Qc(t,e)};function A2(t,e){Qc(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}var _c=function(){return _c=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(e[s]=n[s])}return e},_c.apply(this,arguments)};function P2(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(n[r[i]]=t[r[i]]);return n}function D2(t,e,n,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,n):r,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s}function R2(t,e){return function(n,r){e(n,r,t)}}function T2(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function N2(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(l){try{u(r.next(l))}catch(f){o(f)}}function c(l){try{u(r.throw(l))}catch(f){o(f)}}function u(l){l.done?s(l.value):i(l.value).then(a,c)}u((r=r.apply(t,e||[])).next())})}function U2(t,e){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(u){return function(l){return c([u,l])}}function c(u){if(r)throw new TypeError("Generator is already executing.");for(;n;)try{if(r=1,i&&(s=u[0]&2?i.return:u[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,u[1])).done)return s;switch(i=0,s&&(u=[u[0]&2,s.value]),u[0]){case 0:case 1:s=u;break;case 4:return n.label++,{value:u[1],done:!1};case 5:n.label++,i=u[1],u=[0];continue;case 7:u=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!s||u[1]>s[0]&&u[1]<s[3])){n.label=u[1];break}if(u[0]===6&&n.label<s[1]){n.label=s[1],s=u;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(u);break}s[2]&&n.ops.pop(),n.trys.pop();continue}u=e.call(t,n)}catch(l){u=[6,l],i=0}finally{r=s=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function C2(t,e,n,r){r===void 0&&(r=n),t[r]=e[n]}function F2(t,e){for(var n in t)n!=="default"&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function $c(t){var e=typeof Symbol=="function"&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function ad(t,e){var n=typeof Symbol=="function"&&t[Symbol.iterator];if(!n)return t;var r=n.call(t),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return s}function q2(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(ad(arguments[e]));return t}function k2(){for(var t=0,e=0,n=arguments.length;e<n;e++)t+=arguments[e].length;for(var r=Array(t),i=0,e=0;e<n;e++)for(var s=arguments[e],o=0,a=s.length;o<a;o++,i++)r[i]=s[o];return r}function Us(t){return this instanceof Us?(this.v=t,this):new Us(t)}function L2(t,e,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(t,e||[]),i,s=[];return i={},o("next"),o("throw"),o("return"),i[Symbol.asyncIterator]=function(){return this},i;function o(d){r[d]&&(i[d]=function(h){return new Promise(function(p,w){s.push([d,h,p,w])>1||a(d,h)})})}function a(d,h){try{c(r[d](h))}catch(p){f(s[0][3],p)}}function c(d){d.value instanceof Us?Promise.resolve(d.value.v).then(u,l):f(s[0][2],d)}function u(d){a("next",d)}function l(d){a("throw",d)}function f(d,h){d(h),s.shift(),s.length&&a(s[0][0],s[0][1])}}function M2(t){var e,n;return e={},r("next"),r("throw",function(i){throw i}),r("return"),e[Symbol.iterator]=function(){return this},e;function r(i,s){e[i]=t[i]?function(o){return(n=!n)?{value:Us(t[i](o)),done:i==="return"}:s?s(o):o}:s}}function j2(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],n;return e?e.call(t):(t=typeof $c=="function"?$c(t):t[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(s){n[s]=t[s]&&function(o){return new Promise(function(a,c){o=t[s](o),i(a,c,o.done,o.value)})}}function i(s,o,a,c){Promise.resolve(c).then(function(u){s({value:u,done:a})},o)}}function z2(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function K2(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)Object.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function V2(t){return t&&t.__esModule?t:{default:t}}function H2(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function G2(t,e,n){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,n),n}var W2=Object.freeze({__proto__:null,__extends:A2,get __assign(){return _c},__rest:P2,__decorate:D2,__param:R2,__metadata:T2,__awaiter:N2,__generator:U2,__createBinding:C2,__exportStar:F2,__values:$c,__read:ad,__spread:q2,__spreadArrays:k2,__await:Us,__asyncGenerator:L2,__asyncDelegator:M2,__asyncValues:j2,__makeTemplateObject:z2,__importStar:K2,__importDefault:V2,__classPrivateFieldGet:H2,__classPrivateFieldSet:G2}),$o=Ch(W2),eu={},Cs={},cd;function Z2(){if(cd)return Cs;cd=1,Object.defineProperty(Cs,"__esModule",{value:!0}),Cs.delay=void 0;function t(e){return new Promise(n=>{setTimeout(()=>{n(!0)},e)})}return Cs.delay=t,Cs}var oi={},tu={},ai={},ud;function Y2(){return ud||(ud=1,Object.defineProperty(ai,"__esModule",{value:!0}),ai.ONE_THOUSAND=ai.ONE_HUNDRED=void 0,ai.ONE_HUNDRED=100,ai.ONE_THOUSAND=1e3),ai}var nu={},ld;function X2(){return ld||(ld=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.ONE_YEAR=t.FOUR_WEEKS=t.THREE_WEEKS=t.TWO_WEEKS=t.ONE_WEEK=t.THIRTY_DAYS=t.SEVEN_DAYS=t.FIVE_DAYS=t.THREE_DAYS=t.ONE_DAY=t.TWENTY_FOUR_HOURS=t.TWELVE_HOURS=t.SIX_HOURS=t.THREE_HOURS=t.ONE_HOUR=t.SIXTY_MINUTES=t.THIRTY_MINUTES=t.TEN_MINUTES=t.FIVE_MINUTES=t.ONE_MINUTE=t.SIXTY_SECONDS=t.THIRTY_SECONDS=t.TEN_SECONDS=t.FIVE_SECONDS=t.ONE_SECOND=void 0,t.ONE_SECOND=1,t.FIVE_SECONDS=5,t.TEN_SECONDS=10,t.THIRTY_SECONDS=30,t.SIXTY_SECONDS=60,t.ONE_MINUTE=t.SIXTY_SECONDS,t.FIVE_MINUTES=t.ONE_MINUTE*5,t.TEN_MINUTES=t.ONE_MINUTE*10,t.THIRTY_MINUTES=t.ONE_MINUTE*30,t.SIXTY_MINUTES=t.ONE_MINUTE*60,t.ONE_HOUR=t.SIXTY_MINUTES,t.THREE_HOURS=t.ONE_HOUR*3,t.SIX_HOURS=t.ONE_HOUR*6,t.TWELVE_HOURS=t.ONE_HOUR*12,t.TWENTY_FOUR_HOURS=t.ONE_HOUR*24,t.ONE_DAY=t.TWENTY_FOUR_HOURS,t.THREE_DAYS=t.ONE_DAY*3,t.FIVE_DAYS=t.ONE_DAY*5,t.SEVEN_DAYS=t.ONE_DAY*7,t.THIRTY_DAYS=t.ONE_DAY*30,t.ONE_WEEK=t.SEVEN_DAYS,t.TWO_WEEKS=t.ONE_WEEK*2,t.THREE_WEEKS=t.ONE_WEEK*3,t.FOUR_WEEKS=t.ONE_WEEK*4,t.ONE_YEAR=t.ONE_DAY*365}(nu)),nu}var fd;function hd(){return fd||(fd=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=$o;e.__exportStar(Y2(),t),e.__exportStar(X2(),t)}(tu)),tu}var dd;function J2(){if(dd)return oi;dd=1,Object.defineProperty(oi,"__esModule",{value:!0}),oi.fromMiliseconds=oi.toMiliseconds=void 0;const t=hd();function e(r){return r*t.ONE_THOUSAND}oi.toMiliseconds=e;function n(r){return Math.floor(r/t.ONE_THOUSAND)}return oi.fromMiliseconds=n,oi}var pd;function Q2(){return pd||(pd=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=$o;e.__exportStar(Z2(),t),e.__exportStar(J2(),t)}(eu)),eu}var Hi={},gd;function _2(){if(gd)return Hi;gd=1,Object.defineProperty(Hi,"__esModule",{value:!0}),Hi.Watch=void 0;class t{constructor(){this.timestamps=new Map}start(n){if(this.timestamps.has(n))throw new Error(`Watch already started for label: ${n}`);this.timestamps.set(n,{started:Date.now()})}stop(n){const r=this.get(n);if(typeof r.elapsed<"u")throw new Error(`Watch already stopped for label: ${n}`);const i=Date.now()-r.started;this.timestamps.set(n,{started:r.started,elapsed:i})}get(n){const r=this.timestamps.get(n);if(typeof r>"u")throw new Error(`No timestamp found for label: ${n}`);return r}elapsed(n){const r=this.get(n);return r.elapsed||Date.now()-r.started}}return Hi.Watch=t,Hi.default=t,Hi}var ru={},Fs={},bd;function $2(){if(bd)return Fs;bd=1,Object.defineProperty(Fs,"__esModule",{value:!0}),Fs.IWatch=void 0;class t{}return Fs.IWatch=t,Fs}var wd;function e3(){return wd||(wd=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),$o.__exportStar($2(),t)}(ru)),ru}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=$o;e.__exportStar(Q2(),t),e.__exportStar(_2(),t),e.__exportStar(e3(),t),e.__exportStar(hd(),t)})(J);var De={};Object.defineProperty(De,"__esModule",{value:!0}),De.getLocalStorage=De.getLocalStorageOrThrow=De.getCrypto=De.getCryptoOrThrow=yd=De.getLocation=De.getLocationOrThrow=iu=De.getNavigator=De.getNavigatorOrThrow=ui=De.getDocument=De.getDocumentOrThrow=De.getFromWindowOrThrow=De.getFromWindow=void 0;function ci(t){let e;return typeof window<"u"&&typeof window[t]<"u"&&(e=window[t]),e}De.getFromWindow=ci;function Gi(t){const e=ci(t);if(!e)throw new Error(`${t} is not defined in Window`);return e}De.getFromWindowOrThrow=Gi;function t3(){return Gi("document")}De.getDocumentOrThrow=t3;function n3(){return ci("document")}var ui=De.getDocument=n3;function r3(){return Gi("navigator")}De.getNavigatorOrThrow=r3;function i3(){return ci("navigator")}var iu=De.getNavigator=i3;function s3(){return Gi("location")}De.getLocationOrThrow=s3;function o3(){return ci("location")}var yd=De.getLocation=o3;function a3(){return Gi("crypto")}De.getCryptoOrThrow=a3;function c3(){return ci("crypto")}De.getCrypto=c3;function u3(){return Gi("localStorage")}De.getLocalStorageOrThrow=u3;function l3(){return ci("localStorage")}De.getLocalStorage=l3;var su={};Object.defineProperty(su,"__esModule",{value:!0});var md=su.getWindowMetadata=void 0;const vd=De;function f3(){let t,e;try{t=vd.getDocumentOrThrow(),e=vd.getLocationOrThrow()}catch{return null}function n(){const f=t.getElementsByTagName("link"),d=[];for(let h=0;h<f.length;h++){const p=f[h],w=p.getAttribute("rel");if(w&&w.toLowerCase().indexOf("icon")>-1){const m=p.getAttribute("href");if(m)if(m.toLowerCase().indexOf("https:")===-1&&m.toLowerCase().indexOf("http:")===-1&&m.indexOf("//")!==0){let P=e.protocol+"//"+e.host;if(m.indexOf("/")===0)P+=m;else{const T=e.pathname.split("/");T.pop();const I=T.join("/");P+=I+"/"+m}d.push(P)}else if(m.indexOf("//")===0){const P=e.protocol+m;d.push(P)}else d.push(m)}}return d}function r(...f){const d=t.getElementsByTagName("meta");for(let h=0;h<d.length;h++){const p=d[h],w=["itemprop","property","name"].map(m=>p.getAttribute(m)).filter(m=>m?f.includes(m):!1);if(w.length&&w){const m=p.getAttribute("content");if(m)return m}}return""}function i(){let f=r("name","og:site_name","og:title","twitter:title");return f||(f=t.title),f}function s(){return r("description","og:description","twitter:description","keywords")}const o=i(),a=s(),c=e.origin,u=n();return{description:a,url:c,icons:u,name:o}}md=su.getWindowMetadata=f3;const h3="0.1.1";function d3(){return h3}class Ae extends Error{constructor(e,n={}){const r=(()=>{if(n.cause instanceof Ae){if(n.cause.details)return n.cause.details;if(n.cause.shortMessage)return n.cause.shortMessage}return n.cause&&"details"in n.cause&&typeof n.cause.details=="string"?n.cause.details:n.cause?.message?n.cause.message:n.details})(),i=n.cause instanceof Ae&&n.cause.docsPath||n.docsPath,o=`https://oxlib.sh${i??""}`,a=[e||"An error occurred.",...n.metaMessages?["",...n.metaMessages]:[],...r||i?["",r?`Details: ${r}`:void 0,i?`See: ${o}`:void 0]:[]].filter(c=>typeof c=="string").join(`
15
+ `);super(a,n.cause?{cause:n.cause}:void 0),Object.defineProperty(this,"details",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docs",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docsPath",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"shortMessage",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"BaseError"}),Object.defineProperty(this,"version",{enumerable:!0,configurable:!0,writable:!0,value:`ox@${d3()}`}),this.cause=n.cause,this.details=r,this.docs=o,this.docsPath=i,this.shortMessage=e}walk(e){return Ed(this,e)}}function Ed(t,e){return e?.(t)?t:t&&typeof t=="object"&&"cause"in t&&t.cause?Ed(t.cause,e):e?null:t}const Wi=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function p3(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function qs(t){if(!Number.isSafeInteger(t)||t<0)throw new Error("positive integer expected, got "+t)}function li(t,...e){if(!p3(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function g3(t){if(typeof t!="function"||typeof t.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");qs(t.outputLen),qs(t.blockLen)}function Zi(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function xd(t,e){li(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}function b3(t){return new Uint32Array(t.buffer,t.byteOffset,Math.floor(t.byteLength/4))}function mr(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function ou(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function An(t,e){return t<<32-e|t>>>e}const w3=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function y3(t){return t<<24&4278190080|t<<8&16711680|t>>>8&65280|t>>>24&255}function m3(t){for(let e=0;e<t.length;e++)t[e]=y3(t[e]);return t}const Id=w3?t=>t:m3;function v3(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function ea(t){return typeof t=="string"&&(t=v3(t)),li(t),t}function E3(...t){let e=0;for(let r=0;r<t.length;r++){const i=t[r];li(i),e+=i.length}const n=new Uint8Array(e);for(let r=0,i=0;r<t.length;r++){const s=t[r];n.set(s,i),i+=s.length}return n}class au{}function ta(t){const e=r=>t().update(ea(r)).digest(),n=t();return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=()=>t(),e}function Sd(t=32){if(Wi&&typeof Wi.getRandomValues=="function")return Wi.getRandomValues(new Uint8Array(t));if(Wi&&typeof Wi.randomBytes=="function")return Uint8Array.from(Wi.randomBytes(t));throw new Error("crypto.getRandomValues must be defined")}function x3(t,e,n,r){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,n,r);const i=BigInt(32),s=BigInt(4294967295),o=Number(n>>i&s),a=Number(n&s),c=r?4:0,u=r?0:4;t.setUint32(e+c,o,r),t.setUint32(e+u,a,r)}function I3(t,e,n){return t&e^~t&n}function S3(t,e,n){return t&e^t&n^e&n}class Bd extends au{constructor(e,n,r,i){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=e,this.outputLen=n,this.padOffset=r,this.isLE=i,this.buffer=new Uint8Array(e),this.view=ou(this.buffer)}update(e){Zi(this),e=ea(e),li(e);const{view:n,buffer:r,blockLen:i}=this,s=e.length;for(let o=0;o<s;){const a=Math.min(i-this.pos,s-o);if(a===i){const c=ou(e);for(;i<=s-o;o+=i)this.process(c,o);continue}r.set(e.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===i&&(this.process(n,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Zi(this),xd(e,this),this.finished=!0;const{buffer:n,view:r,blockLen:i,isLE:s}=this;let{pos:o}=this;n[o++]=128,mr(this.buffer.subarray(o)),this.padOffset>i-o&&(this.process(r,0),o=0);for(let f=o;f<i;f++)n[f]=0;x3(r,i-8,BigInt(this.length*8),s),this.process(r,0);const a=ou(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const u=c/4,l=this.get();if(u>l.length)throw new Error("_sha2: outputLen bigger than state");for(let f=0;f<u;f++)a.setUint32(4*f,l[f],s)}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());const{blockLen:n,buffer:r,length:i,finished:s,destroyed:o,pos:a}=this;return e.destroyed=o,e.finished=s,e.length=i,e.pos=a,i%n&&e.buffer.set(r),e}clone(){return this._cloneInto()}}const Kn=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),lt=Uint32Array.from([3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]),ft=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]),na=BigInt(2**32-1),Od=BigInt(32);function B3(t,e=!1){return e?{h:Number(t&na),l:Number(t>>Od&na)}:{h:Number(t>>Od&na)|0,l:Number(t&na)|0}}function Ad(t,e=!1){const n=t.length;let r=new Uint32Array(n),i=new Uint32Array(n);for(let s=0;s<n;s++){const{h:o,l:a}=B3(t[s],e);[r[s],i[s]]=[o,a]}return[r,i]}const Pd=(t,e,n)=>t>>>n,Dd=(t,e,n)=>t<<32-n|e>>>n,Yi=(t,e,n)=>t>>>n|e<<32-n,Xi=(t,e,n)=>t<<32-n|e>>>n,ra=(t,e,n)=>t<<64-n|e>>>n-32,ia=(t,e,n)=>t>>>n-32|e<<64-n,O3=(t,e,n)=>t<<n|e>>>32-n,A3=(t,e,n)=>e<<n|t>>>32-n,P3=(t,e,n)=>e<<n-32|t>>>64-n,D3=(t,e,n)=>t<<n-32|e>>>64-n;function Vn(t,e,n,r){const i=(e>>>0)+(r>>>0);return{h:t+n+(i/2**32|0)|0,l:i|0}}const R3=(t,e,n)=>(t>>>0)+(e>>>0)+(n>>>0),T3=(t,e,n,r)=>e+n+r+(t/2**32|0)|0,N3=(t,e,n,r)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0),U3=(t,e,n,r,i)=>e+n+r+i+(t/2**32|0)|0,C3=(t,e,n,r,i)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0)+(i>>>0),F3=(t,e,n,r,i,s)=>e+n+r+i+s+(t/2**32|0)|0,q3=BigInt(0),ks=BigInt(1),k3=BigInt(2),L3=BigInt(7),M3=BigInt(256),j3=BigInt(113),Rd=[],Td=[],Nd=[];for(let t=0,e=ks,n=1,r=0;t<24;t++){[n,r]=[r,(2*n+3*r)%5],Rd.push(2*(5*r+n)),Td.push((t+1)*(t+2)/2%64);let i=q3;for(let s=0;s<7;s++)e=(e<<ks^(e>>L3)*j3)%M3,e&k3&&(i^=ks<<(ks<<BigInt(s))-ks);Nd.push(i)}const Ud=Ad(Nd,!0),z3=Ud[0],K3=Ud[1],Cd=(t,e,n)=>n>32?P3(t,e,n):O3(t,e,n),Fd=(t,e,n)=>n>32?D3(t,e,n):A3(t,e,n);function V3(t,e=24){const n=new Uint32Array(10);for(let r=24-e;r<24;r++){for(let o=0;o<10;o++)n[o]=t[o]^t[o+10]^t[o+20]^t[o+30]^t[o+40];for(let o=0;o<10;o+=2){const a=(o+8)%10,c=(o+2)%10,u=n[c],l=n[c+1],f=Cd(u,l,1)^n[a],d=Fd(u,l,1)^n[a+1];for(let h=0;h<50;h+=10)t[o+h]^=f,t[o+h+1]^=d}let i=t[2],s=t[3];for(let o=0;o<24;o++){const a=Td[o],c=Cd(i,s,a),u=Fd(i,s,a),l=Rd[o];i=t[l],s=t[l+1],t[l]=c,t[l+1]=u}for(let o=0;o<50;o+=10){for(let a=0;a<10;a++)n[a]=t[o+a];for(let a=0;a<10;a++)t[o+a]^=~n[(a+2)%10]&n[(a+4)%10]}t[0]^=z3[r],t[1]^=K3[r]}mr(n)}class cu extends au{constructor(e,n,r,i=!1,s=24){if(super(),this.pos=0,this.posOut=0,this.finished=!1,this.destroyed=!1,this.enableXOF=!1,this.blockLen=e,this.suffix=n,this.outputLen=r,this.enableXOF=i,this.rounds=s,qs(r),!(0<e&&e<200))throw new Error("only keccak-f1600 function is supported");this.state=new Uint8Array(200),this.state32=b3(this.state)}clone(){return this._cloneInto()}keccak(){Id(this.state32),V3(this.state32,this.rounds),Id(this.state32),this.posOut=0,this.pos=0}update(e){Zi(this),e=ea(e),li(e);const{blockLen:n,state:r}=this,i=e.length;for(let s=0;s<i;){const o=Math.min(n-this.pos,i-s);for(let a=0;a<o;a++)r[this.pos++]^=e[s++];this.pos===n&&this.keccak()}return this}finish(){if(this.finished)return;this.finished=!0;const{state:e,suffix:n,pos:r,blockLen:i}=this;e[r]^=n,(n&128)!==0&&r===i-1&&this.keccak(),e[i-1]^=128,this.keccak()}writeInto(e){Zi(this,!1),li(e),this.finish();const n=this.state,{blockLen:r}=this;for(let i=0,s=e.length;i<s;){this.posOut>=r&&this.keccak();const o=Math.min(r-this.posOut,s-i);e.set(n.subarray(this.posOut,this.posOut+o),i),this.posOut+=o,i+=o}return e}xofInto(e){if(!this.enableXOF)throw new Error("XOF is not possible for this instance");return this.writeInto(e)}xof(e){return qs(e),this.xofInto(new Uint8Array(e))}digestInto(e){if(xd(e,this),this.finished)throw new Error("digest() was already called");return this.writeInto(e),this.destroy(),e}digest(){return this.digestInto(new Uint8Array(this.outputLen))}destroy(){this.destroyed=!0,mr(this.state)}_cloneInto(e){const{blockLen:n,suffix:r,outputLen:i,rounds:s,enableXOF:o}=this;return e||(e=new cu(n,r,i,o,s)),e.state32.set(this.state32),e.pos=this.pos,e.posOut=this.posOut,e.finished=this.finished,e.rounds=s,e.suffix=r,e.outputLen=i,e.enableXOF=o,e.destroyed=this.destroyed,e}}const H3=(t,e,n)=>ta(()=>new cu(e,t,n)),G3=H3(1,136,256/8),W3=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),vr=new Uint32Array(64);class Z3 extends Bd{constructor(e=32){super(64,e,8,!1),this.A=Kn[0]|0,this.B=Kn[1]|0,this.C=Kn[2]|0,this.D=Kn[3]|0,this.E=Kn[4]|0,this.F=Kn[5]|0,this.G=Kn[6]|0,this.H=Kn[7]|0}get(){const{A:e,B:n,C:r,D:i,E:s,F:o,G:a,H:c}=this;return[e,n,r,i,s,o,a,c]}set(e,n,r,i,s,o,a,c){this.A=e|0,this.B=n|0,this.C=r|0,this.D=i|0,this.E=s|0,this.F=o|0,this.G=a|0,this.H=c|0}process(e,n){for(let f=0;f<16;f++,n+=4)vr[f]=e.getUint32(n,!1);for(let f=16;f<64;f++){const d=vr[f-15],h=vr[f-2],p=An(d,7)^An(d,18)^d>>>3,w=An(h,17)^An(h,19)^h>>>10;vr[f]=w+vr[f-7]+p+vr[f-16]|0}let{A:r,B:i,C:s,D:o,E:a,F:c,G:u,H:l}=this;for(let f=0;f<64;f++){const d=An(a,6)^An(a,11)^An(a,25),h=l+d+I3(a,c,u)+W3[f]+vr[f]|0,w=(An(r,2)^An(r,13)^An(r,22))+S3(r,i,s)|0;l=u,u=c,c=a,a=o+h|0,o=s,s=i,i=r,r=h+w|0}r=r+this.A|0,i=i+this.B|0,s=s+this.C|0,o=o+this.D|0,a=a+this.E|0,c=c+this.F|0,u=u+this.G|0,l=l+this.H|0,this.set(r,i,s,o,a,c,u,l)}roundClean(){mr(vr)}destroy(){this.set(0,0,0,0,0,0,0,0),mr(this.buffer)}}const qd=Ad(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(t=>BigInt(t))),Y3=qd[0],X3=qd[1],Er=new Uint32Array(80),xr=new Uint32Array(80);class kd extends Bd{constructor(e=64){super(128,e,16,!1),this.Ah=ft[0]|0,this.Al=ft[1]|0,this.Bh=ft[2]|0,this.Bl=ft[3]|0,this.Ch=ft[4]|0,this.Cl=ft[5]|0,this.Dh=ft[6]|0,this.Dl=ft[7]|0,this.Eh=ft[8]|0,this.El=ft[9]|0,this.Fh=ft[10]|0,this.Fl=ft[11]|0,this.Gh=ft[12]|0,this.Gl=ft[13]|0,this.Hh=ft[14]|0,this.Hl=ft[15]|0}get(){const{Ah:e,Al:n,Bh:r,Bl:i,Ch:s,Cl:o,Dh:a,Dl:c,Eh:u,El:l,Fh:f,Fl:d,Gh:h,Gl:p,Hh:w,Hl:m}=this;return[e,n,r,i,s,o,a,c,u,l,f,d,h,p,w,m]}set(e,n,r,i,s,o,a,c,u,l,f,d,h,p,w,m){this.Ah=e|0,this.Al=n|0,this.Bh=r|0,this.Bl=i|0,this.Ch=s|0,this.Cl=o|0,this.Dh=a|0,this.Dl=c|0,this.Eh=u|0,this.El=l|0,this.Fh=f|0,this.Fl=d|0,this.Gh=h|0,this.Gl=p|0,this.Hh=w|0,this.Hl=m|0}process(e,n){for(let I=0;I<16;I++,n+=4)Er[I]=e.getUint32(n),xr[I]=e.getUint32(n+=4);for(let I=16;I<80;I++){const x=Er[I-15]|0,S=xr[I-15]|0,U=Yi(x,S,1)^Yi(x,S,8)^Pd(x,S,7),k=Xi(x,S,1)^Xi(x,S,8)^Dd(x,S,7),F=Er[I-2]|0,R=xr[I-2]|0,G=Yi(F,R,19)^ra(F,R,61)^Pd(F,R,6),H=Xi(F,R,19)^ia(F,R,61)^Dd(F,R,6),E=N3(k,H,xr[I-7],xr[I-16]),b=U3(E,U,G,Er[I-7],Er[I-16]);Er[I]=b|0,xr[I]=E|0}let{Ah:r,Al:i,Bh:s,Bl:o,Ch:a,Cl:c,Dh:u,Dl:l,Eh:f,El:d,Fh:h,Fl:p,Gh:w,Gl:m,Hh:P,Hl:T}=this;for(let I=0;I<80;I++){const x=Yi(f,d,14)^Yi(f,d,18)^ra(f,d,41),S=Xi(f,d,14)^Xi(f,d,18)^ia(f,d,41),U=f&h^~f&w,k=d&p^~d&m,F=C3(T,S,k,X3[I],xr[I]),R=F3(F,P,x,U,Y3[I],Er[I]),G=F|0,H=Yi(r,i,28)^ra(r,i,34)^ra(r,i,39),E=Xi(r,i,28)^ia(r,i,34)^ia(r,i,39),b=r&s^r&a^s&a,v=i&o^i&c^o&c;P=w|0,T=m|0,w=h|0,m=p|0,h=f|0,p=d|0,{h:f,l:d}=Vn(u|0,l|0,R|0,G|0),u=a|0,l=c|0,a=s|0,c=o|0,s=r|0,o=i|0;const g=R3(G,E,v);r=T3(g,R,H,b),i=g|0}({h:r,l:i}=Vn(this.Ah|0,this.Al|0,r|0,i|0)),{h:s,l:o}=Vn(this.Bh|0,this.Bl|0,s|0,o|0),{h:a,l:c}=Vn(this.Ch|0,this.Cl|0,a|0,c|0),{h:u,l}=Vn(this.Dh|0,this.Dl|0,u|0,l|0),{h:f,l:d}=Vn(this.Eh|0,this.El|0,f|0,d|0),{h,l:p}=Vn(this.Fh|0,this.Fl|0,h|0,p|0),{h:w,l:m}=Vn(this.Gh|0,this.Gl|0,w|0,m|0),{h:P,l:T}=Vn(this.Hh|0,this.Hl|0,P|0,T|0),this.set(r,i,s,o,a,c,u,l,f,d,h,p,w,m,P,T)}roundClean(){mr(Er,xr)}destroy(){mr(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}class J3 extends kd{constructor(){super(48),this.Ah=lt[0]|0,this.Al=lt[1]|0,this.Bh=lt[2]|0,this.Bl=lt[3]|0,this.Ch=lt[4]|0,this.Cl=lt[5]|0,this.Dh=lt[6]|0,this.Dl=lt[7]|0,this.Eh=lt[8]|0,this.El=lt[9]|0,this.Fh=lt[10]|0,this.Fl=lt[11]|0,this.Gh=lt[12]|0,this.Gl=lt[13]|0,this.Hh=lt[14]|0,this.Hl=lt[15]|0}}const sa=ta(()=>new Z3),Q3=ta(()=>new kd),_3=ta(()=>new J3);/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const uu=BigInt(0),oa=BigInt(1);function Ls(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function Ir(t){if(!Ls(t))throw new Error("Uint8Array expected")}function Ms(t,e){if(typeof e!="boolean")throw new Error(t+" boolean expected, got "+e)}function aa(t){const e=t.toString(16);return e.length&1?"0"+e:e}function Ld(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);return t===""?uu:BigInt("0x"+t)}const Md=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",$3=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function fi(t){if(Ir(t),Md)return t.toHex();let e="";for(let n=0;n<t.length;n++)e+=$3[t[n]];return e}const Hn={_0:48,_9:57,A:65,F:70,a:97,f:102};function jd(t){if(t>=Hn._0&&t<=Hn._9)return t-Hn._0;if(t>=Hn.A&&t<=Hn.F)return t-(Hn.A-10);if(t>=Hn.a&&t<=Hn.f)return t-(Hn.a-10)}function ca(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);if(Md)return Uint8Array.fromHex(t);const e=t.length,n=e/2;if(e%2)throw new Error("hex string expected, got unpadded hex of length "+e);const r=new Uint8Array(n);for(let i=0,s=0;i<n;i++,s+=2){const o=jd(t.charCodeAt(s)),a=jd(t.charCodeAt(s+1));if(o===void 0||a===void 0){const c=t[s]+t[s+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+s)}r[i]=o*16+a}return r}function Et(t){return Ld(fi(t))}function zd(t){return Ir(t),Ld(fi(Uint8Array.from(t).reverse()))}function ze(t,e){return ca(t.toString(16).padStart(e*2,"0"))}function Kd(t,e){return ze(t,e).reverse()}function ht(t,e,n){let r;if(typeof e=="string")try{r=ca(e)}catch(s){throw new Error(t+" must be hex string or Uint8Array, cause: "+s)}else if(Ls(e))r=Uint8Array.from(e);else throw new Error(t+" must be hex string or Uint8Array");const i=r.length;if(typeof n=="number"&&i!==n)throw new Error(t+" of length "+n+" expected, got "+i);return r}function Fe(...t){let e=0;for(let r=0;r<t.length;r++){const i=t[r];Ir(i),e+=i.length}const n=new Uint8Array(e);for(let r=0,i=0;r<t.length;r++){const s=t[r];n.set(s,i),i+=s.length}return n}function lu(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}const fu=t=>typeof t=="bigint"&&uu<=t;function hu(t,e,n){return fu(t)&&fu(e)&&fu(n)&&e<=t&&t<n}function Ji(t,e,n,r){if(!hu(e,n,r))throw new Error("expected valid "+t+": "+n+" <= n < "+r+", got "+e)}function js(t){let e;for(e=0;t>uu;t>>=oa,e+=1);return e}function ev(t,e){return t>>BigInt(e)&oa}const hi=t=>(oa<<BigInt(t))-oa,du=t=>new Uint8Array(t),Vd=t=>Uint8Array.from(t);function tv(t,e,n){if(typeof t!="number"||t<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof n!="function")throw new Error("hmacFn must be a function");let r=du(t),i=du(t),s=0;const o=()=>{r.fill(1),i.fill(0),s=0},a=(...f)=>n(i,r,...f),c=(f=du(0))=>{i=a(Vd([0]),f),r=a(),f.length!==0&&(i=a(Vd([1]),f),r=a())},u=()=>{if(s++>=1e3)throw new Error("drbg: tried 1000 values");let f=0;const d=[];for(;f<e;){r=a();const h=r.slice();d.push(h),f+=r.length}return Fe(...d)};return(f,d)=>{o(),c(f);let h;for(;!(h=d(u()));)c();return o(),h}}const nv={bigint:t=>typeof t=="bigint",function:t=>typeof t=="function",boolean:t=>typeof t=="boolean",string:t=>typeof t=="string",stringOrUint8Array:t=>typeof t=="string"||Ls(t),isSafeInteger:t=>Number.isSafeInteger(t),array:t=>Array.isArray(t),field:(t,e)=>e.Fp.isValid(t),hash:t=>typeof t=="function"&&Number.isSafeInteger(t.outputLen)};function zs(t,e,n={}){const r=(i,s,o)=>{const a=nv[s];if(typeof a!="function")throw new Error("invalid validator function");const c=t[i];if(!(o&&c===void 0)&&!a(c,t))throw new Error("param "+String(i)+" is invalid. Expected "+s+", got "+c)};for(const[i,s]of Object.entries(e))r(i,s,!1);for(const[i,s]of Object.entries(n))r(i,s,!0);return t}const Hd=()=>{throw new Error("not implemented")};function pu(t){const e=new WeakMap;return(n,...r)=>{const i=e.get(n);if(i!==void 0)return i;const s=t(n,...r);return e.set(n,s),s}}function rv(t,e){if(Jd(t)>e)throw new Bv({givenSize:Jd(t),maxSize:e})}const Gn={zero:48,nine:57,A:65,F:70,a:97,f:102};function Gd(t){if(t>=Gn.zero&&t<=Gn.nine)return t-Gn.zero;if(t>=Gn.A&&t<=Gn.F)return t-(Gn.A-10);if(t>=Gn.a&&t<=Gn.f)return t-(Gn.a-10)}function iv(t,e={}){const{dir:n,size:r=32}=e;if(r===0)return t;if(t.length>r)throw new Ov({size:t.length,targetSize:r,type:"Bytes"});const i=new Uint8Array(r);for(let s=0;s<r;s++){const o=n==="right";i[o?s:r-s-1]=t[o?s:t.length-s-1]}return i}function gu(t,e){if(Zn(t)>e)throw new gv({givenSize:Zn(t),maxSize:e})}function sv(t,e){if(typeof e=="number"&&e>0&&e>Zn(t)-1)throw new Xd({offset:e,position:"start",size:Zn(t)})}function ov(t,e,n){if(typeof e=="number"&&typeof n=="number"&&Zn(t)!==n-e)throw new Xd({offset:n,position:"end",size:Zn(t)})}function Wd(t,e={}){const{dir:n,size:r=32}=e;if(r===0)return t;const i=t.replace("0x","");if(i.length>r*2)throw new bv({size:Math.ceil(i.length/2),targetSize:r,type:"Hex"});return`0x${i[n==="right"?"padEnd":"padStart"](r*2,"0")}`}const av="#__bigint";function bu(t,e,n){return JSON.stringify(t,(r,i)=>typeof e=="function"?e(r,i):typeof i=="bigint"?i.toString()+av:i,n)}const cv=new TextEncoder,uv=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function lv(t,e={}){const{strict:n=!1}=e;if(!t)throw new Zd(t);if(typeof t!="string")throw new Zd(t);if(n&&!/^0x[0-9a-fA-F]*$/.test(t))throw new Yd(t);if(!t.startsWith("0x"))throw new Yd(t)}function wu(...t){return`0x${t.reduce((e,n)=>e+n.replace("0x",""),"")}`}function yu(t){return t instanceof Uint8Array?Ks(t):Array.isArray(t)?Ks(new Uint8Array(t)):t}function fv(t,e={}){const n=`0x${Number(t)}`;return typeof e.size=="number"?(gu(n,e.size),la(n,e.size)):n}function Ks(t,e={}){let n="";for(let i=0;i<t.length;i++)n+=uv[t[i]];const r=`0x${n}`;return typeof e.size=="number"?(gu(r,e.size),mu(r,e.size)):r}function ua(t,e={}){const{signed:n,size:r}=e,i=BigInt(t);let s;r?n?s=(1n<<BigInt(r)*8n-1n)-1n:s=2n**(BigInt(r)*8n)-1n:typeof t=="number"&&(s=BigInt(Number.MAX_SAFE_INTEGER));const o=typeof s=="bigint"&&n?-s-1n:0;if(s&&i>s||i<o){const u=typeof t=="bigint"?"n":"";throw new pv({max:s?`${s}${u}`:void 0,min:`${o}${u}`,signed:n,size:r,value:`${t}${u}`})}const c=`0x${(n&&i<0?(1n<<BigInt(r*8))+BigInt(i):i).toString(16)}`;return r?la(c,r):c}function hv(t,e={}){return Ks(cv.encode(t),e)}function la(t,e){return Wd(t,{dir:"left",size:e})}function mu(t,e){return Wd(t,{dir:"right",size:e})}function Wn(t,e,n,r={}){const{strict:i}=r;sv(t,e);const s=`0x${t.replace("0x","").slice((e??0)*2,(n??t.length)*2)}`;return i&&ov(s,e,n),s}function Zn(t){return Math.ceil((t.length-2)/2)}function dv(t,e={}){const{strict:n=!1}=e;try{return lv(t,{strict:n}),!0}catch{return!1}}class pv extends Ae{constructor({max:e,min:n,signed:r,size:i,value:s}){super(`Number \`${s}\` is not in safe${i?` ${i*8}-bit`:""}${r?" signed":" unsigned"} integer range ${e?`(\`${n}\` to \`${e}\`)`:`(above \`${n}\`)`}`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.IntegerOutOfRangeError"})}}class Zd extends Ae{constructor(e){super(`Value \`${typeof e=="object"?bu(e):e}\` of type \`${typeof e}\` is an invalid hex type.`,{metaMessages:['Hex types must be represented as `"0x${string}"`.']}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.InvalidHexTypeError"})}}class Yd extends Ae{constructor(e){super(`Value \`${e}\` is an invalid hex value.`,{metaMessages:['Hex values must start with `"0x"` and contain only hexadecimal characters (0-9, a-f, A-F).']}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.InvalidHexValueError"})}}class gv extends Ae{constructor({givenSize:e,maxSize:n}){super(`Size cannot exceed \`${n}\` bytes. Given size: \`${e}\` bytes.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SizeOverflowError"})}}class Xd extends Ae{constructor({offset:e,position:n,size:r}){super(`Slice ${n==="start"?"starting":"ending"} at offset \`${e}\` is out-of-bounds (size: \`${r}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SliceOffsetOutOfBoundsError"})}}class bv extends Ae{constructor({size:e,targetSize:n,type:r}){super(`${r.charAt(0).toUpperCase()}${r.slice(1).toLowerCase()} size (\`${e}\`) exceeds padding size (\`${n}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SizeExceedsPaddingSizeError"})}}const wv=new TextEncoder;function yv(t){if(!(t instanceof Uint8Array)){if(!t)throw new fa(t);if(typeof t!="object")throw new fa(t);if(!("BYTES_PER_ELEMENT"in t))throw new fa(t);if(t.BYTES_PER_ELEMENT!==1||t.constructor.name!=="Uint8Array")throw new fa(t)}}function mv(t){return t instanceof Uint8Array?t:typeof t=="string"?Ev(t):vv(t)}function vv(t){return t instanceof Uint8Array?t:new Uint8Array(t)}function Ev(t,e={}){const{size:n}=e;let r=t;n&&(gu(t,n),r=mu(t,n));let i=r.slice(2);i.length%2&&(i=`0${i}`);const s=i.length/2,o=new Uint8Array(s);for(let a=0,c=0;a<s;a++){const u=Gd(i.charCodeAt(c++)),l=Gd(i.charCodeAt(c++));if(u===void 0||l===void 0)throw new Ae(`Invalid byte sequence ("${i[c-2]}${i[c-1]}" in "${i}").`);o[a]=u*16+l}return o}function xv(t,e={}){const{size:n}=e,r=wv.encode(t);return typeof n=="number"?(rv(r,n),Iv(r,n)):r}function Iv(t,e){return iv(t,{dir:"right",size:e})}function Jd(t){return t.length}function Sv(t){try{return yv(t),!0}catch{return!1}}class fa extends Ae{constructor(e){super(`Value \`${typeof e=="object"?bu(e):e}\` of type \`${typeof e}\` is an invalid Bytes value.`,{metaMessages:["Bytes values must be of type `Bytes`."]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.InvalidBytesTypeError"})}}class Bv extends Ae{constructor({givenSize:e,maxSize:n}){super(`Size cannot exceed \`${n}\` bytes. Given size: \`${e}\` bytes.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.SizeOverflowError"})}}class Ov extends Ae{constructor({size:e,targetSize:n,type:r}){super(`${r.charAt(0).toUpperCase()}${r.slice(1).toLowerCase()} size (\`${e}\`) exceeds padding size (\`${n}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.SizeExceedsPaddingSizeError"})}}function Qd(t,e={}){const{as:n=typeof t=="string"?"Hex":"Bytes"}=e,r=G3(mv(t));return n==="Bytes"?r:Ks(r)}class Av extends Map{constructor(e){super(),Object.defineProperty(this,"maxSize",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.maxSize=e}get(e){const n=super.get(e);return super.has(e)&&n!==void 0&&(this.delete(e),super.set(e,n)),n}set(e,n){if(super.set(e,n),this.maxSize&&this.size>this.maxSize){const r=this.keys().next().value;r&&this.delete(r)}return this}}const vu={checksum:new Av(8192)}.checksum;function _d(t,e={}){const{compressed:n}=e,{prefix:r,x:i,y:s}=t;if(n===!1||typeof i=="bigint"&&typeof s=="bigint"){if(r!==4)throw new e0({prefix:r,cause:new Uv});return}if(n===!0||typeof i=="bigint"&&typeof s>"u"){if(r!==3&&r!==2)throw new e0({prefix:r,cause:new Nv});return}throw new Tv({publicKey:t})}function Pv(t){const e=(()=>{if(dv(t))return $d(t);if(Sv(t))return Dv(t);const{prefix:n,x:r,y:i}=t;return typeof r=="bigint"&&typeof i=="bigint"?{prefix:n??4,x:r,y:i}:{prefix:n,x:r}})();return _d(e),e}function Dv(t){return $d(Ks(t))}function $d(t){if(t.length!==132&&t.length!==130&&t.length!==68)throw new Cv({publicKey:t});if(t.length===130){const r=BigInt(Wn(t,0,32)),i=BigInt(Wn(t,32,64));return{prefix:4,x:r,y:i}}if(t.length===132){const r=Number(Wn(t,0,1)),i=BigInt(Wn(t,1,33)),s=BigInt(Wn(t,33,65));return{prefix:r,x:i,y:s}}const e=Number(Wn(t,0,1)),n=BigInt(Wn(t,1,33));return{prefix:e,x:n}}function Rv(t,e={}){_d(t);const{prefix:n,x:r,y:i}=t,{includePrefix:s=!0}=e;return wu(s?ua(n,{size:1}):"0x",ua(r,{size:32}),typeof i=="bigint"?ua(i,{size:32}):"0x")}class Tv extends Ae{constructor({publicKey:e}){super(`Value \`${bu(e)}\` is not a valid public key.`,{metaMessages:["Public key must contain:","- an `x` and `prefix` value (compressed)","- an `x`, `y`, and `prefix` value (uncompressed)"]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"PublicKey.InvalidError"})}}class e0 extends Ae{constructor({prefix:e,cause:n}){super(`Prefix "${e}" is invalid.`,{cause:n}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"PublicKey.InvalidPrefixError"})}}class Nv extends Ae{constructor(){super("Prefix must be 2 or 3 for compressed public keys."),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"PublicKey.InvalidCompressedPrefixError"})}}class Uv extends Ae{constructor(){super("Prefix must be 4 for uncompressed public keys."),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"PublicKey.InvalidUncompressedPrefixError"})}}class Cv extends Ae{constructor({publicKey:e}){super(`Value \`${e}\` is an invalid public key size.`,{metaMessages:["Expected: 33 bytes (compressed + prefix), 64 bytes (uncompressed) or 65 bytes (uncompressed + prefix).",`Received ${Zn(yu(e))} bytes.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"PublicKey.InvalidSerializedSizeError"})}}const Fv=/^0x[a-fA-F0-9]{40}$/;function Eu(t,e={}){const{strict:n=!0}=e;if(!Fv.test(t))throw new n0({address:t,cause:new Lv});if(n){if(t.toLowerCase()===t)return;if(t0(t)!==t)throw new n0({address:t,cause:new Mv})}}function t0(t){if(vu.has(t))return vu.get(t);Eu(t,{strict:!1});const e=t.substring(2).toLowerCase(),n=Qd(xv(e),{as:"Bytes"}),r=e.split("");for(let s=0;s<40;s+=2)n[s>>1]>>4>=8&&r[s]&&(r[s]=r[s].toUpperCase()),(n[s>>1]&15)>=8&&r[s+1]&&(r[s+1]=r[s+1].toUpperCase());const i=`0x${r.join("")}`;return vu.set(t,i),i}function qv(t,e={}){const{checksum:n=!1}=e;return Eu(t),n?t0(t):t}function kv(t,e={}){const n=Qd(`0x${Rv(t).slice(4)}`).substring(26);return qv(`0x${n}`,e)}class n0 extends Ae{constructor({address:e,cause:n}){super(`Address "${e}" is invalid.`,{cause:n}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Address.InvalidAddressError"})}}class Lv extends Ae{constructor(){super("Address is not a 20 byte (40 hexadecimal character) value."),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Address.InvalidInputError"})}}class Mv extends Ae{constructor(){super("Address does not match its checksum counterpart."),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Address.InvalidChecksumError"})}}const jv=/^(.*)\[([0-9]*)\]$/,zv=/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/,Kv=/^(u?int)(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/;function xu(t,e){if(t.length!==e.length)throw new Hv({expectedLength:t.length,givenLength:e.length});const n=[];for(let r=0;r<t.length;r++){const i=t[r],s=e[r];n.push(xu.encode(i,s))}return wu(...n)}(function(t){function e(n,r,i=!1){if(n==="address"){const c=r;return Eu(c),la(c.toLowerCase(),i?32:0)}if(n==="string")return hv(r);if(n==="bytes")return r;if(n==="bool")return la(fv(r),i?32:1);const s=n.match(Kv);if(s){const[c,u,l="256"]=s,f=Number.parseInt(l,10)/8;return ua(r,{size:i?32:f,signed:u==="int"})}const o=n.match(zv);if(o){const[c,u]=o;if(Number.parseInt(u,10)!==(r.length-2)/2)throw new Vv({expectedSize:Number.parseInt(u,10),value:r});return mu(r,i?32:0)}const a=n.match(jv);if(a&&Array.isArray(r)){const[c,u]=a,l=[];for(let f=0;f<r.length;f++)l.push(e(u,r[f],!0));return l.length===0?"0x":wu(...l)}throw new Gv(n)}t.encode=e})(xu||(xu={}));class Vv extends Ae{constructor({expectedSize:e,value:n}){super(`Size of bytes "${n}" (bytes${Zn(n)}) does not match expected size (bytes${e}).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.BytesSizeMismatchError"})}}class Hv extends Ae{constructor({expectedLength:e,givenLength:n}){super(["ABI encoding parameters/values length mismatch.",`Expected length (parameters): ${e}`,`Given length (values): ${n}`].join(`
16
+ `)),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.LengthMismatchError"})}}class Gv extends Ae{constructor(e){super(`Type \`${e}\` is not a valid ABI Type.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.InvalidTypeError"})}}class r0 extends au{constructor(e,n){super(),this.finished=!1,this.destroyed=!1,g3(e);const r=ea(n);if(this.iHash=e.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;const i=this.blockLen,s=new Uint8Array(i);s.set(r.length>i?e.create().update(r).digest():r);for(let o=0;o<s.length;o++)s[o]^=54;this.iHash.update(s),this.oHash=e.create();for(let o=0;o<s.length;o++)s[o]^=106;this.oHash.update(s),mr(s)}update(e){return Zi(this),this.iHash.update(e),this}digestInto(e){Zi(this),li(e,this.outputLen),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){const e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));const{oHash:n,iHash:r,finished:i,destroyed:s,blockLen:o,outputLen:a}=this;return e=e,e.finished=i,e.destroyed=s,e.blockLen=o,e.outputLen=a,e.oHash=n._cloneInto(e.oHash),e.iHash=r._cloneInto(e.iHash),e}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}}const i0=(t,e,n)=>new r0(t,e).update(n).digest();i0.create=(t,e)=>new r0(t,e);const Tt=BigInt(0),xt=BigInt(1),di=BigInt(2),Wv=BigInt(3),s0=BigInt(4),o0=BigInt(5),a0=BigInt(8);function It(t,e){const n=t%e;return n>=Tt?n:e+n}function en(t,e,n){let r=t;for(;e-- >Tt;)r*=r,r%=n;return r}function Iu(t,e){if(t===Tt)throw new Error("invert: expected non-zero number");if(e<=Tt)throw new Error("invert: expected positive modulus, got "+e);let n=It(t,e),r=e,i=Tt,s=xt;for(;n!==Tt;){const a=r/n,c=r%n,u=i-s*a;r=n,n=c,i=s,s=u}if(r!==xt)throw new Error("invert: does not exist");return It(i,e)}function c0(t,e){const n=(t.ORDER+xt)/s0,r=t.pow(e,n);if(!t.eql(t.sqr(r),e))throw new Error("Cannot find square root");return r}function Zv(t,e){const n=(t.ORDER-o0)/a0,r=t.mul(e,di),i=t.pow(r,n),s=t.mul(e,i),o=t.mul(t.mul(s,di),i),a=t.mul(s,t.sub(o,t.ONE));if(!t.eql(t.sqr(a),e))throw new Error("Cannot find square root");return a}function Yv(t){if(t<BigInt(3))throw new Error("sqrt is not defined for small field");let e=t-xt,n=0;for(;e%di===Tt;)e/=di,n++;let r=di;const i=Sr(t);for(;da(i,r)===1;)if(r++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(n===1)return c0;let s=i.pow(r,e);const o=(e+xt)/di;return function(c,u){if(c.is0(u))return u;if(da(c,u)!==1)throw new Error("Cannot find square root");let l=n,f=c.mul(c.ONE,s),d=c.pow(u,e),h=c.pow(u,o);for(;!c.eql(d,c.ONE);){if(c.is0(d))return c.ZERO;let p=1,w=c.sqr(d);for(;!c.eql(w,c.ONE);)if(p++,w=c.sqr(w),p===l)throw new Error("Cannot find square root");const m=xt<<BigInt(l-p-1),P=c.pow(f,m);l=p,f=c.sqr(P),d=c.mul(d,f),h=c.mul(h,P)}return h}}function Xv(t){return t%s0===Wv?c0:t%a0===o0?Zv:Yv(t)}const Jv=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function u0(t){const e={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},n=Jv.reduce((r,i)=>(r[i]="function",r),e);return zs(t,n)}function ha(t,e,n){if(n<Tt)throw new Error("invalid exponent, negatives unsupported");if(n===Tt)return t.ONE;if(n===xt)return e;let r=t.ONE,i=e;for(;n>Tt;)n&xt&&(r=t.mul(r,i)),i=t.sqr(i),n>>=xt;return r}function pi(t,e,n=!1){const r=new Array(e.length).fill(n?t.ZERO:void 0),i=e.reduce((o,a,c)=>t.is0(a)?o:(r[c]=o,t.mul(o,a)),t.ONE),s=t.inv(i);return e.reduceRight((o,a,c)=>t.is0(a)?o:(r[c]=t.mul(o,r[c]),t.mul(o,a)),s),r}function da(t,e){const n=(t.ORDER-xt)/di,r=t.pow(e,n),i=t.eql(r,t.ONE),s=t.eql(r,t.ZERO),o=t.eql(r,t.neg(t.ONE));if(!i&&!s&&!o)throw new Error("invalid Legendre symbol result");return i?1:s?0:-1}function l0(t,e){e!==void 0&&qs(e);const n=e!==void 0?e:t.toString(2).length,r=Math.ceil(n/8);return{nBitLength:n,nByteLength:r}}function Sr(t,e,n=!1,r={}){if(t<=Tt)throw new Error("invalid field: expected ORDER > 0, got "+t);const{nBitLength:i,nByteLength:s}=l0(t,e);if(s>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let o;const a=Object.freeze({ORDER:t,isLE:n,BITS:i,BYTES:s,MASK:hi(i),ZERO:Tt,ONE:xt,create:c=>It(c,t),isValid:c=>{if(typeof c!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof c);return Tt<=c&&c<t},is0:c=>c===Tt,isOdd:c=>(c&xt)===xt,neg:c=>It(-c,t),eql:(c,u)=>c===u,sqr:c=>It(c*c,t),add:(c,u)=>It(c+u,t),sub:(c,u)=>It(c-u,t),mul:(c,u)=>It(c*u,t),pow:(c,u)=>ha(a,c,u),div:(c,u)=>It(c*Iu(u,t),t),sqrN:c=>c*c,addN:(c,u)=>c+u,subN:(c,u)=>c-u,mulN:(c,u)=>c*u,inv:c=>Iu(c,t),sqrt:r.sqrt||(c=>(o||(o=Xv(t)),o(a,c))),toBytes:c=>n?Kd(c,s):ze(c,s),fromBytes:c=>{if(c.length!==s)throw new Error("Field.fromBytes: expected "+s+" bytes, got "+c.length);return n?zd(c):Et(c)},invertBatch:c=>pi(a,c),cmov:(c,u,l)=>l?u:c});return Object.freeze(a)}function f0(t){if(typeof t!="bigint")throw new Error("field order must be bigint");const e=t.toString(2).length;return Math.ceil(e/8)}function Su(t){const e=f0(t);return e+Math.ceil(e/2)}function h0(t,e,n=!1){const r=t.length,i=f0(e),s=Su(e);if(r<16||r<s||r>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+r);const o=n?zd(t):Et(t),a=It(o,e-xt)+xt;return n?Kd(a,i):ze(a,i)}const d0=BigInt(0),Bu=BigInt(1);function Ou(t,e){const n=e.negate();return t?n:e}function p0(t,e){if(!Number.isSafeInteger(t)||t<=0||t>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+t)}function Au(t,e){p0(t,e);const n=Math.ceil(e/t)+1,r=2**(t-1),i=2**t,s=hi(t),o=BigInt(t);return{windows:n,windowSize:r,mask:s,maxNumber:i,shiftBy:o}}function g0(t,e,n){const{windowSize:r,mask:i,maxNumber:s,shiftBy:o}=n;let a=Number(t&i),c=t>>o;a>r&&(a-=s,c+=Bu);const u=e*r,l=u+Math.abs(a)-1,f=a===0,d=a<0,h=e%2!==0;return{nextN:c,offset:l,isZero:f,isNeg:d,isNegF:h,offsetF:u}}function Qv(t,e){if(!Array.isArray(t))throw new Error("array expected");t.forEach((n,r)=>{if(!(n instanceof e))throw new Error("invalid point at index "+r)})}function _v(t,e){if(!Array.isArray(t))throw new Error("array of scalars expected");t.forEach((n,r)=>{if(!e.isValid(n))throw new Error("invalid scalar at index "+r)})}const Pu=new WeakMap,b0=new WeakMap;function Du(t){return b0.get(t)||1}function $v(t,e){return{constTimeNegate:Ou,hasPrecomputes(n){return Du(n)!==1},unsafeLadder(n,r,i=t.ZERO){let s=n;for(;r>d0;)r&Bu&&(i=i.add(s)),s=s.double(),r>>=Bu;return i},precomputeWindow(n,r){const{windows:i,windowSize:s}=Au(r,e),o=[];let a=n,c=a;for(let u=0;u<i;u++){c=a,o.push(c);for(let l=1;l<s;l++)c=c.add(a),o.push(c);a=c.double()}return o},wNAF(n,r,i){let s=t.ZERO,o=t.BASE;const a=Au(n,e);for(let c=0;c<a.windows;c++){const{nextN:u,offset:l,isZero:f,isNeg:d,isNegF:h,offsetF:p}=g0(i,c,a);i=u,f?o=o.add(Ou(h,r[p])):s=s.add(Ou(d,r[l]))}return{p:s,f:o}},wNAFUnsafe(n,r,i,s=t.ZERO){const o=Au(n,e);for(let a=0;a<o.windows&&i!==d0;a++){const{nextN:c,offset:u,isZero:l,isNeg:f}=g0(i,a,o);if(i=c,!l){const d=r[u];s=s.add(f?d.negate():d)}}return s},getPrecomputes(n,r,i){let s=Pu.get(r);return s||(s=this.precomputeWindow(r,n),n!==1&&Pu.set(r,i(s))),s},wNAFCached(n,r,i){const s=Du(n);return this.wNAF(s,this.getPrecomputes(s,n,i),r)},wNAFCachedUnsafe(n,r,i,s){const o=Du(n);return o===1?this.unsafeLadder(n,r,s):this.wNAFUnsafe(o,this.getPrecomputes(o,n,i),r,s)},setWindowSize(n,r){p0(r,e),b0.set(n,r),Pu.delete(n)}}}function eE(t,e,n,r){Qv(n,t),_v(r,e);const i=n.length,s=r.length;if(i!==s)throw new Error("arrays of points and scalars must have equal length");const o=t.ZERO,a=js(BigInt(i));let c=1;a>12?c=a-3:a>4?c=a-2:a>0&&(c=2);const u=hi(c),l=new Array(Number(u)+1).fill(o),f=Math.floor((e.BITS-1)/c)*c;let d=o;for(let h=f;h>=0;h-=c){l.fill(o);for(let w=0;w<s;w++){const m=r[w],P=Number(m>>BigInt(h)&u);l[P]=l[P].add(n[w])}let p=o;for(let w=l.length-1,m=o;w>0;w--)m=m.add(l[w]),p=p.add(m);if(d=d.add(p),h!==0)for(let w=0;w<c;w++)d=d.double()}return d}function w0(t){return u0(t.Fp),zs(t,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...l0(t.n,t.nBitLength),...t,p:t.Fp.ORDER})}function y0(t){t.lowS!==void 0&&Ms("lowS",t.lowS),t.prehash!==void 0&&Ms("prehash",t.prehash)}function tE(t){const e=w0(t);zs(e,{a:"field",b:"field"},{allowInfinityPoint:"boolean",allowedPrivateKeyLengths:"array",clearCofactor:"function",fromBytes:"function",isTorsionFree:"function",toBytes:"function",wrapPrivateKey:"boolean"});const{endo:n,Fp:r,a:i}=e;if(n){if(!r.eql(i,r.ZERO))throw new Error("invalid endo: CURVE.a must be 0");if(typeof n!="object"||typeof n.beta!="bigint"||typeof n.splitScalar!="function")throw new Error('invalid endo: expected "beta": bigint and "splitScalar": function')}return Object.freeze({...e})}class nE extends Error{constructor(e=""){super(e)}}const Yn={Err:nE,_tlv:{encode:(t,e)=>{const{Err:n}=Yn;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length&1)throw new n("tlv.encode: unpadded data");const r=e.length/2,i=aa(r);if(i.length/2&128)throw new n("tlv.encode: long form length too big");const s=r>127?aa(i.length/2|128):"";return aa(t)+s+i+e},decode(t,e){const{Err:n}=Yn;let r=0;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length<2||e[r++]!==t)throw new n("tlv.decode: wrong tlv");const i=e[r++],s=!!(i&128);let o=0;if(!s)o=i;else{const c=i&127;if(!c)throw new n("tlv.decode(long): indefinite length not supported");if(c>4)throw new n("tlv.decode(long): byte length is too big");const u=e.subarray(r,r+c);if(u.length!==c)throw new n("tlv.decode: length bytes not complete");if(u[0]===0)throw new n("tlv.decode(long): zero leftmost byte");for(const l of u)o=o<<8|l;if(r+=c,o<128)throw new n("tlv.decode(long): not minimal encoding")}const a=e.subarray(r,r+o);if(a.length!==o)throw new n("tlv.decode: wrong value length");return{v:a,l:e.subarray(r+o)}}},_int:{encode(t){const{Err:e}=Yn;if(t<dn)throw new e("integer: negative integers are not allowed");let n=aa(t);if(Number.parseInt(n[0],16)&8&&(n="00"+n),n.length&1)throw new e("unexpected DER parsing assertion: unpadded hex");return n},decode(t){const{Err:e}=Yn;if(t[0]&128)throw new e("invalid signature integer: negative");if(t[0]===0&&!(t[1]&128))throw new e("invalid signature integer: unnecessary leading zero");return Et(t)}},toSig(t){const{Err:e,_int:n,_tlv:r}=Yn,i=ht("signature",t),{v:s,l:o}=r.decode(48,i);if(o.length)throw new e("invalid signature: left bytes after parsing");const{v:a,l:c}=r.decode(2,s),{v:u,l}=r.decode(2,c);if(l.length)throw new e("invalid signature: left bytes after parsing");return{r:n.decode(a),s:n.decode(u)}},hexFromSig(t){const{_tlv:e,_int:n}=Yn,r=e.encode(2,n.encode(t.r)),i=e.encode(2,n.encode(t.s)),s=r+i;return e.encode(48,s)}};function Ru(t,e){return fi(ze(t,e))}const dn=BigInt(0),Se=BigInt(1),Br=BigInt(2),Vs=BigInt(3),Tu=BigInt(4);function Nu(t){const e=tE(t),{Fp:n}=e,r=Sr(e.n,e.nBitLength),i=e.toBytes||((I,x,S)=>{const U=x.toAffine();return Fe(Uint8Array.from([4]),n.toBytes(U.x),n.toBytes(U.y))}),s=e.fromBytes||(I=>{const x=I.subarray(1),S=n.fromBytes(x.subarray(0,n.BYTES)),U=n.fromBytes(x.subarray(n.BYTES,2*n.BYTES));return{x:S,y:U}});function o(I){const{a:x,b:S}=e,U=n.sqr(I),k=n.mul(U,I);return n.add(n.add(k,n.mul(I,x)),S)}function a(I,x){const S=n.sqr(x),U=o(I);return n.eql(S,U)}if(!a(e.Gx,e.Gy))throw new Error("bad curve params: generator point");const c=n.mul(n.pow(e.a,Vs),Tu),u=n.mul(n.sqr(e.b),BigInt(27));if(n.is0(n.add(c,u)))throw new Error("bad curve params: a or b");function l(I){return hu(I,Se,e.n)}function f(I){const{allowedPrivateKeyLengths:x,nByteLength:S,wrapPrivateKey:U,n:k}=e;if(x&&typeof I!="bigint"){if(Ls(I)&&(I=fi(I)),typeof I!="string"||!x.includes(I.length))throw new Error("invalid private key");I=I.padStart(S*2,"0")}let F;try{F=typeof I=="bigint"?I:Et(ht("private key",I,S))}catch{throw new Error("invalid private key, expected hex or "+S+" bytes, got "+typeof I)}return U&&(F=It(F,k)),Ji("private key",F,Se,k),F}function d(I){if(!(I instanceof w))throw new Error("ProjectivePoint expected")}const h=pu((I,x)=>{const{px:S,py:U,pz:k}=I;if(n.eql(k,n.ONE))return{x:S,y:U};const F=I.is0();x==null&&(x=F?n.ONE:n.inv(k));const R=n.mul(S,x),G=n.mul(U,x),H=n.mul(k,x);if(F)return{x:n.ZERO,y:n.ZERO};if(!n.eql(H,n.ONE))throw new Error("invZ was invalid");return{x:R,y:G}}),p=pu(I=>{if(I.is0()){if(e.allowInfinityPoint&&!n.is0(I.py))return;throw new Error("bad point: ZERO")}const{x,y:S}=I.toAffine();if(!n.isValid(x)||!n.isValid(S))throw new Error("bad point: x or y not FE");if(!a(x,S))throw new Error("bad point: equation left != right");if(!I.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});class w{constructor(x,S,U){if(x==null||!n.isValid(x))throw new Error("x required");if(S==null||!n.isValid(S)||n.is0(S))throw new Error("y required");if(U==null||!n.isValid(U))throw new Error("z required");this.px=x,this.py=S,this.pz=U,Object.freeze(this)}static fromAffine(x){const{x:S,y:U}=x||{};if(!x||!n.isValid(S)||!n.isValid(U))throw new Error("invalid affine point");if(x instanceof w)throw new Error("projective point not allowed");const k=F=>n.eql(F,n.ZERO);return k(S)&&k(U)?w.ZERO:new w(S,U,n.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(x){const S=pi(n,x.map(U=>U.pz));return x.map((U,k)=>U.toAffine(S[k])).map(w.fromAffine)}static fromHex(x){const S=w.fromAffine(s(ht("pointHex",x)));return S.assertValidity(),S}static fromPrivateKey(x){return w.BASE.multiply(f(x))}static msm(x,S){return eE(w,r,x,S)}_setWindowSize(x){T.setWindowSize(this,x)}assertValidity(){p(this)}hasEvenY(){const{y:x}=this.toAffine();if(n.isOdd)return!n.isOdd(x);throw new Error("Field doesn't support isOdd")}equals(x){d(x);const{px:S,py:U,pz:k}=this,{px:F,py:R,pz:G}=x,H=n.eql(n.mul(S,G),n.mul(F,k)),E=n.eql(n.mul(U,G),n.mul(R,k));return H&&E}negate(){return new w(this.px,n.neg(this.py),this.pz)}double(){const{a:x,b:S}=e,U=n.mul(S,Vs),{px:k,py:F,pz:R}=this;let G=n.ZERO,H=n.ZERO,E=n.ZERO,b=n.mul(k,k),v=n.mul(F,F),g=n.mul(R,R),y=n.mul(k,F);return y=n.add(y,y),E=n.mul(k,R),E=n.add(E,E),G=n.mul(x,E),H=n.mul(U,g),H=n.add(G,H),G=n.sub(v,H),H=n.add(v,H),H=n.mul(G,H),G=n.mul(y,G),E=n.mul(U,E),g=n.mul(x,g),y=n.sub(b,g),y=n.mul(x,y),y=n.add(y,E),E=n.add(b,b),b=n.add(E,b),b=n.add(b,g),b=n.mul(b,y),H=n.add(H,b),g=n.mul(F,R),g=n.add(g,g),b=n.mul(g,y),G=n.sub(G,b),E=n.mul(g,v),E=n.add(E,E),E=n.add(E,E),new w(G,H,E)}add(x){d(x);const{px:S,py:U,pz:k}=this,{px:F,py:R,pz:G}=x;let H=n.ZERO,E=n.ZERO,b=n.ZERO;const v=e.a,g=n.mul(e.b,Vs);let y=n.mul(S,F),B=n.mul(U,R),A=n.mul(k,G),O=n.add(S,U),D=n.add(F,R);O=n.mul(O,D),D=n.add(y,B),O=n.sub(O,D),D=n.add(S,k);let C=n.add(F,G);return D=n.mul(D,C),C=n.add(y,A),D=n.sub(D,C),C=n.add(U,k),H=n.add(R,G),C=n.mul(C,H),H=n.add(B,A),C=n.sub(C,H),b=n.mul(v,D),H=n.mul(g,A),b=n.add(H,b),H=n.sub(B,b),b=n.add(B,b),E=n.mul(H,b),B=n.add(y,y),B=n.add(B,y),A=n.mul(v,A),D=n.mul(g,D),B=n.add(B,A),A=n.sub(y,A),A=n.mul(v,A),D=n.add(D,A),y=n.mul(B,D),E=n.add(E,y),y=n.mul(C,D),H=n.mul(O,H),H=n.sub(H,y),y=n.mul(O,B),b=n.mul(C,b),b=n.add(b,y),new w(H,E,b)}subtract(x){return this.add(x.negate())}is0(){return this.equals(w.ZERO)}wNAF(x){return T.wNAFCached(this,x,w.normalizeZ)}multiplyUnsafe(x){const{endo:S,n:U}=e;Ji("scalar",x,dn,U);const k=w.ZERO;if(x===dn)return k;if(this.is0()||x===Se)return this;if(!S||T.hasPrecomputes(this))return T.wNAFCachedUnsafe(this,x,w.normalizeZ);let{k1neg:F,k1:R,k2neg:G,k2:H}=S.splitScalar(x),E=k,b=k,v=this;for(;R>dn||H>dn;)R&Se&&(E=E.add(v)),H&Se&&(b=b.add(v)),v=v.double(),R>>=Se,H>>=Se;return F&&(E=E.negate()),G&&(b=b.negate()),b=new w(n.mul(b.px,S.beta),b.py,b.pz),E.add(b)}multiply(x){const{endo:S,n:U}=e;Ji("scalar",x,Se,U);let k,F;if(S){const{k1neg:R,k1:G,k2neg:H,k2:E}=S.splitScalar(x);let{p:b,f:v}=this.wNAF(G),{p:g,f:y}=this.wNAF(E);b=T.constTimeNegate(R,b),g=T.constTimeNegate(H,g),g=new w(n.mul(g.px,S.beta),g.py,g.pz),k=b.add(g),F=v.add(y)}else{const{p:R,f:G}=this.wNAF(x);k=R,F=G}return w.normalizeZ([k,F])[0]}multiplyAndAddUnsafe(x,S,U){const k=w.BASE,F=(G,H)=>H===dn||H===Se||!G.equals(k)?G.multiplyUnsafe(H):G.multiply(H),R=F(this,S).add(F(x,U));return R.is0()?void 0:R}toAffine(x){return h(this,x)}isTorsionFree(){const{h:x,isTorsionFree:S}=e;if(x===Se)return!0;if(S)return S(w,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){const{h:x,clearCofactor:S}=e;return x===Se?this:S?S(w,this):this.multiplyUnsafe(e.h)}toRawBytes(x=!0){return Ms("isCompressed",x),this.assertValidity(),i(w,this,x)}toHex(x=!0){return Ms("isCompressed",x),fi(this.toRawBytes(x))}}w.BASE=new w(e.Gx,e.Gy,n.ONE),w.ZERO=new w(n.ZERO,n.ONE,n.ZERO);const{endo:m,nBitLength:P}=e,T=$v(w,m?Math.ceil(P/2):P);return{CURVE:e,ProjectivePoint:w,normPrivateKeyToScalar:f,weierstrassEquation:o,isWithinCurveOrder:l}}function rE(t){const e=w0(t);return zs(e,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...e})}function iE(t){const e=rE(t),{Fp:n,n:r,nByteLength:i,nBitLength:s}=e,o=n.BYTES+1,a=2*n.BYTES+1;function c(g){return It(g,r)}function u(g){return Iu(g,r)}const{ProjectivePoint:l,normPrivateKeyToScalar:f,weierstrassEquation:d,isWithinCurveOrder:h}=Nu({...e,toBytes(g,y,B){const A=y.toAffine(),O=n.toBytes(A.x),D=Fe;return Ms("isCompressed",B),B?D(Uint8Array.from([y.hasEvenY()?2:3]),O):D(Uint8Array.from([4]),O,n.toBytes(A.y))},fromBytes(g){const y=g.length,B=g[0],A=g.subarray(1);if(y===o&&(B===2||B===3)){const O=Et(A);if(!hu(O,Se,n.ORDER))throw new Error("Point is not on curve");const D=d(O);let C;try{C=n.sqrt(D)}catch(V){const q=V instanceof Error?": "+V.message:"";throw new Error("Point is not on curve"+q)}const M=(C&Se)===Se;return(B&1)===1!==M&&(C=n.neg(C)),{x:O,y:C}}else if(y===a&&B===4){const O=n.fromBytes(A.subarray(0,n.BYTES)),D=n.fromBytes(A.subarray(n.BYTES,2*n.BYTES));return{x:O,y:D}}else{const O=o,D=a;throw new Error("invalid Point, expected length of "+O+", or uncompressed "+D+", got "+y)}}});function p(g){const y=r>>Se;return g>y}function w(g){return p(g)?c(-g):g}const m=(g,y,B)=>Et(g.slice(y,B));class P{constructor(y,B,A){Ji("r",y,Se,r),Ji("s",B,Se,r),this.r=y,this.s=B,A!=null&&(this.recovery=A),Object.freeze(this)}static fromCompact(y){const B=i;return y=ht("compactSignature",y,B*2),new P(m(y,0,B),m(y,B,2*B))}static fromDER(y){const{r:B,s:A}=Yn.toSig(ht("DER",y));return new P(B,A)}assertValidity(){}addRecoveryBit(y){return new P(this.r,this.s,y)}recoverPublicKey(y){const{r:B,s:A,recovery:O}=this,D=k(ht("msgHash",y));if(O==null||![0,1,2,3].includes(O))throw new Error("recovery id invalid");const C=O===2||O===3?B+e.n:B;if(C>=n.ORDER)throw new Error("recovery id 2 or 3 invalid");const M=(O&1)===0?"02":"03",L=l.fromHex(M+Ru(C,n.BYTES)),V=u(C),q=c(-D*V),W=c(A*V),Z=l.BASE.multiplyAndAddUnsafe(L,q,W);if(!Z)throw new Error("point at infinify");return Z.assertValidity(),Z}hasHighS(){return p(this.s)}normalizeS(){return this.hasHighS()?new P(this.r,c(-this.s),this.recovery):this}toDERRawBytes(){return ca(this.toDERHex())}toDERHex(){return Yn.hexFromSig(this)}toCompactRawBytes(){return ca(this.toCompactHex())}toCompactHex(){const y=i;return Ru(this.r,y)+Ru(this.s,y)}}const T={isValidPrivateKey(g){try{return f(g),!0}catch{return!1}},normPrivateKeyToScalar:f,randomPrivateKey:()=>{const g=Su(e.n);return h0(e.randomBytes(g),e.n)},precompute(g=8,y=l.BASE){return y._setWindowSize(g),y.multiply(BigInt(3)),y}};function I(g,y=!0){return l.fromPrivateKey(g).toRawBytes(y)}function x(g){if(typeof g=="bigint")return!1;if(g instanceof l)return!0;const B=ht("key",g).length,A=n.BYTES,O=A+1,D=2*A+1;if(!(e.allowedPrivateKeyLengths||i===O))return B===O||B===D}function S(g,y,B=!0){if(x(g)===!0)throw new Error("first arg must be private key");if(x(y)===!1)throw new Error("second arg must be public key");return l.fromHex(y).multiply(f(g)).toRawBytes(B)}const U=e.bits2int||function(g){if(g.length>8192)throw new Error("input is too large");const y=Et(g),B=g.length*8-s;return B>0?y>>BigInt(B):y},k=e.bits2int_modN||function(g){return c(U(g))},F=hi(s);function R(g){return Ji("num < 2^"+s,g,dn,F),ze(g,i)}function G(g,y,B=H){if(["recovered","canonical"].some(N=>N in B))throw new Error("sign() legacy options not supported");const{hash:A,randomBytes:O}=e;let{lowS:D,prehash:C,extraEntropy:M}=B;D==null&&(D=!0),g=ht("msgHash",g),y0(B),C&&(g=ht("prehashed msgHash",A(g)));const L=k(g),V=f(y),q=[R(V),R(L)];if(M!=null&&M!==!1){const N=M===!0?O(n.BYTES):M;q.push(ht("extraEntropy",N))}const W=Fe(...q),Z=L;function z(N){const j=U(N);if(!h(j))return;const K=u(j),X=l.BASE.multiply(j).toAffine(),ee=c(X.x);if(ee===dn)return;const $=c(K*c(Z+ee*V));if($===dn)return;let re=(X.x===ee?0:2)|Number(X.y&Se),le=$;return D&&p($)&&(le=w($),re^=1),new P(ee,le,re)}return{seed:W,k2sig:z}}const H={lowS:e.lowS,prehash:!1},E={lowS:e.lowS,prehash:!1};function b(g,y,B=H){const{seed:A,k2sig:O}=G(g,y,B),D=e;return tv(D.hash.outputLen,D.nByteLength,D.hmac)(A,O)}l.BASE._setWindowSize(8);function v(g,y,B,A=E){const O=g;y=ht("msgHash",y),B=ht("publicKey",B);const{lowS:D,prehash:C,format:M}=A;if(y0(A),"strict"in A)throw new Error("options.strict was renamed to lowS");if(M!==void 0&&M!=="compact"&&M!=="der")throw new Error("format must be compact or der");const L=typeof O=="string"||Ls(O),V=!L&&!M&&typeof O=="object"&&O!==null&&typeof O.r=="bigint"&&typeof O.s=="bigint";if(!L&&!V)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");let q,W;try{if(V&&(q=new P(O.r,O.s)),L){try{M!=="compact"&&(q=P.fromDER(O))}catch(re){if(!(re instanceof Yn.Err))throw re}!q&&M!=="der"&&(q=P.fromCompact(O))}W=l.fromHex(B)}catch{return!1}if(!q||D&&q.hasHighS())return!1;C&&(y=e.hash(y));const{r:Z,s:z}=q,N=k(y),j=u(z),K=c(N*j),X=c(Z*j),ee=l.BASE.multiplyAndAddUnsafe(W,K,X)?.toAffine();return ee?c(ee.x)===Z:!1}return{CURVE:e,getPublicKey:I,getSharedSecret:S,sign:b,verify:v,ProjectivePoint:l,Signature:P,utils:T}}function sE(t,e){const n=t.ORDER;let r=dn;for(let p=n-Se;p%Br===dn;p/=Br)r+=Se;const i=r,s=Br<<i-Se-Se,o=s*Br,a=(n-Se)/o,c=(a-Se)/Br,u=o-Se,l=s,f=t.pow(e,a),d=t.pow(e,(a+Se)/Br);let h=(p,w)=>{let m=f,P=t.pow(w,u),T=t.sqr(P);T=t.mul(T,w);let I=t.mul(p,T);I=t.pow(I,c),I=t.mul(I,P),P=t.mul(I,w),T=t.mul(I,p);let x=t.mul(T,P);I=t.pow(x,l);let S=t.eql(I,t.ONE);P=t.mul(T,d),I=t.mul(x,m),T=t.cmov(P,T,S),x=t.cmov(I,x,S);for(let U=i;U>Se;U--){let k=U-Br;k=Br<<k-Se;let F=t.pow(x,k);const R=t.eql(F,t.ONE);P=t.mul(T,m),m=t.mul(m,m),F=t.mul(x,m),T=t.cmov(P,T,R),x=t.cmov(F,x,R)}return{isValid:S,value:T}};if(t.ORDER%Tu===Vs){const p=(t.ORDER-Vs)/Tu,w=t.sqrt(t.neg(e));h=(m,P)=>{let T=t.sqr(P);const I=t.mul(m,P);T=t.mul(T,I);let x=t.pow(T,p);x=t.mul(x,I);const S=t.mul(x,w),U=t.mul(t.sqr(x),P),k=t.eql(U,m);let F=t.cmov(S,x,k);return{isValid:k,value:F}}}return h}function m0(t,e){if(u0(t),!t.isValid(e.A)||!t.isValid(e.B)||!t.isValid(e.Z))throw new Error("mapToCurveSimpleSWU: invalid opts");const n=sE(t,e.Z);if(!t.isOdd)throw new Error("Fp.isOdd is not implemented!");return r=>{let i,s,o,a,c,u,l,f;i=t.sqr(r),i=t.mul(i,e.Z),s=t.sqr(i),s=t.add(s,i),o=t.add(s,t.ONE),o=t.mul(o,e.B),a=t.cmov(e.Z,t.neg(s),!t.eql(s,t.ZERO)),a=t.mul(a,e.A),s=t.sqr(o),u=t.sqr(a),c=t.mul(u,e.A),s=t.add(s,c),s=t.mul(s,o),u=t.mul(u,a),c=t.mul(u,e.B),s=t.add(s,c),l=t.mul(i,o);const{isValid:d,value:h}=n(s,u);f=t.mul(i,r),f=t.mul(f,h),l=t.cmov(l,o,d),f=t.cmov(f,h,d);const p=t.isOdd(r)===t.isOdd(f);f=t.cmov(t.neg(f),f,p);const w=pi(t,[a],!0)[0];return l=t.mul(l,w),{x:l,y:f}}}function oE(t){return{hash:t,hmac:(e,...n)=>i0(t,e,E3(...n)),randomBytes:Sd}}function pa(t,e){const n=r=>iE({...t,...oE(r)});return{...n(e),create:n}}const aE=Et;function Or(t,e){if(Hs(t),Hs(e),t<0||t>=1<<8*e)throw new Error("invalid I2OSP input: "+t);const n=Array.from({length:e}).fill(0);for(let r=e-1;r>=0;r--)n[r]=t&255,t>>>=8;return new Uint8Array(n)}function cE(t,e){const n=new Uint8Array(t.length);for(let r=0;r<t.length;r++)n[r]=t[r]^e[r];return n}function Hs(t){if(!Number.isSafeInteger(t))throw new Error("number expected")}function uE(t,e,n,r){Ir(t),Ir(e),Hs(n),e.length>255&&(e=r(Fe(lu("H2C-OVERSIZE-DST-"),e)));const{outputLen:i,blockLen:s}=r,o=Math.ceil(n/i);if(n>65535||o>255)throw new Error("expand_message_xmd: invalid lenInBytes");const a=Fe(e,Or(e.length,1)),c=Or(0,s),u=Or(n,2),l=new Array(o),f=r(Fe(c,t,u,Or(0,1),a));l[0]=r(Fe(f,Or(1,1),a));for(let h=1;h<=o;h++){const p=[cE(f,l[h-1]),Or(h+1,1),a];l[h]=r(Fe(...p))}return Fe(...l).slice(0,n)}function lE(t,e,n,r,i){if(Ir(t),Ir(e),Hs(n),e.length>255){const s=Math.ceil(2*r/8);e=i.create({dkLen:s}).update(lu("H2C-OVERSIZE-DST-")).update(e).digest()}if(n>65535||e.length>255)throw new Error("expand_message_xof: invalid lenInBytes");return i.create({dkLen:n}).update(t).update(Or(n,2)).update(e).update(Or(e.length,1)).digest()}function v0(t,e,n){zs(n,{DST:"stringOrUint8Array",p:"bigint",m:"isSafeInteger",k:"isSafeInteger",hash:"hash"});const{p:r,k:i,m:s,hash:o,expand:a,DST:c}=n;Ir(t),Hs(e);const u=typeof c=="string"?lu(c):c,l=r.toString(2).length,f=Math.ceil((l+i)/8),d=e*s*f;let h;if(a==="xmd")h=uE(t,u,d,o);else if(a==="xof")h=lE(t,u,d,i,o);else if(a==="_internal_pass")h=t;else throw new Error('expand must be "xmd" or "xof"');const p=new Array(e);for(let w=0;w<e;w++){const m=new Array(s);for(let P=0;P<s;P++){const T=f*(P+w*s),I=h.subarray(T,T+f);m[P]=It(aE(I),r)}p[w]=m}return p}function E0(t,e){const n=e.map(r=>Array.from(r).reverse());return(r,i)=>{const[s,o,a,c]=n.map(f=>f.reduce((d,h)=>t.add(t.mul(d,r),h))),[u,l]=pi(t,[o,c],!0);return r=t.mul(s,u),i=t.mul(i,t.mul(a,l)),{x:r,y:i}}}function x0(t,e,n){if(typeof e!="function")throw new Error("mapToCurve() must be defined");function r(s){return t.fromAffine(e(s))}function i(s){const o=s.clearCofactor();return o.equals(t.ZERO)?t.ZERO:(o.assertValidity(),o)}return{defaults:n,hashToCurve(s,o){const a=v0(s,2,{...n,DST:n.DST,...o}),c=r(a[0]),u=r(a[1]);return i(c.add(u))},encodeToCurve(s,o){const a=v0(s,1,{...n,DST:n.encodeDST,...o});return i(r(a[0]))},mapToCurve(s){if(!Array.isArray(s))throw new Error("expected array of bigints");for(const o of s)if(typeof o!="bigint")throw new Error("expected array of bigints");return i(r(s))}}}const I0=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),S0=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),fE=BigInt(0),hE=BigInt(1),Uu=BigInt(2),B0=(t,e)=>(t+e/Uu)/e;function dE(t){const e=I0,n=BigInt(3),r=BigInt(6),i=BigInt(11),s=BigInt(22),o=BigInt(23),a=BigInt(44),c=BigInt(88),u=t*t*t%e,l=u*u*t%e,f=en(l,n,e)*l%e,d=en(f,n,e)*l%e,h=en(d,Uu,e)*u%e,p=en(h,i,e)*h%e,w=en(p,s,e)*p%e,m=en(w,a,e)*w%e,P=en(m,c,e)*m%e,T=en(P,a,e)*w%e,I=en(T,n,e)*l%e,x=en(I,o,e)*p%e,S=en(x,r,e)*u%e,U=en(S,Uu,e);if(!Cu.eql(Cu.sqr(U),t))throw new Error("Cannot find square root");return U}const Cu=Sr(I0,void 0,void 0,{sqrt:dE}),pE=pa({a:fE,b:BigInt(7),Fp:Cu,n:S0,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:t=>{const e=S0,n=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),r=-hE*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),s=n,o=BigInt("0x100000000000000000000000000000000"),a=B0(s*t,e),c=B0(-r*t,e);let u=It(t-a*n-c*i,e),l=It(-a*r-c*s,e);const f=u>o,d=l>o;if(f&&(u=e-u),d&&(l=e-l),u>o||l>o)throw new Error("splitScalar: Endomorphism failed, k="+t);return{k1neg:f,k1:u,k2neg:d,k2:l}}}},sa);function gE(t){if(t.length!==130&&t.length!==132)throw new wE({signature:t});const e=BigInt(Wn(t,0,32)),n=BigInt(Wn(t,32,64)),r=(()=>{const i=+`0x${t.slice(130)}`;if(!Number.isNaN(i))try{return bE(i)}catch{throw new yE({value:i})}})();return typeof r>"u"?{r:e,s:n}:{r:e,s:n,yParity:r}}function bE(t){if(t===0||t===27)return 0;if(t===1||t===28)return 1;if(t>=35)return t%2===0?1:0;throw new mE({value:t})}class wE extends Ae{constructor({signature:e}){super(`Value \`${e}\` is an invalid signature size.`,{metaMessages:["Expected: 64 bytes or 65 bytes.",`Received ${Zn(yu(e))} bytes.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Signature.InvalidSerializedSizeError"})}}class yE extends Ae{constructor({value:e}){super(`Value \`${e}\` is an invalid y-parity value. Y-parity must be 0 or 1.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Signature.InvalidYParityError"})}}class mE extends Ae{constructor({value:e}){super(`Value \`${e}\` is an invalid v value. v must be 27, 28 or >=35.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Signature.InvalidVError"})}}Object.freeze({1:0n,2:1n,3:2n,4:3n,5:4n,6:5n,7:6n,8:7n,9:8n,A:9n,B:10n,C:11n,D:12n,E:13n,F:14n,G:15n,H:16n,J:17n,K:18n,L:19n,M:20n,N:21n,P:22n,Q:23n,R:24n,S:25n,T:26n,U:27n,V:28n,W:29n,X:30n,Y:31n,Z:32n,a:33n,b:34n,c:35n,d:36n,e:37n,f:38n,g:39n,h:40n,i:41n,j:42n,k:43n,m:44n,n:45n,o:46n,p:47n,q:48n,r:49n,s:50n,t:51n,u:52n,v:53n,w:54n,x:55n,y:56n,z:57n}),Array.from("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/").map((t,e)=>[e,t.charCodeAt(0)]),{...Object.fromEntries(Array.from("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/").map((t,e)=>[t.charCodeAt(0),e]))},Kn.slice();const vE=BigInt(0),ga=BigInt(1),O0=BigInt(2),Qi=BigInt(3);function EE(t){const e=[];for(;t>ga;t>>=ga)(t&ga)===vE?e.unshift(0):(t&Qi)===Qi?(e.unshift(-1),t+=ga):e.unshift(1);return e}function xE(t){const{Fp:e,Fr:n,Fp2:r,Fp6:i,Fp12:s}=t.fields,o=t.params.xNegative,a=t.params.twistType,c=Nu({n:n.ORDER,...t.G1}),u=Object.assign(c,x0(c.ProjectivePoint,t.G1.mapToCurve,{...t.htfDefaults,...t.G1.htfDefaults})),l=Nu({n:n.ORDER,...t.G2}),f=Object.assign(l,x0(l.ProjectivePoint,t.G2.mapToCurve,{...t.htfDefaults,...t.G2.htfDefaults}));let d;if(a==="multiplicative")d=(L,V,q,W,Z,z)=>s.mul014(W,L,r.mul(V,Z),r.mul(q,z));else if(a==="divisive")d=(L,V,q,W,Z,z)=>s.mul034(W,r.mul(q,z),r.mul(V,Z),L);else throw new Error("bls: unknown twist type");const h=r.div(r.ONE,r.mul(r.ONE,O0));function p(L,V,q,W){const Z=r.sqr(q),z=r.sqr(W),N=r.mulByB(r.mul(z,Qi)),j=r.mul(N,Qi),K=r.sub(r.sub(r.sqr(r.add(q,W)),z),Z),X=r.sub(N,Z),ee=r.mul(r.sqr(V),Qi),$=r.neg(K);return L.push([X,ee,$]),V=r.mul(r.mul(r.mul(r.sub(Z,j),V),q),h),q=r.sub(r.sqr(r.mul(r.add(Z,j),h)),r.mul(r.sqr(N),Qi)),W=r.mul(Z,K),{Rx:V,Ry:q,Rz:W}}function w(L,V,q,W,Z,z){const N=r.sub(q,r.mul(z,W)),j=r.sub(V,r.mul(Z,W)),K=r.sub(r.mul(N,Z),r.mul(j,z)),X=r.neg(N),ee=j;L.push([K,X,ee]);const $=r.sqr(j),re=r.mul($,j),le=r.mul($,V),ce=r.add(r.sub(re,r.mul(le,O0)),r.mul(r.sqr(N),W));return V=r.mul(j,ce),q=r.sub(r.mul(r.sub(le,ce),N),r.mul(re,q)),W=r.mul(W,re),{Rx:V,Ry:q,Rz:W}}const m=EE(t.params.ateLoopSize),P=pu(L=>{const V=L,{x:q,y:W}=V.toAffine(),Z=q,z=W,N=r.neg(W);let j=Z,K=z,X=r.ONE;const ee=[];for(const $ of m){const re=[];({Rx:j,Ry:K,Rz:X}=p(re,j,K,X)),$&&({Rx:j,Ry:K,Rz:X}=w(re,j,K,X,Z,$===-1?N:z)),ee.push(re)}if(t.postPrecompute){const $=ee[ee.length-1];t.postPrecompute(j,K,X,Z,z,w.bind(null,$))}return ee});function T(L,V=!1){let q=s.ONE;if(L.length){const W=L[0][0].length;for(let Z=0;Z<W;Z++){q=s.sqr(q);for(const[z,N,j]of L)for(const[K,X,ee]of z[Z])q=d(K,X,ee,q,N,j)}}return o&&(q=s.conjugate(q)),V?s.finalExponentiate(q):q}function I(L,V=!0){const q=[];u.ProjectivePoint.normalizeZ(L.map(({g1:W})=>W)),f.ProjectivePoint.normalizeZ(L.map(({g2:W})=>W));for(const{g1:W,g2:Z}of L){if(W.equals(u.ProjectivePoint.ZERO)||Z.equals(f.ProjectivePoint.ZERO))throw new Error("pairing is not available for ZERO point");W.assertValidity(),Z.assertValidity();const z=W.toAffine();q.push([P(Z),z.x,z.y])}return T(q,V)}function x(L,V,q=!0){return I([{g1:L,g2:V}],q)}const S={randomPrivateKey:()=>{const L=Su(n.ORDER);return h0(t.randomBytes(L),n.ORDER)},calcPairingPrecomputes:P},{ShortSignature:U}=t.G1,{Signature:k}=t.G2;function F(L){return L instanceof u.ProjectivePoint?L:u.ProjectivePoint.fromHex(L)}function R(L,V){return L instanceof u.ProjectivePoint?L:u.hashToCurve(ht("point",L),V)}function G(L){return L instanceof f.ProjectivePoint?L:k.fromHex(L)}function H(L,V){return L instanceof f.ProjectivePoint?L:f.hashToCurve(ht("point",L),V)}function E(L){return u.ProjectivePoint.fromPrivateKey(L).toRawBytes(!0)}function b(L){return f.ProjectivePoint.fromPrivateKey(L).toRawBytes(!0)}function v(L,V,q){const W=H(L,q);W.assertValidity();const Z=W.multiply(u.normPrivateKeyToScalar(V));return L instanceof f.ProjectivePoint?Z:k.toRawBytes(Z)}function g(L,V,q){const W=R(L,q);W.assertValidity();const Z=W.multiply(u.normPrivateKeyToScalar(V));return L instanceof u.ProjectivePoint?Z:U.toRawBytes(Z)}function y(L,V,q,W){const Z=F(q),z=H(V,W),N=u.ProjectivePoint.BASE,j=G(L),K=I([{g1:Z.negate(),g2:z},{g1:N,g2:j}]);return s.eql(K,s.ONE)}function B(L,V,q,W){const Z=G(q),z=R(V,W),N=f.ProjectivePoint.BASE,j=F(L),K=I([{g1:z,g2:Z},{g1:j,g2:N.negate()}]);return s.eql(K,s.ONE)}function A(L){if(!Array.isArray(L)||L.length===0)throw new Error("expected non-empty array")}function O(L){A(L);const q=L.map(F).reduce((W,Z)=>W.add(Z),u.ProjectivePoint.ZERO);return L[0]instanceof u.ProjectivePoint?(q.assertValidity(),q):q.toRawBytes(!0)}function D(L){A(L);const q=L.map(G).reduce((W,Z)=>W.add(Z),f.ProjectivePoint.ZERO);return L[0]instanceof f.ProjectivePoint?(q.assertValidity(),q):k.toRawBytes(q)}function C(L){A(L);const q=L.map(F).reduce((W,Z)=>W.add(Z),u.ProjectivePoint.ZERO);return L[0]instanceof u.ProjectivePoint?(q.assertValidity(),q):U.toRawBytes(q)}function M(L,V,q,W){if(A(V),q.length!==V.length)throw new Error("amount of public keys and messages should be equal");const Z=G(L),z=V.map(X=>H(X,W)),N=q.map(F),j=new Map;for(let X=0;X<N.length;X++){const ee=N[X],$=z[X];let re=j.get($);re===void 0&&(re=[],j.set($,re)),re.push(ee)}const K=[];try{for(const[X,ee]of j){const $=ee.reduce((re,le)=>re.add(le));K.push({g1:$,g2:X})}return K.push({g1:u.ProjectivePoint.BASE.negate(),g2:Z}),s.eql(I(K),s.ONE)}catch{return!1}}return u.ProjectivePoint.BASE._setWindowSize(4),{getPublicKey:E,getPublicKeyForShortSignatures:b,sign:v,signShortSignature:g,verify:y,verifyBatch:M,verifyShortSignature:B,aggregatePublicKeys:O,aggregateSignatures:D,aggregateShortSignatures:C,millerLoopBatch:T,pairing:x,pairingBatch:I,G1:u,G2:f,Signature:k,ShortSignature:U,fields:{Fr:n,Fp:e,Fp2:r,Fp6:i,Fp12:s},params:{ateLoopSize:t.params.ateLoopSize,r:t.params.r,G1b:t.G1.b,G2b:t.G2.b},utils:S}}const IE=BigInt(0),_i=BigInt(1),Xn=BigInt(2),A0=BigInt(3);function Fu(t,e,n,r,i=1,s){const o=BigInt(s===void 0?r:s),a=n**BigInt(r),c=[];for(let u=0;u<i;u++){const l=BigInt(u+1),f=[];for(let d=0,h=_i;d<r;d++){const p=(l*h-l)/o%a;f.push(t.pow(e,p)),h*=n}c.push(f)}return c}function SE(t,e,n){const r=e.pow(n,(t.ORDER-_i)/A0),i=e.pow(n,(t.ORDER-_i)/Xn);function s(d,h){const p=e.mul(e.frobeniusMap(d,1),r),w=e.mul(e.frobeniusMap(h,1),i);return[p,w]}const o=e.pow(n,(t.ORDER**Xn-_i)/A0),a=e.pow(n,(t.ORDER**Xn-_i)/Xn);if(!e.eql(a,e.neg(e.ONE)))throw new Error("psiFrobenius: PSI2_Y!==-1");function c(d,h){return[e.mul(d,o),e.neg(h)]}const u=d=>(h,p)=>{const w=p.toAffine(),m=d(w.x,w.y);return h.fromAffine({x:m[0],y:m[1]})},l=u(s),f=u(c);return{psi:s,psi2:c,G2psi:l,G2psi2:f,PSI_X:r,PSI_Y:i,PSI2_X:o,PSI2_Y:a}}function BE(t){const{ORDER:e}=t,n=Sr(e),r=n.create(t.NONRESIDUE||BigInt(-1)),i=n.div(n.ONE,Xn),s=Fu(n,r,n.ORDER,2)[0],o=({c0:E,c1:b},{c0:v,c1:g})=>({c0:n.add(E,v),c1:n.add(b,g)}),a=({c0:E,c1:b},{c0:v,c1:g})=>({c0:n.sub(E,v),c1:n.sub(b,g)}),c=({c0:E,c1:b},v)=>{if(typeof v=="bigint")return{c0:n.mul(E,v),c1:n.mul(b,v)};const{c0:g,c1:y}=v;let B=n.mul(E,g),A=n.mul(b,y);const O=n.sub(B,A),D=n.sub(n.mul(n.add(E,b),n.add(g,y)),n.add(B,A));return{c0:O,c1:D}},u=({c0:E,c1:b})=>{const v=n.add(E,b),g=n.sub(E,b),y=n.add(E,E);return{c0:n.mul(v,g),c1:n.mul(y,b)}},l=E=>{if(E.length!==2)throw new Error("invalid tuple");const b=E.map(v=>n.create(v));return{c0:b[0],c1:b[1]}},f=e*e,d=l(t.FP2_NONRESIDUE),h={ORDER:f,isLE:n.isLE,NONRESIDUE:d,BITS:js(f),BYTES:Math.ceil(js(f)/8),MASK:hi(js(f)),ZERO:{c0:n.ZERO,c1:n.ZERO},ONE:{c0:n.ONE,c1:n.ZERO},create:E=>E,isValid:({c0:E,c1:b})=>typeof E=="bigint"&&typeof b=="bigint",is0:({c0:E,c1:b})=>n.is0(E)&&n.is0(b),eql:({c0:E,c1:b},{c0:v,c1:g})=>n.eql(E,v)&&n.eql(b,g),neg:({c0:E,c1:b})=>({c0:n.neg(E),c1:n.neg(b)}),pow:(E,b)=>ha(h,E,b),invertBatch:E=>pi(h,E),add:o,sub:a,mul:c,sqr:u,addN:o,subN:a,mulN:c,sqrN:u,div:(E,b)=>h.mul(E,typeof b=="bigint"?n.inv(n.create(b)):h.inv(b)),inv:({c0:E,c1:b})=>{const v=n.inv(n.create(E*E+b*b));return{c0:n.mul(v,n.create(E)),c1:n.mul(v,n.create(-b))}},sqrt:E=>{if(t.Fp2sqrt)return t.Fp2sqrt(E);const{c0:b,c1:v}=E;if(n.is0(v))return da(n,b)===1?h.create({c0:n.sqrt(b),c1:n.ZERO}):h.create({c0:n.ZERO,c1:n.sqrt(n.div(b,r))});const g=n.sqrt(n.sub(n.sqr(b),n.mul(n.sqr(v),r)));let y=n.mul(n.add(g,b),i);da(n,y)===-1&&(y=n.sub(y,g));const A=n.sqrt(y),O=h.create({c0:A,c1:n.div(n.mul(v,i),A)});if(!h.eql(h.sqr(O),E))throw new Error("Cannot find square root");const D=O,C=h.neg(D),{re:M,im:L}=h.reim(D),{re:V,im:q}=h.reim(C);return L>q||L===q&&M>V?D:C},isOdd:E=>{const{re:b,im:v}=h.reim(E),g=b%Xn,y=b===IE,B=v%Xn;return BigInt(g||y&&B)==_i},fromBytes(E){if(E.length!==h.BYTES)throw new Error("fromBytes invalid length="+E.length);return{c0:n.fromBytes(E.subarray(0,n.BYTES)),c1:n.fromBytes(E.subarray(n.BYTES))}},toBytes:({c0:E,c1:b})=>Fe(n.toBytes(E),n.toBytes(b)),cmov:({c0:E,c1:b},{c0:v,c1:g},y)=>({c0:n.cmov(E,v,y),c1:n.cmov(b,g,y)}),reim:({c0:E,c1:b})=>({re:E,im:b}),mulByNonresidue:({c0:E,c1:b})=>h.mul({c0:E,c1:b},d),mulByB:t.Fp2mulByB,fromBigTuple:l,frobeniusMap:({c0:E,c1:b},v)=>({c0:E,c1:n.mul(b,s[v%2])})},p=({c0:E,c1:b,c2:v},{c0:g,c1:y,c2:B})=>({c0:h.add(E,g),c1:h.add(b,y),c2:h.add(v,B)}),w=({c0:E,c1:b,c2:v},{c0:g,c1:y,c2:B})=>({c0:h.sub(E,g),c1:h.sub(b,y),c2:h.sub(v,B)}),m=({c0:E,c1:b,c2:v},g)=>{if(typeof g=="bigint")return{c0:h.mul(E,g),c1:h.mul(b,g),c2:h.mul(v,g)};const{c0:y,c1:B,c2:A}=g,O=h.mul(E,y),D=h.mul(b,B),C=h.mul(v,A);return{c0:h.add(O,h.mulByNonresidue(h.sub(h.mul(h.add(b,v),h.add(B,A)),h.add(D,C)))),c1:h.add(h.sub(h.mul(h.add(E,b),h.add(y,B)),h.add(O,D)),h.mulByNonresidue(C)),c2:h.sub(h.add(D,h.mul(h.add(E,v),h.add(y,A))),h.add(O,C))}},P=({c0:E,c1:b,c2:v})=>{let g=h.sqr(E),y=h.mul(h.mul(E,b),Xn),B=h.mul(h.mul(b,v),Xn),A=h.sqr(v);return{c0:h.add(h.mulByNonresidue(B),g),c1:h.add(h.mulByNonresidue(A),y),c2:h.sub(h.sub(h.add(h.add(y,h.sqr(h.add(h.sub(E,b),v))),B),g),A)}},[T,I]=Fu(h,d,n.ORDER,6,2,3),x={ORDER:h.ORDER,isLE:h.isLE,BITS:3*h.BITS,BYTES:3*h.BYTES,MASK:hi(3*h.BITS),ZERO:{c0:h.ZERO,c1:h.ZERO,c2:h.ZERO},ONE:{c0:h.ONE,c1:h.ZERO,c2:h.ZERO},create:E=>E,isValid:({c0:E,c1:b,c2:v})=>h.isValid(E)&&h.isValid(b)&&h.isValid(v),is0:({c0:E,c1:b,c2:v})=>h.is0(E)&&h.is0(b)&&h.is0(v),neg:({c0:E,c1:b,c2:v})=>({c0:h.neg(E),c1:h.neg(b),c2:h.neg(v)}),eql:({c0:E,c1:b,c2:v},{c0:g,c1:y,c2:B})=>h.eql(E,g)&&h.eql(b,y)&&h.eql(v,B),sqrt:Hd,div:(E,b)=>x.mul(E,typeof b=="bigint"?n.inv(n.create(b)):x.inv(b)),pow:(E,b)=>ha(x,E,b),invertBatch:E=>pi(x,E),add:p,sub:w,mul:m,sqr:P,addN:p,subN:w,mulN:m,sqrN:P,inv:({c0:E,c1:b,c2:v})=>{let g=h.sub(h.sqr(E),h.mulByNonresidue(h.mul(v,b))),y=h.sub(h.mulByNonresidue(h.sqr(v)),h.mul(E,b)),B=h.sub(h.sqr(b),h.mul(E,v)),A=h.inv(h.add(h.mulByNonresidue(h.add(h.mul(v,y),h.mul(b,B))),h.mul(E,g)));return{c0:h.mul(A,g),c1:h.mul(A,y),c2:h.mul(A,B)}},fromBytes:E=>{if(E.length!==x.BYTES)throw new Error("fromBytes invalid length="+E.length);return{c0:h.fromBytes(E.subarray(0,h.BYTES)),c1:h.fromBytes(E.subarray(h.BYTES,2*h.BYTES)),c2:h.fromBytes(E.subarray(2*h.BYTES))}},toBytes:({c0:E,c1:b,c2:v})=>Fe(h.toBytes(E),h.toBytes(b),h.toBytes(v)),cmov:({c0:E,c1:b,c2:v},{c0:g,c1:y,c2:B},A)=>({c0:h.cmov(E,g,A),c1:h.cmov(b,y,A),c2:h.cmov(v,B,A)}),fromBigSix:E=>{if(!Array.isArray(E)||E.length!==6)throw new Error("invalid Fp6 usage");return{c0:h.fromBigTuple(E.slice(0,2)),c1:h.fromBigTuple(E.slice(2,4)),c2:h.fromBigTuple(E.slice(4,6))}},frobeniusMap:({c0:E,c1:b,c2:v},g)=>({c0:h.frobeniusMap(E,g),c1:h.mul(h.frobeniusMap(b,g),T[g%6]),c2:h.mul(h.frobeniusMap(v,g),I[g%6])}),mulByFp2:({c0:E,c1:b,c2:v},g)=>({c0:h.mul(E,g),c1:h.mul(b,g),c2:h.mul(v,g)}),mulByNonresidue:({c0:E,c1:b,c2:v})=>({c0:h.mulByNonresidue(v),c1:E,c2:b}),mul1:({c0:E,c1:b,c2:v},g)=>({c0:h.mulByNonresidue(h.mul(v,g)),c1:h.mul(E,g),c2:h.mul(b,g)}),mul01({c0:E,c1:b,c2:v},g,y){let B=h.mul(E,g),A=h.mul(b,y);return{c0:h.add(h.mulByNonresidue(h.sub(h.mul(h.add(b,v),y),A)),B),c1:h.sub(h.sub(h.mul(h.add(g,y),h.add(E,b)),B),A),c2:h.add(h.sub(h.mul(h.add(E,v),g),B),A)}}},S=Fu(h,d,n.ORDER,12,1,6)[0],U=({c0:E,c1:b},{c0:v,c1:g})=>({c0:x.add(E,v),c1:x.add(b,g)}),k=({c0:E,c1:b},{c0:v,c1:g})=>({c0:x.sub(E,v),c1:x.sub(b,g)}),F=({c0:E,c1:b},v)=>{if(typeof v=="bigint")return{c0:x.mul(E,v),c1:x.mul(b,v)};let{c0:g,c1:y}=v,B=x.mul(E,g),A=x.mul(b,y);return{c0:x.add(B,x.mulByNonresidue(A)),c1:x.sub(x.mul(x.add(E,b),x.add(g,y)),x.add(B,A))}},R=({c0:E,c1:b})=>{let v=x.mul(E,b);return{c0:x.sub(x.sub(x.mul(x.add(x.mulByNonresidue(b),E),x.add(E,b)),v),x.mulByNonresidue(v)),c1:x.add(v,v)}};function G(E,b){const v=h.sqr(E),g=h.sqr(b);return{first:h.add(h.mulByNonresidue(g),v),second:h.sub(h.sub(h.sqr(h.add(E,b)),v),g)}}const H={ORDER:h.ORDER,isLE:x.isLE,BITS:2*x.BITS,BYTES:2*x.BYTES,MASK:hi(2*x.BITS),ZERO:{c0:x.ZERO,c1:x.ZERO},ONE:{c0:x.ONE,c1:x.ZERO},create:E=>E,isValid:({c0:E,c1:b})=>x.isValid(E)&&x.isValid(b),is0:({c0:E,c1:b})=>x.is0(E)&&x.is0(b),neg:({c0:E,c1:b})=>({c0:x.neg(E),c1:x.neg(b)}),eql:({c0:E,c1:b},{c0:v,c1:g})=>x.eql(E,v)&&x.eql(b,g),sqrt:Hd,inv:({c0:E,c1:b})=>{let v=x.inv(x.sub(x.sqr(E),x.mulByNonresidue(x.sqr(b))));return{c0:x.mul(E,v),c1:x.neg(x.mul(b,v))}},div:(E,b)=>H.mul(E,typeof b=="bigint"?n.inv(n.create(b)):H.inv(b)),pow:(E,b)=>ha(H,E,b),invertBatch:E=>pi(H,E),add:U,sub:k,mul:F,sqr:R,addN:U,subN:k,mulN:F,sqrN:R,fromBytes:E=>{if(E.length!==H.BYTES)throw new Error("fromBytes invalid length="+E.length);return{c0:x.fromBytes(E.subarray(0,x.BYTES)),c1:x.fromBytes(E.subarray(x.BYTES))}},toBytes:({c0:E,c1:b})=>Fe(x.toBytes(E),x.toBytes(b)),cmov:({c0:E,c1:b},{c0:v,c1:g},y)=>({c0:x.cmov(E,v,y),c1:x.cmov(b,g,y)}),fromBigTwelve:E=>({c0:x.fromBigSix(E.slice(0,6)),c1:x.fromBigSix(E.slice(6,12))}),frobeniusMap(E,b){const{c0:v,c1:g,c2:y}=x.frobeniusMap(E.c1,b),B=S[b%12];return{c0:x.frobeniusMap(E.c0,b),c1:x.create({c0:h.mul(v,B),c1:h.mul(g,B),c2:h.mul(y,B)})}},mulByFp2:({c0:E,c1:b},v)=>({c0:x.mulByFp2(E,v),c1:x.mulByFp2(b,v)}),conjugate:({c0:E,c1:b})=>({c0:E,c1:x.neg(b)}),mul014:({c0:E,c1:b},v,g,y)=>{let B=x.mul01(E,v,g),A=x.mul1(b,y);return{c0:x.add(x.mulByNonresidue(A),B),c1:x.sub(x.sub(x.mul01(x.add(b,E),v,h.add(g,y)),B),A)}},mul034:({c0:E,c1:b},v,g,y)=>{const B=x.create({c0:h.mul(E.c0,v),c1:h.mul(E.c1,v),c2:h.mul(E.c2,v)}),A=x.mul01(b,g,y),O=x.mul01(x.add(E,b),h.add(v,g),y);return{c0:x.add(x.mulByNonresidue(A),B),c1:x.sub(O,x.add(B,A))}},_cyclotomicSquare:t.Fp12cyclotomicSquare,_cyclotomicExp:t.Fp12cyclotomicExp,finalExponentiate:t.Fp12finalExponentiate};return{Fp:n,Fp2:h,Fp6:x,Fp4Square:G,Fp12:H}}const St=BigInt(0),ba=BigInt(1),Ze=BigInt(2),wa=BigInt(3),Gs=BigInt(4),Ar=BigInt("0xd201000000010000"),OE=js(Ar),{Fp:se,Fp2:ae,Fp6:qu,Fp4Square:ku,Fp12:ge}=BE({ORDER:BigInt("0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaaab"),FP2_NONRESIDUE:[ba,ba],Fp2mulByB:({c0:t,c1:e})=>{const n=se.mul(t,Gs),r=se.mul(e,Gs);return{c0:se.sub(n,r),c1:se.add(n,r)}},Fp12cyclotomicSquare:({c0:t,c1:e})=>{const{c0:n,c1:r,c2:i}=t,{c0:s,c1:o,c2:a}=e,{first:c,second:u}=ku(n,o),{first:l,second:f}=ku(s,i),{first:d,second:h}=ku(r,a),p=ae.mulByNonresidue(h);return{c0:qu.create({c0:ae.add(ae.mul(ae.sub(c,n),Ze),c),c1:ae.add(ae.mul(ae.sub(l,r),Ze),l),c2:ae.add(ae.mul(ae.sub(d,i),Ze),d)}),c1:qu.create({c0:ae.add(ae.mul(ae.add(p,s),Ze),p),c1:ae.add(ae.mul(ae.add(u,o),Ze),u),c2:ae.add(ae.mul(ae.add(f,a),Ze),f)})}},Fp12cyclotomicExp(t,e){let n=ge.ONE;for(let r=OE-1;r>=0;r--)n=ge._cyclotomicSquare(n),ev(e,r)&&(n=ge.mul(n,t));return n},Fp12finalExponentiate:t=>{const e=Ar,n=ge.div(ge.frobeniusMap(t,6),t),r=ge.mul(ge.frobeniusMap(n,2),n),i=ge.conjugate(ge._cyclotomicExp(r,e)),s=ge.mul(ge.conjugate(ge._cyclotomicSquare(r)),i),o=ge.conjugate(ge._cyclotomicExp(s,e)),a=ge.conjugate(ge._cyclotomicExp(o,e)),c=ge.mul(ge.conjugate(ge._cyclotomicExp(a,e)),ge._cyclotomicSquare(i)),u=ge.conjugate(ge._cyclotomicExp(c,e)),l=ge.frobeniusMap(ge.mul(i,a),2),f=ge.frobeniusMap(ge.mul(o,r),3),d=ge.frobeniusMap(ge.mul(c,ge.conjugate(r)),1),h=ge.mul(ge.mul(u,ge.conjugate(s)),r);return ge.mul(ge.mul(ge.mul(l,f),d),h)}}),P0=Sr(BigInt("0x73eda753299d7d483339d80809a1d80553bda402fffe5bfeffffffff00000001")),AE=E0(ae,[[["0x5c759507e8e333ebb5b7a9a47d7ed8532c52d39fd3a042a88b58423c50ae15d5c2638e343d9c71c6238aaaaaaaa97d6","0x5c759507e8e333ebb5b7a9a47d7ed8532c52d39fd3a042a88b58423c50ae15d5c2638e343d9c71c6238aaaaaaaa97d6"],["0x0","0x11560bf17baa99bc32126fced787c88f984f87adf7ae0c7f9a208c6b4f20a4181472aaa9cb8d555526a9ffffffffc71a"],["0x11560bf17baa99bc32126fced787c88f984f87adf7ae0c7f9a208c6b4f20a4181472aaa9cb8d555526a9ffffffffc71e","0x8ab05f8bdd54cde190937e76bc3e447cc27c3d6fbd7063fcd104635a790520c0a395554e5c6aaaa9354ffffffffe38d"],["0x171d6541fa38ccfaed6dea691f5fb614cb14b4e7f4e810aa22d6108f142b85757098e38d0f671c7188e2aaaaaaaa5ed1","0x0"]],[["0x0","0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaa63"],["0xc","0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaa9f"],["0x1","0x0"]],[["0x1530477c7ab4113b59a4c18b076d11930f7da5d4a07f649bf54439d87d27e500fc8c25ebf8c92f6812cfc71c71c6d706","0x1530477c7ab4113b59a4c18b076d11930f7da5d4a07f649bf54439d87d27e500fc8c25ebf8c92f6812cfc71c71c6d706"],["0x0","0x5c759507e8e333ebb5b7a9a47d7ed8532c52d39fd3a042a88b58423c50ae15d5c2638e343d9c71c6238aaaaaaaa97be"],["0x11560bf17baa99bc32126fced787c88f984f87adf7ae0c7f9a208c6b4f20a4181472aaa9cb8d555526a9ffffffffc71c","0x8ab05f8bdd54cde190937e76bc3e447cc27c3d6fbd7063fcd104635a790520c0a395554e5c6aaaa9354ffffffffe38f"],["0x124c9ad43b6cf79bfbf7043de3811ad0761b0f37a1e26286b0e977c69aa274524e79097a56dc4bd9e1b371c71c718b10","0x0"]],[["0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffa8fb","0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffa8fb"],["0x0","0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffa9d3"],["0x12","0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaa99"],["0x1","0x0"]]].map(t=>t.map(e=>ae.fromBigTuple(e.map(BigInt))))),PE=E0(se,[["0x11a05f2b1e833340b809101dd99815856b303e88a2d7005ff2627b56cdb4e2c85610c2d5f2e62d6eaeac1662734649b7","0x17294ed3e943ab2f0588bab22147a81c7c17e75b2f6a8417f565e33c70d1e86b4838f2a6f318c356e834eef1b3cb83bb","0xd54005db97678ec1d1048c5d10a9a1bce032473295983e56878e501ec68e25c958c3e3d2a09729fe0179f9dac9edcb0","0x1778e7166fcc6db74e0609d307e55412d7f5e4656a8dbf25f1b33289f1b330835336e25ce3107193c5b388641d9b6861","0xe99726a3199f4436642b4b3e4118e5499db995a1257fb3f086eeb65982fac18985a286f301e77c451154ce9ac8895d9","0x1630c3250d7313ff01d1201bf7a74ab5db3cb17dd952799b9ed3ab9097e68f90a0870d2dcae73d19cd13c1c66f652983","0xd6ed6553fe44d296a3726c38ae652bfb11586264f0f8ce19008e218f9c86b2a8da25128c1052ecaddd7f225a139ed84","0x17b81e7701abdbe2e8743884d1117e53356de5ab275b4db1a682c62ef0f2753339b7c8f8c8f475af9ccb5618e3f0c88e","0x80d3cf1f9a78fc47b90b33563be990dc43b756ce79f5574a2c596c928c5d1de4fa295f296b74e956d71986a8497e317","0x169b1f8e1bcfa7c42e0c37515d138f22dd2ecb803a0c5c99676314baf4bb1b7fa3190b2edc0327797f241067be390c9e","0x10321da079ce07e272d8ec09d2565b0dfa7dccdde6787f96d50af36003b14866f69b771f8c285decca67df3f1605fb7b","0x6e08c248e260e70bd1e962381edee3d31d79d7e22c837bc23c0bf1bc24c6b68c24b1b80b64d391fa9c8ba2e8ba2d229"],["0x8ca8d548cff19ae18b2e62f4bd3fa6f01d5ef4ba35b48ba9c9588617fc8ac62b558d681be343df8993cf9fa40d21b1c","0x12561a5deb559c4348b4711298e536367041e8ca0cf0800c0126c2588c48bf5713daa8846cb026e9e5c8276ec82b3bff","0xb2962fe57a3225e8137e629bff2991f6f89416f5a718cd1fca64e00b11aceacd6a3d0967c94fedcfcc239ba5cb83e19","0x3425581a58ae2fec83aafef7c40eb545b08243f16b1655154cca8abc28d6fd04976d5243eecf5c4130de8938dc62cd8","0x13a8e162022914a80a6f1d5f43e7a07dffdfc759a12062bb8d6b44e833b306da9bd29ba81f35781d539d395b3532a21e","0xe7355f8e4e667b955390f7f0506c6e9395735e9ce9cad4d0a43bcef24b8982f7400d24bc4228f11c02df9a29f6304a5","0x772caacf16936190f3e0c63e0596721570f5799af53a1894e2e073062aede9cea73b3538f0de06cec2574496ee84a3a","0x14a7ac2a9d64a8b230b3f5b074cf01996e7f63c21bca68a81996e1cdf9822c580fa5b9489d11e2d311f7d99bbdcc5a5e","0xa10ecf6ada54f825e920b3dafc7a3cce07f8d1d7161366b74100da67f39883503826692abba43704776ec3a79a1d641","0x95fc13ab9e92ad4476d6e3eb3a56680f682b4ee96f7d03776df533978f31c1593174e4b4b7865002d6384d168ecdd0a","0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001"],["0x90d97c81ba24ee0259d1f094980dcfa11ad138e48a869522b52af6c956543d3cd0c7aee9b3ba3c2be9845719707bb33","0x134996a104ee5811d51036d776fb46831223e96c254f383d0f906343eb67ad34d6c56711962fa8bfe097e75a2e41c696","0xcc786baa966e66f4a384c86a3b49942552e2d658a31ce2c344be4b91400da7d26d521628b00523b8dfe240c72de1f6","0x1f86376e8981c217898751ad8746757d42aa7b90eeb791c09e4a3ec03251cf9de405aba9ec61deca6355c77b0e5f4cb","0x8cc03fdefe0ff135caf4fe2a21529c4195536fbe3ce50b879833fd221351adc2ee7f8dc099040a841b6daecf2e8fedb","0x16603fca40634b6a2211e11db8f0a6a074a7d0d4afadb7bd76505c3d3ad5544e203f6326c95a807299b23ab13633a5f0","0x4ab0b9bcfac1bbcb2c977d027796b3ce75bb8ca2be184cb5231413c4d634f3747a87ac2460f415ec961f8855fe9d6f2","0x987c8d5333ab86fde9926bd2ca6c674170a05bfe3bdd81ffd038da6c26c842642f64550fedfe935a15e4ca31870fb29","0x9fc4018bd96684be88c9e221e4da1bb8f3abd16679dc26c1e8b6e6a1f20cabe69d65201c78607a360370e577bdba587","0xe1bba7a1186bdb5223abde7ada14a23c42a0ca7915af6fe06985e7ed1e4d43b9b3f7055dd4eba6f2bafaaebca731c30","0x19713e47937cd1be0dfd0b8f1d43fb93cd2fcbcb6caf493fd1183e416389e61031bf3a5cce3fbafce813711ad011c132","0x18b46a908f36f6deb918c143fed2edcc523559b8aaf0c2462e6bfe7f911f643249d9cdf41b44d606ce07c8a4d0074d8e","0xb182cac101b9399d155096004f53f447aa7b12a3426b08ec02710e807b4633f06c851c1919211f20d4c04f00b971ef8","0x245a394ad1eca9b72fc00ae7be315dc757b3b080d4c158013e6632d3c40659cc6cf90ad1c232a6442d9d3f5db980133","0x5c129645e44cf1102a159f748c4a3fc5e673d81d7e86568d9ab0f5d396a7ce46ba1049b6579afb7866b1e715475224b","0x15e6be4e990f03ce4ea50b3b42df2eb5cb181d8f84965a3957add4fa95af01b2b665027efec01c7704b456be69c8b604"],["0x16112c4c3a9c98b252181140fad0eae9601a6de578980be6eec3232b5be72e7a07f3688ef60c206d01479253b03663c1","0x1962d75c2381201e1a0cbd6c43c348b885c84ff731c4d59ca4a10356f453e01f78a4260763529e3532f6102c2e49a03d","0x58df3306640da276faaae7d6e8eb15778c4855551ae7f310c35a5dd279cd2eca6757cd636f96f891e2538b53dbf67f2","0x16b7d288798e5395f20d23bf89edb4d1d115c5dbddbcd30e123da489e726af41727364f2c28297ada8d26d98445f5416","0xbe0e079545f43e4b00cc912f8228ddcc6d19c9f0f69bbb0542eda0fc9dec916a20b15dc0fd2ededda39142311a5001d","0x8d9e5297186db2d9fb266eaac783182b70152c65550d881c5ecd87b6f0f5a6449f38db9dfa9cce202c6477faaf9b7ac","0x166007c08a99db2fc3ba8734ace9824b5eecfdfa8d0cf8ef5dd365bc400a0051d5fa9c01a58b1fb93d1a1399126a775c","0x16a3ef08be3ea7ea03bcddfabba6ff6ee5a4375efa1f4fd7feb34fd206357132b920f5b00801dee460ee415a15812ed9","0x1866c8ed336c61231a1be54fd1d74cc4f9fb0ce4c6af5920abc5750c4bf39b4852cfe2f7bb9248836b233d9d55535d4a","0x167a55cda70a6e1cea820597d94a84903216f763e13d87bb5308592e7ea7d4fbc7385ea3d529b35e346ef48bb8913f55","0x4d2f259eea405bd48f010a01ad2911d9c6dd039bb61a6290e591b36e636a5c871a5c29f4f83060400f8b49cba8f6aa8","0xaccbb67481d033ff5852c1e48c50c477f94ff8aefce42d28c0f9a88cea7913516f968986f7ebbea9684b529e2561092","0xad6b9514c767fe3c3613144b45f1496543346d98adf02267d5ceef9a00d9b8693000763e3b90ac11e99b138573345cc","0x2660400eb2e4f3b628bdd0d53cd76f2bf565b94e72927c1cb748df27942480e420517bd8714cc80d1fadc1326ed06f7","0xe0fa1d816ddc03e6b24255e0d7819c171c40f65e273b853324efcd6356caa205ca2f570f13497804415473a1d634b8f","0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001"]].map(t=>t.map(e=>BigInt(e)))),DE=m0(ae,{A:ae.create({c0:se.create(St),c1:se.create(BigInt(240))}),B:ae.create({c0:se.create(BigInt(1012)),c1:se.create(BigInt(1012))}),Z:ae.create({c0:se.create(BigInt(-2)),c1:se.create(BigInt(-1))})}),RE=m0(se,{A:se.create(BigInt("0x144698a3b8e9433d693a02c96d4982b0ea985383ee66a8d8e8981aefd881ac98936f8da0e0f97f5cf428082d584c1d")),B:se.create(BigInt("0x12e2908d11688030018b12e8753eee3b2016c1f0f24f4070a0b9c14fcef35ef55a23215a316ceaa5d1cc48e98e172be0")),Z:se.create(BigInt(11))}),{G2psi:D0,G2psi2:TE}=SE(se,ae,ae.div(ae.ONE,ae.NONRESIDUE)),Lu=Object.freeze({DST:"BLS_SIG_BLS12381G2_XMD:SHA-256_SSWU_RO_NUL_",encodeDST:"BLS_SIG_BLS12381G2_XMD:SHA-256_SSWU_RO_NUL_",p:se.ORDER,m:2,k:128,expand:"xmd",hash:sa}),ya=Ws(se.toBytes(St),{infinity:!0,compressed:!0});function ma(t){t=t.slice();const e=t[0]&224,n=!!(e>>7&1),r=!!(e>>6&1),i=!!(e>>5&1);return t[0]&=31,{compressed:n,infinity:r,sort:i,value:t}}function Ws(t,e){if(t[0]&224)throw new Error("setMask: non-empty mask");return e.compressed&&(t[0]|=128),e.infinity&&(t[0]|=64),e.sort&&(t[0]|=32),t}function R0(t){t.assertValidity();const e=t.equals(pn.G1.ProjectivePoint.ZERO),{x:n,y:r}=t.toAffine();if(e)return ya.slice();const i=se.ORDER,s=!!(r*Ze/i);return Ws(ze(n,se.BYTES),{compressed:!0,sort:s})}function T0(t){t.assertValidity();const e=se.BYTES;if(t.equals(pn.G2.ProjectivePoint.ZERO))return Fe(ya,ze(St,e));const{x:n,y:r}=t.toAffine(),{re:i,im:s}=ae.reim(n),{re:o,im:a}=ae.reim(r),u=!!((a>St?a*Ze:o*Ze)/se.ORDER&ba),l=i;return Fe(Ws(ze(s,e),{sort:u,compressed:!0}),ze(l,e))}const pn=xE({fields:{Fp:se,Fp2:ae,Fp6:qu,Fp12:ge,Fr:P0},G1:{Fp:se,h:BigInt("0x396c8c005555e1568c00aaab0000aaab"),Gx:BigInt("0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb"),Gy:BigInt("0x08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1"),a:se.ZERO,b:Gs,htfDefaults:{...Lu,m:1,DST:"BLS_SIG_BLS12381G1_XMD:SHA-256_SSWU_RO_NUL_"},wrapPrivateKey:!0,allowInfinityPoint:!0,isTorsionFree:(t,e)=>{const n=BigInt("0x5f19672fdf76ce51ba69c6076a0f77eaddb3a93be6f89688de17d813620a00022e01fffffffefffe"),r=new t(se.mul(e.px,n),e.py,e.pz);return e.multiplyUnsafe(Ar).negate().multiplyUnsafe(Ar).equals(r)},clearCofactor:(t,e)=>e.multiplyUnsafe(Ar).add(e),mapToCurve:t=>{const{x:e,y:n}=RE(se.create(t[0]));return PE(e,n)},fromBytes:t=>{const{compressed:e,infinity:n,sort:r,value:i}=ma(t);if(i.length===48&&e){const s=se.ORDER,o=Et(i),a=se.create(o&se.MASK);if(n){if(a!==St)throw new Error("G1: non-empty compressed point at infinity");return{x:St,y:St}}const c=se.add(se.pow(a,wa),se.create(pn.params.G1b));let u=se.sqrt(c);if(!u)throw new Error("invalid compressed G1 point");return u*Ze/s!==BigInt(r)&&(u=se.neg(u)),{x:se.create(a),y:se.create(u)}}else if(i.length===96&&!e){const s=Et(i.subarray(0,se.BYTES)),o=Et(i.subarray(se.BYTES));if(n){if(s!==St||o!==St)throw new Error("G1: non-empty point at infinity");return pn.G1.ProjectivePoint.ZERO.toAffine()}return{x:se.create(s),y:se.create(o)}}else throw new Error("invalid point G1, expected 48/96 bytes")},toBytes:(t,e,n)=>{const r=e.equals(t.ZERO),{x:i,y:s}=e.toAffine();if(n){if(r)return ya.slice();const o=se.ORDER,a=!!(s*Ze/o);return Ws(ze(i,se.BYTES),{compressed:!0,sort:a})}else return r?Fe(new Uint8Array([64]),new Uint8Array(2*se.BYTES-1)):Fe(ze(i,se.BYTES),ze(s,se.BYTES))},ShortSignature:{fromHex(t){const{infinity:e,sort:n,value:r}=ma(ht("signatureHex",t,48)),i=se.ORDER,s=Et(r);if(e)return pn.G1.ProjectivePoint.ZERO;const o=se.create(s&se.MASK),a=se.add(se.pow(o,wa),se.create(pn.params.G1b));let c=se.sqrt(a);if(!c)throw new Error("invalid compressed G1 point");const u=BigInt(n);c*Ze/i!==u&&(c=se.neg(c));const l=pn.G1.ProjectivePoint.fromAffine({x:o,y:c});return l.assertValidity(),l},toRawBytes(t){return R0(t)},toHex(t){return fi(R0(t))}}},G2:{Fp:ae,h:BigInt("0x5d543a95414e7f1091d50792876a202cd91de4547085abaa68a205b2e5a7ddfa628f1cb4d9e82ef21537e293a6691ae1616ec6e786f0c70cf1c38e31c7238e5"),Gx:ae.fromBigTuple([BigInt("0x024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb8"),BigInt("0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e")]),Gy:ae.fromBigTuple([BigInt("0x0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801"),BigInt("0x0606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be")]),a:ae.ZERO,b:ae.fromBigTuple([Gs,Gs]),hEff:BigInt("0xbc69f08f2ee75b3584c6a0ea91b352888e2a8e9145ad7689986ff031508ffe1329c2f178731db956d82bf015d1212b02ec0ec69d7477c1ae954cbc06689f6a359894c0adebbf6b4e8020005aaa95551"),htfDefaults:{...Lu},wrapPrivateKey:!0,allowInfinityPoint:!0,mapToCurve:t=>{const{x:e,y:n}=DE(ae.fromBigTuple(t));return AE(e,n)},isTorsionFree:(t,e)=>e.multiplyUnsafe(Ar).negate().equals(D0(t,e)),clearCofactor:(t,e)=>{const n=Ar;let r=e.multiplyUnsafe(n).negate(),i=D0(t,e),s=e.double();return s=TE(t,s),s=s.subtract(i),i=r.add(i),i=i.multiplyUnsafe(n).negate(),s=s.add(i),s=s.subtract(r),s.subtract(e)},fromBytes:t=>{const{compressed:e,infinity:n,sort:r,value:i}=ma(t);if(!e&&!n&&r||!e&&n&&r||r&&n&&e)throw new Error("invalid encoding flag: "+(t[0]&224));const s=se.BYTES,o=(a,c,u)=>Et(a.slice(c,u));if(i.length===96&&e){const a=pn.params.G2b,c=se.ORDER;if(n){if(i.reduce((w,m)=>w!==0?m+1:m,0)>0)throw new Error("invalid compressed G2 point");return{x:ae.ZERO,y:ae.ZERO}}const u=o(i,0,s),l=o(i,s,2*s),f=ae.create({c0:se.create(l),c1:se.create(u)}),d=ae.add(ae.pow(f,wa),a);let h=ae.sqrt(d);const p=h.c1===St?h.c0*Ze/c:h.c1*Ze/c?ba:St;return h=r&&p>0?h:ae.neg(h),{x:f,y:h}}else if(i.length===192&&!e){if(n){if(i.reduce((f,d)=>f!==0?d+1:d,0)>0)throw new Error("invalid uncompressed G2 point");return{x:ae.ZERO,y:ae.ZERO}}const a=o(i,0,s),c=o(i,s,2*s),u=o(i,2*s,3*s),l=o(i,3*s,4*s);return{x:ae.fromBigTuple([c,a]),y:ae.fromBigTuple([l,u])}}else throw new Error("invalid point G2, expected 96/192 bytes")},toBytes:(t,e,n)=>{const{BYTES:r,ORDER:i}=se,s=e.equals(t.ZERO),{x:o,y:a}=e.toAffine();if(n){if(s)return Fe(ya,ze(St,r));const c=!!(a.c1===St?a.c0*Ze/i:a.c1*Ze/i);return Fe(Ws(ze(o.c1,r),{compressed:!0,sort:c}),ze(o.c0,r))}else{if(s)return Fe(new Uint8Array([64]),new Uint8Array(4*r-1));const{re:c,im:u}=ae.reim(o),{re:l,im:f}=ae.reim(a);return Fe(ze(u,r),ze(c,r),ze(f,r),ze(l,r))}},Signature:{fromHex(t){const{infinity:e,sort:n,value:r}=ma(ht("signatureHex",t)),i=se.ORDER,s=r.length/2;if(s!==48&&s!==96)throw new Error("invalid compressed signature length, must be 96 or 192");const o=Et(r.slice(0,s)),a=Et(r.slice(s));if(e)return pn.G2.ProjectivePoint.ZERO;const c=se.create(o&se.MASK),u=se.create(a),l=ae.create({c0:u,c1:c}),f=ae.add(ae.pow(l,wa),pn.params.G2b);let d=ae.sqrt(f);if(!d)throw new Error("Failed to find a square root");const{re:h,im:p}=ae.reim(d),w=BigInt(n),m=p>St&&p*Ze/i!==w,P=p===St&&h*Ze/i!==w;(m||P)&&(d=ae.neg(d));const T=pn.G2.ProjectivePoint.fromAffine({x:l,y:d});return T.assertValidity(),T},toRawBytes(t){return T0(t)},toHex(t){return fi(T0(t))}}},params:{ateLoopSize:Ar,r:P0.ORDER,xNegative:!0,twistType:"multiplicative"},htfDefaults:Lu,hash:sa,randomBytes:Sd});BigInt(0),BigInt(1),BigInt(2),BigInt(8),BigInt(0),BigInt(1),BigInt(2),BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),BigInt(0),BigInt(1),BigInt(2),BigInt(3),BigInt(5),BigInt(8);const $i=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function va(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function Mu(t){if(!Number.isSafeInteger(t)||t<0)throw new Error("positive integer expected, got "+t)}function gi(t,...e){if(!va(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function N0(t){if(typeof t!="function"||typeof t.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");Mu(t.outputLen),Mu(t.blockLen)}function Ea(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function NE(t,e){gi(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}function xa(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function ju(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function Pn(t,e){return t<<32-e|t>>>e}const U0=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",UE=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function es(t){if(gi(t),U0)return t.toHex();let e="";for(let n=0;n<t.length;n++)e+=UE[t[n]];return e}const Jn={_0:48,_9:57,A:65,F:70,a:97,f:102};function C0(t){if(t>=Jn._0&&t<=Jn._9)return t-Jn._0;if(t>=Jn.A&&t<=Jn.F)return t-(Jn.A-10);if(t>=Jn.a&&t<=Jn.f)return t-(Jn.a-10)}function Ia(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);if(U0)return Uint8Array.fromHex(t);const e=t.length,n=e/2;if(e%2)throw new Error("hex string expected, got unpadded hex of length "+e);const r=new Uint8Array(n);for(let i=0,s=0;i<n;i++,s+=2){const o=C0(t.charCodeAt(s)),a=C0(t.charCodeAt(s+1));if(o===void 0||a===void 0){const c=t[s]+t[s+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+s)}r[i]=o*16+a}return r}function zu(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function Ku(t){return typeof t=="string"&&(t=zu(t)),gi(t),t}function Pr(...t){let e=0;for(let r=0;r<t.length;r++){const i=t[r];gi(i),e+=i.length}const n=new Uint8Array(e);for(let r=0,i=0;r<t.length;r++){const s=t[r];n.set(s,i),i+=s.length}return n}class F0{}function CE(t){const e=r=>t().update(Ku(r)).digest(),n=t();return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=()=>t(),e}function q0(t=32){if($i&&typeof $i.getRandomValues=="function")return $i.getRandomValues(new Uint8Array(t));if($i&&typeof $i.randomBytes=="function")return Uint8Array.from($i.randomBytes(t));throw new Error("crypto.getRandomValues must be defined")}const Vu=BigInt(0),Hu=BigInt(1);function Sa(t,e=""){if(typeof t!="boolean"){const n=e&&`"${e}"`;throw new Error(n+"expected boolean, got type="+typeof t)}return t}function bi(t,e,n=""){const r=va(t),i=t?.length,s=e!==void 0;if(!r||s&&i!==e){const o=n&&`"${n}" `,a=s?` of length ${e}`:"",c=r?`length=${i}`:`type=${typeof t}`;throw new Error(o+"expected Uint8Array"+a+", got "+c)}return t}function Ba(t){const e=t.toString(16);return e.length&1?"0"+e:e}function k0(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);return t===""?Vu:BigInt("0x"+t)}function Oa(t){return k0(es(t))}function L0(t){return gi(t),k0(es(Uint8Array.from(t).reverse()))}function Gu(t,e){return Ia(t.toString(16).padStart(e*2,"0"))}function M0(t,e){return Gu(t,e).reverse()}function Nt(t,e,n){let r;if(typeof e=="string")try{r=Ia(e)}catch(s){throw new Error(t+" must be hex string or Uint8Array, cause: "+s)}else if(va(e))r=Uint8Array.from(e);else throw new Error(t+" must be hex string or Uint8Array");const i=r.length;if(typeof n=="number"&&i!==n)throw new Error(t+" of length "+n+" expected, got "+i);return r}const Wu=t=>typeof t=="bigint"&&Vu<=t;function FE(t,e,n){return Wu(t)&&Wu(e)&&Wu(n)&&e<=t&&t<n}function qE(t,e,n,r){if(!FE(e,n,r))throw new Error("expected valid "+t+": "+n+" <= n < "+r+", got "+e)}function j0(t){let e;for(e=0;t>Vu;t>>=Hu,e+=1);return e}const Zs=t=>(Hu<<BigInt(t))-Hu;function kE(t,e,n){if(typeof t!="number"||t<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof n!="function")throw new Error("hmacFn must be a function");const r=h=>new Uint8Array(h),i=h=>Uint8Array.of(h);let s=r(t),o=r(t),a=0;const c=()=>{s.fill(1),o.fill(0),a=0},u=(...h)=>n(o,s,...h),l=(h=r(0))=>{o=u(i(0),h),s=u(),h.length!==0&&(o=u(i(1),h),s=u())},f=()=>{if(a++>=1e3)throw new Error("drbg: tried 1000 values");let h=0;const p=[];for(;h<e;){s=u();const w=s.slice();p.push(w),h+=s.length}return Pr(...p)};return(h,p)=>{c(),l(h);let w;for(;!(w=p(f()));)l();return c(),w}}function Zu(t,e,n={}){if(!t||typeof t!="object")throw new Error("expected valid options object");function r(i,s,o){const a=t[i];if(o&&a===void 0)return;const c=typeof a;if(c!==s||a===null)throw new Error(`param "${i}" is invalid: expected ${s}, got ${c}`)}Object.entries(e).forEach(([i,s])=>r(i,s,!1)),Object.entries(n).forEach(([i,s])=>r(i,s,!0))}function z0(t){const e=new WeakMap;return(n,...r)=>{const i=e.get(n);if(i!==void 0)return i;const s=t(n,...r);return e.set(n,s),s}}const Ut=BigInt(0),Bt=BigInt(1),wi=BigInt(2),K0=BigInt(3),V0=BigInt(4),H0=BigInt(5),LE=BigInt(7),G0=BigInt(8),ME=BigInt(9),W0=BigInt(16);function gn(t,e){const n=t%e;return n>=Ut?n:e+n}function tn(t,e,n){let r=t;for(;e-- >Ut;)r*=r,r%=n;return r}function Z0(t,e){if(t===Ut)throw new Error("invert: expected non-zero number");if(e<=Ut)throw new Error("invert: expected positive modulus, got "+e);let n=gn(t,e),r=e,i=Ut,s=Bt;for(;n!==Ut;){const a=r/n,c=r%n,u=i-s*a;r=n,n=c,i=s,s=u}if(r!==Bt)throw new Error("invert: does not exist");return gn(i,e)}function Yu(t,e,n){if(!t.eql(t.sqr(e),n))throw new Error("Cannot find square root")}function Y0(t,e){const n=(t.ORDER+Bt)/V0,r=t.pow(e,n);return Yu(t,r,e),r}function jE(t,e){const n=(t.ORDER-H0)/G0,r=t.mul(e,wi),i=t.pow(r,n),s=t.mul(e,i),o=t.mul(t.mul(s,wi),i),a=t.mul(s,t.sub(o,t.ONE));return Yu(t,a,e),a}function zE(t){const e=Ys(t),n=X0(t),r=n(e,e.neg(e.ONE)),i=n(e,r),s=n(e,e.neg(r)),o=(t+LE)/W0;return(a,c)=>{let u=a.pow(c,o),l=a.mul(u,r);const f=a.mul(u,i),d=a.mul(u,s),h=a.eql(a.sqr(l),c),p=a.eql(a.sqr(f),c);u=a.cmov(u,l,h),l=a.cmov(d,f,p);const w=a.eql(a.sqr(l),c),m=a.cmov(u,l,w);return Yu(a,m,c),m}}function X0(t){if(t<K0)throw new Error("sqrt is not defined for small field");let e=t-Bt,n=0;for(;e%wi===Ut;)e/=wi,n++;let r=wi;const i=Ys(t);for(;Q0(i,r)===1;)if(r++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(n===1)return Y0;let s=i.pow(r,e);const o=(e+Bt)/wi;return function(c,u){if(c.is0(u))return u;if(Q0(c,u)!==1)throw new Error("Cannot find square root");let l=n,f=c.mul(c.ONE,s),d=c.pow(u,e),h=c.pow(u,o);for(;!c.eql(d,c.ONE);){if(c.is0(d))return c.ZERO;let p=1,w=c.sqr(d);for(;!c.eql(w,c.ONE);)if(p++,w=c.sqr(w),p===l)throw new Error("Cannot find square root");const m=Bt<<BigInt(l-p-1),P=c.pow(f,m);l=p,f=c.sqr(P),d=c.mul(d,f),h=c.mul(h,P)}return h}}function KE(t){return t%V0===K0?Y0:t%G0===H0?jE:t%W0===ME?zE(t):X0(t)}const VE=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function HE(t){const e={ORDER:"bigint",MASK:"bigint",BYTES:"number",BITS:"number"},n=VE.reduce((r,i)=>(r[i]="function",r),e);return Zu(t,n),t}function GE(t,e,n){if(n<Ut)throw new Error("invalid exponent, negatives unsupported");if(n===Ut)return t.ONE;if(n===Bt)return e;let r=t.ONE,i=e;for(;n>Ut;)n&Bt&&(r=t.mul(r,i)),i=t.sqr(i),n>>=Bt;return r}function J0(t,e,n=!1){const r=new Array(e.length).fill(n?t.ZERO:void 0),i=e.reduce((o,a,c)=>t.is0(a)?o:(r[c]=o,t.mul(o,a)),t.ONE),s=t.inv(i);return e.reduceRight((o,a,c)=>t.is0(a)?o:(r[c]=t.mul(o,r[c]),t.mul(o,a)),s),r}function Q0(t,e){const n=(t.ORDER-Bt)/wi,r=t.pow(e,n),i=t.eql(r,t.ONE),s=t.eql(r,t.ZERO),o=t.eql(r,t.neg(t.ONE));if(!i&&!s&&!o)throw new Error("invalid Legendre symbol result");return i?1:s?0:-1}function _0(t,e){e!==void 0&&Mu(e);const n=e!==void 0?e:t.toString(2).length,r=Math.ceil(n/8);return{nBitLength:n,nByteLength:r}}function Ys(t,e,n=!1,r={}){if(t<=Ut)throw new Error("invalid field: expected ORDER > 0, got "+t);let i,s,o=!1,a;if(typeof e=="object"&&e!=null){if(r.sqrt||n)throw new Error("cannot specify opts in two arguments");const d=e;d.BITS&&(i=d.BITS),d.sqrt&&(s=d.sqrt),typeof d.isLE=="boolean"&&(n=d.isLE),typeof d.modFromBytes=="boolean"&&(o=d.modFromBytes),a=d.allowedLengths}else typeof e=="number"&&(i=e),r.sqrt&&(s=r.sqrt);const{nBitLength:c,nByteLength:u}=_0(t,i);if(u>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let l;const f=Object.freeze({ORDER:t,isLE:n,BITS:c,BYTES:u,MASK:Zs(c),ZERO:Ut,ONE:Bt,allowedLengths:a,create:d=>gn(d,t),isValid:d=>{if(typeof d!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof d);return Ut<=d&&d<t},is0:d=>d===Ut,isValidNot0:d=>!f.is0(d)&&f.isValid(d),isOdd:d=>(d&Bt)===Bt,neg:d=>gn(-d,t),eql:(d,h)=>d===h,sqr:d=>gn(d*d,t),add:(d,h)=>gn(d+h,t),sub:(d,h)=>gn(d-h,t),mul:(d,h)=>gn(d*h,t),pow:(d,h)=>GE(f,d,h),div:(d,h)=>gn(d*Z0(h,t),t),sqrN:d=>d*d,addN:(d,h)=>d+h,subN:(d,h)=>d-h,mulN:(d,h)=>d*h,inv:d=>Z0(d,t),sqrt:s||(d=>(l||(l=KE(t)),l(f,d))),toBytes:d=>n?M0(d,u):Gu(d,u),fromBytes:(d,h=!0)=>{if(a){if(!a.includes(d.length)||d.length>u)throw new Error("Field.fromBytes: expected "+a+" bytes, got "+d.length);const w=new Uint8Array(u);w.set(d,n?0:w.length-d.length),d=w}if(d.length!==u)throw new Error("Field.fromBytes: expected "+u+" bytes, got "+d.length);let p=n?L0(d):Oa(d);if(o&&(p=gn(p,t)),!h&&!f.isValid(p))throw new Error("invalid field element: outside of range 0..ORDER");return p},invertBatch:d=>J0(f,d),cmov:(d,h,p)=>p?h:d});return Object.freeze(f)}function $0(t){if(typeof t!="bigint")throw new Error("field order must be bigint");const e=t.toString(2).length;return Math.ceil(e/8)}function ep(t){const e=$0(t);return e+Math.ceil(e/2)}function WE(t,e,n=!1){const r=t.length,i=$0(e),s=ep(e);if(r<16||r<s||r>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+r);const o=n?L0(t):Oa(t),a=gn(o,e-Bt)+Bt;return n?M0(a,i):Gu(a,i)}function ZE(t,e,n,r){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,n,r);const i=BigInt(32),s=BigInt(4294967295),o=Number(n>>i&s),a=Number(n&s),c=r?4:0,u=r?0:4;t.setUint32(e+c,o,r),t.setUint32(e+u,a,r)}function YE(t,e,n){return t&e^~t&n}function XE(t,e,n){return t&e^t&n^e&n}class JE extends F0{constructor(e,n,r,i){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=e,this.outputLen=n,this.padOffset=r,this.isLE=i,this.buffer=new Uint8Array(e),this.view=ju(this.buffer)}update(e){Ea(this),e=Ku(e),gi(e);const{view:n,buffer:r,blockLen:i}=this,s=e.length;for(let o=0;o<s;){const a=Math.min(i-this.pos,s-o);if(a===i){const c=ju(e);for(;i<=s-o;o+=i)this.process(c,o);continue}r.set(e.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===i&&(this.process(n,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Ea(this),NE(e,this),this.finished=!0;const{buffer:n,view:r,blockLen:i,isLE:s}=this;let{pos:o}=this;n[o++]=128,xa(this.buffer.subarray(o)),this.padOffset>i-o&&(this.process(r,0),o=0);for(let f=o;f<i;f++)n[f]=0;ZE(r,i-8,BigInt(this.length*8),s),this.process(r,0);const a=ju(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const u=c/4,l=this.get();if(u>l.length)throw new Error("_sha2: outputLen bigger than state");for(let f=0;f<u;f++)a.setUint32(4*f,l[f],s)}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());const{blockLen:n,buffer:r,length:i,finished:s,destroyed:o,pos:a}=this;return e.destroyed=o,e.finished=s,e.length=i,e.pos=a,i%n&&e.buffer.set(r),e}clone(){return this._cloneInto()}}const Dr=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),QE=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Rr=new Uint32Array(64);class _E extends JE{constructor(e=32){super(64,e,8,!1),this.A=Dr[0]|0,this.B=Dr[1]|0,this.C=Dr[2]|0,this.D=Dr[3]|0,this.E=Dr[4]|0,this.F=Dr[5]|0,this.G=Dr[6]|0,this.H=Dr[7]|0}get(){const{A:e,B:n,C:r,D:i,E:s,F:o,G:a,H:c}=this;return[e,n,r,i,s,o,a,c]}set(e,n,r,i,s,o,a,c){this.A=e|0,this.B=n|0,this.C=r|0,this.D=i|0,this.E=s|0,this.F=o|0,this.G=a|0,this.H=c|0}process(e,n){for(let f=0;f<16;f++,n+=4)Rr[f]=e.getUint32(n,!1);for(let f=16;f<64;f++){const d=Rr[f-15],h=Rr[f-2],p=Pn(d,7)^Pn(d,18)^d>>>3,w=Pn(h,17)^Pn(h,19)^h>>>10;Rr[f]=w+Rr[f-7]+p+Rr[f-16]|0}let{A:r,B:i,C:s,D:o,E:a,F:c,G:u,H:l}=this;for(let f=0;f<64;f++){const d=Pn(a,6)^Pn(a,11)^Pn(a,25),h=l+d+YE(a,c,u)+QE[f]+Rr[f]|0,w=(Pn(r,2)^Pn(r,13)^Pn(r,22))+XE(r,i,s)|0;l=u,u=c,c=a,a=o+h|0,o=s,s=i,i=r,r=h+w|0}r=r+this.A|0,i=i+this.B|0,s=s+this.C|0,o=o+this.D|0,a=a+this.E|0,c=c+this.F|0,u=u+this.G|0,l=l+this.H|0,this.set(r,i,s,o,a,c,u,l)}roundClean(){xa(Rr)}destroy(){this.set(0,0,0,0,0,0,0,0),xa(this.buffer)}}const tp=CE(()=>new _E);class np extends F0{constructor(e,n){super(),this.finished=!1,this.destroyed=!1,N0(e);const r=Ku(n);if(this.iHash=e.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;const i=this.blockLen,s=new Uint8Array(i);s.set(r.length>i?e.create().update(r).digest():r);for(let o=0;o<s.length;o++)s[o]^=54;this.iHash.update(s),this.oHash=e.create();for(let o=0;o<s.length;o++)s[o]^=106;this.oHash.update(s),xa(s)}update(e){return Ea(this),this.iHash.update(e),this}digestInto(e){Ea(this),gi(e,this.outputLen),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){const e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));const{oHash:n,iHash:r,finished:i,destroyed:s,blockLen:o,outputLen:a}=this;return e=e,e.finished=i,e.destroyed=s,e.blockLen=o,e.outputLen=a,e.oHash=n._cloneInto(e.oHash),e.iHash=r._cloneInto(e.iHash),e}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}}const rp=(t,e,n)=>new np(t,e).update(n).digest();rp.create=(t,e)=>new np(t,e);const ts=BigInt(0),yi=BigInt(1);function Aa(t,e){const n=e.negate();return t?n:e}function Xu(t,e){const n=J0(t.Fp,e.map(r=>r.Z));return e.map((r,i)=>t.fromAffine(r.toAffine(n[i])))}function ip(t,e){if(!Number.isSafeInteger(t)||t<=0||t>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+t)}function Ju(t,e){ip(t,e);const n=Math.ceil(e/t)+1,r=2**(t-1),i=2**t,s=Zs(t),o=BigInt(t);return{windows:n,windowSize:r,mask:s,maxNumber:i,shiftBy:o}}function sp(t,e,n){const{windowSize:r,mask:i,maxNumber:s,shiftBy:o}=n;let a=Number(t&i),c=t>>o;a>r&&(a-=s,c+=yi);const u=e*r,l=u+Math.abs(a)-1,f=a===0,d=a<0,h=e%2!==0;return{nextN:c,offset:l,isZero:f,isNeg:d,isNegF:h,offsetF:u}}function $E(t,e){if(!Array.isArray(t))throw new Error("array expected");t.forEach((n,r)=>{if(!(n instanceof e))throw new Error("invalid point at index "+r)})}function e8(t,e){if(!Array.isArray(t))throw new Error("array of scalars expected");t.forEach((n,r)=>{if(!e.isValid(n))throw new Error("invalid scalar at index "+r)})}const Qu=new WeakMap,op=new WeakMap;function _u(t){return op.get(t)||1}function ap(t){if(t!==ts)throw new Error("invalid wNAF")}class t8{constructor(e,n){this.BASE=e.BASE,this.ZERO=e.ZERO,this.Fn=e.Fn,this.bits=n}_unsafeLadder(e,n,r=this.ZERO){let i=e;for(;n>ts;)n&yi&&(r=r.add(i)),i=i.double(),n>>=yi;return r}precomputeWindow(e,n){const{windows:r,windowSize:i}=Ju(n,this.bits),s=[];let o=e,a=o;for(let c=0;c<r;c++){a=o,s.push(a);for(let u=1;u<i;u++)a=a.add(o),s.push(a);o=a.double()}return s}wNAF(e,n,r){if(!this.Fn.isValid(r))throw new Error("invalid scalar");let i=this.ZERO,s=this.BASE;const o=Ju(e,this.bits);for(let a=0;a<o.windows;a++){const{nextN:c,offset:u,isZero:l,isNeg:f,isNegF:d,offsetF:h}=sp(r,a,o);r=c,l?s=s.add(Aa(d,n[h])):i=i.add(Aa(f,n[u]))}return ap(r),{p:i,f:s}}wNAFUnsafe(e,n,r,i=this.ZERO){const s=Ju(e,this.bits);for(let o=0;o<s.windows&&r!==ts;o++){const{nextN:a,offset:c,isZero:u,isNeg:l}=sp(r,o,s);if(r=a,!u){const f=n[c];i=i.add(l?f.negate():f)}}return ap(r),i}getPrecomputes(e,n,r){let i=Qu.get(n);return i||(i=this.precomputeWindow(n,e),e!==1&&(typeof r=="function"&&(i=r(i)),Qu.set(n,i))),i}cached(e,n,r){const i=_u(e);return this.wNAF(i,this.getPrecomputes(i,e,r),n)}unsafe(e,n,r,i){const s=_u(e);return s===1?this._unsafeLadder(e,n,i):this.wNAFUnsafe(s,this.getPrecomputes(s,e,r),n,i)}createCache(e,n){ip(n,this.bits),op.set(e,n),Qu.delete(e)}hasCache(e){return _u(e)!==1}}function n8(t,e,n,r){let i=e,s=t.ZERO,o=t.ZERO;for(;n>ts||r>ts;)n&yi&&(s=s.add(i)),r&yi&&(o=o.add(i)),i=i.double(),n>>=yi,r>>=yi;return{p1:s,p2:o}}function r8(t,e,n,r){$E(n,t),e8(r,e);const i=n.length,s=r.length;if(i!==s)throw new Error("arrays of points and scalars must have equal length");const o=t.ZERO,a=j0(BigInt(i));let c=1;a>12?c=a-3:a>4?c=a-2:a>0&&(c=2);const u=Zs(c),l=new Array(Number(u)+1).fill(o),f=Math.floor((e.BITS-1)/c)*c;let d=o;for(let h=f;h>=0;h-=c){l.fill(o);for(let w=0;w<s;w++){const m=r[w],P=Number(m>>BigInt(h)&u);l[P]=l[P].add(n[w])}let p=o;for(let w=l.length-1,m=o;w>0;w--)m=m.add(l[w]),p=p.add(m);if(d=d.add(p),h!==0)for(let w=0;w<c;w++)d=d.double()}return d}function cp(t,e,n){if(e){if(e.ORDER!==t)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return HE(e),e}else return Ys(t,{isLE:n})}function i8(t,e,n={},r){if(r===void 0&&(r=t==="edwards"),!e||typeof e!="object")throw new Error(`expected valid ${t} CURVE object`);for(const c of["p","n","h"]){const u=e[c];if(!(typeof u=="bigint"&&u>ts))throw new Error(`CURVE.${c} must be positive bigint`)}const i=cp(e.p,n.Fp,r),s=cp(e.n,n.Fn,r),a=["Gx","Gy","a",t==="weierstrass"?"b":"d"];for(const c of a)if(!i.isValid(e[c]))throw new Error(`CURVE.${c} must be valid field element of CURVE.Fp`);return e=Object.freeze(Object.assign({},e)),{CURVE:e,Fp:i,Fn:s}}const up=(t,e)=>(t+(t>=0?e:-e)/lp)/e;function s8(t,e,n){const[[r,i],[s,o]]=e,a=up(o*t,n),c=up(-i*t,n);let u=t-a*r-c*s,l=-a*i-c*o;const f=u<_n,d=l<_n;f&&(u=-u),d&&(l=-l);const h=Zs(Math.ceil(j0(n)/2))+ns;if(u<_n||u>=h||l<_n||l>=h)throw new Error("splitScalar (endomorphism): failed, k="+t);return{k1neg:f,k1:u,k2neg:d,k2:l}}function $u(t){if(!["compact","recovered","der"].includes(t))throw new Error('Signature format must be "compact", "recovered", or "der"');return t}function el(t,e){const n={};for(let r of Object.keys(e))n[r]=t[r]===void 0?e[r]:t[r];return Sa(n.lowS,"lowS"),Sa(n.prehash,"prehash"),n.format!==void 0&&$u(n.format),n}class o8 extends Error{constructor(e=""){super(e)}}const Qn={Err:o8,_tlv:{encode:(t,e)=>{const{Err:n}=Qn;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length&1)throw new n("tlv.encode: unpadded data");const r=e.length/2,i=Ba(r);if(i.length/2&128)throw new n("tlv.encode: long form length too big");const s=r>127?Ba(i.length/2|128):"";return Ba(t)+s+i+e},decode(t,e){const{Err:n}=Qn;let r=0;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length<2||e[r++]!==t)throw new n("tlv.decode: wrong tlv");const i=e[r++],s=!!(i&128);let o=0;if(!s)o=i;else{const c=i&127;if(!c)throw new n("tlv.decode(long): indefinite length not supported");if(c>4)throw new n("tlv.decode(long): byte length is too big");const u=e.subarray(r,r+c);if(u.length!==c)throw new n("tlv.decode: length bytes not complete");if(u[0]===0)throw new n("tlv.decode(long): zero leftmost byte");for(const l of u)o=o<<8|l;if(r+=c,o<128)throw new n("tlv.decode(long): not minimal encoding")}const a=e.subarray(r,r+o);if(a.length!==o)throw new n("tlv.decode: wrong value length");return{v:a,l:e.subarray(r+o)}}},_int:{encode(t){const{Err:e}=Qn;if(t<_n)throw new e("integer: negative integers are not allowed");let n=Ba(t);if(Number.parseInt(n[0],16)&8&&(n="00"+n),n.length&1)throw new e("unexpected DER parsing assertion: unpadded hex");return n},decode(t){const{Err:e}=Qn;if(t[0]&128)throw new e("invalid signature integer: negative");if(t[0]===0&&!(t[1]&128))throw new e("invalid signature integer: unnecessary leading zero");return Oa(t)}},toSig(t){const{Err:e,_int:n,_tlv:r}=Qn,i=Nt("signature",t),{v:s,l:o}=r.decode(48,i);if(o.length)throw new e("invalid signature: left bytes after parsing");const{v:a,l:c}=r.decode(2,s),{v:u,l}=r.decode(2,c);if(l.length)throw new e("invalid signature: left bytes after parsing");return{r:n.decode(a),s:n.decode(u)}},hexFromSig(t){const{_tlv:e,_int:n}=Qn,r=e.encode(2,n.encode(t.r)),i=e.encode(2,n.encode(t.s)),s=r+i;return e.encode(48,s)}},_n=BigInt(0),ns=BigInt(1),lp=BigInt(2),Pa=BigInt(3),a8=BigInt(4);function rs(t,e){const{BYTES:n}=t;let r;if(typeof e=="bigint")r=e;else{let i=Nt("private key",e);try{r=t.fromBytes(i)}catch{throw new Error(`invalid private key: expected ui8a of size ${n}, got ${typeof e}`)}}if(!t.isValidNot0(r))throw new Error("invalid private key: out of range [1..N-1]");return r}function c8(t,e={}){const n=i8("weierstrass",t,e),{Fp:r,Fn:i}=n;let s=n.CURVE;const{h:o,n:a}=s;Zu(e,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object",wrapPrivateKey:"boolean"});const{endo:c}=e;if(c&&(!r.is0(s.a)||typeof c.beta!="bigint"||!Array.isArray(c.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');const u=hp(r,i);function l(){if(!r.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function f(E,b,v){const{x:g,y}=b.toAffine(),B=r.toBytes(g);if(Sa(v,"isCompressed"),v){l();const A=!r.isOdd(y);return Pr(fp(A),B)}else return Pr(Uint8Array.of(4),B,r.toBytes(y))}function d(E){bi(E,void 0,"Point");const{publicKey:b,publicKeyUncompressed:v}=u,g=E.length,y=E[0],B=E.subarray(1);if(g===b&&(y===2||y===3)){const A=r.fromBytes(B);if(!r.isValid(A))throw new Error("bad point: is not on curve, wrong x");const O=w(A);let D;try{D=r.sqrt(O)}catch(L){const V=L instanceof Error?": "+L.message:"";throw new Error("bad point: is not on curve, sqrt error"+V)}l();const C=r.isOdd(D);return(y&1)===1!==C&&(D=r.neg(D)),{x:A,y:D}}else if(g===v&&y===4){const A=r.BYTES,O=r.fromBytes(B.subarray(0,A)),D=r.fromBytes(B.subarray(A,A*2));if(!m(O,D))throw new Error("bad point: is not on curve");return{x:O,y:D}}else throw new Error(`bad point: got length ${g}, expected compressed=${b} or uncompressed=${v}`)}const h=e.toBytes||f,p=e.fromBytes||d;function w(E){const b=r.sqr(E),v=r.mul(b,E);return r.add(r.add(v,r.mul(E,s.a)),s.b)}function m(E,b){const v=r.sqr(b),g=w(E);return r.eql(v,g)}if(!m(s.Gx,s.Gy))throw new Error("bad curve params: generator point");const P=r.mul(r.pow(s.a,Pa),a8),T=r.mul(r.sqr(s.b),BigInt(27));if(r.is0(r.add(P,T)))throw new Error("bad curve params: a or b");function I(E,b,v=!1){if(!r.isValid(b)||v&&r.is0(b))throw new Error(`bad point coordinate ${E}`);return b}function x(E){if(!(E instanceof R))throw new Error("ProjectivePoint expected")}function S(E){if(!c||!c.basises)throw new Error("no endo");return s8(E,c.basises,i.ORDER)}const U=z0((E,b)=>{const{X:v,Y:g,Z:y}=E;if(r.eql(y,r.ONE))return{x:v,y:g};const B=E.is0();b==null&&(b=B?r.ONE:r.inv(y));const A=r.mul(v,b),O=r.mul(g,b),D=r.mul(y,b);if(B)return{x:r.ZERO,y:r.ZERO};if(!r.eql(D,r.ONE))throw new Error("invZ was invalid");return{x:A,y:O}}),k=z0(E=>{if(E.is0()){if(e.allowInfinityPoint&&!r.is0(E.Y))return;throw new Error("bad point: ZERO")}const{x:b,y:v}=E.toAffine();if(!r.isValid(b)||!r.isValid(v))throw new Error("bad point: x or y not field elements");if(!m(b,v))throw new Error("bad point: equation left != right");if(!E.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});function F(E,b,v,g,y){return v=new R(r.mul(v.X,E),v.Y,v.Z),b=Aa(g,b),v=Aa(y,v),b.add(v)}class R{constructor(b,v,g){this.X=I("x",b),this.Y=I("y",v,!0),this.Z=I("z",g),Object.freeze(this)}static CURVE(){return s}static fromAffine(b){const{x:v,y:g}=b||{};if(!b||!r.isValid(v)||!r.isValid(g))throw new Error("invalid affine point");if(b instanceof R)throw new Error("projective point not allowed");return r.is0(v)&&r.is0(g)?R.ZERO:new R(v,g,r.ONE)}static fromBytes(b){const v=R.fromAffine(p(bi(b,void 0,"point")));return v.assertValidity(),v}static fromHex(b){return R.fromBytes(Nt("pointHex",b))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(b=8,v=!0){return H.createCache(this,b),v||this.multiply(Pa),this}assertValidity(){k(this)}hasEvenY(){const{y:b}=this.toAffine();if(!r.isOdd)throw new Error("Field doesn't support isOdd");return!r.isOdd(b)}equals(b){x(b);const{X:v,Y:g,Z:y}=this,{X:B,Y:A,Z:O}=b,D=r.eql(r.mul(v,O),r.mul(B,y)),C=r.eql(r.mul(g,O),r.mul(A,y));return D&&C}negate(){return new R(this.X,r.neg(this.Y),this.Z)}double(){const{a:b,b:v}=s,g=r.mul(v,Pa),{X:y,Y:B,Z:A}=this;let O=r.ZERO,D=r.ZERO,C=r.ZERO,M=r.mul(y,y),L=r.mul(B,B),V=r.mul(A,A),q=r.mul(y,B);return q=r.add(q,q),C=r.mul(y,A),C=r.add(C,C),O=r.mul(b,C),D=r.mul(g,V),D=r.add(O,D),O=r.sub(L,D),D=r.add(L,D),D=r.mul(O,D),O=r.mul(q,O),C=r.mul(g,C),V=r.mul(b,V),q=r.sub(M,V),q=r.mul(b,q),q=r.add(q,C),C=r.add(M,M),M=r.add(C,M),M=r.add(M,V),M=r.mul(M,q),D=r.add(D,M),V=r.mul(B,A),V=r.add(V,V),M=r.mul(V,q),O=r.sub(O,M),C=r.mul(V,L),C=r.add(C,C),C=r.add(C,C),new R(O,D,C)}add(b){x(b);const{X:v,Y:g,Z:y}=this,{X:B,Y:A,Z:O}=b;let D=r.ZERO,C=r.ZERO,M=r.ZERO;const L=s.a,V=r.mul(s.b,Pa);let q=r.mul(v,B),W=r.mul(g,A),Z=r.mul(y,O),z=r.add(v,g),N=r.add(B,A);z=r.mul(z,N),N=r.add(q,W),z=r.sub(z,N),N=r.add(v,y);let j=r.add(B,O);return N=r.mul(N,j),j=r.add(q,Z),N=r.sub(N,j),j=r.add(g,y),D=r.add(A,O),j=r.mul(j,D),D=r.add(W,Z),j=r.sub(j,D),M=r.mul(L,N),D=r.mul(V,Z),M=r.add(D,M),D=r.sub(W,M),M=r.add(W,M),C=r.mul(D,M),W=r.add(q,q),W=r.add(W,q),Z=r.mul(L,Z),N=r.mul(V,N),W=r.add(W,Z),Z=r.sub(q,Z),Z=r.mul(L,Z),N=r.add(N,Z),q=r.mul(W,N),C=r.add(C,q),q=r.mul(j,N),D=r.mul(z,D),D=r.sub(D,q),q=r.mul(z,W),M=r.mul(j,M),M=r.add(M,q),new R(D,C,M)}subtract(b){return this.add(b.negate())}is0(){return this.equals(R.ZERO)}multiply(b){const{endo:v}=e;if(!i.isValidNot0(b))throw new Error("invalid scalar: out of range");let g,y;const B=A=>H.cached(this,A,O=>Xu(R,O));if(v){const{k1neg:A,k1:O,k2neg:D,k2:C}=S(b),{p:M,f:L}=B(O),{p:V,f:q}=B(C);y=L.add(q),g=F(v.beta,M,V,A,D)}else{const{p:A,f:O}=B(b);g=A,y=O}return Xu(R,[g,y])[0]}multiplyUnsafe(b){const{endo:v}=e,g=this;if(!i.isValid(b))throw new Error("invalid scalar: out of range");if(b===_n||g.is0())return R.ZERO;if(b===ns)return g;if(H.hasCache(this))return this.multiply(b);if(v){const{k1neg:y,k1:B,k2neg:A,k2:O}=S(b),{p1:D,p2:C}=n8(R,g,B,O);return F(v.beta,D,C,y,A)}else return H.unsafe(g,b)}multiplyAndAddUnsafe(b,v,g){const y=this.multiplyUnsafe(v).add(b.multiplyUnsafe(g));return y.is0()?void 0:y}toAffine(b){return U(this,b)}isTorsionFree(){const{isTorsionFree:b}=e;return o===ns?!0:b?b(R,this):H.unsafe(this,a).is0()}clearCofactor(){const{clearCofactor:b}=e;return o===ns?this:b?b(R,this):this.multiplyUnsafe(o)}isSmallOrder(){return this.multiplyUnsafe(o).is0()}toBytes(b=!0){return Sa(b,"isCompressed"),this.assertValidity(),h(R,this,b)}toHex(b=!0){return es(this.toBytes(b))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}get px(){return this.X}get py(){return this.X}get pz(){return this.Z}toRawBytes(b=!0){return this.toBytes(b)}_setWindowSize(b){this.precompute(b)}static normalizeZ(b){return Xu(R,b)}static msm(b,v){return r8(R,i,b,v)}static fromPrivateKey(b){return R.BASE.multiply(rs(i,b))}}R.BASE=new R(s.Gx,s.Gy,r.ONE),R.ZERO=new R(r.ZERO,r.ONE,r.ZERO),R.Fp=r,R.Fn=i;const G=i.BITS,H=new t8(R,e.endo?Math.ceil(G/2):G);return R.BASE.precompute(8),R}function fp(t){return Uint8Array.of(t?2:3)}function hp(t,e){return{secretKey:e.BYTES,publicKey:1+t.BYTES,publicKeyUncompressed:1+2*t.BYTES,publicKeyHasPrefix:!0,signature:2*e.BYTES}}function u8(t,e={}){const{Fn:n}=t,r=e.randomBytes||q0,i=Object.assign(hp(t.Fp,n),{seed:ep(n.ORDER)});function s(h){try{return!!rs(n,h)}catch{return!1}}function o(h,p){const{publicKey:w,publicKeyUncompressed:m}=i;try{const P=h.length;return p===!0&&P!==w||p===!1&&P!==m?!1:!!t.fromBytes(h)}catch{return!1}}function a(h=r(i.seed)){return WE(bi(h,i.seed,"seed"),n.ORDER)}function c(h,p=!0){return t.BASE.multiply(rs(n,h)).toBytes(p)}function u(h){const p=a(h);return{secretKey:p,publicKey:c(p)}}function l(h){if(typeof h=="bigint")return!1;if(h instanceof t)return!0;const{secretKey:p,publicKey:w,publicKeyUncompressed:m}=i;if(n.allowedLengths||p===w)return;const P=Nt("key",h).length;return P===w||P===m}function f(h,p,w=!0){if(l(h)===!0)throw new Error("first arg must be private key");if(l(p)===!1)throw new Error("second arg must be public key");const m=rs(n,h);return t.fromHex(p).multiply(m).toBytes(w)}return Object.freeze({getPublicKey:c,getSharedSecret:f,keygen:u,Point:t,utils:{isValidSecretKey:s,isValidPublicKey:o,randomSecretKey:a,isValidPrivateKey:s,randomPrivateKey:a,normPrivateKeyToScalar:h=>rs(n,h),precompute(h=8,p=t.BASE){return p.precompute(h,!1)}},lengths:i})}function l8(t,e,n={}){N0(e),Zu(n,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"});const r=n.randomBytes||q0,i=n.hmac||((v,...g)=>rp(e,v,Pr(...g))),{Fp:s,Fn:o}=t,{ORDER:a,BITS:c}=o,{keygen:u,getPublicKey:l,getSharedSecret:f,utils:d,lengths:h}=u8(t,n),p={prehash:!1,lowS:typeof n.lowS=="boolean"?n.lowS:!1,format:void 0,extraEntropy:!1},w="compact";function m(v){const g=a>>ns;return v>g}function P(v,g){if(!o.isValidNot0(g))throw new Error(`invalid signature ${v}: out of range 1..Point.Fn.ORDER`);return g}function T(v,g){$u(g);const y=h.signature,B=g==="compact"?y:g==="recovered"?y+1:void 0;return bi(v,B,`${g} signature`)}class I{constructor(g,y,B){this.r=P("r",g),this.s=P("s",y),B!=null&&(this.recovery=B),Object.freeze(this)}static fromBytes(g,y=w){T(g,y);let B;if(y==="der"){const{r:C,s:M}=Qn.toSig(bi(g));return new I(C,M)}y==="recovered"&&(B=g[0],y="compact",g=g.subarray(1));const A=o.BYTES,O=g.subarray(0,A),D=g.subarray(A,A*2);return new I(o.fromBytes(O),o.fromBytes(D),B)}static fromHex(g,y){return this.fromBytes(Ia(g),y)}addRecoveryBit(g){return new I(this.r,this.s,g)}recoverPublicKey(g){const y=s.ORDER,{r:B,s:A,recovery:O}=this;if(O==null||![0,1,2,3].includes(O))throw new Error("recovery id invalid");if(a*lp<y&&O>1)throw new Error("recovery id is ambiguous for h>1 curve");const C=O===2||O===3?B+a:B;if(!s.isValid(C))throw new Error("recovery id 2 or 3 invalid");const M=s.toBytes(C),L=t.fromBytes(Pr(fp((O&1)===0),M)),V=o.inv(C),q=S(Nt("msgHash",g)),W=o.create(-q*V),Z=o.create(A*V),z=t.BASE.multiplyUnsafe(W).add(L.multiplyUnsafe(Z));if(z.is0())throw new Error("point at infinify");return z.assertValidity(),z}hasHighS(){return m(this.s)}toBytes(g=w){if($u(g),g==="der")return Ia(Qn.hexFromSig(this));const y=o.toBytes(this.r),B=o.toBytes(this.s);if(g==="recovered"){if(this.recovery==null)throw new Error("recovery bit must be present");return Pr(Uint8Array.of(this.recovery),y,B)}return Pr(y,B)}toHex(g){return es(this.toBytes(g))}assertValidity(){}static fromCompact(g){return I.fromBytes(Nt("sig",g),"compact")}static fromDER(g){return I.fromBytes(Nt("sig",g),"der")}normalizeS(){return this.hasHighS()?new I(this.r,o.neg(this.s),this.recovery):this}toDERRawBytes(){return this.toBytes("der")}toDERHex(){return es(this.toBytes("der"))}toCompactRawBytes(){return this.toBytes("compact")}toCompactHex(){return es(this.toBytes("compact"))}}const x=n.bits2int||function(g){if(g.length>8192)throw new Error("input is too large");const y=Oa(g),B=g.length*8-c;return B>0?y>>BigInt(B):y},S=n.bits2int_modN||function(g){return o.create(x(g))},U=Zs(c);function k(v){return qE("num < 2^"+c,v,_n,U),o.toBytes(v)}function F(v,g){return bi(v,void 0,"message"),g?bi(e(v),void 0,"prehashed message"):v}function R(v,g,y){if(["recovered","canonical"].some(W=>W in y))throw new Error("sign() legacy options not supported");const{lowS:B,prehash:A,extraEntropy:O}=el(y,p);v=F(v,A);const D=S(v),C=rs(o,g),M=[k(C),k(D)];if(O!=null&&O!==!1){const W=O===!0?r(h.secretKey):O;M.push(Nt("extraEntropy",W))}const L=Pr(...M),V=D;function q(W){const Z=x(W);if(!o.isValidNot0(Z))return;const z=o.inv(Z),N=t.BASE.multiply(Z).toAffine(),j=o.create(N.x);if(j===_n)return;const K=o.create(z*o.create(V+j*C));if(K===_n)return;let X=(N.x===j?0:2)|Number(N.y&ns),ee=K;return B&&m(K)&&(ee=o.neg(K),X^=1),new I(j,ee,X)}return{seed:L,k2sig:q}}function G(v,g,y={}){v=Nt("message",v);const{seed:B,k2sig:A}=R(v,g,y);return kE(e.outputLen,o.BYTES,i)(B,A)}function H(v){let g;const y=typeof v=="string"||va(v),B=!y&&v!==null&&typeof v=="object"&&typeof v.r=="bigint"&&typeof v.s=="bigint";if(!y&&!B)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");if(B)g=new I(v.r,v.s);else if(y){try{g=I.fromBytes(Nt("sig",v),"der")}catch(A){if(!(A instanceof Qn.Err))throw A}if(!g)try{g=I.fromBytes(Nt("sig",v),"compact")}catch{return!1}}return g||!1}function E(v,g,y,B={}){const{lowS:A,prehash:O,format:D}=el(B,p);if(y=Nt("publicKey",y),g=F(Nt("message",g),O),"strict"in B)throw new Error("options.strict was renamed to lowS");const C=D===void 0?H(v):I.fromBytes(Nt("sig",v),D);if(C===!1)return!1;try{const M=t.fromBytes(y);if(A&&C.hasHighS())return!1;const{r:L,s:V}=C,q=S(g),W=o.inv(V),Z=o.create(q*W),z=o.create(L*W),N=t.BASE.multiplyUnsafe(Z).add(M.multiplyUnsafe(z));return N.is0()?!1:o.create(N.x)===L}catch{return!1}}function b(v,g,y={}){const{prehash:B}=el(y,p);return g=F(g,B),I.fromBytes(v,"recovered").recoverPublicKey(g).toBytes()}return Object.freeze({keygen:u,getPublicKey:l,getSharedSecret:f,utils:d,lengths:h,Point:t,sign:G,verify:E,recoverPublicKey:b,Signature:I,hash:e})}function f8(t){const e={a:t.a,b:t.b,p:t.Fp.ORDER,n:t.n,h:t.h,Gx:t.Gx,Gy:t.Gy},n=t.Fp;let r=t.allowedPrivateKeyLengths?Array.from(new Set(t.allowedPrivateKeyLengths.map(o=>Math.ceil(o/2)))):void 0;const i=Ys(e.n,{BITS:t.nBitLength,allowedLengths:r,modFromBytes:t.wrapPrivateKey}),s={Fp:n,Fn:i,allowInfinityPoint:t.allowInfinityPoint,endo:t.endo,isTorsionFree:t.isTorsionFree,clearCofactor:t.clearCofactor,fromBytes:t.fromBytes,toBytes:t.toBytes};return{CURVE:e,curveOpts:s}}function h8(t){const{CURVE:e,curveOpts:n}=f8(t),r={hmac:t.hmac,randomBytes:t.randomBytes,lowS:t.lowS,bits2int:t.bits2int,bits2int_modN:t.bits2int_modN};return{CURVE:e,curveOpts:n,hash:t.hash,ecdsaOpts:r}}function d8(t,e){const n=e.Point;return Object.assign({},e,{ProjectivePoint:n,CURVE:Object.assign({},t,_0(n.Fn.ORDER,n.Fn.BITS))})}function p8(t){const{CURVE:e,curveOpts:n,hash:r,ecdsaOpts:i}=h8(t),s=c8(e,n),o=l8(s,r,i);return d8(t,o)}function g8(t,e){const n=r=>p8({...t,hash:r});return{...n(e),create:n}}zu("HashToScalar-");const tl={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:BigInt(1),a:BigInt(0),b:BigInt(7),Gx:BigInt("0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Gy:BigInt("0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8")},b8={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),basises:[[BigInt("0x3086d221a7d46bcde86c90e49284eb15"),-BigInt("0xe4437ed6010e88286f547fa90abfe4c3")],[BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),BigInt("0x3086d221a7d46bcde86c90e49284eb15")]]},dp=BigInt(2);function w8(t){const e=tl.p,n=BigInt(3),r=BigInt(6),i=BigInt(11),s=BigInt(22),o=BigInt(23),a=BigInt(44),c=BigInt(88),u=t*t*t%e,l=u*u*t%e,f=tn(l,n,e)*l%e,d=tn(f,n,e)*l%e,h=tn(d,dp,e)*u%e,p=tn(h,i,e)*h%e,w=tn(p,s,e)*p%e,m=tn(w,a,e)*w%e,P=tn(m,c,e)*m%e,T=tn(P,a,e)*w%e,I=tn(T,n,e)*l%e,x=tn(I,o,e)*p%e,S=tn(x,r,e)*u%e,U=tn(S,dp,e);if(!nl.eql(nl.sqr(U),t))throw new Error("Cannot find square root");return U}const nl=Ys(tl.p,{sqrt:w8});g8({...tl,Fp:nl,lowS:!0,endo:b8},tp);/*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */function is(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function rl(t,...e){if(!is(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function pp(t,e){return Array.isArray(e)?e.length===0?!0:t?e.every(n=>typeof n=="string"):e.every(n=>Number.isSafeInteger(n)):!1}function il(t){if(typeof t!="function")throw new Error("function expected");return!0}function Tr(t,e){if(typeof e!="string")throw new Error(`${t}: string expected`);return!0}function ss(t){if(!Number.isSafeInteger(t))throw new Error(`invalid integer: ${t}`)}function Da(t){if(!Array.isArray(t))throw new Error("array expected")}function Ra(t,e){if(!pp(!0,e))throw new Error(`${t}: array of strings expected`)}function sl(t,e){if(!pp(!1,e))throw new Error(`${t}: array of numbers expected`)}function Ct(...t){const e=s=>s,n=(s,o)=>a=>s(o(a)),r=t.map(s=>s.encode).reduceRight(n,e),i=t.map(s=>s.decode).reduce(n,e);return{encode:r,decode:i}}function Wt(t){const e=typeof t=="string"?t.split(""):t,n=e.length;Ra("alphabet",e);const r=new Map(e.map((i,s)=>[i,s]));return{encode:i=>(Da(i),i.map(s=>{if(!Number.isSafeInteger(s)||s<0||s>=n)throw new Error(`alphabet.encode: digit index outside alphabet "${s}". Allowed: ${t}`);return e[s]})),decode:i=>(Da(i),i.map(s=>{Tr("alphabet.decode",s);const o=r.get(s);if(o===void 0)throw new Error(`Unknown letter: "${s}". Allowed: ${t}`);return o}))}}function Zt(t=""){return Tr("join",t),{encode:e=>(Ra("join.decode",e),e.join(t)),decode:e=>(Tr("join.decode",e),e.split(t))}}function Ta(t,e="="){return ss(t),Tr("padding",e),{encode(n){for(Ra("padding.encode",n);n.length*t%8;)n.push(e);return n},decode(n){Ra("padding.decode",n);let r=n.length;if(r*t%8)throw new Error("padding: invalid, string should have whole number of bytes");for(;r>0&&n[r-1]===e;r--)if((r-1)*t%8===0)throw new Error("padding: invalid, string has too much padding");return n.slice(0,r)}}}function gp(t){return il(t),{encode:e=>e,decode:e=>t(e)}}function bp(t,e,n){if(e<2)throw new Error(`convertRadix: invalid from=${e}, base cannot be less than 2`);if(n<2)throw new Error(`convertRadix: invalid to=${n}, base cannot be less than 2`);if(Da(t),!t.length)return[];let r=0;const i=[],s=Array.from(t,a=>{if(ss(a),a<0||a>=e)throw new Error(`invalid integer: ${a}`);return a}),o=s.length;for(;;){let a=0,c=!0;for(let u=r;u<o;u++){const l=s[u],f=e*a,d=f+l;if(!Number.isSafeInteger(d)||f/e!==a||d-l!==f)throw new Error("convertRadix: carry overflow");const h=d/n;a=d%n;const p=Math.floor(h);if(s[u]=p,!Number.isSafeInteger(p)||p*n+a!==d)throw new Error("convertRadix: carry overflow");if(c)p?c=!1:r=u;else continue}if(i.push(a),c)break}for(let a=0;a<t.length-1&&t[a]===0;a++)i.push(0);return i.reverse()}const wp=(t,e)=>e===0?t:wp(e,t%e),Na=(t,e)=>t+(e-wp(t,e)),Ua=(()=>{let t=[];for(let e=0;e<40;e++)t.push(2**e);return t})();function ol(t,e,n,r){if(Da(t),e<=0||e>32)throw new Error(`convertRadix2: wrong from=${e}`);if(n<=0||n>32)throw new Error(`convertRadix2: wrong to=${n}`);if(Na(e,n)>32)throw new Error(`convertRadix2: carry overflow from=${e} to=${n} carryBits=${Na(e,n)}`);let i=0,s=0;const o=Ua[e],a=Ua[n]-1,c=[];for(const u of t){if(ss(u),u>=o)throw new Error(`convertRadix2: invalid data word=${u} from=${e}`);if(i=i<<e|u,s+e>32)throw new Error(`convertRadix2: carry overflow pos=${s} from=${e}`);for(s+=e;s>=n;s-=n)c.push((i>>s-n&a)>>>0);const l=Ua[s];if(l===void 0)throw new Error("invalid carry");i&=l-1}if(i=i<<n-s&a,!r&&s>=e)throw new Error("Excess padding");if(!r&&i>0)throw new Error(`Non-zero padding: ${i}`);return r&&s>0&&c.push(i>>>0),c}function y8(t){ss(t);const e=2**8;return{encode:n=>{if(!is(n))throw new Error("radix.encode input should be Uint8Array");return bp(Array.from(n),e,t)},decode:n=>(sl("radix.decode",n),Uint8Array.from(bp(n,t,e)))}}function nn(t,e=!1){if(ss(t),t<=0||t>32)throw new Error("radix2: bits should be in (0..32]");if(Na(8,t)>32||Na(t,8)>32)throw new Error("radix2: carry overflow");return{encode:n=>{if(!is(n))throw new Error("radix2.encode input should be Uint8Array");return ol(Array.from(n),8,t,!e)},decode:n=>(sl("radix2.decode",n),Uint8Array.from(ol(n,t,8,e)))}}function yp(t){return il(t),function(...e){try{return t.apply(null,e)}catch{}}}function m8(t,e){return ss(t),il(e),{encode(n){if(!is(n))throw new Error("checksum.encode: input should be Uint8Array");const r=e(n).slice(0,t),i=new Uint8Array(n.length+t);return i.set(n),i.set(r,n.length),i},decode(n){if(!is(n))throw new Error("checksum.decode: input should be Uint8Array");const r=n.slice(0,-t),i=n.slice(-t),s=e(r).slice(0,t);for(let o=0;o<t;o++)if(s[o]!==i[o])throw new Error("Invalid checksum");return r}}}const v8=Ct(nn(5),Wt("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567"),Ta(5),Zt("")),mp=typeof Uint8Array.from([]).toBase64=="function"&&typeof Uint8Array.fromBase64=="function",vp=(t,e)=>{Tr("base64",t);const n=e?/^[A-Za-z0-9=_-]+$/:/^[A-Za-z0-9=+/]+$/,r=e?"base64url":"base64";if(t.length>0&&!n.test(t))throw new Error("invalid base64");return Uint8Array.fromBase64(t,{alphabet:r,lastChunkHandling:"strict"})},al=t=>Ct(y8(58),Wt(t),Zt("")),os=al("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"),E8=t=>Ct(m8(4,e=>t(t(e))),os),cl=Ct(Wt("qpzry9x8gf2tvdw0s3jn54khce6mua7l"),Zt("")),Ep=[996825010,642813549,513874426,1027748829,705979059];function Xs(t){const e=t>>25;let n=(t&33554431)<<5;for(let r=0;r<Ep.length;r++)(e>>r&1)===1&&(n^=Ep[r]);return n}function xp(t,e,n=1){const r=t.length;let i=1;for(let s=0;s<r;s++){const o=t.charCodeAt(s);if(o<33||o>126)throw new Error(`Invalid prefix (${t})`);i=Xs(i)^o>>5}i=Xs(i);for(let s=0;s<r;s++)i=Xs(i)^t.charCodeAt(s)&31;for(let s of e)i=Xs(i)^s;for(let s=0;s<6;s++)i=Xs(i);return i^=n,cl.encode(ol([i%Ua[30]],30,5,!1))}function Ip(t){const e=t==="bech32"?1:734539939,n=nn(5),r=n.decode,i=n.encode,s=yp(r);function o(f,d,h=90){Tr("bech32.encode prefix",f),is(d)&&(d=Array.from(d)),sl("bech32.encode",d);const p=f.length;if(p===0)throw new TypeError(`Invalid prefix length ${p}`);const w=p+7+d.length;if(h!==!1&&w>h)throw new TypeError(`Length ${w} exceeds limit ${h}`);const m=f.toLowerCase(),P=xp(m,d,e);return`${m}1${cl.encode(d)}${P}`}function a(f,d=90){Tr("bech32.decode input",f);const h=f.length;if(h<8||d!==!1&&h>d)throw new TypeError(`invalid string length: ${h} (${f}). Expected (8..${d})`);const p=f.toLowerCase();if(f!==p&&f!==f.toUpperCase())throw new Error("String must be lowercase or uppercase");const w=p.lastIndexOf("1");if(w===0||w===-1)throw new Error('Letter "1" must be present between prefix and data only');const m=p.slice(0,w),P=p.slice(w+1);if(P.length<6)throw new Error("Data must be at least 6 characters long");const T=cl.decode(P).slice(0,-6),I=xp(m,T,e);if(!P.endsWith(I))throw new Error(`Invalid checksum in ${f}: expected "${I}"`);return{prefix:m,words:T}}const c=yp(a);function u(f){const{prefix:d,words:h}=a(f,!1);return{prefix:d,words:h,bytes:r(h)}}function l(f,d){return o(f,i(d))}return{encode:o,decode:a,encodeFromBytes:l,decodeToBytes:u,decodeUnsafe:c,fromWords:r,fromWordsUnsafe:s,toWords:i}}const x8=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",I8={encode(t){return rl(t),t.toHex()},decode(t){return Tr("hex",t),Uint8Array.fromHex(t)}};E8(tp),zu("Bitcoin seed");function S8(t){return kv(B8(t))}function B8(t){const{payload:e,signature:n}=t,{r,s:i,yParity:s}=n,a=new pE.Signature(BigInt(r),BigInt(i)).addRecoveryBit(s).recoverPublicKey(yu(e).substring(2));return Pv(a)}/*! noble-ciphers - MIT License (c) 2023 Paul Miller (paulmillr.com) */function Sp(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function Ca(t,...e){if(!Sp(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function Fa(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function Bp(t,e){Ca(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}function Js(t){return new Uint32Array(t.buffer,t.byteOffset,Math.floor(t.byteLength/4))}function ul(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function O8(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function A8(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function Qs(t){if(typeof t=="string")t=A8(t);else if(Sp(t))t=Op(t);else throw new Error("Uint8Array expected, got "+typeof t);return t}function Op(t){return Uint8Array.from(t)}const $n=16,ll=new Uint8Array(16),Dn=Js(ll),P8=225,D8=(t,e,n,r)=>{const i=r&1;return{s3:n<<31|r>>>1,s2:e<<31|n>>>1,s1:t<<31|e>>>1,s0:t>>>1^P8<<24&-(i&1)}},rn=t=>(t>>>0&255)<<24|(t>>>8&255)<<16|(t>>>16&255)<<8|t>>>24&255|0;function R8(t){t.reverse();const e=t[15]&1;let n=0;for(let r=0;r<t.length;r++){const i=t[r];t[r]=i>>>1|n,n=(i&1)<<7}return t[0]^=-e&225,t}const T8=t=>t>64*1024?8:t>1024?4:2;class Ap{constructor(e,n){this.blockLen=$n,this.outputLen=$n,this.s0=0,this.s1=0,this.s2=0,this.s3=0,this.finished=!1,e=Qs(e),Ca(e,16);const r=O8(e);let i=r.getUint32(0,!1),s=r.getUint32(4,!1),o=r.getUint32(8,!1),a=r.getUint32(12,!1);const c=[];for(let p=0;p<128;p++)c.push({s0:rn(i),s1:rn(s),s2:rn(o),s3:rn(a)}),{s0:i,s1:s,s2:o,s3:a}=D8(i,s,o,a);const u=T8(n||1024);if(![1,2,4,8].includes(u))throw new Error("ghash: invalid window size, expected 2, 4 or 8");this.W=u;const f=128/u,d=this.windowSize=2**u,h=[];for(let p=0;p<f;p++)for(let w=0;w<d;w++){let m=0,P=0,T=0,I=0;for(let x=0;x<u;x++){if(!(w>>>u-x-1&1))continue;const{s0:U,s1:k,s2:F,s3:R}=c[u*p+x];m^=U,P^=k,T^=F,I^=R}h.push({s0:m,s1:P,s2:T,s3:I})}this.t=h}_updateBlock(e,n,r,i){e^=this.s0,n^=this.s1,r^=this.s2,i^=this.s3;const{W:s,t:o,windowSize:a}=this;let c=0,u=0,l=0,f=0;const d=(1<<s)-1;let h=0;for(const p of[e,n,r,i])for(let w=0;w<4;w++){const m=p>>>8*w&255;for(let P=8/s-1;P>=0;P--){const T=m>>>s*P&d,{s0:I,s1:x,s2:S,s3:U}=o[h*a+T];c^=I,u^=x,l^=S,f^=U,h+=1}}this.s0=c,this.s1=u,this.s2=l,this.s3=f}update(e){Fa(this),e=Qs(e),Ca(e);const n=Js(e),r=Math.floor(e.length/$n),i=e.length%$n;for(let s=0;s<r;s++)this._updateBlock(n[s*4+0],n[s*4+1],n[s*4+2],n[s*4+3]);return i&&(ll.set(e.subarray(r*$n)),this._updateBlock(Dn[0],Dn[1],Dn[2],Dn[3]),ul(Dn)),this}destroy(){const{t:e}=this;for(const n of e)n.s0=0,n.s1=0,n.s2=0,n.s3=0}digestInto(e){Fa(this),Bp(e,this),this.finished=!0;const{s0:n,s1:r,s2:i,s3:s}=this,o=Js(e);return o[0]=n,o[1]=r,o[2]=i,o[3]=s,e}digest(){const e=new Uint8Array($n);return this.digestInto(e),this.destroy(),e}}class N8 extends Ap{constructor(e,n){e=Qs(e),Ca(e);const r=R8(Op(e));super(r,n),ul(r)}update(e){e=Qs(e),Fa(this);const n=Js(e),r=e.length%$n,i=Math.floor(e.length/$n);for(let s=0;s<i;s++)this._updateBlock(rn(n[s*4+3]),rn(n[s*4+2]),rn(n[s*4+1]),rn(n[s*4+0]));return r&&(ll.set(e.subarray(i*$n)),this._updateBlock(rn(Dn[3]),rn(Dn[2]),rn(Dn[1]),rn(Dn[0])),ul(Dn)),this}digestInto(e){Fa(this),Bp(e,this),this.finished=!0;const{s0:n,s1:r,s2:i,s3:s}=this,o=Js(e);return o[0]=n,o[1]=r,o[2]=i,o[3]=s,e.reverse()}}function Pp(t){const e=(r,i)=>t(i,r.length).update(Qs(r)).digest(),n=t(new Uint8Array(16),0);return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=(r,i)=>t(r,i),e}Pp((t,e)=>new Ap(t,e)),Pp((t,e)=>new N8(t,e));const Dp=Sr(BigInt("0xffffffff00000001000000000000000000000000ffffffffffffffffffffffff")),U8=Dp.create(BigInt("-3")),C8=BigInt("0x5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b");pa({a:U8,b:C8,Fp:Dp,n:BigInt("0xffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551"),Gx:BigInt("0x6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296"),Gy:BigInt("0x4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5"),h:BigInt(1),lowS:!1},sa);const Rp=Sr(BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000ffffffff")),F8=Rp.create(BigInt("-3")),q8=BigInt("0xb3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef");pa({a:F8,b:q8,Fp:Rp,n:BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffc7634d81f4372ddf581a0db248b0a77aecec196accc52973"),Gx:BigInt("0xaa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741e082542a385502f25dbf55296c3a545e3872760ab7"),Gy:BigInt("0x3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da3113b5f0b8c00a60b1ce1d7e819d7a431d7c90ea0e5f"),h:BigInt(1),lowS:!1},_3);const Tp=Sr(BigInt("0x1ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff")),k8=Tp.create(BigInt("-3")),L8=BigInt("0x0051953eb9618e1c9a1f929a21a0b68540eea2da725b99b315f3b8b489918ef109e156193951ec7e937b1652c0bd3bb1bf073573df883d2c34f1ef451fd46b503f00");pa({a:k8,b:L8,Fp:Tp,n:BigInt("0x01fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa51868783bf2f966b7fcc0148f709a5d03bb5c9b8899c47aebb6fb71e91386409"),Gx:BigInt("0x00c6858e06b70404e9cd9e3ecb662395b4429c648139053fb521f828af606b4d3dbaa14b5e77efe75928fe1dc127a2ffa8de3348b3c1856a429bf97e7e31c2e5bd66"),Gy:BigInt("0x011839296a789a3bc0045c8a5fb42c7d1bd998f54449579b446817afbd17273e662c97ee72995ef42640c550b9013fad0761353c7086a272c24088be94769fd16650"),h:BigInt(1),lowS:!1,allowedPrivateKeyLengths:[130,131,132]},Q3);var M8={exports:{}};(function(t){var e=Object.prototype.hasOwnProperty,n="~";function r(){}Object.create&&(r.prototype=Object.create(null),new r().__proto__||(n=!1));function i(c,u,l){this.fn=c,this.context=u,this.once=l||!1}function s(c,u,l,f,d){if(typeof l!="function")throw new TypeError("The listener must be a function");var h=new i(l,f||c,d),p=n?n+u:u;return c._events[p]?c._events[p].fn?c._events[p]=[c._events[p],h]:c._events[p].push(h):(c._events[p]=h,c._eventsCount++),c}function o(c,u){--c._eventsCount===0?c._events=new r:delete c._events[u]}function a(){this._events=new r,this._eventsCount=0}a.prototype.eventNames=function(){var u=[],l,f;if(this._eventsCount===0)return u;for(f in l=this._events)e.call(l,f)&&u.push(n?f.slice(1):f);return Object.getOwnPropertySymbols?u.concat(Object.getOwnPropertySymbols(l)):u},a.prototype.listeners=function(u){var l=n?n+u:u,f=this._events[l];if(!f)return[];if(f.fn)return[f.fn];for(var d=0,h=f.length,p=new Array(h);d<h;d++)p[d]=f[d].fn;return p},a.prototype.listenerCount=function(u){var l=n?n+u:u,f=this._events[l];return f?f.fn?1:f.length:0},a.prototype.emit=function(u,l,f,d,h,p){var w=n?n+u:u;if(!this._events[w])return!1;var m=this._events[w],P=arguments.length,T,I;if(m.fn){switch(m.once&&this.removeListener(u,m.fn,void 0,!0),P){case 1:return m.fn.call(m.context),!0;case 2:return m.fn.call(m.context,l),!0;case 3:return m.fn.call(m.context,l,f),!0;case 4:return m.fn.call(m.context,l,f,d),!0;case 5:return m.fn.call(m.context,l,f,d,h),!0;case 6:return m.fn.call(m.context,l,f,d,h,p),!0}for(I=1,T=new Array(P-1);I<P;I++)T[I-1]=arguments[I];m.fn.apply(m.context,T)}else{var x=m.length,S;for(I=0;I<x;I++)switch(m[I].once&&this.removeListener(u,m[I].fn,void 0,!0),P){case 1:m[I].fn.call(m[I].context);break;case 2:m[I].fn.call(m[I].context,l);break;case 3:m[I].fn.call(m[I].context,l,f);break;case 4:m[I].fn.call(m[I].context,l,f,d);break;default:if(!T)for(S=1,T=new Array(P-1);S<P;S++)T[S-1]=arguments[S];m[I].fn.apply(m[I].context,T)}}return!0},a.prototype.on=function(u,l,f){return s(this,u,l,f,!1)},a.prototype.once=function(u,l,f){return s(this,u,l,f,!0)},a.prototype.removeListener=function(u,l,f,d){var h=n?n+u:u;if(!this._events[h])return this;if(!l)return o(this,h),this;var p=this._events[h];if(p.fn)p.fn===l&&(!d||p.once)&&(!f||p.context===f)&&o(this,h);else{for(var w=0,m=[],P=p.length;w<P;w++)(p[w].fn!==l||d&&!p[w].once||f&&p[w].context!==f)&&m.push(p[w]);m.length?this._events[h]=m.length===1?m[0]:m:o(this,h)}return this},a.prototype.removeAllListeners=function(u){var l;return u?(l=n?n+u:u,this._events[l]&&o(this,l)):(this._events=new r,this._eventsCount=0),this},a.prototype.off=a.prototype.removeListener,a.prototype.addListener=a.prototype.on,a.prefixed=n,a.EventEmitter=a,t.exports=a})(M8);function j8(t){const e=t.length;let n=0,r=0;for(;r<e;){let i=t.charCodeAt(r++);if((i&4294967168)===0){n++;continue}else if((i&4294965248)===0)n+=2;else{if(i>=55296&&i<=56319&&r<e){const s=t.charCodeAt(r);(s&64512)===56320&&(++r,i=((i&1023)<<10)+(s&1023)+65536)}(i&4294901760)===0?n+=3:n+=4}}return n}function z8(t,e,n){const r=t.length;let i=n,s=0;for(;s<r;){let o=t.charCodeAt(s++);if((o&4294967168)===0){e[i++]=o;continue}else if((o&4294965248)===0)e[i++]=o>>6&31|192;else{if(o>=55296&&o<=56319&&s<r){const a=t.charCodeAt(s);(a&64512)===56320&&(++s,o=((o&1023)<<10)+(a&1023)+65536)}(o&4294901760)===0?(e[i++]=o>>12&15|224,e[i++]=o>>6&63|128):(e[i++]=o>>18&7|240,e[i++]=o>>12&63|128,e[i++]=o>>6&63|128)}e[i++]=o&63|128}}const K8=new TextEncoder,V8=50;function H8(t,e,n){K8.encodeInto(t,e.subarray(n))}function G8(t,e,n){t.length>V8?H8(t,e,n):z8(t,e,n)}const W8=4096;function Np(t,e,n){let r=e;const i=r+n,s=[];let o="";for(;r<i;){const a=t[r++];if((a&128)===0)s.push(a);else if((a&224)===192){const c=t[r++]&63;s.push((a&31)<<6|c)}else if((a&240)===224){const c=t[r++]&63,u=t[r++]&63;s.push((a&31)<<12|c<<6|u)}else if((a&248)===240){const c=t[r++]&63,u=t[r++]&63,l=t[r++]&63;let f=(a&7)<<18|c<<12|u<<6|l;f>65535&&(f-=65536,s.push(f>>>10&1023|55296),f=56320|f&1023),s.push(f)}else s.push(a);s.length>=W8&&(o+=String.fromCharCode(...s),s.length=0)}return s.length>0&&(o+=String.fromCharCode(...s)),o}const Z8=new TextDecoder,Y8=200;function X8(t,e,n){const r=t.subarray(e,e+n);return Z8.decode(r)}function J8(t,e,n){return n>Y8?X8(t,e,n):Np(t,e,n)}class qa{type;data;constructor(e,n){this.type=e,this.data=n}}class Yt extends Error{constructor(e){super(e);const n=Object.create(Yt.prototype);Object.setPrototypeOf(this,n),Object.defineProperty(this,"name",{configurable:!0,enumerable:!1,value:Yt.name})}}const _s=4294967295;function Q8(t,e,n){const r=n/4294967296,i=n;t.setUint32(e,r),t.setUint32(e+4,i)}function Up(t,e,n){const r=Math.floor(n/4294967296),i=n;t.setUint32(e,r),t.setUint32(e+4,i)}function Cp(t,e){const n=t.getInt32(e),r=t.getUint32(e+4);return n*4294967296+r}function _8(t,e){const n=t.getUint32(e),r=t.getUint32(e+4);return n*4294967296+r}const $8=-1,e6=4294967296-1,t6=17179869184-1;function n6({sec:t,nsec:e}){if(t>=0&&e>=0&&t<=t6)if(e===0&&t<=e6){const n=new Uint8Array(4);return new DataView(n.buffer).setUint32(0,t),n}else{const n=t/4294967296,r=t&4294967295,i=new Uint8Array(8),s=new DataView(i.buffer);return s.setUint32(0,e<<2|n&3),s.setUint32(4,r),i}else{const n=new Uint8Array(12),r=new DataView(n.buffer);return r.setUint32(0,e),Up(r,4,t),n}}function r6(t){const e=t.getTime(),n=Math.floor(e/1e3),r=(e-n*1e3)*1e6,i=Math.floor(r/1e9);return{sec:n+i,nsec:r-i*1e9}}function i6(t){if(t instanceof Date){const e=r6(t);return n6(e)}else return null}function s6(t){const e=new DataView(t.buffer,t.byteOffset,t.byteLength);switch(t.byteLength){case 4:return{sec:e.getUint32(0),nsec:0};case 8:{const n=e.getUint32(0),r=e.getUint32(4),i=(n&3)*4294967296+r,s=n>>>2;return{sec:i,nsec:s}}case 12:{const n=Cp(e,4),r=e.getUint32(0);return{sec:n,nsec:r}}default:throw new Yt(`Unrecognized data size for timestamp (expected 4, 8, or 12): ${t.length}`)}}function o6(t){const e=s6(t);return new Date(e.sec*1e3+e.nsec/1e6)}const a6={type:$8,encode:i6,decode:o6};class ka{static defaultCodec=new ka;__brand;builtInEncoders=[];builtInDecoders=[];encoders=[];decoders=[];constructor(){this.register(a6)}register({type:e,encode:n,decode:r}){if(e>=0)this.encoders[e]=n,this.decoders[e]=r;else{const i=-1-e;this.builtInEncoders[i]=n,this.builtInDecoders[i]=r}}tryToEncode(e,n){for(let r=0;r<this.builtInEncoders.length;r++){const i=this.builtInEncoders[r];if(i!=null){const s=i(e,n);if(s!=null){const o=-1-r;return new qa(o,s)}}}for(let r=0;r<this.encoders.length;r++){const i=this.encoders[r];if(i!=null){const s=i(e,n);if(s!=null){const o=r;return new qa(o,s)}}}return e instanceof qa?e:null}decode(e,n,r){const i=n<0?this.builtInDecoders[-1-n]:this.decoders[n];return i?i(e,n,r):new qa(n,e)}}function c6(t){return t instanceof ArrayBuffer||typeof SharedArrayBuffer<"u"&&t instanceof SharedArrayBuffer}function fl(t){return t instanceof Uint8Array?t:ArrayBuffer.isView(t)?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):c6(t)?new Uint8Array(t):Uint8Array.from(t)}const u6=100,l6=2048;class hl{extensionCodec;context;useBigInt64;maxDepth;initialBufferSize;sortKeys;forceFloat32;ignoreUndefined;forceIntegerToFloat;pos;view;bytes;entered=!1;constructor(e){this.extensionCodec=e?.extensionCodec??ka.defaultCodec,this.context=e?.context,this.useBigInt64=e?.useBigInt64??!1,this.maxDepth=e?.maxDepth??u6,this.initialBufferSize=e?.initialBufferSize??l6,this.sortKeys=e?.sortKeys??!1,this.forceFloat32=e?.forceFloat32??!1,this.ignoreUndefined=e?.ignoreUndefined??!1,this.forceIntegerToFloat=e?.forceIntegerToFloat??!1,this.pos=0,this.view=new DataView(new ArrayBuffer(this.initialBufferSize)),this.bytes=new Uint8Array(this.view.buffer)}clone(){return new hl({extensionCodec:this.extensionCodec,context:this.context,useBigInt64:this.useBigInt64,maxDepth:this.maxDepth,initialBufferSize:this.initialBufferSize,sortKeys:this.sortKeys,forceFloat32:this.forceFloat32,ignoreUndefined:this.ignoreUndefined,forceIntegerToFloat:this.forceIntegerToFloat})}reinitializeState(){this.pos=0}encodeSharedRef(e){if(this.entered)return this.clone().encodeSharedRef(e);try{return this.entered=!0,this.reinitializeState(),this.doEncode(e,1),this.bytes.subarray(0,this.pos)}finally{this.entered=!1}}encode(e){if(this.entered)return this.clone().encode(e);try{return this.entered=!0,this.reinitializeState(),this.doEncode(e,1),this.bytes.slice(0,this.pos)}finally{this.entered=!1}}doEncode(e,n){if(n>this.maxDepth)throw new Error(`Too deep objects in depth ${n}`);e==null?this.encodeNil():typeof e=="boolean"?this.encodeBoolean(e):typeof e=="number"?this.forceIntegerToFloat?this.encodeNumberAsFloat(e):this.encodeNumber(e):typeof e=="string"?this.encodeString(e):this.useBigInt64&&typeof e=="bigint"?this.encodeBigInt64(e):this.encodeObject(e,n)}ensureBufferSizeToWrite(e){const n=this.pos+e;this.view.byteLength<n&&this.resizeBuffer(n*2)}resizeBuffer(e){const n=new ArrayBuffer(e),r=new Uint8Array(n),i=new DataView(n);r.set(this.bytes),this.view=i,this.bytes=r}encodeNil(){this.writeU8(192)}encodeBoolean(e){e===!1?this.writeU8(194):this.writeU8(195)}encodeNumber(e){!this.forceIntegerToFloat&&Number.isSafeInteger(e)?e>=0?e<128?this.writeU8(e):e<256?(this.writeU8(204),this.writeU8(e)):e<65536?(this.writeU8(205),this.writeU16(e)):e<4294967296?(this.writeU8(206),this.writeU32(e)):this.useBigInt64?this.encodeNumberAsFloat(e):(this.writeU8(207),this.writeU64(e)):e>=-32?this.writeU8(224|e+32):e>=-128?(this.writeU8(208),this.writeI8(e)):e>=-32768?(this.writeU8(209),this.writeI16(e)):e>=-2147483648?(this.writeU8(210),this.writeI32(e)):this.useBigInt64?this.encodeNumberAsFloat(e):(this.writeU8(211),this.writeI64(e)):this.encodeNumberAsFloat(e)}encodeNumberAsFloat(e){this.forceFloat32?(this.writeU8(202),this.writeF32(e)):(this.writeU8(203),this.writeF64(e))}encodeBigInt64(e){e>=BigInt(0)?(this.writeU8(207),this.writeBigUint64(e)):(this.writeU8(211),this.writeBigInt64(e))}writeStringHeader(e){if(e<32)this.writeU8(160+e);else if(e<256)this.writeU8(217),this.writeU8(e);else if(e<65536)this.writeU8(218),this.writeU16(e);else if(e<4294967296)this.writeU8(219),this.writeU32(e);else throw new Error(`Too long string: ${e} bytes in UTF-8`)}encodeString(e){const r=j8(e);this.ensureBufferSizeToWrite(5+r),this.writeStringHeader(r),G8(e,this.bytes,this.pos),this.pos+=r}encodeObject(e,n){const r=this.extensionCodec.tryToEncode(e,this.context);if(r!=null)this.encodeExtension(r);else if(Array.isArray(e))this.encodeArray(e,n);else if(ArrayBuffer.isView(e))this.encodeBinary(e);else if(typeof e=="object")this.encodeMap(e,n);else throw new Error(`Unrecognized object: ${Object.prototype.toString.apply(e)}`)}encodeBinary(e){const n=e.byteLength;if(n<256)this.writeU8(196),this.writeU8(n);else if(n<65536)this.writeU8(197),this.writeU16(n);else if(n<4294967296)this.writeU8(198),this.writeU32(n);else throw new Error(`Too large binary: ${n}`);const r=fl(e);this.writeU8a(r)}encodeArray(e,n){const r=e.length;if(r<16)this.writeU8(144+r);else if(r<65536)this.writeU8(220),this.writeU16(r);else if(r<4294967296)this.writeU8(221),this.writeU32(r);else throw new Error(`Too large array: ${r}`);for(const i of e)this.doEncode(i,n+1)}countWithoutUndefined(e,n){let r=0;for(const i of n)e[i]!==void 0&&r++;return r}encodeMap(e,n){const r=Object.keys(e);this.sortKeys&&r.sort();const i=this.ignoreUndefined?this.countWithoutUndefined(e,r):r.length;if(i<16)this.writeU8(128+i);else if(i<65536)this.writeU8(222),this.writeU16(i);else if(i<4294967296)this.writeU8(223),this.writeU32(i);else throw new Error(`Too large map object: ${i}`);for(const s of r){const o=e[s];this.ignoreUndefined&&o===void 0||(this.encodeString(s),this.doEncode(o,n+1))}}encodeExtension(e){if(typeof e.data=="function"){const r=e.data(this.pos+6),i=r.length;if(i>=4294967296)throw new Error(`Too large extension object: ${i}`);this.writeU8(201),this.writeU32(i),this.writeI8(e.type),this.writeU8a(r);return}const n=e.data.length;if(n===1)this.writeU8(212);else if(n===2)this.writeU8(213);else if(n===4)this.writeU8(214);else if(n===8)this.writeU8(215);else if(n===16)this.writeU8(216);else if(n<256)this.writeU8(199),this.writeU8(n);else if(n<65536)this.writeU8(200),this.writeU16(n);else if(n<4294967296)this.writeU8(201),this.writeU32(n);else throw new Error(`Too large extension object: ${n}`);this.writeI8(e.type),this.writeU8a(e.data)}writeU8(e){this.ensureBufferSizeToWrite(1),this.view.setUint8(this.pos,e),this.pos++}writeU8a(e){const n=e.length;this.ensureBufferSizeToWrite(n),this.bytes.set(e,this.pos),this.pos+=n}writeI8(e){this.ensureBufferSizeToWrite(1),this.view.setInt8(this.pos,e),this.pos++}writeU16(e){this.ensureBufferSizeToWrite(2),this.view.setUint16(this.pos,e),this.pos+=2}writeI16(e){this.ensureBufferSizeToWrite(2),this.view.setInt16(this.pos,e),this.pos+=2}writeU32(e){this.ensureBufferSizeToWrite(4),this.view.setUint32(this.pos,e),this.pos+=4}writeI32(e){this.ensureBufferSizeToWrite(4),this.view.setInt32(this.pos,e),this.pos+=4}writeF32(e){this.ensureBufferSizeToWrite(4),this.view.setFloat32(this.pos,e),this.pos+=4}writeF64(e){this.ensureBufferSizeToWrite(8),this.view.setFloat64(this.pos,e),this.pos+=8}writeU64(e){this.ensureBufferSizeToWrite(8),Q8(this.view,this.pos,e),this.pos+=8}writeI64(e){this.ensureBufferSizeToWrite(8),Up(this.view,this.pos,e),this.pos+=8}writeBigUint64(e){this.ensureBufferSizeToWrite(8),this.view.setBigUint64(this.pos,e),this.pos+=8}writeBigInt64(e){this.ensureBufferSizeToWrite(8),this.view.setBigInt64(this.pos,e),this.pos+=8}}function f6(t,e){return new hl(e).encodeSharedRef(t)}function dl(t){return`${t<0?"-":""}0x${Math.abs(t).toString(16).padStart(2,"0")}`}const h6=16,d6=16;class p6{hit=0;miss=0;caches;maxKeyLength;maxLengthPerKey;constructor(e=h6,n=d6){this.maxKeyLength=e,this.maxLengthPerKey=n,this.caches=[];for(let r=0;r<this.maxKeyLength;r++)this.caches.push([])}canBeCached(e){return e>0&&e<=this.maxKeyLength}find(e,n,r){const i=this.caches[r-1];e:for(const s of i){const o=s.bytes;for(let a=0;a<r;a++)if(o[a]!==e[n+a])continue e;return s.str}return null}store(e,n){const r=this.caches[e.length-1],i={bytes:e,str:n};r.length>=this.maxLengthPerKey?r[Math.random()*r.length|0]=i:r.push(i)}decode(e,n,r){const i=this.find(e,n,r);if(i!=null)return this.hit++,i;this.miss++;const s=Np(e,n,r),o=Uint8Array.prototype.slice.call(e,n,n+r);return this.store(o,s),s}}const pl="array",$s="map_key",Fp="map_value",g6=t=>{if(typeof t=="string"||typeof t=="number")return t;throw new Yt("The type of key must be string or number but "+typeof t)};class b6{stack=[];stackHeadPosition=-1;get length(){return this.stackHeadPosition+1}top(){return this.stack[this.stackHeadPosition]}pushArrayState(e){const n=this.getUninitializedStateFromPool();n.type=pl,n.position=0,n.size=e,n.array=new Array(e)}pushMapState(e){const n=this.getUninitializedStateFromPool();n.type=$s,n.readCount=0,n.size=e,n.map={}}getUninitializedStateFromPool(){if(this.stackHeadPosition++,this.stackHeadPosition===this.stack.length){const e={type:void 0,size:0,array:void 0,position:0,readCount:0,map:void 0,key:null};this.stack.push(e)}return this.stack[this.stackHeadPosition]}release(e){if(this.stack[this.stackHeadPosition]!==e)throw new Error("Invalid stack state. Released state is not on top of the stack.");if(e.type===pl){const r=e;r.size=0,r.array=void 0,r.position=0,r.type=void 0}if(e.type===$s||e.type===Fp){const r=e;r.size=0,r.map=void 0,r.readCount=0,r.type=void 0}this.stackHeadPosition--}reset(){this.stack.length=0,this.stackHeadPosition=-1}}const eo=-1,gl=new DataView(new ArrayBuffer(0)),w6=new Uint8Array(gl.buffer);try{gl.getInt8(0)}catch(t){if(!(t instanceof RangeError))throw new Error("This module is not supported in the current JavaScript engine because DataView does not throw RangeError on out-of-bounds access")}const qp=new RangeError("Insufficient data"),y6=new p6;class bl{extensionCodec;context;useBigInt64;rawStrings;maxStrLength;maxBinLength;maxArrayLength;maxMapLength;maxExtLength;keyDecoder;mapKeyConverter;totalPos=0;pos=0;view=gl;bytes=w6;headByte=eo;stack=new b6;entered=!1;constructor(e){this.extensionCodec=e?.extensionCodec??ka.defaultCodec,this.context=e?.context,this.useBigInt64=e?.useBigInt64??!1,this.rawStrings=e?.rawStrings??!1,this.maxStrLength=e?.maxStrLength??_s,this.maxBinLength=e?.maxBinLength??_s,this.maxArrayLength=e?.maxArrayLength??_s,this.maxMapLength=e?.maxMapLength??_s,this.maxExtLength=e?.maxExtLength??_s,this.keyDecoder=e?.keyDecoder!==void 0?e.keyDecoder:y6,this.mapKeyConverter=e?.mapKeyConverter??g6}clone(){return new bl({extensionCodec:this.extensionCodec,context:this.context,useBigInt64:this.useBigInt64,rawStrings:this.rawStrings,maxStrLength:this.maxStrLength,maxBinLength:this.maxBinLength,maxArrayLength:this.maxArrayLength,maxMapLength:this.maxMapLength,maxExtLength:this.maxExtLength,keyDecoder:this.keyDecoder})}reinitializeState(){this.totalPos=0,this.headByte=eo,this.stack.reset()}setBuffer(e){const n=fl(e);this.bytes=n,this.view=new DataView(n.buffer,n.byteOffset,n.byteLength),this.pos=0}appendBuffer(e){if(this.headByte===eo&&!this.hasRemaining(1))this.setBuffer(e);else{const n=this.bytes.subarray(this.pos),r=fl(e),i=new Uint8Array(n.length+r.length);i.set(n),i.set(r,n.length),this.setBuffer(i)}}hasRemaining(e){return this.view.byteLength-this.pos>=e}createExtraByteError(e){const{view:n,pos:r}=this;return new RangeError(`Extra ${n.byteLength-r} of ${n.byteLength} byte(s) found at buffer[${e}]`)}decode(e){if(this.entered)return this.clone().decode(e);try{this.entered=!0,this.reinitializeState(),this.setBuffer(e);const n=this.doDecodeSync();if(this.hasRemaining(1))throw this.createExtraByteError(this.pos);return n}finally{this.entered=!1}}*decodeMulti(e){if(this.entered){yield*this.clone().decodeMulti(e);return}try{for(this.entered=!0,this.reinitializeState(),this.setBuffer(e);this.hasRemaining(1);)yield this.doDecodeSync()}finally{this.entered=!1}}async decodeAsync(e){if(this.entered)return this.clone().decodeAsync(e);try{this.entered=!0;let n=!1,r;for await(const a of e){if(n)throw this.entered=!1,this.createExtraByteError(this.totalPos);this.appendBuffer(a);try{r=this.doDecodeSync(),n=!0}catch(c){if(!(c instanceof RangeError))throw c}this.totalPos+=this.pos}if(n){if(this.hasRemaining(1))throw this.createExtraByteError(this.totalPos);return r}const{headByte:i,pos:s,totalPos:o}=this;throw new RangeError(`Insufficient data in parsing ${dl(i)} at ${o} (${s} in the current buffer)`)}finally{this.entered=!1}}decodeArrayStream(e){return this.decodeMultiAsync(e,!0)}decodeStream(e){return this.decodeMultiAsync(e,!1)}async*decodeMultiAsync(e,n){if(this.entered){yield*this.clone().decodeMultiAsync(e,n);return}try{this.entered=!0;let r=n,i=-1;for await(const s of e){if(n&&i===0)throw this.createExtraByteError(this.totalPos);this.appendBuffer(s),r&&(i=this.readArraySize(),r=!1,this.complete());try{for(;yield this.doDecodeSync(),--i!==0;);}catch(o){if(!(o instanceof RangeError))throw o}this.totalPos+=this.pos}}finally{this.entered=!1}}doDecodeSync(){e:for(;;){const e=this.readHeadByte();let n;if(e>=224)n=e-256;else if(e<192)if(e<128)n=e;else if(e<144){const i=e-128;if(i!==0){this.pushMapState(i),this.complete();continue e}else n={}}else if(e<160){const i=e-144;if(i!==0){this.pushArrayState(i),this.complete();continue e}else n=[]}else{const i=e-160;n=this.decodeString(i,0)}else if(e===192)n=null;else if(e===194)n=!1;else if(e===195)n=!0;else if(e===202)n=this.readF32();else if(e===203)n=this.readF64();else if(e===204)n=this.readU8();else if(e===205)n=this.readU16();else if(e===206)n=this.readU32();else if(e===207)this.useBigInt64?n=this.readU64AsBigInt():n=this.readU64();else if(e===208)n=this.readI8();else if(e===209)n=this.readI16();else if(e===210)n=this.readI32();else if(e===211)this.useBigInt64?n=this.readI64AsBigInt():n=this.readI64();else if(e===217){const i=this.lookU8();n=this.decodeString(i,1)}else if(e===218){const i=this.lookU16();n=this.decodeString(i,2)}else if(e===219){const i=this.lookU32();n=this.decodeString(i,4)}else if(e===220){const i=this.readU16();if(i!==0){this.pushArrayState(i),this.complete();continue e}else n=[]}else if(e===221){const i=this.readU32();if(i!==0){this.pushArrayState(i),this.complete();continue e}else n=[]}else if(e===222){const i=this.readU16();if(i!==0){this.pushMapState(i),this.complete();continue e}else n={}}else if(e===223){const i=this.readU32();if(i!==0){this.pushMapState(i),this.complete();continue e}else n={}}else if(e===196){const i=this.lookU8();n=this.decodeBinary(i,1)}else if(e===197){const i=this.lookU16();n=this.decodeBinary(i,2)}else if(e===198){const i=this.lookU32();n=this.decodeBinary(i,4)}else if(e===212)n=this.decodeExtension(1,0);else if(e===213)n=this.decodeExtension(2,0);else if(e===214)n=this.decodeExtension(4,0);else if(e===215)n=this.decodeExtension(8,0);else if(e===216)n=this.decodeExtension(16,0);else if(e===199){const i=this.lookU8();n=this.decodeExtension(i,1)}else if(e===200){const i=this.lookU16();n=this.decodeExtension(i,2)}else if(e===201){const i=this.lookU32();n=this.decodeExtension(i,4)}else throw new Yt(`Unrecognized type byte: ${dl(e)}`);this.complete();const r=this.stack;for(;r.length>0;){const i=r.top();if(i.type===pl)if(i.array[i.position]=n,i.position++,i.position===i.size)n=i.array,r.release(i);else continue e;else if(i.type===$s){if(n==="__proto__")throw new Yt("The key __proto__ is not allowed");i.key=this.mapKeyConverter(n),i.type=Fp;continue e}else if(i.map[i.key]=n,i.readCount++,i.readCount===i.size)n=i.map,r.release(i);else{i.key=null,i.type=$s;continue e}}return n}}readHeadByte(){return this.headByte===eo&&(this.headByte=this.readU8()),this.headByte}complete(){this.headByte=eo}readArraySize(){const e=this.readHeadByte();switch(e){case 220:return this.readU16();case 221:return this.readU32();default:{if(e<160)return e-144;throw new Yt(`Unrecognized array type byte: ${dl(e)}`)}}}pushMapState(e){if(e>this.maxMapLength)throw new Yt(`Max length exceeded: map length (${e}) > maxMapLengthLength (${this.maxMapLength})`);this.stack.pushMapState(e)}pushArrayState(e){if(e>this.maxArrayLength)throw new Yt(`Max length exceeded: array length (${e}) > maxArrayLength (${this.maxArrayLength})`);this.stack.pushArrayState(e)}decodeString(e,n){return!this.rawStrings||this.stateIsMapKey()?this.decodeUtf8String(e,n):this.decodeBinary(e,n)}decodeUtf8String(e,n){if(e>this.maxStrLength)throw new Yt(`Max length exceeded: UTF-8 byte length (${e}) > maxStrLength (${this.maxStrLength})`);if(this.bytes.byteLength<this.pos+n+e)throw qp;const r=this.pos+n;let i;return this.stateIsMapKey()&&this.keyDecoder?.canBeCached(e)?i=this.keyDecoder.decode(this.bytes,r,e):i=J8(this.bytes,r,e),this.pos+=n+e,i}stateIsMapKey(){return this.stack.length>0?this.stack.top().type===$s:!1}decodeBinary(e,n){if(e>this.maxBinLength)throw new Yt(`Max length exceeded: bin length (${e}) > maxBinLength (${this.maxBinLength})`);if(!this.hasRemaining(e+n))throw qp;const r=this.pos+n,i=this.bytes.subarray(r,r+e);return this.pos+=n+e,i}decodeExtension(e,n){if(e>this.maxExtLength)throw new Yt(`Max length exceeded: ext length (${e}) > maxExtLength (${this.maxExtLength})`);const r=this.view.getInt8(this.pos+n),i=this.decodeBinary(e,n+1);return this.extensionCodec.decode(i,r,this.context)}lookU8(){return this.view.getUint8(this.pos)}lookU16(){return this.view.getUint16(this.pos)}lookU32(){return this.view.getUint32(this.pos)}readU8(){const e=this.view.getUint8(this.pos);return this.pos++,e}readI8(){const e=this.view.getInt8(this.pos);return this.pos++,e}readU16(){const e=this.view.getUint16(this.pos);return this.pos+=2,e}readI16(){const e=this.view.getInt16(this.pos);return this.pos+=2,e}readU32(){const e=this.view.getUint32(this.pos);return this.pos+=4,e}readI32(){const e=this.view.getInt32(this.pos);return this.pos+=4,e}readU64(){const e=_8(this.view,this.pos);return this.pos+=8,e}readI64(){const e=Cp(this.view,this.pos);return this.pos+=8,e}readU64AsBigInt(){const e=this.view.getBigUint64(this.pos);return this.pos+=8,e}readI64AsBigInt(){const e=this.view.getBigInt64(this.pos);return this.pos+=8,e}readF32(){const e=this.view.getFloat32(this.pos);return this.pos+=4,e}readF64(){const e=this.view.getFloat64(this.pos);return this.pos+=8,e}}function m6(t,e){return new bl(e).decode(t)}const v6=t=>JSON.stringify(t,(e,n)=>typeof n=="bigint"?n.toString()+"n":n),E6=t=>{const e=/([\[:])?(\d{17,}|(?:[9](?:[1-9]07199254740991|0[1-9]7199254740991|00[8-9]199254740991|007[2-9]99254740991|007199[3-9]54740991|0071992[6-9]4740991|00719925[5-9]740991|007199254[8-9]40991|0071992547[5-9]0991|00719925474[1-9]991|00719925474099[2-9])))([,\}\]])/g,n=t.replace(e,'$1"$2n"$3');return JSON.parse(n,(r,i)=>typeof i=="string"&&i.match(/^\d+n$/)?BigInt(i.substring(0,i.length-1)):i)};function as(t){if(typeof t!="string")throw new Error(`Cannot safe json parse value of type ${typeof t}`);try{return E6(t)}catch{return t}}function to(t){return typeof t=="string"?t:v6(t)||""}function x6(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function kp(t,...e){if(!x6(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function Lp(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function I6(t,e){kp(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}const cs=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */const wl=t=>new DataView(t.buffer,t.byteOffset,t.byteLength);function S6(t){if(typeof t!="string")throw new Error("utf8ToBytes expected string, got "+typeof t);return new Uint8Array(new TextEncoder().encode(t))}function Mp(t){return typeof t=="string"&&(t=S6(t)),kp(t),t}class B6{clone(){return this._cloneInto()}}function O6(t){const e=r=>t().update(Mp(r)).digest(),n=t();return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=()=>t(),e}function jp(t=32){if(cs&&typeof cs.getRandomValues=="function")return cs.getRandomValues(new Uint8Array(t));if(cs&&typeof cs.randomBytes=="function")return cs.randomBytes(t);throw new Error("crypto.getRandomValues must be defined")}function A6(t,e,n,r){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,n,r);const i=BigInt(32),s=BigInt(4294967295),o=Number(n>>i&s),a=Number(n&s),c=r?4:0,u=r?0:4;t.setUint32(e+c,o,r),t.setUint32(e+u,a,r)}class P6 extends B6{constructor(e,n,r,i){super(),this.blockLen=e,this.outputLen=n,this.padOffset=r,this.isLE=i,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(e),this.view=wl(this.buffer)}update(e){Lp(this);const{view:n,buffer:r,blockLen:i}=this;e=Mp(e);const s=e.length;for(let o=0;o<s;){const a=Math.min(i-this.pos,s-o);if(a===i){const c=wl(e);for(;i<=s-o;o+=i)this.process(c,o);continue}r.set(e.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===i&&(this.process(n,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Lp(this),I6(e,this),this.finished=!0;const{buffer:n,view:r,blockLen:i,isLE:s}=this;let{pos:o}=this;n[o++]=128,this.buffer.subarray(o).fill(0),this.padOffset>i-o&&(this.process(r,0),o=0);for(let f=o;f<i;f++)n[f]=0;A6(r,i-8,BigInt(this.length*8),s),this.process(r,0);const a=wl(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const u=c/4,l=this.get();if(u>l.length)throw new Error("_sha2: outputLen bigger than state");for(let f=0;f<u;f++)a.setUint32(4*f,l[f],s)}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());const{blockLen:n,buffer:r,length:i,finished:s,destroyed:o,pos:a}=this;return e.length=i,e.pos=a,e.finished=s,e.destroyed=o,i%n&&e.buffer.set(r),e}}const La=BigInt(2**32-1),yl=BigInt(32);function zp(t,e=!1){return e?{h:Number(t&La),l:Number(t>>yl&La)}:{h:Number(t>>yl&La)|0,l:Number(t&La)|0}}function D6(t,e=!1){let n=new Uint32Array(t.length),r=new Uint32Array(t.length);for(let i=0;i<t.length;i++){const{h:s,l:o}=zp(t[i],e);[n[i],r[i]]=[s,o]}return[n,r]}const R6=(t,e)=>BigInt(t>>>0)<<yl|BigInt(e>>>0),T6=(t,e,n)=>t>>>n,N6=(t,e,n)=>t<<32-n|e>>>n,U6=(t,e,n)=>t>>>n|e<<32-n,C6=(t,e,n)=>t<<32-n|e>>>n,F6=(t,e,n)=>t<<64-n|e>>>n-32,q6=(t,e,n)=>t>>>n-32|e<<64-n,k6=(t,e)=>e,L6=(t,e)=>t,M6=(t,e,n)=>t<<n|e>>>32-n,j6=(t,e,n)=>e<<n|t>>>32-n,z6=(t,e,n)=>e<<n-32|t>>>64-n,K6=(t,e,n)=>t<<n-32|e>>>64-n;function V6(t,e,n,r){const i=(e>>>0)+(r>>>0);return{h:t+n+(i/2**32|0)|0,l:i|0}}const H6=(t,e,n)=>(t>>>0)+(e>>>0)+(n>>>0),G6=(t,e,n,r)=>e+n+r+(t/2**32|0)|0,W6=(t,e,n,r)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0),Z6=(t,e,n,r,i)=>e+n+r+i+(t/2**32|0)|0,Y6=(t,e,n,r,i)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0)+(i>>>0),X6=(t,e,n,r,i,s)=>e+n+r+i+s+(t/2**32|0)|0,fe={fromBig:zp,split:D6,toBig:R6,shrSH:T6,shrSL:N6,rotrSH:U6,rotrSL:C6,rotrBH:F6,rotrBL:q6,rotr32H:k6,rotr32L:L6,rotlSH:M6,rotlSL:j6,rotlBH:z6,rotlBL:K6,add:V6,add3L:H6,add3H:G6,add4L:W6,add4H:Z6,add5H:X6,add5L:Y6},[J6,Q6]=fe.split(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(t=>BigInt(t))),Nr=new Uint32Array(80),Ur=new Uint32Array(80);class _6 extends P6{constructor(){super(128,64,16,!1),this.Ah=1779033703,this.Al=-205731576,this.Bh=-1150833019,this.Bl=-2067093701,this.Ch=1013904242,this.Cl=-23791573,this.Dh=-1521486534,this.Dl=1595750129,this.Eh=1359893119,this.El=-1377402159,this.Fh=-1694144372,this.Fl=725511199,this.Gh=528734635,this.Gl=-79577749,this.Hh=1541459225,this.Hl=327033209}get(){const{Ah:e,Al:n,Bh:r,Bl:i,Ch:s,Cl:o,Dh:a,Dl:c,Eh:u,El:l,Fh:f,Fl:d,Gh:h,Gl:p,Hh:w,Hl:m}=this;return[e,n,r,i,s,o,a,c,u,l,f,d,h,p,w,m]}set(e,n,r,i,s,o,a,c,u,l,f,d,h,p,w,m){this.Ah=e|0,this.Al=n|0,this.Bh=r|0,this.Bl=i|0,this.Ch=s|0,this.Cl=o|0,this.Dh=a|0,this.Dl=c|0,this.Eh=u|0,this.El=l|0,this.Fh=f|0,this.Fl=d|0,this.Gh=h|0,this.Gl=p|0,this.Hh=w|0,this.Hl=m|0}process(e,n){for(let I=0;I<16;I++,n+=4)Nr[I]=e.getUint32(n),Ur[I]=e.getUint32(n+=4);for(let I=16;I<80;I++){const x=Nr[I-15]|0,S=Ur[I-15]|0,U=fe.rotrSH(x,S,1)^fe.rotrSH(x,S,8)^fe.shrSH(x,S,7),k=fe.rotrSL(x,S,1)^fe.rotrSL(x,S,8)^fe.shrSL(x,S,7),F=Nr[I-2]|0,R=Ur[I-2]|0,G=fe.rotrSH(F,R,19)^fe.rotrBH(F,R,61)^fe.shrSH(F,R,6),H=fe.rotrSL(F,R,19)^fe.rotrBL(F,R,61)^fe.shrSL(F,R,6),E=fe.add4L(k,H,Ur[I-7],Ur[I-16]),b=fe.add4H(E,U,G,Nr[I-7],Nr[I-16]);Nr[I]=b|0,Ur[I]=E|0}let{Ah:r,Al:i,Bh:s,Bl:o,Ch:a,Cl:c,Dh:u,Dl:l,Eh:f,El:d,Fh:h,Fl:p,Gh:w,Gl:m,Hh:P,Hl:T}=this;for(let I=0;I<80;I++){const x=fe.rotrSH(f,d,14)^fe.rotrSH(f,d,18)^fe.rotrBH(f,d,41),S=fe.rotrSL(f,d,14)^fe.rotrSL(f,d,18)^fe.rotrBL(f,d,41),U=f&h^~f&w,k=d&p^~d&m,F=fe.add5L(T,S,k,Q6[I],Ur[I]),R=fe.add5H(F,P,x,U,J6[I],Nr[I]),G=F|0,H=fe.rotrSH(r,i,28)^fe.rotrBH(r,i,34)^fe.rotrBH(r,i,39),E=fe.rotrSL(r,i,28)^fe.rotrBL(r,i,34)^fe.rotrBL(r,i,39),b=r&s^r&a^s&a,v=i&o^i&c^o&c;P=w|0,T=m|0,w=h|0,m=p|0,h=f|0,p=d|0,{h:f,l:d}=fe.add(u|0,l|0,R|0,G|0),u=a|0,l=c|0,a=s|0,c=o|0,s=r|0,o=i|0;const g=fe.add3L(G,E,v);r=fe.add3H(g,R,H,b),i=g|0}({h:r,l:i}=fe.add(this.Ah|0,this.Al|0,r|0,i|0)),{h:s,l:o}=fe.add(this.Bh|0,this.Bl|0,s|0,o|0),{h:a,l:c}=fe.add(this.Ch|0,this.Cl|0,a|0,c|0),{h:u,l}=fe.add(this.Dh|0,this.Dl|0,u|0,l|0),{h:f,l:d}=fe.add(this.Eh|0,this.El|0,f|0,d|0),{h,l:p}=fe.add(this.Fh|0,this.Fl|0,h|0,p|0),{h:w,l:m}=fe.add(this.Gh|0,this.Gl|0,w|0,m|0),{h:P,l:T}=fe.add(this.Hh|0,this.Hl|0,P|0,T|0),this.set(r,i,s,o,a,c,u,l,f,d,h,p,w,m,P,T)}roundClean(){Nr.fill(0),Ur.fill(0)}destroy(){this.buffer.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}const $6=O6(()=>new _6);/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const ml=BigInt(0),Kp=BigInt(1),e4=BigInt(2);function vl(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function El(t){if(!vl(t))throw new Error("Uint8Array expected")}function xl(t,e){if(typeof e!="boolean")throw new Error(t+" boolean expected, got "+e)}const t4=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function Il(t){El(t);let e="";for(let n=0;n<t.length;n++)e+=t4[t[n]];return e}function Vp(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);return t===""?ml:BigInt("0x"+t)}const er={_0:48,_9:57,A:65,F:70,a:97,f:102};function Hp(t){if(t>=er._0&&t<=er._9)return t-er._0;if(t>=er.A&&t<=er.F)return t-(er.A-10);if(t>=er.a&&t<=er.f)return t-(er.a-10)}function Gp(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);const e=t.length,n=e/2;if(e%2)throw new Error("hex string expected, got unpadded hex of length "+e);const r=new Uint8Array(n);for(let i=0,s=0;i<n;i++,s+=2){const o=Hp(t.charCodeAt(s)),a=Hp(t.charCodeAt(s+1));if(o===void 0||a===void 0){const c=t[s]+t[s+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+s)}r[i]=o*16+a}return r}function n4(t){return Vp(Il(t))}function Ma(t){return El(t),Vp(Il(Uint8Array.from(t).reverse()))}function Wp(t,e){return Gp(t.toString(16).padStart(e*2,"0"))}function Sl(t,e){return Wp(t,e).reverse()}function tr(t,e,n){let r;if(typeof e=="string")try{r=Gp(e)}catch(s){throw new Error(t+" must be hex string or Uint8Array, cause: "+s)}else if(vl(e))r=Uint8Array.from(e);else throw new Error(t+" must be hex string or Uint8Array");const i=r.length;if(typeof n=="number"&&i!==n)throw new Error(t+" of length "+n+" expected, got "+i);return r}function Zp(...t){let e=0;for(let r=0;r<t.length;r++){const i=t[r];El(i),e+=i.length}const n=new Uint8Array(e);for(let r=0,i=0;r<t.length;r++){const s=t[r];n.set(s,i),i+=s.length}return n}const Bl=t=>typeof t=="bigint"&&ml<=t;function r4(t,e,n){return Bl(t)&&Bl(e)&&Bl(n)&&e<=t&&t<n}function no(t,e,n,r){if(!r4(e,n,r))throw new Error("expected valid "+t+": "+n+" <= n < "+r+", got "+e)}function i4(t){let e;for(e=0;t>ml;t>>=Kp,e+=1);return e}const s4=t=>(e4<<BigInt(t-1))-Kp,o4={bigint:t=>typeof t=="bigint",function:t=>typeof t=="function",boolean:t=>typeof t=="boolean",string:t=>typeof t=="string",stringOrUint8Array:t=>typeof t=="string"||vl(t),isSafeInteger:t=>Number.isSafeInteger(t),array:t=>Array.isArray(t),field:(t,e)=>e.Fp.isValid(t),hash:t=>typeof t=="function"&&Number.isSafeInteger(t.outputLen)};function Ol(t,e,n={}){const r=(i,s,o)=>{const a=o4[s];if(typeof a!="function")throw new Error("invalid validator function");const c=t[i];if(!(o&&c===void 0)&&!a(c,t))throw new Error("param "+String(i)+" is invalid. Expected "+s+", got "+c)};for(const[i,s]of Object.entries(e))r(i,s,!1);for(const[i,s]of Object.entries(n))r(i,s,!0);return t}function Yp(t){const e=new WeakMap;return(n,...r)=>{const i=e.get(n);if(i!==void 0)return i;const s=t(n,...r);return e.set(n,s),s}}const Ye=BigInt(0),qe=BigInt(1),mi=BigInt(2),a4=BigInt(3),Al=BigInt(4),Xp=BigInt(5),Jp=BigInt(8);function Ke(t,e){const n=t%e;return n>=Ye?n:e+n}function c4(t,e,n){if(e<Ye)throw new Error("invalid exponent, negatives unsupported");if(n<=Ye)throw new Error("invalid modulus");if(n===qe)return Ye;let r=qe;for(;e>Ye;)e&qe&&(r=r*t%n),t=t*t%n,e>>=qe;return r}function Rn(t,e,n){let r=t;for(;e-- >Ye;)r*=r,r%=n;return r}function Qp(t,e){if(t===Ye)throw new Error("invert: expected non-zero number");if(e<=Ye)throw new Error("invert: expected positive modulus, got "+e);let n=Ke(t,e),r=e,i=Ye,s=qe;for(;n!==Ye;){const o=r/n,a=r%n,c=i-s*o;r=n,n=a,i=s,s=c}if(r!==qe)throw new Error("invert: does not exist");return Ke(i,e)}function u4(t){const e=(t-qe)/mi;let n,r,i;for(n=t-qe,r=0;n%mi===Ye;n/=mi,r++);for(i=mi;i<t&&c4(i,e,t)!==t-qe;i++)if(i>1e3)throw new Error("Cannot find square root: likely non-prime P");if(r===1){const o=(t+qe)/Al;return function(a,c){const u=a.pow(c,o);if(!a.eql(a.sqr(u),c))throw new Error("Cannot find square root");return u}}const s=(n+qe)/mi;return function(o,a){if(o.pow(a,e)===o.neg(o.ONE))throw new Error("Cannot find square root");let c=r,u=o.pow(o.mul(o.ONE,i),n),l=o.pow(a,s),f=o.pow(a,n);for(;!o.eql(f,o.ONE);){if(o.eql(f,o.ZERO))return o.ZERO;let d=1;for(let p=o.sqr(f);d<c&&!o.eql(p,o.ONE);d++)p=o.sqr(p);const h=o.pow(u,qe<<BigInt(c-d-1));u=o.sqr(h),l=o.mul(l,h),f=o.mul(f,u),c=d}return l}}function l4(t){if(t%Al===a4){const e=(t+qe)/Al;return function(n,r){const i=n.pow(r,e);if(!n.eql(n.sqr(i),r))throw new Error("Cannot find square root");return i}}if(t%Jp===Xp){const e=(t-Xp)/Jp;return function(n,r){const i=n.mul(r,mi),s=n.pow(i,e),o=n.mul(r,s),a=n.mul(n.mul(o,mi),s),c=n.mul(o,n.sub(a,n.ONE));if(!n.eql(n.sqr(c),r))throw new Error("Cannot find square root");return c}}return u4(t)}const f4=(t,e)=>(Ke(t,e)&qe)===qe,h4=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function d4(t){const e={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},n=h4.reduce((r,i)=>(r[i]="function",r),e);return Ol(t,n)}function p4(t,e,n){if(n<Ye)throw new Error("invalid exponent, negatives unsupported");if(n===Ye)return t.ONE;if(n===qe)return e;let r=t.ONE,i=e;for(;n>Ye;)n&qe&&(r=t.mul(r,i)),i=t.sqr(i),n>>=qe;return r}function g4(t,e){const n=new Array(e.length),r=e.reduce((s,o,a)=>t.is0(o)?s:(n[a]=s,t.mul(s,o)),t.ONE),i=t.inv(r);return e.reduceRight((s,o,a)=>t.is0(o)?s:(n[a]=t.mul(s,n[a]),t.mul(s,o)),i),n}function _p(t,e){const n=e!==void 0?e:t.toString(2).length,r=Math.ceil(n/8);return{nBitLength:n,nByteLength:r}}function $p(t,e,n=!1,r={}){if(t<=Ye)throw new Error("invalid field: expected ORDER > 0, got "+t);const{nBitLength:i,nByteLength:s}=_p(t,e);if(s>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let o;const a=Object.freeze({ORDER:t,isLE:n,BITS:i,BYTES:s,MASK:s4(i),ZERO:Ye,ONE:qe,create:c=>Ke(c,t),isValid:c=>{if(typeof c!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof c);return Ye<=c&&c<t},is0:c=>c===Ye,isOdd:c=>(c&qe)===qe,neg:c=>Ke(-c,t),eql:(c,u)=>c===u,sqr:c=>Ke(c*c,t),add:(c,u)=>Ke(c+u,t),sub:(c,u)=>Ke(c-u,t),mul:(c,u)=>Ke(c*u,t),pow:(c,u)=>p4(a,c,u),div:(c,u)=>Ke(c*Qp(u,t),t),sqrN:c=>c*c,addN:(c,u)=>c+u,subN:(c,u)=>c-u,mulN:(c,u)=>c*u,inv:c=>Qp(c,t),sqrt:r.sqrt||(c=>(o||(o=l4(t)),o(a,c))),invertBatch:c=>g4(a,c),cmov:(c,u,l)=>l?u:c,toBytes:c=>n?Sl(c,s):Wp(c,s),fromBytes:c=>{if(c.length!==s)throw new Error("Field.fromBytes: expected "+s+" bytes, got "+c.length);return n?Ma(c):n4(c)}});return Object.freeze(a)}const eg=BigInt(0),ja=BigInt(1);function Pl(t,e){const n=e.negate();return t?n:e}function tg(t,e){if(!Number.isSafeInteger(t)||t<=0||t>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+t)}function Dl(t,e){tg(t,e);const n=Math.ceil(e/t)+1,r=2**(t-1);return{windows:n,windowSize:r}}function b4(t,e){if(!Array.isArray(t))throw new Error("array expected");t.forEach((n,r)=>{if(!(n instanceof e))throw new Error("invalid point at index "+r)})}function w4(t,e){if(!Array.isArray(t))throw new Error("array of scalars expected");t.forEach((n,r)=>{if(!e.isValid(n))throw new Error("invalid scalar at index "+r)})}const Rl=new WeakMap,ng=new WeakMap;function Tl(t){return ng.get(t)||1}function y4(t,e){return{constTimeNegate:Pl,hasPrecomputes(n){return Tl(n)!==1},unsafeLadder(n,r,i=t.ZERO){let s=n;for(;r>eg;)r&ja&&(i=i.add(s)),s=s.double(),r>>=ja;return i},precomputeWindow(n,r){const{windows:i,windowSize:s}=Dl(r,e),o=[];let a=n,c=a;for(let u=0;u<i;u++){c=a,o.push(c);for(let l=1;l<s;l++)c=c.add(a),o.push(c);a=c.double()}return o},wNAF(n,r,i){const{windows:s,windowSize:o}=Dl(n,e);let a=t.ZERO,c=t.BASE;const u=BigInt(2**n-1),l=2**n,f=BigInt(n);for(let d=0;d<s;d++){const h=d*o;let p=Number(i&u);i>>=f,p>o&&(p-=l,i+=ja);const w=h,m=h+Math.abs(p)-1,P=d%2!==0,T=p<0;p===0?c=c.add(Pl(P,r[w])):a=a.add(Pl(T,r[m]))}return{p:a,f:c}},wNAFUnsafe(n,r,i,s=t.ZERO){const{windows:o,windowSize:a}=Dl(n,e),c=BigInt(2**n-1),u=2**n,l=BigInt(n);for(let f=0;f<o;f++){const d=f*a;if(i===eg)break;let h=Number(i&c);if(i>>=l,h>a&&(h-=u,i+=ja),h===0)continue;let p=r[d+Math.abs(h)-1];h<0&&(p=p.negate()),s=s.add(p)}return s},getPrecomputes(n,r,i){let s=Rl.get(r);return s||(s=this.precomputeWindow(r,n),n!==1&&Rl.set(r,i(s))),s},wNAFCached(n,r,i){const s=Tl(n);return this.wNAF(s,this.getPrecomputes(s,n,i),r)},wNAFCachedUnsafe(n,r,i,s){const o=Tl(n);return o===1?this.unsafeLadder(n,r,s):this.wNAFUnsafe(o,this.getPrecomputes(o,n,i),r,s)},setWindowSize(n,r){tg(r,e),ng.set(n,r),Rl.delete(n)}}}function m4(t,e,n,r){if(b4(n,t),w4(r,e),n.length!==r.length)throw new Error("arrays of points and scalars must have equal length");const i=t.ZERO,s=i4(BigInt(n.length)),o=s>12?s-3:s>4?s-2:s?2:1,a=(1<<o)-1,c=new Array(a+1).fill(i),u=Math.floor((e.BITS-1)/o)*o;let l=i;for(let f=u;f>=0;f-=o){c.fill(i);for(let h=0;h<r.length;h++){const p=r[h],w=Number(p>>BigInt(f)&BigInt(a));c[w]=c[w].add(n[h])}let d=i;for(let h=c.length-1,p=i;h>0;h--)p=p.add(c[h]),d=d.add(p);if(l=l.add(d),f!==0)for(let h=0;h<o;h++)l=l.double()}return l}function v4(t){return d4(t.Fp),Ol(t,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({..._p(t.n,t.nBitLength),...t,p:t.Fp.ORDER})}const bn=BigInt(0),Ft=BigInt(1),za=BigInt(2),E4=BigInt(8),x4={zip215:!0};function I4(t){const e=v4(t);return Ol(t,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...e})}function S4(t){const e=I4(t),{Fp:n,n:r,prehash:i,hash:s,randomBytes:o,nByteLength:a,h:c}=e,u=za<<BigInt(a*8)-Ft,l=n.create,f=$p(e.n,e.nBitLength),d=e.uvRatio||((g,y)=>{try{return{isValid:!0,value:n.sqrt(g*n.inv(y))}}catch{return{isValid:!1,value:bn}}}),h=e.adjustScalarBytes||(g=>g),p=e.domain||((g,y,B)=>{if(xl("phflag",B),y.length||B)throw new Error("Contexts/pre-hash are not supported");return g});function w(g,y){no("coordinate "+g,y,bn,u)}function m(g){if(!(g instanceof I))throw new Error("ExtendedPoint expected")}const P=Yp((g,y)=>{const{ex:B,ey:A,ez:O}=g,D=g.is0();y==null&&(y=D?E4:n.inv(O));const C=l(B*y),M=l(A*y),L=l(O*y);if(D)return{x:bn,y:Ft};if(L!==Ft)throw new Error("invZ was invalid");return{x:C,y:M}}),T=Yp(g=>{const{a:y,d:B}=e;if(g.is0())throw new Error("bad point: ZERO");const{ex:A,ey:O,ez:D,et:C}=g,M=l(A*A),L=l(O*O),V=l(D*D),q=l(V*V),W=l(M*y),Z=l(V*l(W+L)),z=l(q+l(B*l(M*L)));if(Z!==z)throw new Error("bad point: equation left != right (1)");const N=l(A*O),j=l(D*C);if(N!==j)throw new Error("bad point: equation left != right (2)");return!0});class I{constructor(y,B,A,O){this.ex=y,this.ey=B,this.ez=A,this.et=O,w("x",y),w("y",B),w("z",A),w("t",O),Object.freeze(this)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(y){if(y instanceof I)throw new Error("extended point not allowed");const{x:B,y:A}=y||{};return w("x",B),w("y",A),new I(B,A,Ft,l(B*A))}static normalizeZ(y){const B=n.invertBatch(y.map(A=>A.ez));return y.map((A,O)=>A.toAffine(B[O])).map(I.fromAffine)}static msm(y,B){return m4(I,f,y,B)}_setWindowSize(y){U.setWindowSize(this,y)}assertValidity(){T(this)}equals(y){m(y);const{ex:B,ey:A,ez:O}=this,{ex:D,ey:C,ez:M}=y,L=l(B*M),V=l(D*O),q=l(A*M),W=l(C*O);return L===V&&q===W}is0(){return this.equals(I.ZERO)}negate(){return new I(l(-this.ex),this.ey,this.ez,l(-this.et))}double(){const{a:y}=e,{ex:B,ey:A,ez:O}=this,D=l(B*B),C=l(A*A),M=l(za*l(O*O)),L=l(y*D),V=B+A,q=l(l(V*V)-D-C),W=L+C,Z=W-M,z=L-C,N=l(q*Z),j=l(W*z),K=l(q*z),X=l(Z*W);return new I(N,j,X,K)}add(y){m(y);const{a:B,d:A}=e,{ex:O,ey:D,ez:C,et:M}=this,{ex:L,ey:V,ez:q,et:W}=y;if(B===BigInt(-1)){const xe=l((D-O)*(V+L)),at=l((D+O)*(V-L)),Vt=l(at-xe);if(Vt===bn)return this.double();const Pt=l(C*za*W),vt=l(M*za*q),Ce=vt+Pt,ct=at+xe,Dt=vt-Pt,he=l(Ce*Vt),xh=l(ct*Dt),Ps=l(Ce*Dt),We=l(Vt*ct);return new I(he,xh,We,Ps)}const Z=l(O*L),z=l(D*V),N=l(M*A*W),j=l(C*q),K=l((O+D)*(L+V)-Z-z),X=j-N,ee=j+N,$=l(z-B*Z),re=l(K*X),le=l(ee*$),ce=l(K*$),ie=l(X*ee);return new I(re,le,ie,ce)}subtract(y){return this.add(y.negate())}wNAF(y){return U.wNAFCached(this,y,I.normalizeZ)}multiply(y){const B=y;no("scalar",B,Ft,r);const{p:A,f:O}=this.wNAF(B);return I.normalizeZ([A,O])[0]}multiplyUnsafe(y,B=I.ZERO){const A=y;return no("scalar",A,bn,r),A===bn?S:this.is0()||A===Ft?this:U.wNAFCachedUnsafe(this,A,I.normalizeZ,B)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return U.unsafeLadder(this,r).is0()}toAffine(y){return P(this,y)}clearCofactor(){const{h:y}=e;return y===Ft?this:this.multiplyUnsafe(y)}static fromHex(y,B=!1){const{d:A,a:O}=e,D=n.BYTES;y=tr("pointHex",y,D),xl("zip215",B);const C=y.slice(),M=y[D-1];C[D-1]=M&-129;const L=Ma(C),V=B?u:n.ORDER;no("pointHex.y",L,bn,V);const q=l(L*L),W=l(q-Ft),Z=l(A*q-O);let{isValid:z,value:N}=d(W,Z);if(!z)throw new Error("Point.fromHex: invalid y coordinate");const j=(N&Ft)===Ft,K=(M&128)!==0;if(!B&&N===bn&&K)throw new Error("Point.fromHex: x=0 and x_0=1");return K!==j&&(N=l(-N)),I.fromAffine({x:N,y:L})}static fromPrivateKey(y){return R(y).point}toRawBytes(){const{x:y,y:B}=this.toAffine(),A=Sl(B,n.BYTES);return A[A.length-1]|=y&Ft?128:0,A}toHex(){return Il(this.toRawBytes())}}I.BASE=new I(e.Gx,e.Gy,Ft,l(e.Gx*e.Gy)),I.ZERO=new I(bn,Ft,Ft,bn);const{BASE:x,ZERO:S}=I,U=y4(I,a*8);function k(g){return Ke(g,r)}function F(g){return k(Ma(g))}function R(g){const y=n.BYTES;g=tr("private key",g,y);const B=tr("hashed private key",s(g),2*y),A=h(B.slice(0,y)),O=B.slice(y,2*y),D=F(A),C=x.multiply(D),M=C.toRawBytes();return{head:A,prefix:O,scalar:D,point:C,pointBytes:M}}function G(g){return R(g).pointBytes}function H(g=new Uint8Array,...y){const B=Zp(...y);return F(s(p(B,tr("context",g),!!i)))}function E(g,y,B={}){g=tr("message",g),i&&(g=i(g));const{prefix:A,scalar:O,pointBytes:D}=R(y),C=H(B.context,A,g),M=x.multiply(C).toRawBytes(),L=H(B.context,M,D,g),V=k(C+L*O);no("signature.s",V,bn,r);const q=Zp(M,Sl(V,n.BYTES));return tr("result",q,n.BYTES*2)}const b=x4;function v(g,y,B,A=b){const{context:O,zip215:D}=A,C=n.BYTES;g=tr("signature",g,2*C),y=tr("message",y),B=tr("publicKey",B,C),D!==void 0&&xl("zip215",D),i&&(y=i(y));const M=Ma(g.slice(C,2*C));let L,V,q;try{L=I.fromHex(B,D),V=I.fromHex(g.slice(0,C),D),q=x.multiplyUnsafe(M)}catch{return!1}if(!D&&L.isSmallOrder())return!1;const W=H(O,V.toRawBytes(),L.toRawBytes(),y);return V.add(L.multiplyUnsafe(W)).subtract(q).clearCofactor().equals(I.ZERO)}return x._setWindowSize(8),{CURVE:e,getPublicKey:G,sign:E,verify:v,ExtendedPoint:I,utils:{getExtendedPublicKey:R,randomPrivateKey:()=>o(n.BYTES),precompute(g=8,y=I.BASE){return y._setWindowSize(g),y.multiply(BigInt(3)),y}}}}BigInt(0),BigInt(1);const Nl=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),rg=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752");BigInt(0);const B4=BigInt(1),ig=BigInt(2);BigInt(3);const O4=BigInt(5),A4=BigInt(8);function P4(t){const e=BigInt(10),n=BigInt(20),r=BigInt(40),i=BigInt(80),s=Nl,o=t*t%s*t%s,a=Rn(o,ig,s)*o%s,c=Rn(a,B4,s)*t%s,u=Rn(c,O4,s)*c%s,l=Rn(u,e,s)*u%s,f=Rn(l,n,s)*l%s,d=Rn(f,r,s)*f%s,h=Rn(d,i,s)*d%s,p=Rn(h,i,s)*d%s,w=Rn(p,e,s)*u%s;return{pow_p_5_8:Rn(w,ig,s)*t%s,b2:o}}function D4(t){return t[0]&=248,t[31]&=127,t[31]|=64,t}function R4(t,e){const n=Nl,r=Ke(e*e*e,n),i=Ke(r*r*e,n),s=P4(t*i).pow_p_5_8;let o=Ke(t*r*s,n);const a=Ke(e*o*o,n),c=o,u=Ke(o*rg,n),l=a===t,f=a===Ke(-t,n),d=a===Ke(-t*rg,n);return l&&(o=c),(f||d)&&(o=u),f4(o,n)&&(o=Ke(-o,n)),{isValid:l||f,value:o}}const T4=$p(Nl,void 0,!0),N4={a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:T4,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:A4,Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:$6,randomBytes:jp,adjustScalarBytes:D4,uvRatio:R4},sg=S4(N4),U4="EdDSA",C4="JWT",Ka=".",Va="base64url",og="utf8",ag="utf8",F4=":",q4="did",k4="key",cg="base58btc",L4="z",M4="K36",j4=32;function Ul(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function ug(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?Ul(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function lg(t,e){e||(e=t.reduce((i,s)=>i+s.length,0));const n=ug(e);let r=0;for(const i of t)n.set(i,r),r+=i.length;return Ul(n)}function z4(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var n=new Uint8Array(256),r=0;r<n.length;r++)n[r]=255;for(var i=0;i<t.length;i++){var s=t.charAt(i),o=s.charCodeAt(0);if(n[o]!==255)throw new TypeError(s+" is ambiguous");n[o]=i}var a=t.length,c=t.charAt(0),u=Math.log(a)/Math.log(256),l=Math.log(256)/Math.log(a);function f(p){if(p instanceof Uint8Array||(ArrayBuffer.isView(p)?p=new Uint8Array(p.buffer,p.byteOffset,p.byteLength):Array.isArray(p)&&(p=Uint8Array.from(p))),!(p instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(p.length===0)return"";for(var w=0,m=0,P=0,T=p.length;P!==T&&p[P]===0;)P++,w++;for(var I=(T-P)*l+1>>>0,x=new Uint8Array(I);P!==T;){for(var S=p[P],U=0,k=I-1;(S!==0||U<m)&&k!==-1;k--,U++)S+=256*x[k]>>>0,x[k]=S%a>>>0,S=S/a>>>0;if(S!==0)throw new Error("Non-zero carry");m=U,P++}for(var F=I-m;F!==I&&x[F]===0;)F++;for(var R=c.repeat(w);F<I;++F)R+=t.charAt(x[F]);return R}function d(p){if(typeof p!="string")throw new TypeError("Expected String");if(p.length===0)return new Uint8Array;var w=0;if(p[w]!==" "){for(var m=0,P=0;p[w]===c;)m++,w++;for(var T=(p.length-w)*u+1>>>0,I=new Uint8Array(T);p[w];){var x=n[p.charCodeAt(w)];if(x===255)return;for(var S=0,U=T-1;(x!==0||S<P)&&U!==-1;U--,S++)x+=a*I[U]>>>0,I[U]=x%256>>>0,x=x/256>>>0;if(x!==0)throw new Error("Non-zero carry");P=S,w++}if(p[w]!==" "){for(var k=T-P;k!==T&&I[k]===0;)k++;for(var F=new Uint8Array(m+(T-k)),R=m;k!==T;)F[R++]=I[k++];return F}}}function h(p){var w=d(p);if(w)return w;throw new Error(`Non-${e} character`)}return{encode:f,decodeUnsafe:d,decode:h}}var K4=z4,V4=K4;const fg=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},H4=t=>new TextEncoder().encode(t),G4=t=>new TextDecoder().decode(t);class W4{constructor(e,n,r){this.name=e,this.prefix=n,this.baseEncode=r}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}}class Z4{constructor(e,n,r){if(this.name=e,this.prefix=n,n.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=n.codePointAt(0),this.baseDecode=r}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return hg(this,e)}}class Y4{constructor(e){this.decoders=e}or(e){return hg(this,e)}decode(e){const n=e[0],r=this.decoders[n];if(r)return r.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}const hg=(t,e)=>new Y4({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}});class X4{constructor(e,n,r,i){this.name=e,this.prefix=n,this.baseEncode=r,this.baseDecode=i,this.encoder=new W4(e,n,r),this.decoder=new Z4(e,n,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const Ha=({name:t,prefix:e,encode:n,decode:r})=>new X4(t,e,n,r),ro=({prefix:t,name:e,alphabet:n})=>{const{encode:r,decode:i}=V4(n,e);return Ha({prefix:t,name:e,encode:r,decode:s=>fg(i(s))})},J4=(t,e,n,r)=>{const i={};for(let l=0;l<e.length;++l)i[e[l]]=l;let s=t.length;for(;t[s-1]==="=";)--s;const o=new Uint8Array(s*n/8|0);let a=0,c=0,u=0;for(let l=0;l<s;++l){const f=i[t[l]];if(f===void 0)throw new SyntaxError(`Non-${r} character`);c=c<<n|f,a+=n,a>=8&&(a-=8,o[u++]=255&c>>a)}if(a>=n||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return o},Q4=(t,e,n)=>{const r=e[e.length-1]==="=",i=(1<<n)-1;let s="",o=0,a=0;for(let c=0;c<t.length;++c)for(a=a<<8|t[c],o+=8;o>n;)o-=n,s+=e[i&a>>o];if(o&&(s+=e[i&a<<n-o]),r)for(;s.length*n&7;)s+="=";return s},$e=({name:t,prefix:e,bitsPerChar:n,alphabet:r})=>Ha({prefix:e,name:t,encode(i){return Q4(i,r,n)},decode(i){return J4(i,r,n,t)}}),_4=Ha({prefix:"\0",name:"identity",encode:t=>G4(t),decode:t=>H4(t)});var $4=Object.freeze({__proto__:null,identity:_4});const e5=$e({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var t5=Object.freeze({__proto__:null,base2:e5});const n5=$e({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var r5=Object.freeze({__proto__:null,base8:n5});const i5=ro({prefix:"9",name:"base10",alphabet:"0123456789"});var s5=Object.freeze({__proto__:null,base10:i5});const o5=$e({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),a5=$e({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var c5=Object.freeze({__proto__:null,base16:o5,base16upper:a5});const u5=$e({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),l5=$e({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),f5=$e({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),h5=$e({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),d5=$e({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),p5=$e({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),g5=$e({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),b5=$e({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),w5=$e({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var y5=Object.freeze({__proto__:null,base32:u5,base32upper:l5,base32pad:f5,base32padupper:h5,base32hex:d5,base32hexupper:p5,base32hexpad:g5,base32hexpadupper:b5,base32z:w5});const m5=ro({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),v5=ro({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var E5=Object.freeze({__proto__:null,base36:m5,base36upper:v5});const x5=ro({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),I5=ro({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var S5=Object.freeze({__proto__:null,base58btc:x5,base58flickr:I5});const B5=$e({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),O5=$e({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),A5=$e({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),P5=$e({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var D5=Object.freeze({__proto__:null,base64:B5,base64pad:O5,base64url:A5,base64urlpad:P5});const dg=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),R5=dg.reduce((t,e,n)=>(t[n]=e,t),[]),T5=dg.reduce((t,e,n)=>(t[e.codePointAt(0)]=n,t),[]);function N5(t){return t.reduce((e,n)=>(e+=R5[n],e),"")}function U5(t){const e=[];for(const n of t){const r=T5[n.codePointAt(0)];if(r===void 0)throw new Error(`Non-base256emoji character: ${n}`);e.push(r)}return new Uint8Array(e)}const C5=Ha({prefix:"\u{1F680}",name:"base256emoji",encode:N5,decode:U5});var F5=Object.freeze({__proto__:null,base256emoji:C5}),q5=gg,pg=128,k5=127,L5=~k5,M5=Math.pow(2,31);function gg(t,e,n){e=e||[],n=n||0;for(var r=n;t>=M5;)e[n++]=t&255|pg,t/=128;for(;t&L5;)e[n++]=t&255|pg,t>>>=7;return e[n]=t|0,gg.bytes=n-r+1,e}var j5=Cl,z5=128,bg=127;function Cl(t,r){var n=0,r=r||0,i=0,s=r,o,a=t.length;do{if(s>=a)throw Cl.bytes=0,new RangeError("Could not decode varint");o=t[s++],n+=i<28?(o&bg)<<i:(o&bg)*Math.pow(2,i),i+=7}while(o>=z5);return Cl.bytes=s-r,n}var K5=Math.pow(2,7),V5=Math.pow(2,14),H5=Math.pow(2,21),G5=Math.pow(2,28),W5=Math.pow(2,35),Z5=Math.pow(2,42),Y5=Math.pow(2,49),X5=Math.pow(2,56),J5=Math.pow(2,63),Q5=function(t){return t<K5?1:t<V5?2:t<H5?3:t<G5?4:t<W5?5:t<Z5?6:t<Y5?7:t<X5?8:t<J5?9:10},_5={encode:q5,decode:j5,encodingLength:Q5},wg=_5;const yg=(t,e,n=0)=>(wg.encode(t,e,n),e),mg=t=>wg.encodingLength(t),Fl=(t,e)=>{const n=e.byteLength,r=mg(t),i=r+mg(n),s=new Uint8Array(i+n);return yg(t,s,0),yg(n,s,r),s.set(e,i),new $5(t,n,e,s)};class $5{constructor(e,n,r,i){this.code=e,this.size=n,this.digest=r,this.bytes=i}}const vg=({name:t,code:e,encode:n})=>new ex(t,e,n);class ex{constructor(e,n,r){this.name=e,this.code=n,this.encode=r}digest(e){if(e instanceof Uint8Array){const n=this.encode(e);return n instanceof Uint8Array?Fl(this.code,n):n.then(r=>Fl(this.code,r))}else throw Error("Unknown type, must be binary type")}}const Eg=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),tx=vg({name:"sha2-256",code:18,encode:Eg("SHA-256")}),nx=vg({name:"sha2-512",code:19,encode:Eg("SHA-512")});var rx=Object.freeze({__proto__:null,sha256:tx,sha512:nx});const xg=0,ix="identity",Ig=fg;var sx=Object.freeze({__proto__:null,identity:{code:xg,name:ix,encode:Ig,digest:t=>Fl(xg,Ig(t))}});new TextEncoder,new TextDecoder;const Sg={...$4,...t5,...r5,...s5,...c5,...y5,...E5,...S5,...D5,...F5};({...rx,...sx});function Bg(t,e,n,r){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:n},decoder:{decode:r}}}const Og=Bg("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),ql=Bg("ascii","a",t=>{let e="a";for(let n=0;n<t.length;n++)e+=String.fromCharCode(t[n]);return e},t=>{t=t.substring(1);const e=ug(t.length);for(let n=0;n<t.length;n++)e[n]=t.charCodeAt(n);return e}),Ag={utf8:Og,"utf-8":Og,hex:Sg.base16,latin1:ql,ascii:ql,binary:ql,...Sg};function Ga(t,e="utf8"){const n=Ag[e];if(!n)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString("utf8"):n.encoder.encode(t).substring(1)}function us(t,e="utf8"){const n=Ag[e];if(!n)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Ul(globalThis.Buffer.from(t,"utf-8")):n.decoder.decode(`${n.prefix}${t}`)}function Pg(t){return as(Ga(us(t,Va),og))}function Wa(t){return Ga(us(to(t),og),Va)}function Dg(t){const e=us(M4,cg),n=L4+Ga(lg([e,t]),cg);return[q4,k4,n].join(F4)}function ox(t){return Ga(t,Va)}function ax(t){return us(t,Va)}function cx(t){return us([Wa(t.header),Wa(t.payload)].join(Ka),ag)}function ux(t){return[Wa(t.header),Wa(t.payload),ox(t.signature)].join(Ka)}function kl(t){const e=t.split(Ka),n=Pg(e[0]),r=Pg(e[1]),i=ax(e[2]),s=us(e.slice(0,2).join(Ka),ag);return{header:n,payload:r,signature:i,data:s}}function Rg(t=jp(j4)){const e=sg.getPublicKey(t);return{secretKey:lg([t,e]),publicKey:e}}async function lx(t,e,n,r,i=J.fromMiliseconds(Date.now())){const s={alg:U4,typ:C4},o=Dg(r.publicKey),a=i+n,c={iss:o,sub:t,aud:e,iat:i,exp:a},u=cx({header:s,payload:c}),l=sg.sign(u,r.secretKey.slice(0,32));return ux({header:s,payload:c,signature:l})}function Ll(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function Tg(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?Ll(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function io(t,e){e||(e=t.reduce((i,s)=>i+s.length,0));const n=Tg(e);let r=0;for(const i of t)n.set(i,r),r+=i.length;return Ll(n)}function fx(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var n=new Uint8Array(256),r=0;r<n.length;r++)n[r]=255;for(var i=0;i<t.length;i++){var s=t.charAt(i),o=s.charCodeAt(0);if(n[o]!==255)throw new TypeError(s+" is ambiguous");n[o]=i}var a=t.length,c=t.charAt(0),u=Math.log(a)/Math.log(256),l=Math.log(256)/Math.log(a);function f(p){if(p instanceof Uint8Array||(ArrayBuffer.isView(p)?p=new Uint8Array(p.buffer,p.byteOffset,p.byteLength):Array.isArray(p)&&(p=Uint8Array.from(p))),!(p instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(p.length===0)return"";for(var w=0,m=0,P=0,T=p.length;P!==T&&p[P]===0;)P++,w++;for(var I=(T-P)*l+1>>>0,x=new Uint8Array(I);P!==T;){for(var S=p[P],U=0,k=I-1;(S!==0||U<m)&&k!==-1;k--,U++)S+=256*x[k]>>>0,x[k]=S%a>>>0,S=S/a>>>0;if(S!==0)throw new Error("Non-zero carry");m=U,P++}for(var F=I-m;F!==I&&x[F]===0;)F++;for(var R=c.repeat(w);F<I;++F)R+=t.charAt(x[F]);return R}function d(p){if(typeof p!="string")throw new TypeError("Expected String");if(p.length===0)return new Uint8Array;var w=0;if(p[w]!==" "){for(var m=0,P=0;p[w]===c;)m++,w++;for(var T=(p.length-w)*u+1>>>0,I=new Uint8Array(T);p[w];){var x=n[p.charCodeAt(w)];if(x===255)return;for(var S=0,U=T-1;(x!==0||S<P)&&U!==-1;U--,S++)x+=a*I[U]>>>0,I[U]=x%256>>>0,x=x/256>>>0;if(x!==0)throw new Error("Non-zero carry");P=S,w++}if(p[w]!==" "){for(var k=T-P;k!==T&&I[k]===0;)k++;for(var F=new Uint8Array(m+(T-k)),R=m;k!==T;)F[R++]=I[k++];return F}}}function h(p){var w=d(p);if(w)return w;throw new Error(`Non-${e} character`)}return{encode:f,decodeUnsafe:d,decode:h}}var hx=fx,dx=hx;const Ng=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},px=t=>new TextEncoder().encode(t),gx=t=>new TextDecoder().decode(t);class bx{constructor(e,n,r){this.name=e,this.prefix=n,this.baseEncode=r}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}}class wx{constructor(e,n,r){if(this.name=e,this.prefix=n,n.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=n.codePointAt(0),this.baseDecode=r}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return Ug(this,e)}}class yx{constructor(e){this.decoders=e}or(e){return Ug(this,e)}decode(e){const n=e[0],r=this.decoders[n];if(r)return r.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}const Ug=(t,e)=>new yx({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}});class mx{constructor(e,n,r,i){this.name=e,this.prefix=n,this.baseEncode=r,this.baseDecode=i,this.encoder=new bx(e,n,r),this.decoder=new wx(e,n,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const Za=({name:t,prefix:e,encode:n,decode:r})=>new mx(t,e,n,r),so=({prefix:t,name:e,alphabet:n})=>{const{encode:r,decode:i}=dx(n,e);return Za({prefix:t,name:e,encode:r,decode:s=>Ng(i(s))})},vx=(t,e,n,r)=>{const i={};for(let l=0;l<e.length;++l)i[e[l]]=l;let s=t.length;for(;t[s-1]==="=";)--s;const o=new Uint8Array(s*n/8|0);let a=0,c=0,u=0;for(let l=0;l<s;++l){const f=i[t[l]];if(f===void 0)throw new SyntaxError(`Non-${r} character`);c=c<<n|f,a+=n,a>=8&&(a-=8,o[u++]=255&c>>a)}if(a>=n||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return o},Ex=(t,e,n)=>{const r=e[e.length-1]==="=",i=(1<<n)-1;let s="",o=0,a=0;for(let c=0;c<t.length;++c)for(a=a<<8|t[c],o+=8;o>n;)o-=n,s+=e[i&a>>o];if(o&&(s+=e[i&a<<n-o]),r)for(;s.length*n&7;)s+="=";return s},et=({name:t,prefix:e,bitsPerChar:n,alphabet:r})=>Za({prefix:e,name:t,encode(i){return Ex(i,r,n)},decode(i){return vx(i,r,n,t)}}),xx=Za({prefix:"\0",name:"identity",encode:t=>gx(t),decode:t=>px(t)});var Ix=Object.freeze({__proto__:null,identity:xx});const Sx=et({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Bx=Object.freeze({__proto__:null,base2:Sx});const Ox=et({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Ax=Object.freeze({__proto__:null,base8:Ox});const Px=so({prefix:"9",name:"base10",alphabet:"0123456789"});var Dx=Object.freeze({__proto__:null,base10:Px});const Rx=et({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Tx=et({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Nx=Object.freeze({__proto__:null,base16:Rx,base16upper:Tx});const Ux=et({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Cx=et({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Fx=et({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),qx=et({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),kx=et({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Lx=et({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Mx=et({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),jx=et({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),zx=et({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Kx=Object.freeze({__proto__:null,base32:Ux,base32upper:Cx,base32pad:Fx,base32padupper:qx,base32hex:kx,base32hexupper:Lx,base32hexpad:Mx,base32hexpadupper:jx,base32z:zx});const Vx=so({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Hx=so({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Gx=Object.freeze({__proto__:null,base36:Vx,base36upper:Hx});const Wx=so({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Zx=so({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Yx=Object.freeze({__proto__:null,base58btc:Wx,base58flickr:Zx});const Xx=et({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Jx=et({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Qx=et({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),_x=et({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var $x=Object.freeze({__proto__:null,base64:Xx,base64pad:Jx,base64url:Qx,base64urlpad:_x});const Cg=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),e7=Cg.reduce((t,e,n)=>(t[n]=e,t),[]),t7=Cg.reduce((t,e,n)=>(t[e.codePointAt(0)]=n,t),[]);function n7(t){return t.reduce((e,n)=>(e+=e7[n],e),"")}function r7(t){const e=[];for(const n of t){const r=t7[n.codePointAt(0)];if(r===void 0)throw new Error(`Non-base256emoji character: ${n}`);e.push(r)}return new Uint8Array(e)}const i7=Za({prefix:"\u{1F680}",name:"base256emoji",encode:n7,decode:r7});var s7=Object.freeze({__proto__:null,base256emoji:i7}),o7=qg,Fg=128,a7=127,c7=~a7,u7=Math.pow(2,31);function qg(t,e,n){e=e||[],n=n||0;for(var r=n;t>=u7;)e[n++]=t&255|Fg,t/=128;for(;t&c7;)e[n++]=t&255|Fg,t>>>=7;return e[n]=t|0,qg.bytes=n-r+1,e}var l7=Ml,f7=128,kg=127;function Ml(t,r){var n=0,r=r||0,i=0,s=r,o,a=t.length;do{if(s>=a)throw Ml.bytes=0,new RangeError("Could not decode varint");o=t[s++],n+=i<28?(o&kg)<<i:(o&kg)*Math.pow(2,i),i+=7}while(o>=f7);return Ml.bytes=s-r,n}var h7=Math.pow(2,7),d7=Math.pow(2,14),p7=Math.pow(2,21),g7=Math.pow(2,28),b7=Math.pow(2,35),w7=Math.pow(2,42),y7=Math.pow(2,49),m7=Math.pow(2,56),v7=Math.pow(2,63),E7=function(t){return t<h7?1:t<d7?2:t<p7?3:t<g7?4:t<b7?5:t<w7?6:t<y7?7:t<m7?8:t<v7?9:10},x7={encode:o7,decode:l7,encodingLength:E7},Lg=x7;const Mg=(t,e,n=0)=>(Lg.encode(t,e,n),e),jg=t=>Lg.encodingLength(t),jl=(t,e)=>{const n=e.byteLength,r=jg(t),i=r+jg(n),s=new Uint8Array(i+n);return Mg(t,s,0),Mg(n,s,r),s.set(e,i),new I7(t,n,e,s)};class I7{constructor(e,n,r,i){this.code=e,this.size=n,this.digest=r,this.bytes=i}}const zg=({name:t,code:e,encode:n})=>new S7(t,e,n);class S7{constructor(e,n,r){this.name=e,this.code=n,this.encode=r}digest(e){if(e instanceof Uint8Array){const n=this.encode(e);return n instanceof Uint8Array?jl(this.code,n):n.then(r=>jl(this.code,r))}else throw Error("Unknown type, must be binary type")}}const Kg=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),B7=zg({name:"sha2-256",code:18,encode:Kg("SHA-256")}),O7=zg({name:"sha2-512",code:19,encode:Kg("SHA-512")});var A7=Object.freeze({__proto__:null,sha256:B7,sha512:O7});const Vg=0,P7="identity",Hg=Ng;var D7=Object.freeze({__proto__:null,identity:{code:Vg,name:P7,encode:Hg,digest:t=>jl(Vg,Hg(t))}});new TextEncoder,new TextDecoder;const Gg={...Ix,...Bx,...Ax,...Dx,...Nx,...Kx,...Gx,...Yx,...$x,...s7};({...A7,...D7});function Wg(t,e,n,r){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:n},decoder:{decode:r}}}const Zg=Wg("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),zl=Wg("ascii","a",t=>{let e="a";for(let n=0;n<t.length;n++)e+=String.fromCharCode(t[n]);return e},t=>{t=t.substring(1);const e=Tg(t.length);for(let n=0;n<t.length;n++)e[n]=t.charCodeAt(n);return e}),Yg={utf8:Zg,"utf-8":Zg,hex:Gg.base16,latin1:zl,ascii:zl,binary:zl,...Gg};function sn(t,e="utf8"){const n=Yg[e];if(!n)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Ll(globalThis.Buffer.from(t,"utf-8")):n.decoder.decode(`${n.prefix}${t}`)}function qt(t,e="utf8"){const n=Yg[e];if(!n)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString("utf8"):n.encoder.encode(t).substring(1)}const R7={waku:{publish:"waku_publish",batchPublish:"waku_batchPublish",subscribe:"waku_subscribe",batchSubscribe:"waku_batchSubscribe",subscription:"waku_subscription",unsubscribe:"waku_unsubscribe",batchUnsubscribe:"waku_batchUnsubscribe",batchFetchMessages:"waku_batchFetchMessages"},irn:{publish:"irn_publish",batchPublish:"irn_batchPublish",subscribe:"irn_subscribe",batchSubscribe:"irn_batchSubscribe",subscription:"irn_subscription",unsubscribe:"irn_unsubscribe",batchUnsubscribe:"irn_batchUnsubscribe",batchFetchMessages:"irn_batchFetchMessages"},iridium:{publish:"iridium_publish",batchPublish:"iridium_batchPublish",subscribe:"iridium_subscribe",batchSubscribe:"iridium_batchSubscribe",subscription:"iridium_subscription",unsubscribe:"iridium_unsubscribe",batchUnsubscribe:"iridium_batchUnsubscribe",batchFetchMessages:"iridium_batchFetchMessages"}},T7="Input must be an string, Buffer or Uint8Array";function N7(t){let e;if(t instanceof Uint8Array)e=t;else if(typeof t=="string")e=new TextEncoder().encode(t);else throw new Error(T7);return e}function U7(t){return Array.prototype.map.call(t,function(e){return(e<16?"0":"")+e.toString(16)}).join("")}function Ya(t){return(4294967296+t).toString(16).substring(1)}function C7(t,e,n){let r=`
17
+ `+t+" = ";for(let i=0;i<e.length;i+=2){if(n===32)r+=Ya(e[i]).toUpperCase(),r+=" ",r+=Ya(e[i+1]).toUpperCase();else if(n===64)r+=Ya(e[i+1]).toUpperCase(),r+=Ya(e[i]).toUpperCase();else throw new Error("Invalid size "+n);i%6===4?r+=`
18
+ `+new Array(t.length+4).join(" "):i<e.length-2&&(r+=" ")}console.log(r)}function F7(t,e,n){let r=new Date().getTime();const i=new Uint8Array(e);for(let o=0;o<e;o++)i[o]=o%256;const s=new Date().getTime();console.log("Generated random input in "+(s-r)+"ms"),r=s;for(let o=0;o<n;o++){const a=t(i),c=new Date().getTime(),u=c-r;r=c,console.log("Hashed in "+u+"ms: "+a.substring(0,20)+"..."),console.log(Math.round(e/(1<<20)/(u/1e3)*100)/100+" MB PER SECOND")}}var Xg={normalizeInput:N7,toHex:U7,debugPrint:C7,testSpeed:F7};const Xa=Xg;function Ja(t,e,n){const r=t[e]+t[n];let i=t[e+1]+t[n+1];r>=4294967296&&i++,t[e]=r,t[e+1]=i}function Jg(t,e,n,r){let i=t[e]+n;n<0&&(i+=4294967296);let s=t[e+1]+r;i>=4294967296&&s++,t[e]=i,t[e+1]=s}function Qg(t,e){return t[e]^t[e+1]<<8^t[e+2]<<16^t[e+3]<<24}function Cr(t,e,n,r,i,s){const o=oo[i],a=oo[i+1],c=oo[s],u=oo[s+1];Ja(ue,t,e),Jg(ue,t,o,a);let l=ue[r]^ue[t],f=ue[r+1]^ue[t+1];ue[r]=f,ue[r+1]=l,Ja(ue,n,r),l=ue[e]^ue[n],f=ue[e+1]^ue[n+1],ue[e]=l>>>24^f<<8,ue[e+1]=f>>>24^l<<8,Ja(ue,t,e),Jg(ue,t,c,u),l=ue[r]^ue[t],f=ue[r+1]^ue[t+1],ue[r]=l>>>16^f<<16,ue[r+1]=f>>>16^l<<16,Ja(ue,n,r),l=ue[e]^ue[n],f=ue[e+1]^ue[n+1],ue[e]=f>>>31^l<<1,ue[e+1]=l>>>31^f<<1}const _g=new Uint32Array([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),q7=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3],dt=new Uint8Array(q7.map(function(t){return t*2})),ue=new Uint32Array(32),oo=new Uint32Array(32);function $g(t,e){let n=0;for(n=0;n<16;n++)ue[n]=t.h[n],ue[n+16]=_g[n];for(ue[24]=ue[24]^t.t,ue[25]=ue[25]^t.t/4294967296,e&&(ue[28]=~ue[28],ue[29]=~ue[29]),n=0;n<32;n++)oo[n]=Qg(t.b,4*n);for(n=0;n<12;n++)Cr(0,8,16,24,dt[n*16+0],dt[n*16+1]),Cr(2,10,18,26,dt[n*16+2],dt[n*16+3]),Cr(4,12,20,28,dt[n*16+4],dt[n*16+5]),Cr(6,14,22,30,dt[n*16+6],dt[n*16+7]),Cr(0,10,20,30,dt[n*16+8],dt[n*16+9]),Cr(2,12,22,24,dt[n*16+10],dt[n*16+11]),Cr(4,14,16,26,dt[n*16+12],dt[n*16+13]),Cr(6,8,18,28,dt[n*16+14],dt[n*16+15]);for(n=0;n<16;n++)t.h[n]=t.h[n]^ue[n]^ue[n+16]}const Fr=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);function e1(t,e,n,r){if(t===0||t>64)throw new Error("Illegal output length, expected 0 < length <= 64");if(e&&e.length>64)throw new Error("Illegal key, expected Uint8Array with 0 < length <= 64");if(n&&n.length!==16)throw new Error("Illegal salt, expected Uint8Array with length is 16");if(r&&r.length!==16)throw new Error("Illegal personal, expected Uint8Array with length is 16");const i={b:new Uint8Array(128),h:new Uint32Array(16),t:0,c:0,outlen:t};Fr.fill(0),Fr[0]=t,e&&(Fr[1]=e.length),Fr[2]=1,Fr[3]=1,n&&Fr.set(n,32),r&&Fr.set(r,48);for(let s=0;s<16;s++)i.h[s]=_g[s]^Qg(Fr,s*4);return e&&(Kl(i,e),i.c=128),i}function Kl(t,e){for(let n=0;n<e.length;n++)t.c===128&&(t.t+=t.c,$g(t,!1),t.c=0),t.b[t.c++]=e[n]}function t1(t){for(t.t+=t.c;t.c<128;)t.b[t.c++]=0;$g(t,!0);const e=new Uint8Array(t.outlen);for(let n=0;n<t.outlen;n++)e[n]=t.h[n>>2]>>8*(n&3);return e}function n1(t,e,n,r,i){n=n||64,t=Xa.normalizeInput(t),r&&(r=Xa.normalizeInput(r)),i&&(i=Xa.normalizeInput(i));const s=e1(n,e,r,i);return Kl(s,t),t1(s)}function k7(t,e,n,r,i){const s=n1(t,e,n,r,i);return Xa.toHex(s)}var L7={blake2b:n1,blake2bHex:k7,blake2bInit:e1,blake2bUpdate:Kl,blake2bFinal:t1};const r1=Xg;function M7(t,e){return t[e]^t[e+1]<<8^t[e+2]<<16^t[e+3]<<24}function qr(t,e,n,r,i,s){ye[t]=ye[t]+ye[e]+i,ye[r]=Qa(ye[r]^ye[t],16),ye[n]=ye[n]+ye[r],ye[e]=Qa(ye[e]^ye[n],12),ye[t]=ye[t]+ye[e]+s,ye[r]=Qa(ye[r]^ye[t],8),ye[n]=ye[n]+ye[r],ye[e]=Qa(ye[e]^ye[n],7)}function Qa(t,e){return t>>>e^t<<32-e}const i1=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),pt=new Uint8Array([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0]),ye=new Uint32Array(16),tt=new Uint32Array(16);function s1(t,e){let n=0;for(n=0;n<8;n++)ye[n]=t.h[n],ye[n+8]=i1[n];for(ye[12]^=t.t,ye[13]^=t.t/4294967296,e&&(ye[14]=~ye[14]),n=0;n<16;n++)tt[n]=M7(t.b,4*n);for(n=0;n<10;n++)qr(0,4,8,12,tt[pt[n*16+0]],tt[pt[n*16+1]]),qr(1,5,9,13,tt[pt[n*16+2]],tt[pt[n*16+3]]),qr(2,6,10,14,tt[pt[n*16+4]],tt[pt[n*16+5]]),qr(3,7,11,15,tt[pt[n*16+6]],tt[pt[n*16+7]]),qr(0,5,10,15,tt[pt[n*16+8]],tt[pt[n*16+9]]),qr(1,6,11,12,tt[pt[n*16+10]],tt[pt[n*16+11]]),qr(2,7,8,13,tt[pt[n*16+12]],tt[pt[n*16+13]]),qr(3,4,9,14,tt[pt[n*16+14]],tt[pt[n*16+15]]);for(n=0;n<8;n++)t.h[n]^=ye[n]^ye[n+8]}function o1(t,e){if(!(t>0&&t<=32))throw new Error("Incorrect output length, should be in [1, 32]");const n=e?e.length:0;if(e&&!(n>0&&n<=32))throw new Error("Incorrect key length, should be in [1, 32]");const r={h:new Uint32Array(i1),b:new Uint8Array(64),c:0,t:0,outlen:t};return r.h[0]^=16842752^n<<8^t,n>0&&(Vl(r,e),r.c=64),r}function Vl(t,e){for(let n=0;n<e.length;n++)t.c===64&&(t.t+=t.c,s1(t,!1),t.c=0),t.b[t.c++]=e[n]}function a1(t){for(t.t+=t.c;t.c<64;)t.b[t.c++]=0;s1(t,!0);const e=new Uint8Array(t.outlen);for(let n=0;n<t.outlen;n++)e[n]=t.h[n>>2]>>8*(n&3)&255;return e}function c1(t,e,n){n=n||32,t=r1.normalizeInput(t);const r=o1(n,e);return Vl(r,t),a1(r)}function j7(t,e,n){const r=c1(t,e,n);return r1.toHex(r)}var z7={blake2s:c1,blake2sHex:j7,blake2sInit:o1,blake2sUpdate:Vl,blake2sFinal:a1};const ao=L7,co=z7;var K7={blake2b:ao.blake2b,blake2bHex:ao.blake2bHex,blake2bInit:ao.blake2bInit,blake2bUpdate:ao.blake2bUpdate,blake2bFinal:ao.blake2bFinal,blake2s:co.blake2s,blake2sHex:co.blake2sHex,blake2sInit:co.blake2sInit,blake2sUpdate:co.blake2sUpdate,blake2sFinal:co.blake2sFinal};const V7=":";function _a(t){const[e,n]=t.split(V7);return{namespace:e,reference:n}}function u1(t,e){return t.includes(":")?[t]:e.chains||[]}var H7=Object.defineProperty,G7=Object.defineProperties,W7=Object.getOwnPropertyDescriptors,l1=Object.getOwnPropertySymbols,Z7=Object.prototype.hasOwnProperty,Y7=Object.prototype.propertyIsEnumerable,Hl=(t,e,n)=>e in t?H7(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,f1=(t,e)=>{for(var n in e||(e={}))Z7.call(e,n)&&Hl(t,n,e[n]);if(l1)for(var n of l1(e))Y7.call(e,n)&&Hl(t,n,e[n]);return t},X7=(t,e)=>G7(t,W7(e)),h1=(t,e,n)=>Hl(t,typeof e!="symbol"?e+"":e,n);const J7="ReactNative",Xt={reactNative:"react-native",node:"node",browser:"browser",unknown:"unknown"},Q7="js";function uo(){return typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.node<"u"}function kr(){return!ui()&&!!iu()&&navigator.product===J7}function d1(){return kr()&&typeof global<"u"&&typeof(global==null?void 0:global.Platform)<"u"&&(global==null?void 0:global.Platform.OS)==="android"}function p1(){return kr()&&typeof global<"u"&&typeof(global==null?void 0:global.Platform)<"u"&&(global==null?void 0:global.Platform.OS)==="ios"}function vi(){return!uo()&&!!iu()&&!!ui()}function lo(){return kr()?Xt.reactNative:uo()?Xt.node:vi()?Xt.browser:Xt.unknown}function Gl(){var t;try{return kr()&&typeof global<"u"&&typeof(global==null?void 0:global.Application)<"u"?(t=global.Application)==null?void 0:t.applicationId:void 0}catch{return}}function _7(t,e){const n=new URLSearchParams(t);return Object.entries(e).sort(([r],[i])=>r.localeCompare(i)).forEach(([r,i])=>{i!=null&&n.set(r,String(i))}),n.toString()}function $7(t){var e,n;const r=g1();try{return t!=null&&t.url&&r.url&&new URL(t.url).host!==new URL(r.url).host&&(console.warn(`The configured WalletConnect 'metadata.url':${t.url} differs from the actual page url:${r.url}. This is probably unintended and can lead to issues.`),t.url=r.url),(e=t?.icons)!=null&&e.length&&t.icons.length>0&&(t.icons=t.icons.filter(i=>i!=="")),X7(f1(f1({},r),t),{url:t?.url||r.url,name:t?.name||r.name,description:t?.description||r.description,icons:(n=t?.icons)!=null&&n.length&&t.icons.length>0?t.icons:r.icons})}catch(i){return console.warn("Error populating app metadata",i),t||r}}function g1(){return md()||{name:"",description:"",url:"",icons:[""]}}function eI(){if(lo()===Xt.reactNative&&typeof global<"u"&&typeof(global==null?void 0:global.Platform)<"u"){const{OS:n,Version:r}=global.Platform;return[n,r].join("-")}const t=x2();if(t===null)return"unknown";const e=t.os?t.os.replace(" ","").toLowerCase():"unknown";return t.type==="browser"?[e,t.name,t.version].join("-"):[e,t.version].join("-")}function tI(){var t;const e=lo();return e===Xt.browser?[e,((t=yd())==null?void 0:t.host)||"unknown"].join(":"):e}function b1(t,e,n){const r=eI(),i=tI();return[[t,e].join("-"),[Q7,n].join("-"),r,i].join("/")}function nI({protocol:t,version:e,relayUrl:n,sdkVersion:r,auth:i,projectId:s,useOnCloseEvent:o,bundleId:a,packageName:c}){const u=n.split("?"),l=b1(t,e,r),f={auth:i,ua:l,projectId:s,useOnCloseEvent:o||void 0,packageName:c||void 0,bundleId:a||void 0},d=_7(u[1]||"",f);return u[0]+"?"+d}function Ei(t,e){return t.filter(n=>e.includes(n)).length===t.length}function Wl(t){return Object.fromEntries(t.entries())}function Zl(t){return new Map(Object.entries(t))}function xi(t=J.FIVE_MINUTES,e){const n=J.toMiliseconds(t||J.FIVE_MINUTES);let r,i,s,o;return{resolve:a=>{s&&r&&(clearTimeout(s),r(a),o=Promise.resolve(a))},reject:a=>{s&&i&&(clearTimeout(s),i(a))},done:()=>new Promise((a,c)=>{if(o)return a(o);s=setTimeout(()=>{const u=new Error(e);o=Promise.reject(u),c(u)},n),r=a,i=c})}}function Tn(t,e,n){return new Promise(async(r,i)=>{const s=setTimeout(()=>i(new Error(n)),e);try{const o=await t;r(o)}catch(o){i(o)}clearTimeout(s)})}function w1(t,e){if(typeof e=="string"&&e.startsWith(`${t}:`))return e;if(t.toLowerCase()==="topic"){if(typeof e!="string")throw new Error('Value must be "string" for expirer target type: topic');return`topic:${e}`}else if(t.toLowerCase()==="id"){if(typeof e!="number")throw new Error('Value must be "number" for expirer target type: id');return`id:${e}`}throw new Error(`Unknown expirer target type: ${t}`)}function rI(t){return w1("topic",t)}function iI(t){return w1("id",t)}function y1(t){const[e,n]=t.split(":"),r={id:void 0,topic:void 0};if(e==="topic"&&typeof n=="string")r.topic=n;else if(e==="id"&&Number.isInteger(Number(n)))r.id=Number(n);else throw new Error(`Invalid target, expected id:number or topic:string, got ${e}:${n}`);return r}function Ve(t,e){return J.fromMiliseconds((e||Date.now())+J.toMiliseconds(t))}function Lr(t){return Date.now()>=J.toMiliseconds(t)}function Ee(t,e){return`${t}${e?`:${e}`:""}`}function Ii(t=[],e=[]){return[...new Set([...t,...e])]}async function sI({id:t,topic:e,wcDeepLink:n}){var r;try{if(!n)return;const i=typeof n=="string"?JSON.parse(n):n,s=i?.href;if(typeof s!="string")return;const o=oI(s,t,e),a=lo();if(a===Xt.browser){if(!((r=ui())!=null&&r.hasFocus())){console.warn("Document does not have focus, skipping deeplink.");return}aI(o)}else a===Xt.reactNative&&typeof(global==null?void 0:global.Linking)<"u"&&await global.Linking.openURL(o)}catch(i){console.error(i)}}function oI(t,e,n){const r=`requestId=${e}&sessionTopic=${n}`;t.endsWith("/")&&(t=t.slice(0,-1));let i=`${t}`;if(t.startsWith("https://t.me")){const s=t.includes("?")?"&startapp=":"?startapp=";i=`${i}${s}${fI(r,!0)}`}else i=`${i}/wc?${r}`;return i}function aI(t){let e="_self";lI()?e="_top":(uI()||t.startsWith("https://")||t.startsWith("http://"))&&(e="_blank"),window.open(t,e,"noreferrer noopener")}async function cI(t,e){let n="";try{if(vi()&&(n=localStorage.getItem(e),n))return n;n=await t.getItem(e)}catch(r){console.error(r)}return n}function m1(t,e){if(!t.includes(e))return null;const n=t.split(/([&,?,=])/),r=n.indexOf(e);return n[r+2]}function v1(){return typeof crypto<"u"&&crypto!=null&&crypto.randomUUID?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/gu,t=>{const e=Math.random()*16|0;return(t==="x"?e:e&3|8).toString(16)})}function Yl(){return typeof process<"u"&&process.env.IS_VITEST==="true"}function uI(){return typeof window<"u"&&(!!window.TelegramWebviewProxy||!!window.Telegram||!!window.TelegramWebviewProxyProto)}function lI(){try{return window.self!==window.top}catch{return!1}}function fI(t,e=!1){const n=Buffer.from(t).toString("base64");return e?n.replace(/[=]/g,""):n}function E1(t){return Buffer.from(t,"base64").toString("utf-8")}function hI(t){return new Promise(e=>setTimeout(e,t))}class dI{constructor({limit:e}){h1(this,"limit"),h1(this,"set"),this.limit=e,this.set=new Set}add(e){if(!this.set.has(e)){if(this.set.size>=this.limit){const n=this.set.values().next().value;n&&this.set.delete(n)}this.set.add(e)}}has(e){return this.set.has(e)}}const $a=BigInt(2**32-1),x1=BigInt(32);function I1(t,e=!1){return e?{h:Number(t&$a),l:Number(t>>x1&$a)}:{h:Number(t>>x1&$a)|0,l:Number(t&$a)|0}}function S1(t,e=!1){const n=t.length;let r=new Uint32Array(n),i=new Uint32Array(n);for(let s=0;s<n;s++){const{h:o,l:a}=I1(t[s],e);[r[s],i[s]]=[o,a]}return[r,i]}const B1=(t,e,n)=>t>>>n,O1=(t,e,n)=>t<<32-n|e>>>n,Mr=(t,e,n)=>t>>>n|e<<32-n,jr=(t,e,n)=>t<<32-n|e>>>n,fo=(t,e,n)=>t<<64-n|e>>>n-32,ho=(t,e,n)=>t>>>n-32|e<<64-n,pI=(t,e)=>e,gI=(t,e)=>t,bI=(t,e,n)=>t<<n|e>>>32-n,wI=(t,e,n)=>e<<n|t>>>32-n,yI=(t,e,n)=>e<<n-32|t>>>64-n,mI=(t,e,n)=>t<<n-32|e>>>64-n;function wn(t,e,n,r){const i=(e>>>0)+(r>>>0);return{h:t+n+(i/2**32|0)|0,l:i|0}}const Xl=(t,e,n)=>(t>>>0)+(e>>>0)+(n>>>0),Jl=(t,e,n,r)=>e+n+r+(t/2**32|0)|0,vI=(t,e,n,r)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0),EI=(t,e,n,r,i)=>e+n+r+i+(t/2**32|0)|0,xI=(t,e,n,r,i)=>(t>>>0)+(e>>>0)+(n>>>0)+(r>>>0)+(i>>>0),II=(t,e,n,r,i,s)=>e+n+r+i+s+(t/2**32|0)|0,ls=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function ec(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function nr(t){if(!Number.isSafeInteger(t)||t<0)throw new Error("positive integer expected, got "+t)}function yn(t,...e){if(!ec(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function tc(t){if(typeof t!="function"||typeof t.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");nr(t.outputLen),nr(t.blockLen)}function zr(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function Ql(t,e){yn(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}function po(t){return new Uint32Array(t.buffer,t.byteOffset,Math.floor(t.byteLength/4))}function on(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function _l(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function Nn(t,e){return t<<32-e|t>>>e}const A1=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function P1(t){return t<<24&4278190080|t<<8&16711680|t>>>8&65280|t>>>24&255}const rr=A1?t=>t:t=>P1(t);function SI(t){for(let e=0;e<t.length;e++)t[e]=P1(t[e]);return t}const Kr=A1?t=>t:SI,D1=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",BI=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function fs(t){if(yn(t),D1)return t.toHex();let e="";for(let n=0;n<t.length;n++)e+=BI[t[n]];return e}const ir={_0:48,_9:57,A:65,F:70,a:97,f:102};function R1(t){if(t>=ir._0&&t<=ir._9)return t-ir._0;if(t>=ir.A&&t<=ir.F)return t-(ir.A-10);if(t>=ir.a&&t<=ir.f)return t-(ir.a-10)}function nc(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);if(D1)return Uint8Array.fromHex(t);const e=t.length,n=e/2;if(e%2)throw new Error("hex string expected, got unpadded hex of length "+e);const r=new Uint8Array(n);for(let i=0,s=0;i<n;i++,s+=2){const o=R1(t.charCodeAt(s)),a=R1(t.charCodeAt(s+1));if(o===void 0||a===void 0){const c=t[s]+t[s+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+s)}r[i]=o*16+a}return r}function T1(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function mn(t){return typeof t=="string"&&(t=T1(t)),yn(t),t}function Vr(...t){let e=0;for(let r=0;r<t.length;r++){const i=t[r];yn(i),e+=i.length}const n=new Uint8Array(e);for(let r=0,i=0;r<t.length;r++){const s=t[r];n.set(s,i),i+=s.length}return n}class rc{}function go(t){const e=r=>t().update(mn(r)).digest(),n=t();return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=()=>t(),e}function OI(t){const e=(r,i)=>t(i).update(mn(r)).digest(),n=t({});return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=r=>t(r),e}function Si(t=32){if(ls&&typeof ls.getRandomValues=="function")return ls.getRandomValues(new Uint8Array(t));if(ls&&typeof ls.randomBytes=="function")return Uint8Array.from(ls.randomBytes(t));throw new Error("crypto.getRandomValues must be defined")}const AI=BigInt(0),bo=BigInt(1),PI=BigInt(2),DI=BigInt(7),RI=BigInt(256),TI=BigInt(113),N1=[],U1=[],C1=[];for(let t=0,e=bo,n=1,r=0;t<24;t++){[n,r]=[r,(2*n+3*r)%5],N1.push(2*(5*r+n)),U1.push((t+1)*(t+2)/2%64);let i=AI;for(let s=0;s<7;s++)e=(e<<bo^(e>>DI)*TI)%RI,e&PI&&(i^=bo<<(bo<<BigInt(s))-bo);C1.push(i)}const F1=S1(C1,!0),NI=F1[0],UI=F1[1],q1=(t,e,n)=>n>32?yI(t,e,n):bI(t,e,n),k1=(t,e,n)=>n>32?mI(t,e,n):wI(t,e,n);function CI(t,e=24){const n=new Uint32Array(10);for(let r=24-e;r<24;r++){for(let o=0;o<10;o++)n[o]=t[o]^t[o+10]^t[o+20]^t[o+30]^t[o+40];for(let o=0;o<10;o+=2){const a=(o+8)%10,c=(o+2)%10,u=n[c],l=n[c+1],f=q1(u,l,1)^n[a],d=k1(u,l,1)^n[a+1];for(let h=0;h<50;h+=10)t[o+h]^=f,t[o+h+1]^=d}let i=t[2],s=t[3];for(let o=0;o<24;o++){const a=U1[o],c=q1(i,s,a),u=k1(i,s,a),l=N1[o];i=t[l],s=t[l+1],t[l]=c,t[l+1]=u}for(let o=0;o<50;o+=10){for(let a=0;a<10;a++)n[a]=t[o+a];for(let a=0;a<10;a++)t[o+a]^=~n[(a+2)%10]&n[(a+4)%10]}t[0]^=NI[r],t[1]^=UI[r]}on(n)}class $l extends rc{constructor(e,n,r,i=!1,s=24){if(super(),this.pos=0,this.posOut=0,this.finished=!1,this.destroyed=!1,this.enableXOF=!1,this.blockLen=e,this.suffix=n,this.outputLen=r,this.enableXOF=i,this.rounds=s,nr(r),!(0<e&&e<200))throw new Error("only keccak-f1600 function is supported");this.state=new Uint8Array(200),this.state32=po(this.state)}clone(){return this._cloneInto()}keccak(){Kr(this.state32),CI(this.state32,this.rounds),Kr(this.state32),this.posOut=0,this.pos=0}update(e){zr(this),e=mn(e),yn(e);const{blockLen:n,state:r}=this,i=e.length;for(let s=0;s<i;){const o=Math.min(n-this.pos,i-s);for(let a=0;a<o;a++)r[this.pos++]^=e[s++];this.pos===n&&this.keccak()}return this}finish(){if(this.finished)return;this.finished=!0;const{state:e,suffix:n,pos:r,blockLen:i}=this;e[r]^=n,(n&128)!==0&&r===i-1&&this.keccak(),e[i-1]^=128,this.keccak()}writeInto(e){zr(this,!1),yn(e),this.finish();const n=this.state,{blockLen:r}=this;for(let i=0,s=e.length;i<s;){this.posOut>=r&&this.keccak();const o=Math.min(r-this.posOut,s-i);e.set(n.subarray(this.posOut,this.posOut+o),i),this.posOut+=o,i+=o}return e}xofInto(e){if(!this.enableXOF)throw new Error("XOF is not possible for this instance");return this.writeInto(e)}xof(e){return nr(e),this.xofInto(new Uint8Array(e))}digestInto(e){if(Ql(e,this),this.finished)throw new Error("digest() was already called");return this.writeInto(e),this.destroy(),e}digest(){return this.digestInto(new Uint8Array(this.outputLen))}destroy(){this.destroyed=!0,on(this.state)}_cloneInto(e){const{blockLen:n,suffix:r,outputLen:i,rounds:s,enableXOF:o}=this;return e||(e=new $l(n,r,i,o,s)),e.state32.set(this.state32),e.pos=this.pos,e.posOut=this.posOut,e.finished=this.finished,e.rounds=s,e.suffix=r,e.outputLen=i,e.enableXOF=o,e.destroyed=this.destroyed,e}}const FI=(t,e,n)=>go(()=>new $l(e,t,n)),qI=FI(1,136,256/8);function kI(t,e,n,r){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,n,r);const i=BigInt(32),s=BigInt(4294967295),o=Number(n>>i&s),a=Number(n&s),c=r?4:0,u=r?0:4;t.setUint32(e+c,o,r),t.setUint32(e+u,a,r)}function LI(t,e,n){return t&e^~t&n}function MI(t,e,n){return t&e^t&n^e&n}class L1 extends rc{constructor(e,n,r,i){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=e,this.outputLen=n,this.padOffset=r,this.isLE=i,this.buffer=new Uint8Array(e),this.view=_l(this.buffer)}update(e){zr(this),e=mn(e),yn(e);const{view:n,buffer:r,blockLen:i}=this,s=e.length;for(let o=0;o<s;){const a=Math.min(i-this.pos,s-o);if(a===i){const c=_l(e);for(;i<=s-o;o+=i)this.process(c,o);continue}r.set(e.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===i&&(this.process(n,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){zr(this),Ql(e,this),this.finished=!0;const{buffer:n,view:r,blockLen:i,isLE:s}=this;let{pos:o}=this;n[o++]=128,on(this.buffer.subarray(o)),this.padOffset>i-o&&(this.process(r,0),o=0);for(let f=o;f<i;f++)n[f]=0;kI(r,i-8,BigInt(this.length*8),s),this.process(r,0);const a=_l(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const u=c/4,l=this.get();if(u>l.length)throw new Error("_sha2: outputLen bigger than state");for(let f=0;f<u;f++)a.setUint32(4*f,l[f],s)}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());const{blockLen:n,buffer:r,length:i,finished:s,destroyed:o,pos:a}=this;return e.destroyed=o,e.finished=s,e.length=i,e.pos=a,i%n&&e.buffer.set(r),e}clone(){return this._cloneInto()}}const Hr=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),gt=Uint32Array.from([3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]),bt=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]),jI=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Gr=new Uint32Array(64);class zI extends L1{constructor(e=32){super(64,e,8,!1),this.A=Hr[0]|0,this.B=Hr[1]|0,this.C=Hr[2]|0,this.D=Hr[3]|0,this.E=Hr[4]|0,this.F=Hr[5]|0,this.G=Hr[6]|0,this.H=Hr[7]|0}get(){const{A:e,B:n,C:r,D:i,E:s,F:o,G:a,H:c}=this;return[e,n,r,i,s,o,a,c]}set(e,n,r,i,s,o,a,c){this.A=e|0,this.B=n|0,this.C=r|0,this.D=i|0,this.E=s|0,this.F=o|0,this.G=a|0,this.H=c|0}process(e,n){for(let f=0;f<16;f++,n+=4)Gr[f]=e.getUint32(n,!1);for(let f=16;f<64;f++){const d=Gr[f-15],h=Gr[f-2],p=Nn(d,7)^Nn(d,18)^d>>>3,w=Nn(h,17)^Nn(h,19)^h>>>10;Gr[f]=w+Gr[f-7]+p+Gr[f-16]|0}let{A:r,B:i,C:s,D:o,E:a,F:c,G:u,H:l}=this;for(let f=0;f<64;f++){const d=Nn(a,6)^Nn(a,11)^Nn(a,25),h=l+d+LI(a,c,u)+jI[f]+Gr[f]|0,p=(Nn(r,2)^Nn(r,13)^Nn(r,22))+MI(r,i,s)|0;l=u,u=c,c=a,a=o+h|0,o=s,s=i,i=r,r=h+p|0}r=r+this.A|0,i=i+this.B|0,s=s+this.C|0,o=o+this.D|0,a=a+this.E|0,c=c+this.F|0,u=u+this.G|0,l=l+this.H|0,this.set(r,i,s,o,a,c,u,l)}roundClean(){on(Gr)}destroy(){this.set(0,0,0,0,0,0,0,0),on(this.buffer)}}const M1=S1(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(t=>BigInt(t))),KI=M1[0],VI=M1[1],Wr=new Uint32Array(80),Zr=new Uint32Array(80);class ef extends L1{constructor(e=64){super(128,e,16,!1),this.Ah=bt[0]|0,this.Al=bt[1]|0,this.Bh=bt[2]|0,this.Bl=bt[3]|0,this.Ch=bt[4]|0,this.Cl=bt[5]|0,this.Dh=bt[6]|0,this.Dl=bt[7]|0,this.Eh=bt[8]|0,this.El=bt[9]|0,this.Fh=bt[10]|0,this.Fl=bt[11]|0,this.Gh=bt[12]|0,this.Gl=bt[13]|0,this.Hh=bt[14]|0,this.Hl=bt[15]|0}get(){const{Ah:e,Al:n,Bh:r,Bl:i,Ch:s,Cl:o,Dh:a,Dl:c,Eh:u,El:l,Fh:f,Fl:d,Gh:h,Gl:p,Hh:w,Hl:m}=this;return[e,n,r,i,s,o,a,c,u,l,f,d,h,p,w,m]}set(e,n,r,i,s,o,a,c,u,l,f,d,h,p,w,m){this.Ah=e|0,this.Al=n|0,this.Bh=r|0,this.Bl=i|0,this.Ch=s|0,this.Cl=o|0,this.Dh=a|0,this.Dl=c|0,this.Eh=u|0,this.El=l|0,this.Fh=f|0,this.Fl=d|0,this.Gh=h|0,this.Gl=p|0,this.Hh=w|0,this.Hl=m|0}process(e,n){for(let I=0;I<16;I++,n+=4)Wr[I]=e.getUint32(n),Zr[I]=e.getUint32(n+=4);for(let I=16;I<80;I++){const x=Wr[I-15]|0,S=Zr[I-15]|0,U=Mr(x,S,1)^Mr(x,S,8)^B1(x,S,7),k=jr(x,S,1)^jr(x,S,8)^O1(x,S,7),F=Wr[I-2]|0,R=Zr[I-2]|0,G=Mr(F,R,19)^fo(F,R,61)^B1(F,R,6),H=jr(F,R,19)^ho(F,R,61)^O1(F,R,6),E=vI(k,H,Zr[I-7],Zr[I-16]),b=EI(E,U,G,Wr[I-7],Wr[I-16]);Wr[I]=b|0,Zr[I]=E|0}let{Ah:r,Al:i,Bh:s,Bl:o,Ch:a,Cl:c,Dh:u,Dl:l,Eh:f,El:d,Fh:h,Fl:p,Gh:w,Gl:m,Hh:P,Hl:T}=this;for(let I=0;I<80;I++){const x=Mr(f,d,14)^Mr(f,d,18)^fo(f,d,41),S=jr(f,d,14)^jr(f,d,18)^ho(f,d,41),U=f&h^~f&w,k=d&p^~d&m,F=xI(T,S,k,VI[I],Zr[I]),R=II(F,P,x,U,KI[I],Wr[I]),G=F|0,H=Mr(r,i,28)^fo(r,i,34)^fo(r,i,39),E=jr(r,i,28)^ho(r,i,34)^ho(r,i,39),b=r&s^r&a^s&a,v=i&o^i&c^o&c;P=w|0,T=m|0,w=h|0,m=p|0,h=f|0,p=d|0,{h:f,l:d}=wn(u|0,l|0,R|0,G|0),u=a|0,l=c|0,a=s|0,c=o|0,s=r|0,o=i|0;const g=Xl(G,E,v);r=Jl(g,R,H,b),i=g|0}({h:r,l:i}=wn(this.Ah|0,this.Al|0,r|0,i|0)),{h:s,l:o}=wn(this.Bh|0,this.Bl|0,s|0,o|0),{h:a,l:c}=wn(this.Ch|0,this.Cl|0,a|0,c|0),{h:u,l}=wn(this.Dh|0,this.Dl|0,u|0,l|0),{h:f,l:d}=wn(this.Eh|0,this.El|0,f|0,d|0),{h,l:p}=wn(this.Fh|0,this.Fl|0,h|0,p|0),{h:w,l:m}=wn(this.Gh|0,this.Gl|0,w|0,m|0),{h:P,l:T}=wn(this.Hh|0,this.Hl|0,P|0,T|0),this.set(r,i,s,o,a,c,u,l,f,d,h,p,w,m,P,T)}roundClean(){on(Wr,Zr)}destroy(){on(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}class HI extends ef{constructor(){super(48),this.Ah=gt[0]|0,this.Al=gt[1]|0,this.Bh=gt[2]|0,this.Bl=gt[3]|0,this.Ch=gt[4]|0,this.Cl=gt[5]|0,this.Dh=gt[6]|0,this.Dl=gt[7]|0,this.Eh=gt[8]|0,this.El=gt[9]|0,this.Fh=gt[10]|0,this.Fl=gt[11]|0,this.Gh=gt[12]|0,this.Gl=gt[13]|0,this.Hh=gt[14]|0,this.Hl=gt[15]|0}}const wt=Uint32Array.from([573645204,4230739756,2673172387,3360449730,596883563,1867755857,2520282905,1497426621,2519219938,2827943907,3193839141,1401305490,721525244,746961066,246885852,2177182882]);class GI extends ef{constructor(){super(32),this.Ah=wt[0]|0,this.Al=wt[1]|0,this.Bh=wt[2]|0,this.Bl=wt[3]|0,this.Ch=wt[4]|0,this.Cl=wt[5]|0,this.Dh=wt[6]|0,this.Dl=wt[7]|0,this.Eh=wt[8]|0,this.El=wt[9]|0,this.Fh=wt[10]|0,this.Fl=wt[11]|0,this.Gh=wt[12]|0,this.Gl=wt[13]|0,this.Hh=wt[14]|0,this.Hl=wt[15]|0}}const ic=go(()=>new zI),WI=go(()=>new ef),ZI=go(()=>new HI),YI=go(()=>new GI),XI=Uint8Array.from([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9]),He=Uint32Array.from([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),ne=new Uint32Array(32);function Yr(t,e,n,r,i,s){const o=i[s],a=i[s+1];let c=ne[2*t],u=ne[2*t+1],l=ne[2*e],f=ne[2*e+1],d=ne[2*n],h=ne[2*n+1],p=ne[2*r],w=ne[2*r+1],m=Xl(c,l,o);u=Jl(m,u,f,a),c=m|0,{Dh:w,Dl:p}={Dh:w^u,Dl:p^c},{Dh:w,Dl:p}={Dh:pI(w,p),Dl:gI(w)},{h,l:d}=wn(h,d,w,p),{Bh:f,Bl:l}={Bh:f^h,Bl:l^d},{Bh:f,Bl:l}={Bh:Mr(f,l,24),Bl:jr(f,l,24)},ne[2*t]=c,ne[2*t+1]=u,ne[2*e]=l,ne[2*e+1]=f,ne[2*n]=d,ne[2*n+1]=h,ne[2*r]=p,ne[2*r+1]=w}function Xr(t,e,n,r,i,s){const o=i[s],a=i[s+1];let c=ne[2*t],u=ne[2*t+1],l=ne[2*e],f=ne[2*e+1],d=ne[2*n],h=ne[2*n+1],p=ne[2*r],w=ne[2*r+1],m=Xl(c,l,o);u=Jl(m,u,f,a),c=m|0,{Dh:w,Dl:p}={Dh:w^u,Dl:p^c},{Dh:w,Dl:p}={Dh:Mr(w,p,16),Dl:jr(w,p,16)},{h,l:d}=wn(h,d,w,p),{Bh:f,Bl:l}={Bh:f^h,Bl:l^d},{Bh:f,Bl:l}={Bh:fo(f,l,63),Bl:ho(f,l,63)},ne[2*t]=c,ne[2*t+1]=u,ne[2*e]=l,ne[2*e+1]=f,ne[2*n]=d,ne[2*n+1]=h,ne[2*r]=p,ne[2*r+1]=w}function JI(t,e={},n,r,i){if(nr(n),t<0||t>n)throw new Error("outputLen bigger than keyLen");const{key:s,salt:o,personalization:a}=e;if(s!==void 0&&(s.length<1||s.length>n))throw new Error("key length must be undefined or 1.."+n);if(o!==void 0&&o.length!==r)throw new Error("salt must be undefined or "+r);if(a!==void 0&&a.length!==i)throw new Error("personalization must be undefined or "+i)}class QI extends rc{constructor(e,n){super(),this.finished=!1,this.destroyed=!1,this.length=0,this.pos=0,nr(e),nr(n),this.blockLen=e,this.outputLen=n,this.buffer=new Uint8Array(e),this.buffer32=po(this.buffer)}update(e){zr(this),e=mn(e),yn(e);const{blockLen:n,buffer:r,buffer32:i}=this,s=e.length,o=e.byteOffset,a=e.buffer;for(let c=0;c<s;){this.pos===n&&(Kr(i),this.compress(i,0,!1),Kr(i),this.pos=0);const u=Math.min(n-this.pos,s-c),l=o+c;if(u===n&&!(l%4)&&c+u<s){const f=new Uint32Array(a,l,Math.floor((s-c)/4));Kr(f);for(let d=0;c+n<s;d+=i.length,c+=n)this.length+=n,this.compress(f,d,!1);Kr(f);continue}r.set(e.subarray(c,c+u),this.pos),this.pos+=u,this.length+=u,c+=u}return this}digestInto(e){zr(this),Ql(e,this);const{pos:n,buffer32:r}=this;this.finished=!0,on(this.buffer.subarray(n)),Kr(r),this.compress(r,0,!0),Kr(r);const i=po(e);this.get().forEach((s,o)=>i[o]=rr(s))}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}_cloneInto(e){const{buffer:n,length:r,finished:i,destroyed:s,outputLen:o,pos:a}=this;return e||(e=new this.constructor({dkLen:o})),e.set(...this.get()),e.buffer.set(n),e.destroyed=s,e.finished=i,e.length=r,e.pos=a,e.outputLen=o,e}clone(){return this._cloneInto()}}class _I extends QI{constructor(e={}){const n=e.dkLen===void 0?64:e.dkLen;super(128,n),this.v0l=He[0]|0,this.v0h=He[1]|0,this.v1l=He[2]|0,this.v1h=He[3]|0,this.v2l=He[4]|0,this.v2h=He[5]|0,this.v3l=He[6]|0,this.v3h=He[7]|0,this.v4l=He[8]|0,this.v4h=He[9]|0,this.v5l=He[10]|0,this.v5h=He[11]|0,this.v6l=He[12]|0,this.v6h=He[13]|0,this.v7l=He[14]|0,this.v7h=He[15]|0,JI(n,e,64,16,16);let{key:r,personalization:i,salt:s}=e,o=0;if(r!==void 0&&(r=mn(r),o=r.length),this.v0l^=this.outputLen|o<<8|65536|1<<24,s!==void 0){s=mn(s);const a=po(s);this.v4l^=rr(a[0]),this.v4h^=rr(a[1]),this.v5l^=rr(a[2]),this.v5h^=rr(a[3])}if(i!==void 0){i=mn(i);const a=po(i);this.v6l^=rr(a[0]),this.v6h^=rr(a[1]),this.v7l^=rr(a[2]),this.v7h^=rr(a[3])}if(r!==void 0){const a=new Uint8Array(this.blockLen);a.set(r),this.update(a)}}get(){let{v0l:e,v0h:n,v1l:r,v1h:i,v2l:s,v2h:o,v3l:a,v3h:c,v4l:u,v4h:l,v5l:f,v5h:d,v6l:h,v6h:p,v7l:w,v7h:m}=this;return[e,n,r,i,s,o,a,c,u,l,f,d,h,p,w,m]}set(e,n,r,i,s,o,a,c,u,l,f,d,h,p,w,m){this.v0l=e|0,this.v0h=n|0,this.v1l=r|0,this.v1h=i|0,this.v2l=s|0,this.v2h=o|0,this.v3l=a|0,this.v3h=c|0,this.v4l=u|0,this.v4h=l|0,this.v5l=f|0,this.v5h=d|0,this.v6l=h|0,this.v6h=p|0,this.v7l=w|0,this.v7h=m|0}compress(e,n,r){this.get().forEach((c,u)=>ne[u]=c),ne.set(He,16);let{h:i,l:s}=I1(BigInt(this.length));ne[24]=He[8]^s,ne[25]=He[9]^i,r&&(ne[28]=~ne[28],ne[29]=~ne[29]);let o=0;const a=XI;for(let c=0;c<12;c++)Yr(0,4,8,12,e,n+2*a[o++]),Xr(0,4,8,12,e,n+2*a[o++]),Yr(1,5,9,13,e,n+2*a[o++]),Xr(1,5,9,13,e,n+2*a[o++]),Yr(2,6,10,14,e,n+2*a[o++]),Xr(2,6,10,14,e,n+2*a[o++]),Yr(3,7,11,15,e,n+2*a[o++]),Xr(3,7,11,15,e,n+2*a[o++]),Yr(0,5,10,15,e,n+2*a[o++]),Xr(0,5,10,15,e,n+2*a[o++]),Yr(1,6,11,12,e,n+2*a[o++]),Xr(1,6,11,12,e,n+2*a[o++]),Yr(2,7,8,13,e,n+2*a[o++]),Xr(2,7,8,13,e,n+2*a[o++]),Yr(3,4,9,14,e,n+2*a[o++]),Xr(3,4,9,14,e,n+2*a[o++]);this.v0l^=ne[0]^ne[16],this.v0h^=ne[1]^ne[17],this.v1l^=ne[2]^ne[18],this.v1h^=ne[3]^ne[19],this.v2l^=ne[4]^ne[20],this.v2h^=ne[5]^ne[21],this.v3l^=ne[6]^ne[22],this.v3h^=ne[7]^ne[23],this.v4l^=ne[8]^ne[24],this.v4h^=ne[9]^ne[25],this.v5l^=ne[10]^ne[26],this.v5h^=ne[11]^ne[27],this.v6l^=ne[12]^ne[28],this.v6h^=ne[13]^ne[29],this.v7l^=ne[14]^ne[30],this.v7h^=ne[15]^ne[31],on(ne)}destroy(){this.destroyed=!0,on(this.buffer32),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}const $I=OI(t=>new _I(t)),e9="https://rpc.walletconnect.org/v1";function j1(t){const e=`Ethereum Signed Message:
19
+ ${t.length}`,n=new TextEncoder().encode(e+t);return"0x"+Buffer.from(qI(n)).toString("hex")}async function t9(t,e,n,r,i,s){switch(n.t){case"eip191":return await n9(t,e,n.s);case"eip1271":return await r9(t,e,n.s,r,i,s);default:throw new Error(`verifySignature failed: Attempted to verify CacaoSignature with unknown type: ${n.t}`)}}function n9(t,e,n){const r=gE(n);return S8({payload:j1(e),signature:r}).toLowerCase()===t.toLowerCase()}async function r9(t,e,n,r,i,s){const o=_a(r);if(!o.namespace||!o.reference)throw new Error(`isValidEip1271Signature failed: chainId must be in CAIP-2 format, received: ${r}`);try{const a="0x1626ba7e",c="0000000000000000000000000000000000000000000000000000000000000040",u=n.substring(2),l=(u.length/2).toString(16).padStart(64,"0"),f=(e.startsWith("0x")?e:j1(e)).substring(2),d=a+f+c+l+u,h=await fetch(`${s||e9}/?chainId=${r}&projectId=${i}`,{headers:{"Content-Type":"application/json"},method:"POST",body:JSON.stringify({id:i9(),jsonrpc:"2.0",method:"eth_call",params:[{to:t,data:d},"latest"]})}),{result:p}=await h.json();return p?p.slice(0,a.length).toLowerCase()===a.toLowerCase():!1}catch(a){return console.error("isValidEip1271Signature: ",a),!1}}function i9(){return Date.now()+Math.floor(Math.random()*1e3)}function s9(t){const e=atob(t),n=new Uint8Array(e.length);for(let o=0;o<e.length;o++)n[o]=e.charCodeAt(o);const r=n[0];if(r===0)throw new Error("No signatures found");const i=1+r*64;if(n.length<i)throw new Error("Transaction data too short for claimed signature count");if(n.length<100)throw new Error("Transaction too short");const s=Buffer.from(t,"base64").slice(1,65);return os.encode(s)}function o9(t){const e=new Uint8Array(Buffer.from(t,"base64")),n=Array.from("TransactionData::").map(s=>s.charCodeAt(0)),r=new Uint8Array(n.length+e.length);r.set(n),r.set(e,n.length);const i=$I(r,{dkLen:32});return os.encode(i)}function z1(t){const e=new Uint8Array(ic(a9(t)));return os.encode(e)}function a9(t){if(t instanceof Uint8Array)return t;if(Array.isArray(t))return new Uint8Array(t);if(typeof t=="object"&&t!=null&&t.data)return new Uint8Array(Object.values(t.data));if(typeof t=="object"&&t)return new Uint8Array(Object.values(t));throw new Error("getNearUint8ArrayFromBytes: Unexpected result type from bytes array")}function K1(t){const e=Buffer.from(t,"base64"),n=m6(e).txn;if(!n)throw new Error("Invalid signed transaction: missing 'txn' field");const r=f6(n),i=Buffer.from("TX"),s=Buffer.concat([i,Buffer.from(r)]),o=YI(s);return v8.encode(o).replace(/=+$/,"")}function tf(t){const e=[];let n=BigInt(t);for(;n>=BigInt(128);)e.push(Number(n&BigInt(127)|BigInt(128))),n>>=BigInt(7);return e.push(Number(n)),Buffer.from(e)}function c9(t){const e=Buffer.from(t.signed.bodyBytes,"base64"),n=Buffer.from(t.signed.authInfoBytes,"base64"),r=Buffer.from(t.signature.signature,"base64"),i=[];i.push(Buffer.from([10])),i.push(tf(e.length)),i.push(e),i.push(Buffer.from([18])),i.push(tf(n.length)),i.push(n),i.push(Buffer.from([26])),i.push(tf(r.length)),i.push(r);const s=Buffer.concat(i),o=ic(s);return Buffer.from(o).toString("hex").toUpperCase()}function u9(t){var e,n;const r=[];try{if(typeof t=="string")return r.push(t),r;if(typeof t!="object")return r;t!=null&&t.id&&r.push(t.id);const i=(n=(e=t?.capabilities)==null?void 0:e.caip345)==null?void 0:n.transactionHashes;i&&r.push(...i)}catch(i){console.warn("getWalletSendCallsHashes failed: ",i)}return r}var l9=Object.defineProperty,f9=Object.defineProperties,h9=Object.getOwnPropertyDescriptors,V1=Object.getOwnPropertySymbols,d9=Object.prototype.hasOwnProperty,p9=Object.prototype.propertyIsEnumerable,H1=(t,e,n)=>e in t?l9(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,g9=(t,e)=>{for(var n in e||(e={}))d9.call(e,n)&&H1(t,n,e[n]);if(V1)for(var n of V1(e))p9.call(e,n)&&H1(t,n,e[n]);return t},b9=(t,e)=>f9(t,h9(e));const G1="did:pkh:",w9={eip155:"Ethereum",solana:"Solana",bip122:"Bitcoin"},y9=t=>t?w9[t]||t:"",sc=t=>t?.split(":"),m9=t=>{const e=t&&sc(t);if(e)return t.includes(G1)?e[3]:e[1]},v9=t=>{const e=t&&sc(t);if(e)return t.includes(G1)?e[2]:e[0]},nf=t=>{const e=t&&sc(t);if(e)return e[2]+":"+e[3]},oc=t=>{const e=t&&sc(t);if(e)return e.pop()};async function W1(t){const{cacao:e,projectId:n}=t,{s:r,p:i}=e,s=Z1(i,i.iss),o=oc(i.iss);return await t9(o,s,r,nf(i.iss),n)}const Z1=(t,e)=>{const n=v9(e);if(!n)throw new Error("Invalid issuer: "+e);const r=`${t.domain} wants you to sign in with your ${y9(n)} account:`,i=oc(e);if(!t.aud&&!t.uri)throw new Error("Either `aud` or `uri` is required to construct the message");let s=t.statement||void 0;const o=`URI: ${t.aud||t.uri}`,a=`Version: ${t.version}`,c=`Chain ID: ${m9(e)}`,u=`Nonce: ${t.nonce}`,l=`Issued At: ${t.iat}`,f=t.exp?`Expiration Time: ${t.exp}`:void 0,d=t.nbf?`Not Before: ${t.nbf}`:void 0,h=t.requestId?`Request ID: ${t.requestId}`:void 0,p=t.resources?`Resources:${t.resources.map(m=>`
20
+ - ${m}`).join("")}`:void 0,w=ac(t.resources);if(w){const m=wo(w);s=D9(s,m)}return[r,i,"",s,"",o,a,c,u,l,f,d,h,p].filter(m=>m!=null).join(`
21
+ `)};function E9(t){return Buffer.from(JSON.stringify(t)).toString("base64")}function x9(t){return JSON.parse(Buffer.from(t,"base64").toString("utf-8"))}function Bi(t){if(!t)throw new Error("No recap provided, value is undefined");if(!t.att)throw new Error("No `att` property found");const e=Object.keys(t.att);if(!(e!=null&&e.length))throw new Error("No resources found in `att` property");e.forEach(n=>{const r=t.att[n];if(Array.isArray(r))throw new Error(`Resource must be an object: ${n}`);if(typeof r!="object")throw new Error(`Resource must be an object: ${n}`);if(!Object.keys(r).length)throw new Error(`Resource object is empty: ${n}`);Object.keys(r).forEach(i=>{const s=r[i];if(!Array.isArray(s))throw new Error(`Ability limits ${i} must be an array of objects, found: ${s}`);if(!s.length)throw new Error(`Value of ${i} is empty array, must be an array with objects`);s.forEach(o=>{if(typeof o!="object")throw new Error(`Ability limits (${i}) must be an array of objects, found: ${o}`)})})})}function I9(t,e,n,r={}){return n?.sort((i,s)=>i.localeCompare(s)),{att:{[t]:S9(e,n,r)}}}function S9(t,e,n={}){e=e?.sort((i,s)=>i.localeCompare(s));const r=e.map(i=>({[`${t}/${i}`]:[n]}));return Object.assign({},...r)}function Y1(t){return Bi(t),`urn:recap:${E9(t).replace(/=/g,"")}`}function wo(t){const e=x9(t.replace("urn:recap:",""));return Bi(e),e}function B9(t,e,n){const r=I9(t,e,n);return Y1(r)}function O9(t){return t&&t.includes("urn:recap:")}function A9(t,e){const n=wo(t),r=wo(e),i=P9(n,r);return Y1(i)}function P9(t,e){Bi(t),Bi(e);const n=Object.keys(t.att).concat(Object.keys(e.att)).sort((i,s)=>i.localeCompare(s)),r={att:{}};return n.forEach(i=>{var s,o;Object.keys(((s=t.att)==null?void 0:s[i])||{}).concat(Object.keys(((o=e.att)==null?void 0:o[i])||{})).sort((a,c)=>a.localeCompare(c)).forEach(a=>{var c,u;r.att[i]=b9(g9({},r.att[i]),{[a]:((c=t.att[i])==null?void 0:c[a])||((u=e.att[i])==null?void 0:u[a])})})}),r}function D9(t="",e){Bi(e);const n="I further authorize the stated URI to perform the following actions on my behalf: ";if(t.includes(n))return t;const r=[];let i=0;Object.keys(e.att).forEach(a=>{const c=Object.keys(e.att[a]).map(f=>({ability:f.split("/")[0],action:f.split("/")[1]}));c.sort((f,d)=>f.action.localeCompare(d.action));const u={};c.forEach(f=>{u[f.ability]||(u[f.ability]=[]),u[f.ability].push(f.action)});const l=Object.keys(u).map(f=>(i++,`(${i}) '${f}': '${u[f].join("', '")}' for '${a}'.`));r.push(l.join(", ").replace(".,","."))});const s=r.join(" "),o=`${n}${s}`;return`${t?t+" ":""}${o}`}function X1(t){var e;const n=wo(t);Bi(n);const r=(e=n.att)==null?void 0:e.eip155;return r?Object.keys(r).map(i=>i.split("/")[1]):[]}function J1(t){const e=wo(t);Bi(e);const n=[];return Object.values(e.att).forEach(r=>{Object.values(r).forEach(i=>{var s;(s=i?.[0])!=null&&s.chains&&n.push(i[0].chains)})}),[...new Set(n.flat())]}function ac(t){if(!t)return;const e=t?.[t.length-1];return O9(e)?e:void 0}/*! noble-ciphers - MIT License (c) 2023 Paul Miller (paulmillr.com) */function Q1(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function rf(t){if(typeof t!="boolean")throw new Error(`boolean expected, not ${t}`)}function sf(t){if(!Number.isSafeInteger(t)||t<0)throw new Error("positive integer expected, got "+t)}function kt(t,...e){if(!Q1(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function _1(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function R9(t,e){kt(t);const n=e.outputLen;if(t.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}function Jr(t){return new Uint32Array(t.buffer,t.byteOffset,Math.floor(t.byteLength/4))}function hs(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function T9(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}const N9=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function U9(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function of(t){if(typeof t=="string")t=U9(t);else if(Q1(t))t=af(t);else throw new Error("Uint8Array expected, got "+typeof t);return t}function C9(t,e){if(e==null||typeof e!="object")throw new Error("options must be defined");return Object.assign(t,e)}function F9(t,e){if(t.length!==e.length)return!1;let n=0;for(let r=0;r<t.length;r++)n|=t[r]^e[r];return n===0}const q9=(t,e)=>{function n(r,...i){if(kt(r),!N9)throw new Error("Non little-endian hardware is not yet supported");if(t.nonceLength!==void 0){const u=i[0];if(!u)throw new Error("nonce / iv required");t.varSizeNonce?kt(u):kt(u,t.nonceLength)}const s=t.tagLength;s&&i[1]!==void 0&&kt(i[1]);const o=e(r,...i),a=(u,l)=>{if(l!==void 0){if(u!==2)throw new Error("cipher output not supported");kt(l)}};let c=!1;return{encrypt(u,l){if(c)throw new Error("cannot encrypt() twice with same key + nonce");return c=!0,kt(u),a(o.encrypt.length,l),o.encrypt(u,l)},decrypt(u,l){if(kt(u),s&&u.length<s)throw new Error("invalid ciphertext length: smaller than tagLength="+s);return a(o.decrypt.length,l),o.decrypt(u,l)}}}return Object.assign(n,t),n};function $1(t,e,n=!0){if(e===void 0)return new Uint8Array(t);if(e.length!==t)throw new Error("invalid output length, expected "+t+", got: "+e.length);if(n&&!L9(e))throw new Error("invalid output, must be aligned");return e}function eb(t,e,n,r){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,n,r);const i=BigInt(32),s=BigInt(4294967295),o=Number(n>>i&s),a=Number(n&s),c=r?4:0,u=r?0:4;t.setUint32(e+c,o,r),t.setUint32(e+u,a,r)}function k9(t,e,n){rf(n);const r=new Uint8Array(16),i=T9(r);return eb(i,0,BigInt(e),n),eb(i,8,BigInt(t),n),r}function L9(t){return t.byteOffset%4===0}function af(t){return Uint8Array.from(t)}const tb=t=>Uint8Array.from(t.split("").map(e=>e.charCodeAt(0))),M9=tb("expand 16-byte k"),j9=tb("expand 32-byte k"),z9=Jr(M9),K9=Jr(j9);function me(t,e){return t<<e|t>>>32-e}function cf(t){return t.byteOffset%4===0}const cc=64,V9=16,nb=2**32-1,rb=new Uint32Array;function H9(t,e,n,r,i,s,o,a){const c=i.length,u=new Uint8Array(cc),l=Jr(u),f=cf(i)&&cf(s),d=f?Jr(i):rb,h=f?Jr(s):rb;for(let p=0;p<c;o++){if(t(e,n,r,l,o,a),o>=nb)throw new Error("arx: counter overflow");const w=Math.min(cc,c-p);if(f&&w===cc){const m=p/4;if(p%4!==0)throw new Error("arx: invalid block position");for(let P=0,T;P<V9;P++)T=m+P,h[T]=d[T]^l[P];p+=cc;continue}for(let m=0,P;m<w;m++)P=p+m,s[P]=i[P]^u[m];p+=w}}function G9(t,e){const{allowShortKeys:n,extendNonceFn:r,counterLength:i,counterRight:s,rounds:o}=C9({allowShortKeys:!1,counterLength:8,counterRight:!1,rounds:20},e);if(typeof t!="function")throw new Error("core must be a function");return sf(i),sf(o),rf(s),rf(n),(a,c,u,l,f=0)=>{kt(a),kt(c),kt(u);const d=u.length;if(l===void 0&&(l=new Uint8Array(d)),kt(l),sf(f),f<0||f>=nb)throw new Error("arx: counter overflow");if(l.length<d)throw new Error(`arx: output (${l.length}) is shorter than data (${d})`);const h=[];let p=a.length,w,m;if(p===32)h.push(w=af(a)),m=K9;else if(p===16&&n)w=new Uint8Array(32),w.set(a),w.set(a,16),m=z9,h.push(w);else throw new Error(`arx: invalid 32-byte key, got length=${p}`);cf(c)||h.push(c=af(c));const P=Jr(w);if(r){if(c.length!==24)throw new Error("arx: extended nonce must be 24 bytes");r(m,P,Jr(c.subarray(0,16)),P),c=c.subarray(16)}const T=16-i;if(T!==c.length)throw new Error(`arx: nonce must be ${T} or 16 bytes`);if(T!==12){const x=new Uint8Array(12);x.set(c,s?0:12-c.length),c=x,h.push(c)}const I=Jr(c);return H9(t,m,P,I,u,l,f,o),hs(...h),l}}const nt=(t,e)=>t[e++]&255|(t[e++]&255)<<8;class W9{constructor(e){this.blockLen=16,this.outputLen=16,this.buffer=new Uint8Array(16),this.r=new Uint16Array(10),this.h=new Uint16Array(10),this.pad=new Uint16Array(8),this.pos=0,this.finished=!1,e=of(e),kt(e,32);const n=nt(e,0),r=nt(e,2),i=nt(e,4),s=nt(e,6),o=nt(e,8),a=nt(e,10),c=nt(e,12),u=nt(e,14);this.r[0]=n&8191,this.r[1]=(n>>>13|r<<3)&8191,this.r[2]=(r>>>10|i<<6)&7939,this.r[3]=(i>>>7|s<<9)&8191,this.r[4]=(s>>>4|o<<12)&255,this.r[5]=o>>>1&8190,this.r[6]=(o>>>14|a<<2)&8191,this.r[7]=(a>>>11|c<<5)&8065,this.r[8]=(c>>>8|u<<8)&8191,this.r[9]=u>>>5&127;for(let l=0;l<8;l++)this.pad[l]=nt(e,16+2*l)}process(e,n,r=!1){const i=r?0:2048,{h:s,r:o}=this,a=o[0],c=o[1],u=o[2],l=o[3],f=o[4],d=o[5],h=o[6],p=o[7],w=o[8],m=o[9],P=nt(e,n+0),T=nt(e,n+2),I=nt(e,n+4),x=nt(e,n+6),S=nt(e,n+8),U=nt(e,n+10),k=nt(e,n+12),F=nt(e,n+14);let R=s[0]+(P&8191),G=s[1]+((P>>>13|T<<3)&8191),H=s[2]+((T>>>10|I<<6)&8191),E=s[3]+((I>>>7|x<<9)&8191),b=s[4]+((x>>>4|S<<12)&8191),v=s[5]+(S>>>1&8191),g=s[6]+((S>>>14|U<<2)&8191),y=s[7]+((U>>>11|k<<5)&8191),B=s[8]+((k>>>8|F<<8)&8191),A=s[9]+(F>>>5|i),O=0,D=O+R*a+G*(5*m)+H*(5*w)+E*(5*p)+b*(5*h);O=D>>>13,D&=8191,D+=v*(5*d)+g*(5*f)+y*(5*l)+B*(5*u)+A*(5*c),O+=D>>>13,D&=8191;let C=O+R*c+G*a+H*(5*m)+E*(5*w)+b*(5*p);O=C>>>13,C&=8191,C+=v*(5*h)+g*(5*d)+y*(5*f)+B*(5*l)+A*(5*u),O+=C>>>13,C&=8191;let M=O+R*u+G*c+H*a+E*(5*m)+b*(5*w);O=M>>>13,M&=8191,M+=v*(5*p)+g*(5*h)+y*(5*d)+B*(5*f)+A*(5*l),O+=M>>>13,M&=8191;let L=O+R*l+G*u+H*c+E*a+b*(5*m);O=L>>>13,L&=8191,L+=v*(5*w)+g*(5*p)+y*(5*h)+B*(5*d)+A*(5*f),O+=L>>>13,L&=8191;let V=O+R*f+G*l+H*u+E*c+b*a;O=V>>>13,V&=8191,V+=v*(5*m)+g*(5*w)+y*(5*p)+B*(5*h)+A*(5*d),O+=V>>>13,V&=8191;let q=O+R*d+G*f+H*l+E*u+b*c;O=q>>>13,q&=8191,q+=v*a+g*(5*m)+y*(5*w)+B*(5*p)+A*(5*h),O+=q>>>13,q&=8191;let W=O+R*h+G*d+H*f+E*l+b*u;O=W>>>13,W&=8191,W+=v*c+g*a+y*(5*m)+B*(5*w)+A*(5*p),O+=W>>>13,W&=8191;let Z=O+R*p+G*h+H*d+E*f+b*l;O=Z>>>13,Z&=8191,Z+=v*u+g*c+y*a+B*(5*m)+A*(5*w),O+=Z>>>13,Z&=8191;let z=O+R*w+G*p+H*h+E*d+b*f;O=z>>>13,z&=8191,z+=v*l+g*u+y*c+B*a+A*(5*m),O+=z>>>13,z&=8191;let N=O+R*m+G*w+H*p+E*h+b*d;O=N>>>13,N&=8191,N+=v*f+g*l+y*u+B*c+A*a,O+=N>>>13,N&=8191,O=(O<<2)+O|0,O=O+D|0,D=O&8191,O=O>>>13,C+=O,s[0]=D,s[1]=C,s[2]=M,s[3]=L,s[4]=V,s[5]=q,s[6]=W,s[7]=Z,s[8]=z,s[9]=N}finalize(){const{h:e,pad:n}=this,r=new Uint16Array(10);let i=e[1]>>>13;e[1]&=8191;for(let a=2;a<10;a++)e[a]+=i,i=e[a]>>>13,e[a]&=8191;e[0]+=i*5,i=e[0]>>>13,e[0]&=8191,e[1]+=i,i=e[1]>>>13,e[1]&=8191,e[2]+=i,r[0]=e[0]+5,i=r[0]>>>13,r[0]&=8191;for(let a=1;a<10;a++)r[a]=e[a]+i,i=r[a]>>>13,r[a]&=8191;r[9]-=8192;let s=(i^1)-1;for(let a=0;a<10;a++)r[a]&=s;s=~s;for(let a=0;a<10;a++)e[a]=e[a]&s|r[a];e[0]=(e[0]|e[1]<<13)&65535,e[1]=(e[1]>>>3|e[2]<<10)&65535,e[2]=(e[2]>>>6|e[3]<<7)&65535,e[3]=(e[3]>>>9|e[4]<<4)&65535,e[4]=(e[4]>>>12|e[5]<<1|e[6]<<14)&65535,e[5]=(e[6]>>>2|e[7]<<11)&65535,e[6]=(e[7]>>>5|e[8]<<8)&65535,e[7]=(e[8]>>>8|e[9]<<5)&65535;let o=e[0]+n[0];e[0]=o&65535;for(let a=1;a<8;a++)o=(e[a]+n[a]|0)+(o>>>16)|0,e[a]=o&65535;hs(r)}update(e){_1(this),e=of(e),kt(e);const{buffer:n,blockLen:r}=this,i=e.length;for(let s=0;s<i;){const o=Math.min(r-this.pos,i-s);if(o===r){for(;r<=i-s;s+=r)this.process(e,s);continue}n.set(e.subarray(s,s+o),this.pos),this.pos+=o,s+=o,this.pos===r&&(this.process(n,0,!1),this.pos=0)}return this}destroy(){hs(this.h,this.r,this.buffer,this.pad)}digestInto(e){_1(this),R9(e,this),this.finished=!0;const{buffer:n,h:r}=this;let{pos:i}=this;if(i){for(n[i++]=1;i<16;i++)n[i]=0;this.process(n,0,!0)}this.finalize();let s=0;for(let o=0;o<8;o++)e[s++]=r[o]>>>0,e[s++]=r[o]>>>8;return e}digest(){const{buffer:e,outputLen:n}=this;this.digestInto(e);const r=e.slice(0,n);return this.destroy(),r}}function Z9(t){const e=(r,i)=>t(i).update(of(r)).digest(),n=t(new Uint8Array(32));return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.create=r=>t(r),e}const Y9=Z9(t=>new W9(t));function X9(t,e,n,r,i,s=20){let o=t[0],a=t[1],c=t[2],u=t[3],l=e[0],f=e[1],d=e[2],h=e[3],p=e[4],w=e[5],m=e[6],P=e[7],T=i,I=n[0],x=n[1],S=n[2],U=o,k=a,F=c,R=u,G=l,H=f,E=d,b=h,v=p,g=w,y=m,B=P,A=T,O=I,D=x,C=S;for(let L=0;L<s;L+=2)U=U+G|0,A=me(A^U,16),v=v+A|0,G=me(G^v,12),U=U+G|0,A=me(A^U,8),v=v+A|0,G=me(G^v,7),k=k+H|0,O=me(O^k,16),g=g+O|0,H=me(H^g,12),k=k+H|0,O=me(O^k,8),g=g+O|0,H=me(H^g,7),F=F+E|0,D=me(D^F,16),y=y+D|0,E=me(E^y,12),F=F+E|0,D=me(D^F,8),y=y+D|0,E=me(E^y,7),R=R+b|0,C=me(C^R,16),B=B+C|0,b=me(b^B,12),R=R+b|0,C=me(C^R,8),B=B+C|0,b=me(b^B,7),U=U+H|0,C=me(C^U,16),y=y+C|0,H=me(H^y,12),U=U+H|0,C=me(C^U,8),y=y+C|0,H=me(H^y,7),k=k+E|0,A=me(A^k,16),B=B+A|0,E=me(E^B,12),k=k+E|0,A=me(A^k,8),B=B+A|0,E=me(E^B,7),F=F+b|0,O=me(O^F,16),v=v+O|0,b=me(b^v,12),F=F+b|0,O=me(O^F,8),v=v+O|0,b=me(b^v,7),R=R+G|0,D=me(D^R,16),g=g+D|0,G=me(G^g,12),R=R+G|0,D=me(D^R,8),g=g+D|0,G=me(G^g,7);let M=0;r[M++]=o+U|0,r[M++]=a+k|0,r[M++]=c+F|0,r[M++]=u+R|0,r[M++]=l+G|0,r[M++]=f+H|0,r[M++]=d+E|0,r[M++]=h+b|0,r[M++]=p+v|0,r[M++]=w+g|0,r[M++]=m+y|0,r[M++]=P+B|0,r[M++]=T+A|0,r[M++]=I+O|0,r[M++]=x+D|0,r[M++]=S+C|0}const J9=G9(X9,{counterRight:!1,counterLength:4,allowShortKeys:!1}),Q9=new Uint8Array(16),ib=(t,e)=>{t.update(e);const n=e.length%16;n&&t.update(Q9.subarray(n))},_9=new Uint8Array(32);function sb(t,e,n,r,i){const s=t(e,n,_9),o=Y9.create(s);i&&ib(o,i),ib(o,r);const a=k9(r.length,i?i.length:0,!0);o.update(a);const c=o.digest();return hs(s,a),c}const $9=t=>(e,n,r)=>({encrypt(i,s){const o=i.length;s=$1(o+16,s,!1),s.set(i);const a=s.subarray(0,-16);t(e,n,a,a,1);const c=sb(t,e,n,a,r);return s.set(c,o),hs(c),s},decrypt(i,s){s=$1(i.length-16,s,!1);const o=i.subarray(0,-16),a=i.subarray(-16),c=sb(t,e,n,o,r);if(!F9(a,c))throw new Error("invalid tag");return s.set(i.subarray(0,-16)),t(e,n,s,s,1),hs(c),s}}),ob=q9({blockSize:64,nonceLength:12,tagLength:16},$9(J9));class ab extends rc{constructor(e,n){super(),this.finished=!1,this.destroyed=!1,tc(e);const r=mn(n);if(this.iHash=e.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;const i=this.blockLen,s=new Uint8Array(i);s.set(r.length>i?e.create().update(r).digest():r);for(let o=0;o<s.length;o++)s[o]^=54;this.iHash.update(s),this.oHash=e.create();for(let o=0;o<s.length;o++)s[o]^=106;this.oHash.update(s),on(s)}update(e){return zr(this),this.iHash.update(e),this}digestInto(e){zr(this),yn(e,this.outputLen),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){const e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));const{oHash:n,iHash:r,finished:i,destroyed:s,blockLen:o,outputLen:a}=this;return e=e,e.finished=i,e.destroyed=s,e.blockLen=o,e.outputLen=a,e.oHash=n._cloneInto(e.oHash),e.iHash=r._cloneInto(e.iHash),e}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}}const uc=(t,e,n)=>new ab(t,e).update(n).digest();uc.create=(t,e)=>new ab(t,e);function eS(t,e,n){return tc(t),n===void 0&&(n=new Uint8Array(t.outputLen)),uc(t,mn(n),mn(e))}const uf=Uint8Array.from([0]),cb=Uint8Array.of();function tS(t,e,n,r=32){tc(t),nr(r);const i=t.outputLen;if(r>255*i)throw new Error("Length should be <= 255*HashLen");const s=Math.ceil(r/i);n===void 0&&(n=cb);const o=new Uint8Array(s*i),a=uc.create(t,e),c=a._cloneInto(),u=new Uint8Array(a.outputLen);for(let l=0;l<s;l++)uf[0]=l+1,c.update(l===0?cb:u).update(n).update(uf).digestInto(u),o.set(u,i*l),a._cloneInto(c);return a.destroy(),c.destroy(),on(u,uf),o.slice(0,r)}const nS=(t,e,n,r,i)=>tS(t,eS(t,e,n),r,i),lc=ic,lf=BigInt(0),ff=BigInt(1);function fc(t,e=""){if(typeof t!="boolean"){const n=e&&`"${e}"`;throw new Error(n+"expected boolean, got type="+typeof t)}return t}function Oi(t,e,n=""){const r=ec(t),i=t?.length,s=e!==void 0;if(!r||s&&i!==e){const o=n&&`"${n}" `,a=s?` of length ${e}`:"",c=r?`length=${i}`:`type=${typeof t}`;throw new Error(o+"expected Uint8Array"+a+", got "+c)}return t}function hc(t){const e=t.toString(16);return e.length&1?"0"+e:e}function ub(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);return t===""?lf:BigInt("0x"+t)}function dc(t){return ub(fs(t))}function pc(t){return yn(t),ub(fs(Uint8Array.from(t).reverse()))}function hf(t,e){return nc(t.toString(16).padStart(e*2,"0"))}function df(t,e){return hf(t,e).reverse()}function yt(t,e,n){let r;if(typeof e=="string")try{r=nc(e)}catch(s){throw new Error(t+" must be hex string or Uint8Array, cause: "+s)}else if(ec(e))r=Uint8Array.from(e);else throw new Error(t+" must be hex string or Uint8Array");const i=r.length;if(typeof n=="number"&&i!==n)throw new Error(t+" of length "+n+" expected, got "+i);return r}const pf=t=>typeof t=="bigint"&&lf<=t;function rS(t,e,n){return pf(t)&&pf(e)&&pf(n)&&e<=t&&t<n}function gf(t,e,n,r){if(!rS(e,n,r))throw new Error("expected valid "+t+": "+n+" <= n < "+r+", got "+e)}function lb(t){let e;for(e=0;t>lf;t>>=ff,e+=1);return e}const yo=t=>(ff<<BigInt(t))-ff;function iS(t,e,n){if(typeof t!="number"||t<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof n!="function")throw new Error("hmacFn must be a function");const r=d=>new Uint8Array(d),i=d=>Uint8Array.of(d);let s=r(t),o=r(t),a=0;const c=()=>{s.fill(1),o.fill(0),a=0},u=(...d)=>n(o,s,...d),l=(d=r(0))=>{o=u(i(0),d),s=u(),d.length!==0&&(o=u(i(1),d),s=u())},f=()=>{if(a++>=1e3)throw new Error("drbg: tried 1000 values");let d=0;const h=[];for(;d<e;){s=u();const p=s.slice();h.push(p),d+=s.length}return Vr(...h)};return(d,h)=>{c(),l(d);let p;for(;!(p=h(f()));)l();return c(),p}}function gc(t,e,n={}){if(!t||typeof t!="object")throw new Error("expected valid options object");function r(i,s,o){const a=t[i];if(o&&a===void 0)return;const c=typeof a;if(c!==s||a===null)throw new Error(`param "${i}" is invalid: expected ${s}, got ${c}`)}Object.entries(e).forEach(([i,s])=>r(i,s,!1)),Object.entries(n).forEach(([i,s])=>r(i,s,!0))}function fb(t){const e=new WeakMap;return(n,...r)=>{const i=e.get(n);if(i!==void 0)return i;const s=t(n,...r);return e.set(n,s),s}}const Lt=BigInt(0),Ot=BigInt(1),Ai=BigInt(2),hb=BigInt(3),db=BigInt(4),pb=BigInt(5),sS=BigInt(7),gb=BigInt(8),oS=BigInt(9),bb=BigInt(16);function Jt(t,e){const n=t%e;return n>=Lt?n:e+n}function vn(t,e,n){let r=t;for(;e-- >Lt;)r*=r,r%=n;return r}function wb(t,e){if(t===Lt)throw new Error("invert: expected non-zero number");if(e<=Lt)throw new Error("invert: expected positive modulus, got "+e);let n=Jt(t,e),r=e,i=Lt,s=Ot;for(;n!==Lt;){const o=r/n,a=r%n,c=i-s*o;r=n,n=a,i=s,s=c}if(r!==Ot)throw new Error("invert: does not exist");return Jt(i,e)}function bf(t,e,n){if(!t.eql(t.sqr(e),n))throw new Error("Cannot find square root")}function yb(t,e){const n=(t.ORDER+Ot)/db,r=t.pow(e,n);return bf(t,r,e),r}function aS(t,e){const n=(t.ORDER-pb)/gb,r=t.mul(e,Ai),i=t.pow(r,n),s=t.mul(e,i),o=t.mul(t.mul(s,Ai),i),a=t.mul(s,t.sub(o,t.ONE));return bf(t,a,e),a}function cS(t){const e=Qr(t),n=mb(t),r=n(e,e.neg(e.ONE)),i=n(e,r),s=n(e,e.neg(r)),o=(t+sS)/bb;return(a,c)=>{let u=a.pow(c,o),l=a.mul(u,r);const f=a.mul(u,i),d=a.mul(u,s),h=a.eql(a.sqr(l),c),p=a.eql(a.sqr(f),c);u=a.cmov(u,l,h),l=a.cmov(d,f,p);const w=a.eql(a.sqr(l),c),m=a.cmov(u,l,w);return bf(a,m,c),m}}function mb(t){if(t<hb)throw new Error("sqrt is not defined for small field");let e=t-Ot,n=0;for(;e%Ai===Lt;)e/=Ai,n++;let r=Ai;const i=Qr(t);for(;Eb(i,r)===1;)if(r++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(n===1)return yb;let s=i.pow(r,e);const o=(e+Ot)/Ai;return function(a,c){if(a.is0(c))return c;if(Eb(a,c)!==1)throw new Error("Cannot find square root");let u=n,l=a.mul(a.ONE,s),f=a.pow(c,e),d=a.pow(c,o);for(;!a.eql(f,a.ONE);){if(a.is0(f))return a.ZERO;let h=1,p=a.sqr(f);for(;!a.eql(p,a.ONE);)if(h++,p=a.sqr(p),h===u)throw new Error("Cannot find square root");const w=Ot<<BigInt(u-h-1),m=a.pow(l,w);u=h,l=a.sqr(m),f=a.mul(f,l),d=a.mul(d,m)}return d}}function uS(t){return t%db===hb?yb:t%gb===pb?aS:t%bb===oS?cS(t):mb(t)}const lS=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function fS(t){const e={ORDER:"bigint",MASK:"bigint",BYTES:"number",BITS:"number"},n=lS.reduce((r,i)=>(r[i]="function",r),e);return gc(t,n),t}function hS(t,e,n){if(n<Lt)throw new Error("invalid exponent, negatives unsupported");if(n===Lt)return t.ONE;if(n===Ot)return e;let r=t.ONE,i=e;for(;n>Lt;)n&Ot&&(r=t.mul(r,i)),i=t.sqr(i),n>>=Ot;return r}function vb(t,e,n=!1){const r=new Array(e.length).fill(n?t.ZERO:void 0),i=e.reduce((o,a,c)=>t.is0(a)?o:(r[c]=o,t.mul(o,a)),t.ONE),s=t.inv(i);return e.reduceRight((o,a,c)=>t.is0(a)?o:(r[c]=t.mul(o,r[c]),t.mul(o,a)),s),r}function Eb(t,e){const n=(t.ORDER-Ot)/Ai,r=t.pow(e,n),i=t.eql(r,t.ONE),s=t.eql(r,t.ZERO),o=t.eql(r,t.neg(t.ONE));if(!i&&!s&&!o)throw new Error("invalid Legendre symbol result");return i?1:s?0:-1}function xb(t,e){e!==void 0&&nr(e);const n=e!==void 0?e:t.toString(2).length,r=Math.ceil(n/8);return{nBitLength:n,nByteLength:r}}function Qr(t,e,n=!1,r={}){if(t<=Lt)throw new Error("invalid field: expected ORDER > 0, got "+t);let i,s,o=!1,a;if(typeof e=="object"&&e!=null){if(r.sqrt||n)throw new Error("cannot specify opts in two arguments");const d=e;d.BITS&&(i=d.BITS),d.sqrt&&(s=d.sqrt),typeof d.isLE=="boolean"&&(n=d.isLE),typeof d.modFromBytes=="boolean"&&(o=d.modFromBytes),a=d.allowedLengths}else typeof e=="number"&&(i=e),r.sqrt&&(s=r.sqrt);const{nBitLength:c,nByteLength:u}=xb(t,i);if(u>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let l;const f=Object.freeze({ORDER:t,isLE:n,BITS:c,BYTES:u,MASK:yo(c),ZERO:Lt,ONE:Ot,allowedLengths:a,create:d=>Jt(d,t),isValid:d=>{if(typeof d!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof d);return Lt<=d&&d<t},is0:d=>d===Lt,isValidNot0:d=>!f.is0(d)&&f.isValid(d),isOdd:d=>(d&Ot)===Ot,neg:d=>Jt(-d,t),eql:(d,h)=>d===h,sqr:d=>Jt(d*d,t),add:(d,h)=>Jt(d+h,t),sub:(d,h)=>Jt(d-h,t),mul:(d,h)=>Jt(d*h,t),pow:(d,h)=>hS(f,d,h),div:(d,h)=>Jt(d*wb(h,t),t),sqrN:d=>d*d,addN:(d,h)=>d+h,subN:(d,h)=>d-h,mulN:(d,h)=>d*h,inv:d=>wb(d,t),sqrt:s||(d=>(l||(l=uS(t)),l(f,d))),toBytes:d=>n?df(d,u):hf(d,u),fromBytes:(d,h=!0)=>{if(a){if(!a.includes(d.length)||d.length>u)throw new Error("Field.fromBytes: expected "+a+" bytes, got "+d.length);const w=new Uint8Array(u);w.set(d,n?0:w.length-d.length),d=w}if(d.length!==u)throw new Error("Field.fromBytes: expected "+u+" bytes, got "+d.length);let p=n?pc(d):dc(d);if(o&&(p=Jt(p,t)),!h&&!f.isValid(p))throw new Error("invalid field element: outside of range 0..ORDER");return p},invertBatch:d=>vb(f,d),cmov:(d,h,p)=>p?h:d});return Object.freeze(f)}function Ib(t){if(typeof t!="bigint")throw new Error("field order must be bigint");const e=t.toString(2).length;return Math.ceil(e/8)}function Sb(t){const e=Ib(t);return e+Math.ceil(e/2)}function dS(t,e,n=!1){const r=t.length,i=Ib(e),s=Sb(e);if(r<16||r<s||r>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+r);const o=n?pc(t):dc(t),a=Jt(o,e-Ot)+Ot;return n?df(a,i):hf(a,i)}const ds=BigInt(0),Pi=BigInt(1);function bc(t,e){const n=e.negate();return t?n:e}function wf(t,e){const n=vb(t.Fp,e.map(r=>r.Z));return e.map((r,i)=>t.fromAffine(r.toAffine(n[i])))}function Bb(t,e){if(!Number.isSafeInteger(t)||t<=0||t>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+t)}function yf(t,e){Bb(t,e);const n=Math.ceil(e/t)+1,r=2**(t-1),i=2**t,s=yo(t),o=BigInt(t);return{windows:n,windowSize:r,mask:s,maxNumber:i,shiftBy:o}}function Ob(t,e,n){const{windowSize:r,mask:i,maxNumber:s,shiftBy:o}=n;let a=Number(t&i),c=t>>o;a>r&&(a-=s,c+=Pi);const u=e*r,l=u+Math.abs(a)-1,f=a===0,d=a<0,h=e%2!==0;return{nextN:c,offset:l,isZero:f,isNeg:d,isNegF:h,offsetF:u}}function pS(t,e){if(!Array.isArray(t))throw new Error("array expected");t.forEach((n,r)=>{if(!(n instanceof e))throw new Error("invalid point at index "+r)})}function gS(t,e){if(!Array.isArray(t))throw new Error("array of scalars expected");t.forEach((n,r)=>{if(!e.isValid(n))throw new Error("invalid scalar at index "+r)})}const mf=new WeakMap,Ab=new WeakMap;function vf(t){return Ab.get(t)||1}function Pb(t){if(t!==ds)throw new Error("invalid wNAF")}class bS{constructor(e,n){this.BASE=e.BASE,this.ZERO=e.ZERO,this.Fn=e.Fn,this.bits=n}_unsafeLadder(e,n,r=this.ZERO){let i=e;for(;n>ds;)n&Pi&&(r=r.add(i)),i=i.double(),n>>=Pi;return r}precomputeWindow(e,n){const{windows:r,windowSize:i}=yf(n,this.bits),s=[];let o=e,a=o;for(let c=0;c<r;c++){a=o,s.push(a);for(let u=1;u<i;u++)a=a.add(o),s.push(a);o=a.double()}return s}wNAF(e,n,r){if(!this.Fn.isValid(r))throw new Error("invalid scalar");let i=this.ZERO,s=this.BASE;const o=yf(e,this.bits);for(let a=0;a<o.windows;a++){const{nextN:c,offset:u,isZero:l,isNeg:f,isNegF:d,offsetF:h}=Ob(r,a,o);r=c,l?s=s.add(bc(d,n[h])):i=i.add(bc(f,n[u]))}return Pb(r),{p:i,f:s}}wNAFUnsafe(e,n,r,i=this.ZERO){const s=yf(e,this.bits);for(let o=0;o<s.windows&&r!==ds;o++){const{nextN:a,offset:c,isZero:u,isNeg:l}=Ob(r,o,s);if(r=a,!u){const f=n[c];i=i.add(l?f.negate():f)}}return Pb(r),i}getPrecomputes(e,n,r){let i=mf.get(n);return i||(i=this.precomputeWindow(n,e),e!==1&&(typeof r=="function"&&(i=r(i)),mf.set(n,i))),i}cached(e,n,r){const i=vf(e);return this.wNAF(i,this.getPrecomputes(i,e,r),n)}unsafe(e,n,r,i){const s=vf(e);return s===1?this._unsafeLadder(e,n,i):this.wNAFUnsafe(s,this.getPrecomputes(s,e,r),n,i)}createCache(e,n){Bb(n,this.bits),Ab.set(e,n),mf.delete(e)}hasCache(e){return vf(e)!==1}}function wS(t,e,n,r){let i=e,s=t.ZERO,o=t.ZERO;for(;n>ds||r>ds;)n&Pi&&(s=s.add(i)),r&Pi&&(o=o.add(i)),i=i.double(),n>>=Pi,r>>=Pi;return{p1:s,p2:o}}function yS(t,e,n,r){pS(n,t),gS(r,e);const i=n.length,s=r.length;if(i!==s)throw new Error("arrays of points and scalars must have equal length");const o=t.ZERO,a=lb(BigInt(i));let c=1;a>12?c=a-3:a>4?c=a-2:a>0&&(c=2);const u=yo(c),l=new Array(Number(u)+1).fill(o),f=Math.floor((e.BITS-1)/c)*c;let d=o;for(let h=f;h>=0;h-=c){l.fill(o);for(let w=0;w<s;w++){const m=r[w],P=Number(m>>BigInt(h)&u);l[P]=l[P].add(n[w])}let p=o;for(let w=l.length-1,m=o;w>0;w--)m=m.add(l[w]),p=p.add(m);if(d=d.add(p),h!==0)for(let w=0;w<c;w++)d=d.double()}return d}function Db(t,e,n){if(e){if(e.ORDER!==t)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return fS(e),e}else return Qr(t,{isLE:n})}function mS(t,e,n={},r){if(r===void 0&&(r=t==="edwards"),!e||typeof e!="object")throw new Error(`expected valid ${t} CURVE object`);for(const a of["p","n","h"]){const c=e[a];if(!(typeof c=="bigint"&&c>ds))throw new Error(`CURVE.${a} must be positive bigint`)}const i=Db(e.p,n.Fp,r),s=Db(e.n,n.Fn,r),o=["Gx","Gy","a",t==="weierstrass"?"b":"d"];for(const a of o)if(!i.isValid(e[a]))throw new Error(`CURVE.${a} must be valid field element of CURVE.Fp`);return e=Object.freeze(Object.assign({},e)),{CURVE:e,Fp:i,Fn:s}}BigInt(0),BigInt(1),BigInt(2),BigInt(8),T1("HashToScalar-");const mo=BigInt(0),ps=BigInt(1),wc=BigInt(2);function vS(t){return gc(t,{adjustScalarBytes:"function",powPminus2:"function"}),Object.freeze({...t})}function ES(t){const e=vS(t),{P:n,type:r,adjustScalarBytes:i,powPminus2:s,randomBytes:o}=e,a=r==="x25519";if(!a&&r!=="x448")throw new Error("invalid type");const c=o||Si,u=a?255:448,l=a?32:56,f=BigInt(a?9:5),d=BigInt(a?121665:39081),h=a?wc**BigInt(254):wc**BigInt(447),p=a?BigInt(8)*wc**BigInt(251)-ps:BigInt(4)*wc**BigInt(445)-ps,w=h+p+ps,m=E=>Jt(E,n),P=T(f);function T(E){return df(m(E),l)}function I(E){const b=yt("u coordinate",E,l);return a&&(b[31]&=127),m(pc(b))}function x(E){return pc(i(yt("scalar",E,l)))}function S(E,b){const v=F(I(b),x(E));if(v===mo)throw new Error("invalid private or public key received");return T(v)}function U(E){return S(E,P)}function k(E,b,v){const g=m(E*(b-v));return b=m(b-g),v=m(v+g),{x_2:b,x_3:v}}function F(E,b){gf("u",E,mo,n),gf("scalar",b,h,w);const v=b,g=E;let y=ps,B=mo,A=E,O=ps,D=mo;for(let M=BigInt(u-1);M>=mo;M--){const L=v>>M&ps;D^=L,{x_2:y,x_3:A}=k(D,y,A),{x_2:B,x_3:O}=k(D,B,O),D=L;const V=y+B,q=m(V*V),W=y-B,Z=m(W*W),z=q-Z,N=A+O,j=A-O,K=m(j*V),X=m(N*W),ee=K+X,$=K-X;A=m(ee*ee),O=m(g*m($*$)),y=m(q*Z),B=m(z*(q+m(d*z)))}({x_2:y,x_3:A}=k(D,y,A)),{x_2:B,x_3:O}=k(D,B,O);const C=s(B);return m(y*C)}const R={secretKey:l,publicKey:l,seed:l},G=(E=c(l))=>(yn(E,R.seed),E);function H(E){const b=G(E);return{secretKey:b,publicKey:U(b)}}return{keygen:H,getSharedSecret:(E,b)=>S(E,b),getPublicKey:E=>U(E),scalarMult:S,scalarMultBase:U,utils:{randomSecretKey:G,randomPrivateKey:G},GuBytes:P.slice(),lengths:R}}const xS=BigInt(1),Rb=BigInt(2),IS=BigInt(3),SS=BigInt(5),BS=BigInt(8),Tb=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed"),OS={p:Tb,n:BigInt("0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3ed"),h:BS,a:BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffec"),d:BigInt("0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3"),Gx:BigInt("0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a"),Gy:BigInt("0x6666666666666666666666666666666666666666666666666666666666666658")};function AS(t){const e=BigInt(10),n=BigInt(20),r=BigInt(40),i=BigInt(80),s=Tb,o=t*t%s*t%s,a=vn(o,Rb,s)*o%s,c=vn(a,xS,s)*t%s,u=vn(c,SS,s)*c%s,l=vn(u,e,s)*u%s,f=vn(l,n,s)*l%s,d=vn(f,r,s)*f%s,h=vn(d,i,s)*d%s,p=vn(h,i,s)*d%s,w=vn(p,e,s)*u%s;return{pow_p_5_8:vn(w,Rb,s)*t%s,b2:o}}function PS(t){return t[0]&=248,t[31]&=127,t[31]|=64,t}const DS=Qr(OS.p,{isLE:!0}),Ef=(()=>{const t=DS.ORDER;return ES({P:t,type:"x25519",powPminus2:e=>{const{pow_p_5_8:n,b2:r}=AS(e);return Jt(vn(n,IS,t)*r,t)},adjustScalarBytes:PS})})(),Nb=(t,e)=>(t+(t>=0?e:-e)/Ub)/e;function RS(t,e,n){const[[r,i],[s,o]]=e,a=Nb(o*t,n),c=Nb(-i*t,n);let u=t-a*r-c*s,l=-a*i-c*o;const f=u<or,d=l<or;f&&(u=-u),d&&(l=-l);const h=yo(Math.ceil(lb(n)/2))+gs;if(u<or||u>=h||l<or||l>=h)throw new Error("splitScalar (endomorphism): failed, k="+t);return{k1neg:f,k1:u,k2neg:d,k2:l}}function xf(t){if(!["compact","recovered","der"].includes(t))throw new Error('Signature format must be "compact", "recovered", or "der"');return t}function If(t,e){const n={};for(let r of Object.keys(e))n[r]=t[r]===void 0?e[r]:t[r];return fc(n.lowS,"lowS"),fc(n.prehash,"prehash"),n.format!==void 0&&xf(n.format),n}class TS extends Error{constructor(e=""){super(e)}}const sr={Err:TS,_tlv:{encode:(t,e)=>{const{Err:n}=sr;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length&1)throw new n("tlv.encode: unpadded data");const r=e.length/2,i=hc(r);if(i.length/2&128)throw new n("tlv.encode: long form length too big");const s=r>127?hc(i.length/2|128):"";return hc(t)+s+i+e},decode(t,e){const{Err:n}=sr;let r=0;if(t<0||t>256)throw new n("tlv.encode: wrong tag");if(e.length<2||e[r++]!==t)throw new n("tlv.decode: wrong tlv");const i=e[r++],s=!!(i&128);let o=0;if(!s)o=i;else{const c=i&127;if(!c)throw new n("tlv.decode(long): indefinite length not supported");if(c>4)throw new n("tlv.decode(long): byte length is too big");const u=e.subarray(r,r+c);if(u.length!==c)throw new n("tlv.decode: length bytes not complete");if(u[0]===0)throw new n("tlv.decode(long): zero leftmost byte");for(const l of u)o=o<<8|l;if(r+=c,o<128)throw new n("tlv.decode(long): not minimal encoding")}const a=e.subarray(r,r+o);if(a.length!==o)throw new n("tlv.decode: wrong value length");return{v:a,l:e.subarray(r+o)}}},_int:{encode(t){const{Err:e}=sr;if(t<or)throw new e("integer: negative integers are not allowed");let n=hc(t);if(Number.parseInt(n[0],16)&8&&(n="00"+n),n.length&1)throw new e("unexpected DER parsing assertion: unpadded hex");return n},decode(t){const{Err:e}=sr;if(t[0]&128)throw new e("invalid signature integer: negative");if(t[0]===0&&!(t[1]&128))throw new e("invalid signature integer: unnecessary leading zero");return dc(t)}},toSig(t){const{Err:e,_int:n,_tlv:r}=sr,i=yt("signature",t),{v:s,l:o}=r.decode(48,i);if(o.length)throw new e("invalid signature: left bytes after parsing");const{v:a,l:c}=r.decode(2,s),{v:u,l}=r.decode(2,c);if(l.length)throw new e("invalid signature: left bytes after parsing");return{r:n.decode(a),s:n.decode(u)}},hexFromSig(t){const{_tlv:e,_int:n}=sr,r=e.encode(2,n.encode(t.r)),i=e.encode(2,n.encode(t.s)),s=r+i;return e.encode(48,s)}},or=BigInt(0),gs=BigInt(1),Ub=BigInt(2),yc=BigInt(3),NS=BigInt(4);function bs(t,e){const{BYTES:n}=t;let r;if(typeof e=="bigint")r=e;else{let i=yt("private key",e);try{r=t.fromBytes(i)}catch{throw new Error(`invalid private key: expected ui8a of size ${n}, got ${typeof e}`)}}if(!t.isValidNot0(r))throw new Error("invalid private key: out of range [1..N-1]");return r}function US(t,e={}){const n=mS("weierstrass",t,e),{Fp:r,Fn:i}=n;let s=n.CURVE;const{h:o,n:a}=s;gc(e,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object",wrapPrivateKey:"boolean"});const{endo:c}=e;if(c&&(!r.is0(s.a)||typeof c.beta!="bigint"||!Array.isArray(c.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');const u=Fb(r,i);function l(){if(!r.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function f(E,b,v){const{x:g,y}=b.toAffine(),B=r.toBytes(g);if(fc(v,"isCompressed"),v){l();const A=!r.isOdd(y);return Vr(Cb(A),B)}else return Vr(Uint8Array.of(4),B,r.toBytes(y))}function d(E){Oi(E,void 0,"Point");const{publicKey:b,publicKeyUncompressed:v}=u,g=E.length,y=E[0],B=E.subarray(1);if(g===b&&(y===2||y===3)){const A=r.fromBytes(B);if(!r.isValid(A))throw new Error("bad point: is not on curve, wrong x");const O=w(A);let D;try{D=r.sqrt(O)}catch(M){const L=M instanceof Error?": "+M.message:"";throw new Error("bad point: is not on curve, sqrt error"+L)}l();const C=r.isOdd(D);return(y&1)===1!==C&&(D=r.neg(D)),{x:A,y:D}}else if(g===v&&y===4){const A=r.BYTES,O=r.fromBytes(B.subarray(0,A)),D=r.fromBytes(B.subarray(A,A*2));if(!m(O,D))throw new Error("bad point: is not on curve");return{x:O,y:D}}else throw new Error(`bad point: got length ${g}, expected compressed=${b} or uncompressed=${v}`)}const h=e.toBytes||f,p=e.fromBytes||d;function w(E){const b=r.sqr(E),v=r.mul(b,E);return r.add(r.add(v,r.mul(E,s.a)),s.b)}function m(E,b){const v=r.sqr(b),g=w(E);return r.eql(v,g)}if(!m(s.Gx,s.Gy))throw new Error("bad curve params: generator point");const P=r.mul(r.pow(s.a,yc),NS),T=r.mul(r.sqr(s.b),BigInt(27));if(r.is0(r.add(P,T)))throw new Error("bad curve params: a or b");function I(E,b,v=!1){if(!r.isValid(b)||v&&r.is0(b))throw new Error(`bad point coordinate ${E}`);return b}function x(E){if(!(E instanceof R))throw new Error("ProjectivePoint expected")}function S(E){if(!c||!c.basises)throw new Error("no endo");return RS(E,c.basises,i.ORDER)}const U=fb((E,b)=>{const{X:v,Y:g,Z:y}=E;if(r.eql(y,r.ONE))return{x:v,y:g};const B=E.is0();b==null&&(b=B?r.ONE:r.inv(y));const A=r.mul(v,b),O=r.mul(g,b),D=r.mul(y,b);if(B)return{x:r.ZERO,y:r.ZERO};if(!r.eql(D,r.ONE))throw new Error("invZ was invalid");return{x:A,y:O}}),k=fb(E=>{if(E.is0()){if(e.allowInfinityPoint&&!r.is0(E.Y))return;throw new Error("bad point: ZERO")}const{x:b,y:v}=E.toAffine();if(!r.isValid(b)||!r.isValid(v))throw new Error("bad point: x or y not field elements");if(!m(b,v))throw new Error("bad point: equation left != right");if(!E.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});function F(E,b,v,g,y){return v=new R(r.mul(v.X,E),v.Y,v.Z),b=bc(g,b),v=bc(y,v),b.add(v)}class R{constructor(b,v,g){this.X=I("x",b),this.Y=I("y",v,!0),this.Z=I("z",g),Object.freeze(this)}static CURVE(){return s}static fromAffine(b){const{x:v,y:g}=b||{};if(!b||!r.isValid(v)||!r.isValid(g))throw new Error("invalid affine point");if(b instanceof R)throw new Error("projective point not allowed");return r.is0(v)&&r.is0(g)?R.ZERO:new R(v,g,r.ONE)}static fromBytes(b){const v=R.fromAffine(p(Oi(b,void 0,"point")));return v.assertValidity(),v}static fromHex(b){return R.fromBytes(yt("pointHex",b))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(b=8,v=!0){return H.createCache(this,b),v||this.multiply(yc),this}assertValidity(){k(this)}hasEvenY(){const{y:b}=this.toAffine();if(!r.isOdd)throw new Error("Field doesn't support isOdd");return!r.isOdd(b)}equals(b){x(b);const{X:v,Y:g,Z:y}=this,{X:B,Y:A,Z:O}=b,D=r.eql(r.mul(v,O),r.mul(B,y)),C=r.eql(r.mul(g,O),r.mul(A,y));return D&&C}negate(){return new R(this.X,r.neg(this.Y),this.Z)}double(){const{a:b,b:v}=s,g=r.mul(v,yc),{X:y,Y:B,Z:A}=this;let O=r.ZERO,D=r.ZERO,C=r.ZERO,M=r.mul(y,y),L=r.mul(B,B),V=r.mul(A,A),q=r.mul(y,B);return q=r.add(q,q),C=r.mul(y,A),C=r.add(C,C),O=r.mul(b,C),D=r.mul(g,V),D=r.add(O,D),O=r.sub(L,D),D=r.add(L,D),D=r.mul(O,D),O=r.mul(q,O),C=r.mul(g,C),V=r.mul(b,V),q=r.sub(M,V),q=r.mul(b,q),q=r.add(q,C),C=r.add(M,M),M=r.add(C,M),M=r.add(M,V),M=r.mul(M,q),D=r.add(D,M),V=r.mul(B,A),V=r.add(V,V),M=r.mul(V,q),O=r.sub(O,M),C=r.mul(V,L),C=r.add(C,C),C=r.add(C,C),new R(O,D,C)}add(b){x(b);const{X:v,Y:g,Z:y}=this,{X:B,Y:A,Z:O}=b;let D=r.ZERO,C=r.ZERO,M=r.ZERO;const L=s.a,V=r.mul(s.b,yc);let q=r.mul(v,B),W=r.mul(g,A),Z=r.mul(y,O),z=r.add(v,g),N=r.add(B,A);z=r.mul(z,N),N=r.add(q,W),z=r.sub(z,N),N=r.add(v,y);let j=r.add(B,O);return N=r.mul(N,j),j=r.add(q,Z),N=r.sub(N,j),j=r.add(g,y),D=r.add(A,O),j=r.mul(j,D),D=r.add(W,Z),j=r.sub(j,D),M=r.mul(L,N),D=r.mul(V,Z),M=r.add(D,M),D=r.sub(W,M),M=r.add(W,M),C=r.mul(D,M),W=r.add(q,q),W=r.add(W,q),Z=r.mul(L,Z),N=r.mul(V,N),W=r.add(W,Z),Z=r.sub(q,Z),Z=r.mul(L,Z),N=r.add(N,Z),q=r.mul(W,N),C=r.add(C,q),q=r.mul(j,N),D=r.mul(z,D),D=r.sub(D,q),q=r.mul(z,W),M=r.mul(j,M),M=r.add(M,q),new R(D,C,M)}subtract(b){return this.add(b.negate())}is0(){return this.equals(R.ZERO)}multiply(b){const{endo:v}=e;if(!i.isValidNot0(b))throw new Error("invalid scalar: out of range");let g,y;const B=A=>H.cached(this,A,O=>wf(R,O));if(v){const{k1neg:A,k1:O,k2neg:D,k2:C}=S(b),{p:M,f:L}=B(O),{p:V,f:q}=B(C);y=L.add(q),g=F(v.beta,M,V,A,D)}else{const{p:A,f:O}=B(b);g=A,y=O}return wf(R,[g,y])[0]}multiplyUnsafe(b){const{endo:v}=e,g=this;if(!i.isValid(b))throw new Error("invalid scalar: out of range");if(b===or||g.is0())return R.ZERO;if(b===gs)return g;if(H.hasCache(this))return this.multiply(b);if(v){const{k1neg:y,k1:B,k2neg:A,k2:O}=S(b),{p1:D,p2:C}=wS(R,g,B,O);return F(v.beta,D,C,y,A)}else return H.unsafe(g,b)}multiplyAndAddUnsafe(b,v,g){const y=this.multiplyUnsafe(v).add(b.multiplyUnsafe(g));return y.is0()?void 0:y}toAffine(b){return U(this,b)}isTorsionFree(){const{isTorsionFree:b}=e;return o===gs?!0:b?b(R,this):H.unsafe(this,a).is0()}clearCofactor(){const{clearCofactor:b}=e;return o===gs?this:b?b(R,this):this.multiplyUnsafe(o)}isSmallOrder(){return this.multiplyUnsafe(o).is0()}toBytes(b=!0){return fc(b,"isCompressed"),this.assertValidity(),h(R,this,b)}toHex(b=!0){return fs(this.toBytes(b))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}get px(){return this.X}get py(){return this.X}get pz(){return this.Z}toRawBytes(b=!0){return this.toBytes(b)}_setWindowSize(b){this.precompute(b)}static normalizeZ(b){return wf(R,b)}static msm(b,v){return yS(R,i,b,v)}static fromPrivateKey(b){return R.BASE.multiply(bs(i,b))}}R.BASE=new R(s.Gx,s.Gy,r.ONE),R.ZERO=new R(r.ZERO,r.ONE,r.ZERO),R.Fp=r,R.Fn=i;const G=i.BITS,H=new bS(R,e.endo?Math.ceil(G/2):G);return R.BASE.precompute(8),R}function Cb(t){return Uint8Array.of(t?2:3)}function Fb(t,e){return{secretKey:e.BYTES,publicKey:1+t.BYTES,publicKeyUncompressed:1+2*t.BYTES,publicKeyHasPrefix:!0,signature:2*e.BYTES}}function CS(t,e={}){const{Fn:n}=t,r=e.randomBytes||Si,i=Object.assign(Fb(t.Fp,n),{seed:Sb(n.ORDER)});function s(d){try{return!!bs(n,d)}catch{return!1}}function o(d,h){const{publicKey:p,publicKeyUncompressed:w}=i;try{const m=d.length;return h===!0&&m!==p||h===!1&&m!==w?!1:!!t.fromBytes(d)}catch{return!1}}function a(d=r(i.seed)){return dS(Oi(d,i.seed,"seed"),n.ORDER)}function c(d,h=!0){return t.BASE.multiply(bs(n,d)).toBytes(h)}function u(d){const h=a(d);return{secretKey:h,publicKey:c(h)}}function l(d){if(typeof d=="bigint")return!1;if(d instanceof t)return!0;const{secretKey:h,publicKey:p,publicKeyUncompressed:w}=i;if(n.allowedLengths||h===p)return;const m=yt("key",d).length;return m===p||m===w}function f(d,h,p=!0){if(l(d)===!0)throw new Error("first arg must be private key");if(l(h)===!1)throw new Error("second arg must be public key");const w=bs(n,d);return t.fromHex(h).multiply(w).toBytes(p)}return Object.freeze({getPublicKey:c,getSharedSecret:f,keygen:u,Point:t,utils:{isValidSecretKey:s,isValidPublicKey:o,randomSecretKey:a,isValidPrivateKey:s,randomPrivateKey:a,normPrivateKeyToScalar:d=>bs(n,d),precompute(d=8,h=t.BASE){return h.precompute(d,!1)}},lengths:i})}function FS(t,e,n={}){tc(e),gc(n,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"});const r=n.randomBytes||Si,i=n.hmac||((v,...g)=>uc(e,v,Vr(...g))),{Fp:s,Fn:o}=t,{ORDER:a,BITS:c}=o,{keygen:u,getPublicKey:l,getSharedSecret:f,utils:d,lengths:h}=CS(t,n),p={prehash:!1,lowS:typeof n.lowS=="boolean"?n.lowS:!1,format:void 0,extraEntropy:!1},w="compact";function m(v){const g=a>>gs;return v>g}function P(v,g){if(!o.isValidNot0(g))throw new Error(`invalid signature ${v}: out of range 1..Point.Fn.ORDER`);return g}function T(v,g){xf(g);const y=h.signature,B=g==="compact"?y:g==="recovered"?y+1:void 0;return Oi(v,B,`${g} signature`)}class I{constructor(g,y,B){this.r=P("r",g),this.s=P("s",y),B!=null&&(this.recovery=B),Object.freeze(this)}static fromBytes(g,y=w){T(g,y);let B;if(y==="der"){const{r:C,s:M}=sr.toSig(Oi(g));return new I(C,M)}y==="recovered"&&(B=g[0],y="compact",g=g.subarray(1));const A=o.BYTES,O=g.subarray(0,A),D=g.subarray(A,A*2);return new I(o.fromBytes(O),o.fromBytes(D),B)}static fromHex(g,y){return this.fromBytes(nc(g),y)}addRecoveryBit(g){return new I(this.r,this.s,g)}recoverPublicKey(g){const y=s.ORDER,{r:B,s:A,recovery:O}=this;if(O==null||![0,1,2,3].includes(O))throw new Error("recovery id invalid");if(a*Ub<y&&O>1)throw new Error("recovery id is ambiguous for h>1 curve");const D=O===2||O===3?B+a:B;if(!s.isValid(D))throw new Error("recovery id 2 or 3 invalid");const C=s.toBytes(D),M=t.fromBytes(Vr(Cb((O&1)===0),C)),L=o.inv(D),V=S(yt("msgHash",g)),q=o.create(-V*L),W=o.create(A*L),Z=t.BASE.multiplyUnsafe(q).add(M.multiplyUnsafe(W));if(Z.is0())throw new Error("point at infinify");return Z.assertValidity(),Z}hasHighS(){return m(this.s)}toBytes(g=w){if(xf(g),g==="der")return nc(sr.hexFromSig(this));const y=o.toBytes(this.r),B=o.toBytes(this.s);if(g==="recovered"){if(this.recovery==null)throw new Error("recovery bit must be present");return Vr(Uint8Array.of(this.recovery),y,B)}return Vr(y,B)}toHex(g){return fs(this.toBytes(g))}assertValidity(){}static fromCompact(g){return I.fromBytes(yt("sig",g),"compact")}static fromDER(g){return I.fromBytes(yt("sig",g),"der")}normalizeS(){return this.hasHighS()?new I(this.r,o.neg(this.s),this.recovery):this}toDERRawBytes(){return this.toBytes("der")}toDERHex(){return fs(this.toBytes("der"))}toCompactRawBytes(){return this.toBytes("compact")}toCompactHex(){return fs(this.toBytes("compact"))}}const x=n.bits2int||function(v){if(v.length>8192)throw new Error("input is too large");const g=dc(v),y=v.length*8-c;return y>0?g>>BigInt(y):g},S=n.bits2int_modN||function(v){return o.create(x(v))},U=yo(c);function k(v){return gf("num < 2^"+c,v,or,U),o.toBytes(v)}function F(v,g){return Oi(v,void 0,"message"),g?Oi(e(v),void 0,"prehashed message"):v}function R(v,g,y){if(["recovered","canonical"].some(W=>W in y))throw new Error("sign() legacy options not supported");const{lowS:B,prehash:A,extraEntropy:O}=If(y,p);v=F(v,A);const D=S(v),C=bs(o,g),M=[k(C),k(D)];if(O!=null&&O!==!1){const W=O===!0?r(h.secretKey):O;M.push(yt("extraEntropy",W))}const L=Vr(...M),V=D;function q(W){const Z=x(W);if(!o.isValidNot0(Z))return;const z=o.inv(Z),N=t.BASE.multiply(Z).toAffine(),j=o.create(N.x);if(j===or)return;const K=o.create(z*o.create(V+j*C));if(K===or)return;let X=(N.x===j?0:2)|Number(N.y&gs),ee=K;return B&&m(K)&&(ee=o.neg(K),X^=1),new I(j,ee,X)}return{seed:L,k2sig:q}}function G(v,g,y={}){v=yt("message",v);const{seed:B,k2sig:A}=R(v,g,y);return iS(e.outputLen,o.BYTES,i)(B,A)}function H(v){let g;const y=typeof v=="string"||ec(v),B=!y&&v!==null&&typeof v=="object"&&typeof v.r=="bigint"&&typeof v.s=="bigint";if(!y&&!B)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");if(B)g=new I(v.r,v.s);else if(y){try{g=I.fromBytes(yt("sig",v),"der")}catch(A){if(!(A instanceof sr.Err))throw A}if(!g)try{g=I.fromBytes(yt("sig",v),"compact")}catch{return!1}}return g||!1}function E(v,g,y,B={}){const{lowS:A,prehash:O,format:D}=If(B,p);if(y=yt("publicKey",y),g=F(yt("message",g),O),"strict"in B)throw new Error("options.strict was renamed to lowS");const C=D===void 0?H(v):I.fromBytes(yt("sig",v),D);if(C===!1)return!1;try{const M=t.fromBytes(y);if(A&&C.hasHighS())return!1;const{r:L,s:V}=C,q=S(g),W=o.inv(V),Z=o.create(q*W),z=o.create(L*W),N=t.BASE.multiplyUnsafe(Z).add(M.multiplyUnsafe(z));return N.is0()?!1:o.create(N.x)===L}catch{return!1}}function b(v,g,y={}){const{prehash:B}=If(y,p);return g=F(g,B),I.fromBytes(v,"recovered").recoverPublicKey(g).toBytes()}return Object.freeze({keygen:u,getPublicKey:l,getSharedSecret:f,utils:d,lengths:h,Point:t,sign:G,verify:E,recoverPublicKey:b,Signature:I,hash:e})}function qS(t){const e={a:t.a,b:t.b,p:t.Fp.ORDER,n:t.n,h:t.h,Gx:t.Gx,Gy:t.Gy},n=t.Fp;let r=t.allowedPrivateKeyLengths?Array.from(new Set(t.allowedPrivateKeyLengths.map(o=>Math.ceil(o/2)))):void 0;const i=Qr(e.n,{BITS:t.nBitLength,allowedLengths:r,modFromBytes:t.wrapPrivateKey}),s={Fp:n,Fn:i,allowInfinityPoint:t.allowInfinityPoint,endo:t.endo,isTorsionFree:t.isTorsionFree,clearCofactor:t.clearCofactor,fromBytes:t.fromBytes,toBytes:t.toBytes};return{CURVE:e,curveOpts:s}}function kS(t){const{CURVE:e,curveOpts:n}=qS(t),r={hmac:t.hmac,randomBytes:t.randomBytes,lowS:t.lowS,bits2int:t.bits2int,bits2int_modN:t.bits2int_modN};return{CURVE:e,curveOpts:n,hash:t.hash,ecdsaOpts:r}}function LS(t,e){const n=e.Point;return Object.assign({},e,{ProjectivePoint:n,CURVE:Object.assign({},t,xb(n.Fn.ORDER,n.Fn.BITS))})}function MS(t){const{CURVE:e,curveOpts:n,hash:r,ecdsaOpts:i}=kS(t),s=US(e,n),o=FS(s,r,i);return LS(t,o)}function Sf(t,e){const n=r=>MS({...t,hash:r});return{...n(e),create:n}}const qb={p:BigInt("0xffffffff00000001000000000000000000000000ffffffffffffffffffffffff"),n:BigInt("0xffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551"),h:BigInt(1),a:BigInt("0xffffffff00000001000000000000000000000000fffffffffffffffffffffffc"),b:BigInt("0x5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b"),Gx:BigInt("0x6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296"),Gy:BigInt("0x4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5")},kb={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000ffffffff"),n:BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffc7634d81f4372ddf581a0db248b0a77aecec196accc52973"),h:BigInt(1),a:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000fffffffc"),b:BigInt("0xb3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef"),Gx:BigInt("0xaa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741e082542a385502f25dbf55296c3a545e3872760ab7"),Gy:BigInt("0x3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da3113b5f0b8c00a60b1ce1d7e819d7a431d7c90ea0e5f")},Lb={p:BigInt("0x1ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),n:BigInt("0x01fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa51868783bf2f966b7fcc0148f709a5d03bb5c9b8899c47aebb6fb71e91386409"),h:BigInt(1),a:BigInt("0x1fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc"),b:BigInt("0x0051953eb9618e1c9a1f929a21a0b68540eea2da725b99b315f3b8b489918ef109e156193951ec7e937b1652c0bd3bb1bf073573df883d2c34f1ef451fd46b503f00"),Gx:BigInt("0x00c6858e06b70404e9cd9e3ecb662395b4429c648139053fb521f828af606b4d3dbaa14b5e77efe75928fe1dc127a2ffa8de3348b3c1856a429bf97e7e31c2e5bd66"),Gy:BigInt("0x011839296a789a3bc0045c8a5fb42c7d1bd998f54449579b446817afbd17273e662c97ee72995ef42640c550b9013fad0761353c7086a272c24088be94769fd16650")},jS=Qr(qb.p),zS=Qr(kb.p),KS=Qr(Lb.p),VS=Sf({...qb,Fp:jS,lowS:!1},ic);Sf({...kb,Fp:zS,lowS:!1},ZI),Sf({...Lb,Fp:KS,lowS:!1,allowedPrivateKeyLengths:[130,131,132]},WI);const HS=VS,Mb="base10",At="base16",Mt="base64pad",_r="base64url",vo="utf8",jb=0,ar=1,Eo=2,GS=0,zb=1,xo=12,Bf=32;function WS(){const t=Ef.utils.randomPrivateKey(),e=Ef.getPublicKey(t);return{privateKey:qt(t,At),publicKey:qt(e,At)}}function Of(){const t=Si(Bf);return qt(t,At)}function ZS(t,e){const n=Ef.getSharedSecret(sn(t,At),sn(e,At)),r=nS(lc,n,void 0,void 0,Bf);return qt(r,At)}function mc(t){const e=lc(sn(t,At));return qt(e,At)}function an(t){const e=lc(sn(t,vo));return qt(e,At)}function Kb(t){return sn(`${t}`,Mb)}function Di(t){return Number(qt(t,Mb))}function Vb(t){return t.replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function Hb(t){const e=t.replace(/-/g,"+").replace(/_/g,"/"),n=(4-e.length%4)%4;return e+"=".repeat(n)}function YS(t){const e=Kb(typeof t.type<"u"?t.type:jb);if(Di(e)===ar&&typeof t.senderPublicKey>"u")throw new Error("Missing sender public key for type 1 envelope");const n=typeof t.senderPublicKey<"u"?sn(t.senderPublicKey,At):void 0,r=typeof t.iv<"u"?sn(t.iv,At):Si(xo),i=sn(t.symKey,At),s=ob(i,r).encrypt(sn(t.message,vo)),o=Gb({type:e,sealed:s,iv:r,senderPublicKey:n});return t.encoding===_r?Vb(o):o}function XS(t){const e=sn(t.symKey,At),{sealed:n,iv:r}=Io({encoded:t.encoded,encoding:t.encoding}),i=ob(e,r).decrypt(n);if(i===null)throw new Error("Failed to decrypt");return qt(i,vo)}function JS(t,e){const n=Kb(Eo),r=Si(xo),i=sn(t,vo),s=Gb({type:n,sealed:i,iv:r});return e===_r?Vb(s):s}function QS(t,e){const{sealed:n}=Io({encoded:t,encoding:e});return qt(n,vo)}function Gb(t){if(Di(t.type)===Eo)return qt(io([t.type,t.sealed]),Mt);if(Di(t.type)===ar){if(typeof t.senderPublicKey>"u")throw new Error("Missing sender public key for type 1 envelope");return qt(io([t.type,t.senderPublicKey,t.iv,t.sealed]),Mt)}return qt(io([t.type,t.iv,t.sealed]),Mt)}function Io(t){const e=(t.encoding||Mt)===_r?Hb(t.encoded):t.encoded,n=sn(e,Mt),r=n.slice(GS,zb),i=zb;if(Di(r)===ar){const c=i+Bf,u=c+xo,l=n.slice(i,c),f=n.slice(c,u),d=n.slice(u);return{type:r,sealed:d,iv:f,senderPublicKey:l}}if(Di(r)===Eo){const c=n.slice(i),u=Si(xo);return{type:r,sealed:c,iv:u}}const s=i+xo,o=n.slice(i,s),a=n.slice(s);return{type:r,sealed:a,iv:o}}function _S(t,e){const n=Io({encoded:t,encoding:e?.encoding});return Wb({type:Di(n.type),senderPublicKey:typeof n.senderPublicKey<"u"?qt(n.senderPublicKey,At):void 0,receiverPublicKey:e?.receiverPublicKey})}function Wb(t){const e=t?.type||jb;if(e===ar){if(typeof t?.senderPublicKey>"u")throw new Error("missing sender public key");if(typeof t?.receiverPublicKey>"u")throw new Error("missing receiver public key")}return{type:e,senderPublicKey:t?.senderPublicKey,receiverPublicKey:t?.receiverPublicKey}}function Zb(t){return t.type===ar&&typeof t.senderPublicKey=="string"&&typeof t.receiverPublicKey=="string"}function Yb(t){return t.type===Eo}function $S(t){const e=Buffer.from(t.x,"base64"),n=Buffer.from(t.y,"base64");return io([new Uint8Array([4]),e,n])}function eB(t,e){const[n,r,i]=t.split("."),s=Buffer.from(Hb(i),"base64");if(s.length!==64)throw new Error("Invalid signature length");const o=s.slice(0,32),a=s.slice(32,64),c=`${n}.${r}`,u=lc(c),l=$S(e);if(!HS.verify(io([o,a]),u,l))throw new Error("Invalid signature");return kl(t).payload}const tB="irn";function vc(t){return t?.relay||{protocol:tB}}function ws(t){const e=R7[t];if(typeof e>"u")throw new Error(`Relay Protocol not supported: ${t}`);return e}var nB=Object.defineProperty,rB=Object.defineProperties,iB=Object.getOwnPropertyDescriptors,Xb=Object.getOwnPropertySymbols,sB=Object.prototype.hasOwnProperty,oB=Object.prototype.propertyIsEnumerable,Jb=(t,e,n)=>e in t?nB(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Af=(t,e)=>{for(var n in e||(e={}))sB.call(e,n)&&Jb(t,n,e[n]);if(Xb)for(var n of Xb(e))oB.call(e,n)&&Jb(t,n,e[n]);return t},aB=(t,e)=>rB(t,iB(e));function cB(t,e="-"){const n={},r="relay"+e;return Object.keys(t).forEach(i=>{if(i.startsWith(r)){const s=i.replace(r,""),o=t[i];n[s]=o}}),n}function Qb(t){if(!t.includes("wc:")){const u=E1(t);u!=null&&u.includes("wc:")&&(t=u)}t=t.includes("wc://")?t.replace("wc://",""):t,t=t.includes("wc:")?t.replace("wc:",""):t;const e=t.indexOf(":"),n=t.indexOf("?")!==-1?t.indexOf("?"):void 0,r=t.substring(0,e),i=t.substring(e+1,n).split("@"),s=typeof n<"u"?t.substring(n):"",o=new URLSearchParams(s),a=Object.fromEntries(o.entries()),c=typeof a.methods=="string"?a.methods.split(","):void 0;return{protocol:r,topic:uB(i[0]),version:parseInt(i[1],10),symKey:a.symKey,relay:cB(a),methods:c,expiryTimestamp:a.expiryTimestamp?parseInt(a.expiryTimestamp,10):void 0}}function uB(t){return t.startsWith("//")?t.substring(2):t}function lB(t,e="-"){const n="relay",r={};return Object.keys(t).forEach(i=>{const s=i,o=n+e+s;t[s]&&(r[o]=t[s])}),r}function _b(t){const e=new URLSearchParams,n=Af(Af(aB(Af({},lB(t.relay)),{symKey:t.symKey}),t.expiryTimestamp&&{expiryTimestamp:t.expiryTimestamp.toString()}),t.methods&&{methods:t.methods.join(",")});return Object.entries(n).sort(([r],[i])=>r.localeCompare(i)).forEach(([r,i])=>{i!==void 0&&e.append(r,String(i))}),`${t.protocol}:${t.topic}@${t.version}?${e}`}function Ec(t,e,n){return`${t}?wc_ev=${n}&topic=${e}`}var fB=Object.defineProperty,hB=Object.defineProperties,dB=Object.getOwnPropertyDescriptors,$b=Object.getOwnPropertySymbols,pB=Object.prototype.hasOwnProperty,gB=Object.prototype.propertyIsEnumerable,ew=(t,e,n)=>e in t?fB(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,bB=(t,e)=>{for(var n in e||(e={}))pB.call(e,n)&&ew(t,n,e[n]);if($b)for(var n of $b(e))gB.call(e,n)&&ew(t,n,e[n]);return t},wB=(t,e)=>hB(t,dB(e));function ys(t){const e=[];return t.forEach(n=>{const[r,i]=n.split(":");e.push(`${r}:${i}`)}),e}function tw(t){const e=[];return Object.values(t).forEach(n=>{e.push(...ys(n.accounts))}),[...new Set(e)]}function yB(t){const e=[];return Object.values(t).forEach(n=>{e.push(...n.methods)}),[...new Set(e)]}function mB(t){const e=[];return Object.values(t).forEach(n=>{e.push(...n.events)}),[...new Set(e)]}function vB(t,e){const n=[];return Object.values(t).forEach(r=>{ys(r.accounts).includes(e)&&n.push(...r.methods)}),n}function EB(t,e){const n=[];return Object.values(t).forEach(r=>{ys(r.accounts).includes(e)&&n.push(...r.events)}),n}function nw(t){return t.includes(":")}function xB(t){return nw(t)?t.split(":")[0]:t}function rw(t){var e,n,r;const i={};if(!So(t))return i;for(const[s,o]of Object.entries(t)){const a=nw(s)?[s]:o.chains,c=o.methods||[],u=o.events||[],l=xB(s);i[l]=wB(bB({},i[l]),{chains:Ii(a,(e=i[l])==null?void 0:e.chains),methods:Ii(c,(n=i[l])==null?void 0:n.methods),events:Ii(u,(r=i[l])==null?void 0:r.events)})}return i}function IB(t){const e={};return t?.forEach(n=>{var r;const[i,s]=n.split(":");e[i]||(e[i]={accounts:[],chains:[],events:[],methods:[]}),e[i].accounts.push(n),(r=e[i].chains)==null||r.push(`${i}:${s}`)}),e}function iw(t,e){e=e.map(r=>r.replace("did:pkh:",""));const n=IB(e);for(const[r,i]of Object.entries(n))i.methods?i.methods=Ii(i.methods,t):i.methods=t,i.events=["chainChanged","accountsChanged"];return n}function SB(t,e){var n,r,i,s,o,a;const c=rw(t),u=rw(e),l={},f=Object.keys(c).concat(Object.keys(u));for(const d of f)l[d]={chains:Ii((n=c[d])==null?void 0:n.chains,(r=u[d])==null?void 0:r.chains),methods:Ii((i=c[d])==null?void 0:i.methods,(s=u[d])==null?void 0:s.methods),events:Ii((o=c[d])==null?void 0:o.events,(a=u[d])==null?void 0:a.events)};return l}const BB={INVALID_METHOD:{message:"Invalid method.",code:1001},INVALID_EVENT:{message:"Invalid event.",code:1002},INVALID_UPDATE_REQUEST:{message:"Invalid update request.",code:1003},INVALID_EXTEND_REQUEST:{message:"Invalid extend request.",code:1004},INVALID_SESSION_SETTLE_REQUEST:{message:"Invalid session settle request.",code:1005},UNAUTHORIZED_METHOD:{message:"Unauthorized method.",code:3001},UNAUTHORIZED_EVENT:{message:"Unauthorized event.",code:3002},UNAUTHORIZED_UPDATE_REQUEST:{message:"Unauthorized update request.",code:3003},UNAUTHORIZED_EXTEND_REQUEST:{message:"Unauthorized extend request.",code:3004},USER_REJECTED:{message:"User rejected.",code:5e3},USER_REJECTED_CHAINS:{message:"User rejected chains.",code:5001},USER_REJECTED_METHODS:{message:"User rejected methods.",code:5002},USER_REJECTED_EVENTS:{message:"User rejected events.",code:5003},UNSUPPORTED_CHAINS:{message:"Unsupported chains.",code:5100},UNSUPPORTED_METHODS:{message:"Unsupported methods.",code:5101},UNSUPPORTED_EVENTS:{message:"Unsupported events.",code:5102},UNSUPPORTED_ACCOUNTS:{message:"Unsupported accounts.",code:5103},UNSUPPORTED_NAMESPACE_KEY:{message:"Unsupported namespace key.",code:5104},USER_DISCONNECTED:{message:"User disconnected.",code:6e3},SESSION_SETTLEMENT_FAILED:{message:"Session settlement failed.",code:7e3},WC_METHOD_UNSUPPORTED:{message:"Unsupported wc_ method.",code:10001}},OB={NOT_INITIALIZED:{message:"Not initialized.",code:1},NO_MATCHING_KEY:{message:"No matching key.",code:2},RESTORE_WILL_OVERRIDE:{message:"Restore will override.",code:3},RESUBSCRIBED:{message:"Resubscribed.",code:4},MISSING_OR_INVALID:{message:"Missing or invalid.",code:5},EXPIRED:{message:"Expired.",code:6},UNKNOWN_TYPE:{message:"Unknown type.",code:7},MISMATCHED_TOPIC:{message:"Mismatched topic.",code:8},NON_CONFORMING_NAMESPACES:{message:"Non conforming namespaces.",code:9}};function _(t,e){const{message:n,code:r}=OB[t];return{message:e?`${n} ${e}`:n,code:r}}function Ue(t,e){const{message:n,code:r}=BB[t];return{message:e?`${n} ${e}`:n,code:r}}function ms(t,e){return Array.isArray(t)?typeof e<"u"&&t.length?t.every(e):!0:!1}function So(t){return Object.getPrototypeOf(t)===Object.prototype&&Object.keys(t).length}function Ge(t){return typeof t>"u"}function Me(t,e){return e&&Ge(t)?!0:typeof t=="string"&&!!t.trim().length}function Pf(t,e){return e&&Ge(t)?!0:typeof t=="number"&&!isNaN(t)}function AB(t,e){const{requiredNamespaces:n}=e,r=Object.keys(t.namespaces),i=Object.keys(n);let s=!0;return Ei(i,r)?(r.forEach(o=>{const{accounts:a,methods:c,events:u}=t.namespaces[o],l=ys(a),f=n[o];(!Ei(u1(o,f),l)||!Ei(f.methods,c)||!Ei(f.events,u))&&(s=!1)}),s):!1}function xc(t){return Me(t,!1)&&t.includes(":")?t.split(":").length===2:!1}function PB(t){if(Me(t,!1)&&t.includes(":")){const e=t.split(":");if(e.length===3){const n=e[0]+":"+e[1];return!!e[2]&&xc(n)}}return!1}function DB(t){function e(n){try{return typeof new URL(n)<"u"}catch{return!1}}try{if(Me(t,!1)){if(e(t))return!0;const n=E1(t);return e(n)}}catch{}return!1}function RB(t){var e;return(e=t?.proposer)==null?void 0:e.publicKey}function TB(t){return t?.topic}function NB(t,e){let n=null;return Me(t?.publicKey,!1)||(n=_("MISSING_OR_INVALID",`${e} controller public key should be a string`)),n}function sw(t){let e=!0;return ms(t)?t.length&&(e=t.every(n=>Me(n,!1))):e=!1,e}function UB(t,e,n){let r=null;return ms(e)&&e.length?e.forEach(i=>{r||xc(i)||(r=Ue("UNSUPPORTED_CHAINS",`${n}, chain ${i} should be a string and conform to "namespace:chainId" format`))}):xc(t)||(r=Ue("UNSUPPORTED_CHAINS",`${n}, chains must be defined as "namespace:chainId" e.g. "eip155:1": {...} in the namespace key OR as an array of CAIP-2 chainIds e.g. eip155: { chains: ["eip155:1", "eip155:5"] }`)),r}function CB(t,e,n){let r=null;return Object.entries(t).forEach(([i,s])=>{if(r)return;const o=UB(i,u1(i,s),`${e} ${n}`);o&&(r=o)}),r}function FB(t,e){let n=null;return ms(t)?t.forEach(r=>{n||PB(r)||(n=Ue("UNSUPPORTED_ACCOUNTS",`${e}, account ${r} should be a string and conform to "namespace:chainId:address" format`))}):n=Ue("UNSUPPORTED_ACCOUNTS",`${e}, accounts should be an array of strings conforming to "namespace:chainId:address" format`),n}function qB(t,e){let n=null;return Object.values(t).forEach(r=>{if(n)return;const i=FB(r?.accounts,`${e} namespace`);i&&(n=i)}),n}function kB(t,e){let n=null;return sw(t?.methods)?sw(t?.events)||(n=Ue("UNSUPPORTED_EVENTS",`${e}, events should be an array of strings or empty array for no events`)):n=Ue("UNSUPPORTED_METHODS",`${e}, methods should be an array of strings or empty array for no methods`),n}function ow(t,e){let n=null;return Object.values(t).forEach(r=>{if(n)return;const i=kB(r,`${e}, namespace`);i&&(n=i)}),n}function LB(t,e,n){let r=null;if(t&&So(t)){const i=ow(t,e);i&&(r=i);const s=CB(t,e,n);s&&(r=s)}else r=_("MISSING_OR_INVALID",`${e}, ${n} should be an object with data`);return r}function Df(t,e){let n=null;if(t&&So(t)){const r=ow(t,e);r&&(n=r);const i=qB(t,e);i&&(n=i)}else n=_("MISSING_OR_INVALID",`${e}, namespaces should be an object with data`);return n}function aw(t){return Me(t.protocol,!0)}function MB(t,e){let n=!1;return e&&!t?n=!0:t&&ms(t)&&t.length&&t.forEach(r=>{n=aw(r)}),n}function jB(t){return typeof t=="number"}function jt(t){return typeof t<"u"&&typeof t!==null}function zB(t){return!(!t||typeof t!="object"||!t.code||!Pf(t.code,!1)||!t.message||!Me(t.message,!1))}function KB(t){return!(Ge(t)||!Me(t.method,!1))}function VB(t){return!(Ge(t)||Ge(t.result)&&Ge(t.error)||!Pf(t.id,!1)||!Me(t.jsonrpc,!1))}function HB(t){return!(Ge(t)||!Me(t.name,!1))}function cw(t,e){return!(!xc(e)||!tw(t).includes(e))}function GB(t,e,n){return Me(n,!1)?vB(t,e).includes(n):!1}function WB(t,e,n){return Me(n,!1)?EB(t,e).includes(n):!1}function uw(t,e,n){let r=null;const i=ZB(t),s=YB(e),o=Object.keys(i),a=Object.keys(s),c=lw(Object.keys(t)),u=lw(Object.keys(e)),l=c.filter(f=>!u.includes(f));return l.length&&(r=_("NON_CONFORMING_NAMESPACES",`${n} namespaces keys don't satisfy requiredNamespaces.
22
+ Required: ${l.toString()}
23
+ Received: ${Object.keys(e).toString()}`)),Ei(o,a)||(r=_("NON_CONFORMING_NAMESPACES",`${n} namespaces chains don't satisfy required namespaces.
24
24
  Required: ${o.toString()}
25
- Approved: ${a.toString()}`)),Object.keys(e).forEach(h=>{if(!h.includes(":")||r)return;const l=As(e[h].accounts);l.includes(h)||(r=W("NON_CONFORMING_NAMESPACES",`${n} namespaces accounts don't satisfy namespace accounts for ${h}
26
- Required: ${h}
27
- Approved: ${l.toString()}`))}),o.forEach(h=>{r||(Ri(i[h].methods,s[h].methods)?Ri(i[h].events,s[h].events)||(r=W("NON_CONFORMING_NAMESPACES",`${n} namespaces events don't satisfy namespace events for ${h}`)):r=W("NON_CONFORMING_NAMESPACES",`${n} namespaces methods don't satisfy namespace methods for ${h}`))}),r}function nD(t){const e={};return Object.keys(t).forEach(n=>{var r;n.includes(":")?e[n]=t[n]:(r=t[n].chains)==null||r.forEach(i=>{e[i]={methods:t[n].methods,events:t[n].events}})}),e}function jw(t){return[...new Set(t.map(e=>e.includes(":")?e.split(":")[0]:e))]}function rD(t){const e={};return Object.keys(t).forEach(n=>{n.includes(":")?e[n]=t[n]:As(t[n].accounts)?.forEach(i=>{e[i]={accounts:t[n].accounts.filter(s=>s.includes(`${i}:`)),methods:t[n].methods,events:t[n].events}})}),e}function iD(t,e){return hh(t,!1)&&t<=e.max&&t>=e.min}function zw(){const t=xo();return new Promise(e=>{switch(t){case jt.browser:e(sD());break;case jt.reactNative:e(oD());break;case jt.node:e(aD());break;default:e(!0)}})}function sD(){return ms()&&navigator?.onLine}async function oD(){return Wr()&&typeof global<"u"&&global!=null&&global.NetInfo?(await(global==null?void 0:global.NetInfo.fetch()))?.isConnected:!0}function aD(){return!0}function cD(t){switch(xo()){case jt.browser:fD(t);break;case jt.reactNative:uD(t);break}}function fD(t){!Wr()&&ms()&&(window.addEventListener("online",()=>t(!0)),window.addEventListener("offline",()=>t(!1)))}function uD(t){Wr()&&typeof global<"u"&&global!=null&&global.NetInfo&&global?.NetInfo.addEventListener(e=>t(e?.isConnected))}function lD(){var t;return ms()&&Un()?((t=Un())==null?void 0:t.visibilityState)==="visible":!0}const ph={};class Co{static get(e){return ph[e]}static set(e,n){ph[e]=n}static delete(e){delete ph[e]}}function hD(t){const e=eo.decode(t);if(e.length<33)throw new Error("Too short to contain a public key");return e.slice(1,33)}function dD({publicKey:t,signature:e,payload:n}){var r;const i=gh(n.method),s=128|parseInt(((r=n.version)==null?void 0:r.toString())||"4"),o=yD(n.address),a=n.era==="00"?new Uint8Array([0]):gh(n.era);if(a.length!==1&&a.length!==2)throw new Error("Invalid era length");const c=parseInt(n.nonce,16),f=new Uint8Array([c&255,c>>8&255]),u=BigInt(`0x${gD(n.tip)}`),h=wD(u),l=new Uint8Array([0,...t,o,...e,...a,...f,...h,...i]),d=bD(l.length+1);return new Uint8Array([...d,s,...l])}function pD(t){const e=gh(t),n=e9.blake2b(e,void 0,32);return"0x"+Buffer.from(n).toString("hex")}function gh(t){return new Uint8Array(t.replace(/^0x/,"").match(/.{1,2}/g).map(e=>parseInt(e,16)))}function gD(t){return t.startsWith("0x")?t.slice(2):t}function yD(t){const e=eo.decode(t)[0];return e===42?0:e===60?2:1}function bD(t){if(t<64)return new Uint8Array([t<<2]);if(t<16384){const e=t<<2|1;return new Uint8Array([e&255,e>>8&255])}else if(t<1<<30){const e=t<<2|2;return new Uint8Array([e&255,e>>8&255,e>>16&255,e>>24&255])}else throw new Error("Compact encoding > 2^30 not supported")}function wD(t){if(t<BigInt(1)<<BigInt(6))return new Uint8Array([Number(t<<BigInt(2))]);if(t<BigInt(1)<<BigInt(14)){const e=t<<BigInt(2)|BigInt(1);return new Uint8Array([Number(e&BigInt(255)),Number(e>>BigInt(8)&BigInt(255))])}else if(t<BigInt(1)<<BigInt(30)){const e=t<<BigInt(2)|BigInt(2);return new Uint8Array([Number(e&BigInt(255)),Number(e>>BigInt(8)&BigInt(255)),Number(e>>BigInt(16)&BigInt(255)),Number(e>>BigInt(24)&BigInt(255))])}else throw new Error("BigInt compact encoding not supported > 2^30")}function mD(t){const e=Uint8Array.from(Buffer.from(t.signature,"hex")),n=hD(t.transaction.address),r=dD({publicKey:n,signature:e,payload:t.transaction}),i=Buffer.from(r).toString("hex");return pD(i)}function Hw({logger:t,name:e}){const n=typeof t=="string"?pd({opts:{level:t,name:e}}).logger:t;return n.level=typeof t=="string"?t:t.level,n}const vD="PARSE_ERROR",ED="INVALID_REQUEST",xD="METHOD_NOT_FOUND",_D="INVALID_PARAMS",Vw="INTERNAL_ERROR",yh="SERVER_ERROR",ID=[-32700,-32600,-32601,-32602,-32603],Fo={[vD]:{code:-32700,message:"Parse error"},[ED]:{code:-32600,message:"Invalid Request"},[xD]:{code:-32601,message:"Method not found"},[_D]:{code:-32602,message:"Invalid params"},[Vw]:{code:-32603,message:"Internal error"},[yh]:{code:-32e3,message:"Server error"}},Kw=yh;function SD(t){return ID.includes(t)}function Gw(t){return Object.keys(Fo).includes(t)?Fo[t]:Fo[Kw]}function BD(t){const e=Object.values(Fo).find(n=>n.code===t);return e||Fo[Kw]}function $D(t,e,n){return t.message.includes("getaddrinfo ENOTFOUND")||t.message.includes("connect ECONNREFUSED")?new Error(`Unavailable ${n} RPC url at ${e}`):t}var Zw={};/*! *****************************************************************************
25
+ Approved: ${a.toString()}`)),Object.keys(e).forEach(f=>{if(!f.includes(":")||r)return;const d=ys(e[f].accounts);d.includes(f)||(r=_("NON_CONFORMING_NAMESPACES",`${n} namespaces accounts don't satisfy namespace accounts for ${f}
26
+ Required: ${f}
27
+ Approved: ${d.toString()}`))}),o.forEach(f=>{r||(Ei(i[f].methods,s[f].methods)?Ei(i[f].events,s[f].events)||(r=_("NON_CONFORMING_NAMESPACES",`${n} namespaces events don't satisfy namespace events for ${f}`)):r=_("NON_CONFORMING_NAMESPACES",`${n} namespaces methods don't satisfy namespace methods for ${f}`))}),r}function ZB(t){const e={};return Object.keys(t).forEach(n=>{var r;n.includes(":")?e[n]=t[n]:(r=t[n].chains)==null||r.forEach(i=>{e[i]={methods:t[n].methods,events:t[n].events}})}),e}function lw(t){return[...new Set(t.map(e=>e.includes(":")?e.split(":")[0]:e))]}function YB(t){const e={};return Object.keys(t).forEach(n=>{n.includes(":")?e[n]=t[n]:ys(t[n].accounts)?.forEach(i=>{e[i]={accounts:t[n].accounts.filter(s=>s.includes(`${i}:`)),methods:t[n].methods,events:t[n].events}})}),e}function XB(t,e){return Pf(t,!1)&&t<=e.max&&t>=e.min}function fw(){const t=lo();return new Promise(e=>{switch(t){case Xt.browser:e(JB());break;case Xt.reactNative:e(QB());break;case Xt.node:e(_B());break;default:e(!0)}})}function JB(){return vi()&&navigator?.onLine}async function QB(){return kr()&&typeof global<"u"&&global!=null&&global.NetInfo?(await(global==null?void 0:global.NetInfo.fetch()))?.isConnected:!0}function _B(){return!0}function $B(t){switch(lo()){case Xt.browser:eO(t);break;case Xt.reactNative:tO(t);break}}function eO(t){!kr()&&vi()&&(window.addEventListener("online",()=>t(!0)),window.addEventListener("offline",()=>t(!1)))}function tO(t){kr()&&typeof global<"u"&&global!=null&&global.NetInfo&&global?.NetInfo.addEventListener(e=>t(e?.isConnected))}function nO(){var t;return vi()&&ui()?((t=ui())==null?void 0:t.visibilityState)==="visible":!0}const Rf={};class Bo{static get(e){return Rf[e]}static set(e,n){Rf[e]=n}static delete(e){delete Rf[e]}}function rO(t){const e=os.decode(t);if(e.length<33)throw new Error("Too short to contain a public key");return e.slice(1,33)}function iO({publicKey:t,signature:e,payload:n}){var r;const i=Tf(n.method),s=128|parseInt(((r=n.version)==null?void 0:r.toString())||"4"),o=aO(n.address),a=n.era==="00"?new Uint8Array([0]):Tf(n.era);if(a.length!==1&&a.length!==2)throw new Error("Invalid era length");const c=parseInt(n.nonce,16),u=new Uint8Array([c&255,c>>8&255]),l=BigInt(`0x${oO(n.tip)}`),f=uO(l),d=new Uint8Array([0,...t,o,...e,...a,...u,...f,...i]),h=cO(d.length+1);return new Uint8Array([...h,s,...d])}function sO(t){const e=Tf(t),n=K7.blake2b(e,void 0,32);return"0x"+Buffer.from(n).toString("hex")}function Tf(t){return new Uint8Array(t.replace(/^0x/,"").match(/.{1,2}/g).map(e=>parseInt(e,16)))}function oO(t){return t.startsWith("0x")?t.slice(2):t}function aO(t){const e=os.decode(t)[0];return e===42?0:e===60?2:1}function cO(t){if(t<64)return new Uint8Array([t<<2]);if(t<16384){const e=t<<2|1;return new Uint8Array([e&255,e>>8&255])}else if(t<1<<30){const e=t<<2|2;return new Uint8Array([e&255,e>>8&255,e>>16&255,e>>24&255])}else throw new Error("Compact encoding > 2^30 not supported")}function uO(t){if(t<BigInt(1)<<BigInt(6))return new Uint8Array([Number(t<<BigInt(2))]);if(t<BigInt(1)<<BigInt(14)){const e=t<<BigInt(2)|BigInt(1);return new Uint8Array([Number(e&BigInt(255)),Number(e>>BigInt(8)&BigInt(255))])}else if(t<BigInt(1)<<BigInt(30)){const e=t<<BigInt(2)|BigInt(2);return new Uint8Array([Number(e&BigInt(255)),Number(e>>BigInt(8)&BigInt(255)),Number(e>>BigInt(16)&BigInt(255)),Number(e>>BigInt(24)&BigInt(255))])}else throw new Error("BigInt compact encoding not supported > 2^30")}function lO(t){const e=Uint8Array.from(Buffer.from(t.signature,"hex")),n=rO(t.transaction.address),r=iO({publicKey:n,signature:e,payload:t.transaction}),i=Buffer.from(r).toString("hex");return sO(i)}function hw({logger:t,name:e}){const n=typeof t=="string"?nd({opts:{level:t,name:e}}).logger:t;return n.level=typeof t=="string"?t:t.level,n}const fO="https://api.pay.walletconnect.com",hO="js-walletconnect-pay",dO="1.0.3",En="WalletConnectPay";function pO(){return p1()?"rn-ios":d1()?"rn-android":vi()?"browser":uo()?"node":"unknown"}var gO=Object.defineProperty,bO=(t,e,n)=>e in t?gO(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,dw=(t,e,n)=>bO(t,typeof e!="symbol"?e+"":e,n);class Ne extends Error{constructor(e,n,r){super(n),dw(this,"code"),dw(this,"originalMessage"),this.name="PayError",this.code=e,this.originalMessage=r??n,Object.setPrototypeOf(this,Ne.prototype)}static fromNativeError(e){if(e instanceof Ne)return e;const n=e instanceof Error?e.message:String(e);return n.includes("JSON parse error")?new Ne("JSON_PARSE",n):n.includes("JSON serialize error")?new Ne("JSON_SERIALIZE",n):n.includes("Payment options error")?new Ne("PAYMENT_OPTIONS",n):n.includes("Payment request error")?new Ne("PAYMENT_REQUEST",n):n.includes("Confirm payment error")?new Ne("CONFIRM_PAYMENT",n):new Ne("UNKNOWN",n)}}class Nf extends Ne{constructor(){super("NATIVE_MODULE_NOT_FOUND","WalletConnect Pay native module not found. Make sure @walletconnect/react-native-compat is installed and linked."),this.name="NativeModuleNotFoundError",Object.setPrototypeOf(this,Nf.prototype)}}class Uf extends Ne{constructor(e){super("PAYMENT_OPTIONS",`Failed to get payment options: ${e}`,e),this.name="PaymentOptionsError",Object.setPrototypeOf(this,Uf.prototype)}}class Cf extends Ne{constructor(e){super("PAYMENT_REQUEST",`Failed to get payment actions: ${e}`,e),this.name="PaymentActionsError",Object.setPrototypeOf(this,Cf.prototype)}}class Ff extends Ne{constructor(e){super("CONFIRM_PAYMENT",`Failed to confirm payment: ${e}`,e),this.name="ConfirmPaymentError",Object.setPrototypeOf(this,Ff.prototype)}}function wO(t){var e;return JSON.stringify({paymentLink:t.paymentLink,accounts:t.accounts,includePaymentInfo:(e=t.includePaymentInfo)!=null?e:!1})}function yO(t){return JSON.stringify({paymentId:t.paymentId,optionId:t.optionId})}function mO(t){return JSON.stringify({paymentId:t.paymentId,optionId:t.optionId,signatures:t.signatures,collectedData:t.collectedData})}function vO(t){const e=JSON.parse(t);if(!e||typeof e!="object")throw new Ne("JSON_PARSE","Invalid payment options response format");return e}function EO(t){const e=JSON.parse(t);if(!Array.isArray(e))throw new Ne("JSON_PARSE","Invalid required actions response format: expected array");return e}function xO(t){const e=JSON.parse(t);if(!e||typeof e!="object")throw new Ne("JSON_PARSE","Invalid confirm payment response format");return e}function qf(t){return Ne.fromNativeError(t)}var IO=Object.defineProperty,SO=(t,e,n)=>e in t?IO(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,BO=(t,e,n)=>SO(t,typeof e!="symbol"?e+"":e,n);class pw{constructor(e){BO(this,"backend"),this.backend=e}async getPaymentOptions(e){try{const n=await this.backend.getPaymentOptions(wO(e));return vO(n)}catch(n){throw qf(n)}}async getRequiredPaymentActions(e){try{const n=await this.backend.getRequiredPaymentActions(yO(e));return EO(n)}catch(n){throw qf(n)}}async confirmPayment(e){try{const n=await this.backend.confirmPayment(mO(e));return xO(n)}catch(n){throw qf(n)}}}let $r;function gw(){var t,e;if($r!==void 0)return $r;try{const n=globalThis.ReactNative;if((t=n?.NativeModules)!=null&&t.RNWalletConnectPay)return $r=n.NativeModules.RNWalletConnectPay,$r;const r=(e=globalThis.expo)==null?void 0:e.modules;return r!=null&&r.RNWalletConnectPay?($r=r.RNWalletConnectPay,$r):($r=null,null)}catch{return $r=null,null}}function OO(){return gw()!==null}function AO(t){const e=gw();if(!e)throw new Nf;if(e.initialize)try{e.initialize(JSON.stringify(t))}catch(n){throw new Ne("INITIALIZATION_ERROR",`Failed to initialize native Pay module: ${n instanceof Error?n.message:String(n)}`)}return{getPaymentOptions:n=>e.getPaymentOptions(n),getRequiredPaymentActions:n=>e.getRequiredPaymentActions(n),confirmPayment:n=>e.confirmPayment(n)}}function PO(t){const e=AO(t);return new pw(e)}const DO="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";let de;const cr=new Array(128).fill(void 0);cr.push(void 0,null,!0,!1);function Q(t){return cr[t]}const bw=typeof TextDecoder<"u"?new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}):{decode:()=>{throw Error("TextDecoder not available")}};typeof TextDecoder<"u"&&bw.decode();let Oo=null;function Ao(){return(Oo===null||Oo.byteLength===0)&&(Oo=new Uint8Array(de.memory.buffer)),Oo}function ur(t,e){return t=t>>>0,bw.decode(Ao().subarray(t,t+e))}let Po=cr.length;function oe(t){Po===cr.length&&cr.push(cr.length+1);const e=Po;return Po=cr[e],cr[e]=t,e}function ke(t,e){try{return t.apply(this,e)}catch(n){de.__wbindgen_export_0(oe(n))}}function Ri(t){return t==null}function RO(t){t<132||(cr[t]=Po,Po=t)}function ei(t){const e=Q(t);return RO(t),e}function TO(t,e){return t=t>>>0,Ao().subarray(t/1,t/1+e)}let ti=0;const Ic=typeof TextEncoder<"u"?new TextEncoder("utf-8"):{encode:()=>{throw Error("TextEncoder not available")}},NO=typeof Ic.encodeInto=="function"?function(t,e){return Ic.encodeInto(t,e)}:function(t,e){const n=Ic.encode(t);return e.set(n),{read:t.length,written:n.length}};function vs(t,e,n){if(n===void 0){const a=Ic.encode(t),c=e(a.length,1)>>>0;return Ao().subarray(c,c+a.length).set(a),ti=a.length,c}let r=t.length,i=e(r,1)>>>0;const s=Ao();let o=0;for(;o<r;o++){const a=t.charCodeAt(o);if(a>127)break;s[i+o]=a}if(o!==r){o!==0&&(t=t.slice(o)),i=n(i,r,r=o+t.length*3,1)>>>0;const a=Ao().subarray(i+o,i+r),c=NO(t,a);o+=c.written,i=n(i,r,o,1)>>>0}return ti=o,i}let Ti=null;function Ni(){return(Ti===null||Ti.buffer.detached===!0||Ti.buffer.detached===void 0&&Ti.buffer!==de.memory.buffer)&&(Ti=new DataView(de.memory.buffer)),Ti}const ww=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(t=>{de.__wbindgen_export_3.get(t.dtor)(t.a,t.b)});function kf(t,e,n,r){const i={a:t,b:e,cnt:1,dtor:n},s=(...o)=>{i.cnt++;const a=i.a;i.a=0;try{return r(a,i.b,...o)}finally{--i.cnt===0?(de.__wbindgen_export_3.get(i.dtor)(a,i.b),ww.unregister(i)):i.a=a}};return s.original=i,ww.register(s,i,i),s}function UO(t,e){de.__wbindgen_export_4(t,e)}function CO(t,e){de.__wbindgen_export_5(t,e)}function FO(t,e,n){de.__wbindgen_export_6(t,e,oe(n))}function qO(t,e,n,r){de.__wbindgen_export_7(t,e,oe(n),oe(r))}const kO=["default","no-store","reload","no-cache","force-cache","only-if-cached"],LO=["omit","same-origin","include"],MO=["same-origin","no-cors","cors","navigate"];typeof FinalizationRegistry>"u"||new FinalizationRegistry(t=>de.__wbg_intounderlyingbytesource_free(t>>>0,1)),typeof FinalizationRegistry>"u"||new FinalizationRegistry(t=>de.__wbg_intounderlyingsink_free(t>>>0,1)),typeof FinalizationRegistry>"u"||new FinalizationRegistry(t=>de.__wbg_intounderlyingsource_free(t>>>0,1));const yw=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(t=>de.__wbg_payjson_free(t>>>0,1));class jO{__destroy_into_raw(){const e=this.__wbg_ptr;return this.__wbg_ptr=0,yw.unregister(this),e}free(){const e=this.__destroy_into_raw();de.__wbg_payjson_free(e,0)}confirm_payment(e){const n=vs(e,de.__wbindgen_export_1,de.__wbindgen_export_2),r=ti,i=de.payjson_confirm_payment(this.__wbg_ptr,n,r);return ei(i)}get_payment_options(e){const n=vs(e,de.__wbindgen_export_1,de.__wbindgen_export_2),r=ti,i=de.payjson_get_payment_options(this.__wbg_ptr,n,r);return ei(i)}get_required_payment_actions(e){const n=vs(e,de.__wbindgen_export_1,de.__wbindgen_export_2),r=ti,i=de.payjson_get_required_payment_actions(this.__wbg_ptr,n,r);return ei(i)}constructor(e){try{const s=de.__wbindgen_add_to_stack_pointer(-16),o=vs(e,de.__wbindgen_export_1,de.__wbindgen_export_2),a=ti;de.payjson_new(s,o,a);var n=Ni().getInt32(s+4*0,!0),r=Ni().getInt32(s+4*1,!0),i=Ni().getInt32(s+4*2,!0);if(i)throw ei(r);return this.__wbg_ptr=n>>>0,yw.register(this,this.__wbg_ptr,this),this}finally{de.__wbindgen_add_to_stack_pointer(16)}}}function zO(){const t={};return t.wbg={},t.wbg.__wbg_abort_410ec47a64ac6117=function(e,n){Q(e).abort(Q(n))},t.wbg.__wbg_abort_775ef1d17fc65868=function(e){Q(e).abort()},t.wbg.__wbg_append_8c7dd8d641a5f01b=function(){return ke(function(e,n,r,i,s){Q(e).append(ur(n,r),ur(i,s))},arguments)},t.wbg.__wbg_arrayBuffer_d1b44c4390db422f=function(){return ke(function(e){const n=Q(e).arrayBuffer();return oe(n)},arguments)},t.wbg.__wbg_buffer_09165b52af8c5237=function(e){const n=Q(e).buffer;return oe(n)},t.wbg.__wbg_buffer_609cc3eee51ed158=function(e){const n=Q(e).buffer;return oe(n)},t.wbg.__wbg_byobRequest_77d9adf63337edfb=function(e){const n=Q(e).byobRequest;return Ri(n)?0:oe(n)},t.wbg.__wbg_byteLength_e674b853d9c77e1d=function(e){return Q(e).byteLength},t.wbg.__wbg_byteOffset_fd862df290ef848d=function(e){return Q(e).byteOffset},t.wbg.__wbg_call_672a4d21634d4a24=function(){return ke(function(e,n){const r=Q(e).call(Q(n));return oe(r)},arguments)},t.wbg.__wbg_call_7cccdd69e0791ae2=function(){return ke(function(e,n,r){const i=Q(e).call(Q(n),Q(r));return oe(i)},arguments)},t.wbg.__wbg_clearTimeout_3b6a9a13d4bde075=function(e){const n=clearTimeout(ei(e));return oe(n)},t.wbg.__wbg_close_304cc1fef3466669=function(){return ke(function(e){Q(e).close()},arguments)},t.wbg.__wbg_close_5ce03e29be453811=function(){return ke(function(e){Q(e).close()},arguments)},t.wbg.__wbg_crypto_574e78ad8b13b65f=function(e){const n=Q(e).crypto;return oe(n)},t.wbg.__wbg_done_769e5ede4b31c67b=function(e){return Q(e).done},t.wbg.__wbg_enqueue_bb16ba72f537dc9e=function(){return ke(function(e,n){Q(e).enqueue(Q(n))},arguments)},t.wbg.__wbg_fetch_509096533071c657=function(e,n){const r=Q(e).fetch(Q(n));return oe(r)},t.wbg.__wbg_fetch_df3fa17a5772dafb=function(e){const n=fetch(Q(e));return oe(n)},t.wbg.__wbg_getRandomValues_3c9c0d586e575a16=function(){return ke(function(e,n){globalThis.crypto.getRandomValues(TO(e,n))},arguments)},t.wbg.__wbg_getRandomValues_b8f5dbd5f3995a9e=function(){return ke(function(e,n){Q(e).getRandomValues(Q(n))},arguments)},t.wbg.__wbg_get_67b2ba62fc30de12=function(){return ke(function(e,n){const r=Reflect.get(Q(e),Q(n));return oe(r)},arguments)},t.wbg.__wbg_has_a5ea9117f258a0ec=function(){return ke(function(e,n){return Reflect.has(Q(e),Q(n))},arguments)},t.wbg.__wbg_headers_9cb51cfd2ac780a4=function(e){const n=Q(e).headers;return oe(n)},t.wbg.__wbg_instanceof_Response_f2cc20d9f7dfd644=function(e){let n;try{n=Q(e)instanceof Response}catch{n=!1}return n},t.wbg.__wbg_iterator_9a24c88df860dc65=function(){return oe(Symbol.iterator)},t.wbg.__wbg_length_a446193dc22c12f8=function(e){return Q(e).length},t.wbg.__wbg_msCrypto_a61aeb35a24c1329=function(e){const n=Q(e).msCrypto;return oe(n)},t.wbg.__wbg_new_018dcc2d6c8c2f6a=function(){return ke(function(){const e=new Headers;return oe(e)},arguments)},t.wbg.__wbg_new_23a2665fac83c611=function(e,n){try{var r={a:e,b:n},i=(o,a)=>{const c=r.a;r.a=0;try{return qO(c,r.b,o,a)}finally{r.a=c}};const s=new Promise(i);return oe(s)}finally{r.a=r.b=0}},t.wbg.__wbg_new_405e22f390576ce2=function(){const e=new Object;return oe(e)},t.wbg.__wbg_new_a12002a7f91c75be=function(e){const n=new Uint8Array(Q(e));return oe(n)},t.wbg.__wbg_new_c68d7209be747379=function(e,n){const r=new Error(ur(e,n));return oe(r)},t.wbg.__wbg_new_e25e5aab09ff45db=function(){return ke(function(){const e=new AbortController;return oe(e)},arguments)},t.wbg.__wbg_newnoargs_105ed471475aaf50=function(e,n){const r=new Function(ur(e,n));return oe(r)},t.wbg.__wbg_newwithbyteoffsetandlength_d97e637ebe145a9a=function(e,n,r){const i=new Uint8Array(Q(e),n>>>0,r>>>0);return oe(i)},t.wbg.__wbg_newwithlength_a381634e90c276d4=function(e){const n=new Uint8Array(e>>>0);return oe(n)},t.wbg.__wbg_newwithstrandinit_06c535e0a867c635=function(){return ke(function(e,n,r){const i=new Request(ur(e,n),Q(r));return oe(i)},arguments)},t.wbg.__wbg_next_25feadfc0913fea9=function(e){const n=Q(e).next;return oe(n)},t.wbg.__wbg_next_6574e1a8a62d1055=function(){return ke(function(e){const n=Q(e).next();return oe(n)},arguments)},t.wbg.__wbg_node_905d3e251edff8a2=function(e){const n=Q(e).node;return oe(n)},t.wbg.__wbg_now_807e54c39636c349=function(){return Date.now()},t.wbg.__wbg_now_e1163c67115ff874=function(e){return Q(e).now()},t.wbg.__wbg_performance_7fe0928f3ab059e5=function(e){const n=Q(e).performance;return oe(n)},t.wbg.__wbg_process_dc0fbacc7c1c06f7=function(e){const n=Q(e).process;return oe(n)},t.wbg.__wbg_queueMicrotask_97d92b4fcc8a61c5=function(e){queueMicrotask(Q(e))},t.wbg.__wbg_queueMicrotask_d3219def82552485=function(e){const n=Q(e).queueMicrotask;return oe(n)},t.wbg.__wbg_randomFillSync_ac0988aba3254290=function(){return ke(function(e,n){Q(e).randomFillSync(ei(n))},arguments)},t.wbg.__wbg_require_60cc747a6bc5215a=function(){return ke(function(){const e=module.require;return oe(e)},arguments)},t.wbg.__wbg_resolve_4851785c9c5f573d=function(e){const n=Promise.resolve(Q(e));return oe(n)},t.wbg.__wbg_respond_1f279fa9f8edcb1c=function(){return ke(function(e,n){Q(e).respond(n>>>0)},arguments)},t.wbg.__wbg_setTimeout_35a07631c669fbee=function(e,n){const r=setTimeout(Q(e),n);return oe(r)},t.wbg.__wbg_setTimeout_42370cb3051b8c2c=function(){return ke(function(e,n,r){const i=Q(e).setTimeout(Q(n),r);return oe(i)},arguments)},t.wbg.__wbg_set_65595bdd868b3009=function(e,n,r){Q(e).set(Q(n),r>>>0)},t.wbg.__wbg_setbody_5923b78a95eedf29=function(e,n){Q(e).body=Q(n)},t.wbg.__wbg_setcache_12f17c3a980650e4=function(e,n){Q(e).cache=kO[n]},t.wbg.__wbg_setcredentials_c3a22f1cd105a2c6=function(e,n){Q(e).credentials=LO[n]},t.wbg.__wbg_setheaders_834c0bdb6a8949ad=function(e,n){Q(e).headers=Q(n)},t.wbg.__wbg_setmethod_3c5280fe5d890842=function(e,n,r){Q(e).method=ur(n,r)},t.wbg.__wbg_setmode_5dc300b865044b65=function(e,n){Q(e).mode=MO[n]},t.wbg.__wbg_setsignal_75b21ef3a81de905=function(e,n){Q(e).signal=Q(n)},t.wbg.__wbg_signal_aaf9ad74119f20a4=function(e){const n=Q(e).signal;return oe(n)},t.wbg.__wbg_static_accessor_GLOBAL_88a902d13a557d07=function(){const e=typeof global>"u"?null:global;return Ri(e)?0:oe(e)},t.wbg.__wbg_static_accessor_GLOBAL_THIS_56578be7e9f832b0=function(){const e=typeof globalThis>"u"?null:globalThis;return Ri(e)?0:oe(e)},t.wbg.__wbg_static_accessor_SELF_37c5d418e4bf5819=function(){const e=typeof self>"u"?null:self;return Ri(e)?0:oe(e)},t.wbg.__wbg_static_accessor_WINDOW_5de37043a91a9c40=function(){const e=typeof window>"u"?null:window;return Ri(e)?0:oe(e)},t.wbg.__wbg_status_f6360336ca686bf0=function(e){return Q(e).status},t.wbg.__wbg_stringify_f7ed6987935b4a24=function(){return ke(function(e){const n=JSON.stringify(Q(e));return oe(n)},arguments)},t.wbg.__wbg_subarray_aa9065fa9dc5df96=function(e,n,r){const i=Q(e).subarray(n>>>0,r>>>0);return oe(i)},t.wbg.__wbg_text_7805bea50de2af49=function(){return ke(function(e){const n=Q(e).text();return oe(n)},arguments)},t.wbg.__wbg_then_44b73946d2fb3e7d=function(e,n){const r=Q(e).then(Q(n));return oe(r)},t.wbg.__wbg_then_48b406749878a531=function(e,n,r){const i=Q(e).then(Q(n),Q(r));return oe(i)},t.wbg.__wbg_url_ae10c34ca209681d=function(e,n){const r=Q(n).url,i=vs(r,de.__wbindgen_export_1,de.__wbindgen_export_2),s=ti;Ni().setInt32(e+4*1,s,!0),Ni().setInt32(e+4*0,i,!0)},t.wbg.__wbg_value_cd1ffa7b1ab794f1=function(e){const n=Q(e).value;return oe(n)},t.wbg.__wbg_versions_c01dfd4722a88165=function(e){const n=Q(e).versions;return oe(n)},t.wbg.__wbg_view_fd8a56e8983f448d=function(e){const n=Q(e).view;return Ri(n)?0:oe(n)},t.wbg.__wbindgen_cb_drop=function(e){const n=ei(e).original;return n.cnt--==1?(n.a=0,!0):!1},t.wbg.__wbindgen_closure_wrapper1265=function(e,n,r){const i=kf(e,n,145,UO);return oe(i)},t.wbg.__wbindgen_closure_wrapper1473=function(e,n,r){const i=kf(e,n,168,CO);return oe(i)},t.wbg.__wbindgen_closure_wrapper1754=function(e,n,r){const i=kf(e,n,226,FO);return oe(i)},t.wbg.__wbindgen_error_new=function(e,n){const r=new Error(ur(e,n));return oe(r)},t.wbg.__wbindgen_is_function=function(e){return typeof Q(e)=="function"},t.wbg.__wbindgen_is_object=function(e){const n=Q(e);return typeof n=="object"&&n!==null},t.wbg.__wbindgen_is_string=function(e){return typeof Q(e)=="string"},t.wbg.__wbindgen_is_undefined=function(e){return Q(e)===void 0},t.wbg.__wbindgen_memory=function(){const e=de.memory;return oe(e)},t.wbg.__wbindgen_object_clone_ref=function(e){const n=Q(e);return oe(n)},t.wbg.__wbindgen_object_drop_ref=function(e){ei(e)},t.wbg.__wbindgen_string_get=function(e,n){const r=Q(n),i=typeof r=="string"?r:void 0;var s=Ri(i)?0:vs(i,de.__wbindgen_export_1,de.__wbindgen_export_2),o=ti;Ni().setInt32(e+4*1,o,!0),Ni().setInt32(e+4*0,s,!0)},t.wbg.__wbindgen_string_new=function(e,n){const r=ur(e,n);return oe(r)},t.wbg.__wbindgen_throw=function(e,n){throw new Error(ur(e,n))},t}function KO(t,e){return de=t.exports,Ti=null,Oo=null,de}function VO(t){if(de!==void 0)return de;typeof t<"u"&&(Object.getPrototypeOf(t)===Object.prototype?{module:t}=t:console.warn("using deprecated parameters for `initSync()`; pass a single object instead"));const e=zO();t instanceof WebAssembly.Module||(t=new WebAssembly.Module(t));const n=new WebAssembly.Instance(t,e);return KO(n)}var Do={},Sc={};function mw(t){this.buffer=t,this.pos=0}mw.prototype.read=function(t,e,n){this.pos+n>this.buffer.length&&(n=this.buffer.length-this.pos);for(var r=0;r<n;r++)t[e+r]=this.buffer[this.pos+r];return this.pos+=n,n},Sc.BrotliInput=mw;function vw(t){this.buffer=t,this.pos=0}vw.prototype.write=function(t,e){if(this.pos+e>this.buffer.length)throw new Error("Output buffer is not large enough");return this.buffer.set(t.subarray(0,e),this.pos),this.pos+=e,e},Sc.BrotliOutput=vw;var Ui=4096,HO=2*Ui+32,Ew=2*Ui-1,GO=new Uint32Array([0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535,131071,262143,524287,1048575,2097151,4194303,8388607,16777215]);function Ci(t){this.buf_=new Uint8Array(HO),this.input_=t,this.reset()}Ci.READ_SIZE=Ui,Ci.IBUF_MASK=Ew,Ci.prototype.reset=function(){this.buf_ptr_=0,this.val_=0,this.pos_=0,this.bit_pos_=0,this.bit_end_pos_=0,this.eos_=0,this.readMoreInput();for(var t=0;t<4;t++)this.val_|=this.buf_[this.pos_]<<8*t,++this.pos_;return this.bit_end_pos_>0},Ci.prototype.readMoreInput=function(){if(!(this.bit_end_pos_>256))if(this.eos_){if(this.bit_pos_>this.bit_end_pos_)throw new Error("Unexpected end of input "+this.bit_pos_+" "+this.bit_end_pos_)}else{var t=this.buf_ptr_,e=this.input_.read(this.buf_,t,Ui);if(e<0)throw new Error("Unexpected end of input");if(e<Ui){this.eos_=1;for(var n=0;n<32;n++)this.buf_[t+e+n]=0}if(t===0){for(var n=0;n<32;n++)this.buf_[(Ui<<1)+n]=this.buf_[n];this.buf_ptr_=Ui}else this.buf_ptr_=0;this.bit_end_pos_+=e<<3}},Ci.prototype.fillBitWindow=function(){for(;this.bit_pos_>=8;)this.val_>>>=8,this.val_|=this.buf_[this.pos_&Ew]<<24,++this.pos_,this.bit_pos_=this.bit_pos_-8>>>0,this.bit_end_pos_=this.bit_end_pos_-8>>>0},Ci.prototype.readBits=function(t){32-this.bit_pos_<t&&this.fillBitWindow();var e=this.val_>>>this.bit_pos_&GO[t];return this.bit_pos_+=t,e};var WO=Ci,ni={},Lf={},Bc={};Bc.byteLength=XO,Bc.toByteArray=QO,Bc.fromByteArray=eA;for(var Un=[],cn=[],ZO=typeof Uint8Array<"u"?Uint8Array:Array,Mf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Es=0,YO=Mf.length;Es<YO;++Es)Un[Es]=Mf[Es],cn[Mf.charCodeAt(Es)]=Es;cn[45]=62,cn[95]=63;function xw(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=t.indexOf("=");n===-1&&(n=e);var r=n===e?0:4-n%4;return[n,r]}function XO(t){var e=xw(t),n=e[0],r=e[1];return(n+r)*3/4-r}function JO(t,e,n){return(e+n)*3/4-n}function QO(t){var e,n=xw(t),r=n[0],i=n[1],s=new ZO(JO(t,r,i)),o=0,a=i>0?r-4:r,c;for(c=0;c<a;c+=4)e=cn[t.charCodeAt(c)]<<18|cn[t.charCodeAt(c+1)]<<12|cn[t.charCodeAt(c+2)]<<6|cn[t.charCodeAt(c+3)],s[o++]=e>>16&255,s[o++]=e>>8&255,s[o++]=e&255;return i===2&&(e=cn[t.charCodeAt(c)]<<2|cn[t.charCodeAt(c+1)]>>4,s[o++]=e&255),i===1&&(e=cn[t.charCodeAt(c)]<<10|cn[t.charCodeAt(c+1)]<<4|cn[t.charCodeAt(c+2)]>>2,s[o++]=e>>8&255,s[o++]=e&255),s}function _O(t){return Un[t>>18&63]+Un[t>>12&63]+Un[t>>6&63]+Un[t&63]}function $O(t,e,n){for(var r,i=[],s=e;s<n;s+=3)r=(t[s]<<16&16711680)+(t[s+1]<<8&65280)+(t[s+2]&255),i.push(_O(r));return i.join("")}function eA(t){for(var e,n=t.length,r=n%3,i=[],s=16383,o=0,a=n-r;o<a;o+=s)i.push($O(t,o,o+s>a?a:o+s));return r===1?(e=t[n-1],i.push(Un[e>>2]+Un[e<<4&63]+"==")):r===2&&(e=(t[n-2]<<8)+t[n-1],i.push(Un[e>>10]+Un[e>>4&63]+Un[e<<2&63]+"=")),i.join("")}var Iw,Sw;function tA(){return Sw||(Sw=1,Iw="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"),Iw}var Bw;function nA(){if(Bw)return Lf;Bw=1;var t=Bc;return Lf.init=function(){var e=Nw().BrotliDecompressBuffer,n=t.toByteArray(tA());return e(n)},Lf}var Ow;function Aw(){if(Ow)return ni;Ow=1;var t=nA();return ni.init=function(){ni.dictionary=t.init()},ni.offsetsByLength=new Uint32Array([0,0,0,0,0,4096,9216,21504,35840,44032,53248,63488,74752,87040,93696,100864,104704,106752,108928,113536,115968,118528,119872,121280,122016]),ni.sizeBitsByLength=new Uint8Array([0,0,0,0,10,10,11,11,10,10,10,10,10,9,9,8,7,7,8,7,7,6,6,5,5]),ni.minDictionaryWordLength=4,ni.maxDictionaryWordLength=24,ni}var Oc={};function xs(t,e){this.bits=t,this.value=e}Oc.HuffmanCode=xs;var Is=15;function Pw(t,e){for(var n=1<<e-1;t&n;)n>>=1;return(t&n-1)+n}function Dw(t,e,n,r,i){do r-=n,t[e+r]=new xs(i.bits,i.value);while(r>0)}function rA(t,e,n){for(var r=1<<e-n;e<Is&&(r-=t[e],!(r<=0));)++e,r<<=1;return e-n}Oc.BrotliBuildHuffmanTable=function(t,e,n,r,i){var s=e,o,a,c,u,l,f,d,h,p,w,m,P=new Int32Array(Is+1),T=new Int32Array(Is+1);for(m=new Int32Array(i),c=0;c<i;c++)P[r[c]]++;for(T[1]=0,a=1;a<Is;a++)T[a+1]=T[a]+P[a];for(c=0;c<i;c++)r[c]!==0&&(m[T[r[c]]++]=c);if(h=n,p=1<<h,w=p,T[Is]===1){for(u=0;u<w;++u)t[e+u]=new xs(0,m[0]&65535);return w}for(u=0,c=0,a=1,l=2;a<=n;++a,l<<=1)for(;P[a]>0;--P[a])o=new xs(a&255,m[c++]&65535),Dw(t,e+u,l,p,o),u=Pw(u,a);for(d=w-1,f=-1,a=n+1,l=2;a<=Is;++a,l<<=1)for(;P[a]>0;--P[a])(u&d)!==f&&(e+=p,h=rA(P,a,n),p=1<<h,w+=p,f=u&d,t[s+f]=new xs(h+n&255,e-s-f&65535)),o=new xs(a-n&255,m[c++]&65535),Dw(t,e+(u>>n),l,p,o),u=Pw(u,a);return w};var jf={};jf.lookup=new Uint8Array([0,0,0,0,0,0,0,0,0,4,4,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,12,16,12,12,20,12,16,24,28,12,12,32,12,36,12,44,44,44,44,44,44,44,44,44,44,32,32,24,40,28,12,12,48,52,52,52,48,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,24,12,28,12,12,12,56,60,60,60,56,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,24,12,28,12,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,56,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,6,6,7,7,7,7,8,8,8,8,9,9,9,9,10,10,10,10,11,11,11,11,12,12,12,12,13,13,13,13,14,14,14,14,15,15,15,15,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,22,22,22,22,23,23,23,23,24,24,24,24,25,25,25,25,26,26,26,26,27,27,27,27,28,28,28,28,29,29,29,29,30,30,30,30,31,31,31,31,32,32,32,32,33,33,33,33,34,34,34,34,35,35,35,35,36,36,36,36,37,37,37,37,38,38,38,38,39,39,39,39,40,40,40,40,41,41,41,41,42,42,42,42,43,43,43,43,44,44,44,44,45,45,45,45,46,46,46,46,47,47,47,47,48,48,48,48,49,49,49,49,50,50,50,50,51,51,51,51,52,52,52,52,53,53,53,53,54,54,54,54,55,55,55,55,56,56,56,56,57,57,57,57,58,58,58,58,59,59,59,59,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),jf.lookupOffsets=new Uint16Array([1024,1536,1280,1536,0,256,768,512]);var Ss={};function te(t,e){this.offset=t,this.nbits=e}Ss.kBlockLengthPrefixCode=[new te(1,2),new te(5,2),new te(9,2),new te(13,2),new te(17,3),new te(25,3),new te(33,3),new te(41,3),new te(49,4),new te(65,4),new te(81,4),new te(97,4),new te(113,5),new te(145,5),new te(177,5),new te(209,5),new te(241,6),new te(305,6),new te(369,7),new te(497,8),new te(753,9),new te(1265,10),new te(2289,11),new te(4337,12),new te(8433,13),new te(16625,24)],Ss.kInsertLengthPrefixCode=[new te(0,0),new te(1,0),new te(2,0),new te(3,0),new te(4,0),new te(5,0),new te(6,1),new te(8,1),new te(10,2),new te(14,2),new te(18,3),new te(26,3),new te(34,4),new te(50,4),new te(66,5),new te(98,5),new te(130,6),new te(194,7),new te(322,8),new te(578,9),new te(1090,10),new te(2114,12),new te(6210,14),new te(22594,24)],Ss.kCopyLengthPrefixCode=[new te(2,0),new te(3,0),new te(4,0),new te(5,0),new te(6,0),new te(7,0),new te(8,0),new te(9,0),new te(10,1),new te(12,1),new te(14,2),new te(18,2),new te(22,3),new te(30,3),new te(38,4),new te(54,4),new te(70,5),new te(102,5),new te(134,6),new te(198,7),new te(326,8),new te(582,9),new te(1094,10),new te(2118,24)],Ss.kInsertRangeLut=[0,0,8,8,0,16,8,16,16],Ss.kCopyRangeLut=[0,8,0,8,16,0,16,8,16];var Ro={},Rw;function iA(){if(Rw)return Ro;Rw=1;var t=Aw(),e=0,n=1,r=2,i=3,s=4,o=5,a=6,c=7,u=8,l=9,f=10,d=11,h=12,p=13,w=14,m=15,P=16,T=17,I=18,x=20;function S(F,R,G){this.prefix=new Uint8Array(F.length),this.transform=R,this.suffix=new Uint8Array(G.length);for(var H=0;H<F.length;H++)this.prefix[H]=F.charCodeAt(H);for(var H=0;H<G.length;H++)this.suffix[H]=G.charCodeAt(H)}var U=[new S("",e,""),new S("",e," "),new S(" ",e," "),new S("",h,""),new S("",f," "),new S("",e," the "),new S(" ",e,""),new S("s ",e," "),new S("",e," of "),new S("",f,""),new S("",e," and "),new S("",p,""),new S("",n,""),new S(", ",e," "),new S("",e,", "),new S(" ",f," "),new S("",e," in "),new S("",e," to "),new S("e ",e," "),new S("",e,'"'),new S("",e,"."),new S("",e,'">'),new S("",e,`
28
+ `),new S("",i,""),new S("",e,"]"),new S("",e," for "),new S("",w,""),new S("",r,""),new S("",e," a "),new S("",e," that "),new S(" ",f,""),new S("",e,". "),new S(".",e,""),new S(" ",e,", "),new S("",m,""),new S("",e," with "),new S("",e,"'"),new S("",e," from "),new S("",e," by "),new S("",P,""),new S("",T,""),new S(" the ",e,""),new S("",s,""),new S("",e,". The "),new S("",d,""),new S("",e," on "),new S("",e," as "),new S("",e," is "),new S("",c,""),new S("",n,"ing "),new S("",e,`
29
+ `),new S("",e,":"),new S(" ",e,". "),new S("",e,"ed "),new S("",x,""),new S("",I,""),new S("",a,""),new S("",e,"("),new S("",f,", "),new S("",u,""),new S("",e," at "),new S("",e,"ly "),new S(" the ",e," of "),new S("",o,""),new S("",l,""),new S(" ",f,", "),new S("",f,'"'),new S(".",e,"("),new S("",d," "),new S("",f,'">'),new S("",e,'="'),new S(" ",e,"."),new S(".com/",e,""),new S(" the ",e," of the "),new S("",f,"'"),new S("",e,". This "),new S("",e,","),new S(".",e," "),new S("",f,"("),new S("",f,"."),new S("",e," not "),new S(" ",e,'="'),new S("",e,"er "),new S(" ",d," "),new S("",e,"al "),new S(" ",d,""),new S("",e,"='"),new S("",d,'"'),new S("",f,". "),new S(" ",e,"("),new S("",e,"ful "),new S(" ",f,". "),new S("",e,"ive "),new S("",e,"less "),new S("",d,"'"),new S("",e,"est "),new S(" ",f,"."),new S("",d,'">'),new S(" ",e,"='"),new S("",f,","),new S("",e,"ize "),new S("",d,"."),new S("\xC2\xA0",e,""),new S(" ",e,","),new S("",f,'="'),new S("",d,'="'),new S("",e,"ous "),new S("",d,", "),new S("",f,"='"),new S(" ",f,","),new S(" ",d,'="'),new S(" ",d,", "),new S("",d,","),new S("",d,"("),new S("",d,". "),new S(" ",d,"."),new S("",d,"='"),new S(" ",d,". "),new S(" ",f,'="'),new S(" ",d,"='"),new S(" ",f,"='")];Ro.kTransforms=U,Ro.kNumTransforms=U.length;function k(F,R){return F[R]<192?(F[R]>=97&&F[R]<=122&&(F[R]^=32),1):F[R]<224?(F[R+1]^=32,2):(F[R+2]^=5,3)}return Ro.transformDictionaryWord=function(F,R,G,H,E){var b=U[E].prefix,v=U[E].suffix,g=U[E].transform,y=g<h?0:g-(h-1),B=0,A=R,O;y>H&&(y=H);for(var D=0;D<b.length;)F[R++]=b[D++];for(G+=y,H-=y,g<=l&&(H-=g),B=0;B<H;B++)F[R++]=t.dictionary[G+B];if(O=R-H,g===f)k(F,O);else if(g===d)for(;H>0;){var C=k(F,O);O+=C,H-=C}for(var M=0;M<v.length;)F[R++]=v[M++];return R-A},Ro}var Tw;function Nw(){if(Tw)return Do;Tw=1;var t=Sc.BrotliInput,e=Sc.BrotliOutput,n=WO,r=Aw(),i=Oc.HuffmanCode,s=Oc.BrotliBuildHuffmanTable,o=jf,a=Ss,c=iA(),u=8,l=16,f=256,d=704,h=26,p=6,w=2,m=8,P=255,T=1080,I=18,x=new Uint8Array([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),S=16,U=new Uint8Array([3,2,1,0,3,3,3,3,3,3,2,2,2,2,2,2]),k=new Int8Array([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),F=new Uint16Array([256,402,436,468,500,534,566,598,630,662,694,726,758,790,822,854,886,920,952,984,1016,1048,1080]);function R(z){var N;return z.readBits(1)===0?16:(N=z.readBits(3),N>0?17+N:(N=z.readBits(3),N>0?8+N:17))}function G(z){if(z.readBits(1)){var N=z.readBits(3);return N===0?1:z.readBits(N)+(1<<N)}return 0}function H(){this.meta_block_length=0,this.input_end=0,this.is_uncompressed=0,this.is_metadata=!1}function E(z){var N=new H,j,K,X;if(N.input_end=z.readBits(1),N.input_end&&z.readBits(1))return N;if(j=z.readBits(2)+4,j===7){if(N.is_metadata=!0,z.readBits(1)!==0)throw new Error("Invalid reserved bit");if(K=z.readBits(2),K===0)return N;for(X=0;X<K;X++){var ee=z.readBits(8);if(X+1===K&&K>1&&ee===0)throw new Error("Invalid size byte");N.meta_block_length|=ee<<X*8}}else for(X=0;X<j;++X){var $=z.readBits(4);if(X+1===j&&j>4&&$===0)throw new Error("Invalid size nibble");N.meta_block_length|=$<<X*4}return++N.meta_block_length,!N.input_end&&!N.is_metadata&&(N.is_uncompressed=z.readBits(1)),N}function b(z,N,j){var K;return j.fillBitWindow(),N+=j.val_>>>j.bit_pos_&P,K=z[N].bits-m,K>0&&(j.bit_pos_+=m,N+=z[N].value,N+=j.val_>>>j.bit_pos_&(1<<K)-1),j.bit_pos_+=z[N].bits,z[N].value}function v(z,N,j,K){for(var X=0,ee=u,$=0,re=0,le=32768,ce=[],ie=0;ie<32;ie++)ce.push(new i(0,0));for(s(ce,0,5,z,I);X<N&&le>0;){var xe=0,at;if(K.readMoreInput(),K.fillBitWindow(),xe+=K.val_>>>K.bit_pos_&31,K.bit_pos_+=ce[xe].bits,at=ce[xe].value&255,at<l)$=0,j[X++]=at,at!==0&&(ee=at,le-=32768>>at);else{var Vt=at-14,Pt,vt,Ce=0;if(at===l&&(Ce=ee),re!==Ce&&($=0,re=Ce),Pt=$,$>0&&($-=2,$<<=Vt),$+=K.readBits(Vt)+3,vt=$-Pt,X+vt>N)throw new Error("[ReadHuffmanCodeLengths] symbol + repeat_delta > num_symbols");for(var ct=0;ct<vt;ct++)j[X+ct]=re;X+=vt,re!==0&&(le-=vt<<15-re)}}if(le!==0)throw new Error("[ReadHuffmanCodeLengths] space = "+le);for(;X<N;X++)j[X]=0}function g(z,N,j,K){var X=0,ee,$=new Uint8Array(z);if(K.readMoreInput(),ee=K.readBits(2),ee===1){for(var re,le=z-1,ce=0,ie=new Int32Array(4),xe=K.readBits(2)+1;le;)le>>=1,++ce;for(re=0;re<xe;++re)ie[re]=K.readBits(ce)%z,$[ie[re]]=2;switch($[ie[0]]=1,xe){case 1:break;case 3:if(ie[0]===ie[1]||ie[0]===ie[2]||ie[1]===ie[2])throw new Error("[ReadHuffmanCode] invalid symbols");break;case 2:if(ie[0]===ie[1])throw new Error("[ReadHuffmanCode] invalid symbols");$[ie[1]]=1;break;case 4:if(ie[0]===ie[1]||ie[0]===ie[2]||ie[0]===ie[3]||ie[1]===ie[2]||ie[1]===ie[3]||ie[2]===ie[3])throw new Error("[ReadHuffmanCode] invalid symbols");K.readBits(1)?($[ie[2]]=3,$[ie[3]]=3):$[ie[0]]=2;break}}else{var re,at=new Uint8Array(I),Vt=32,Pt=0,vt=[new i(2,0),new i(2,4),new i(2,3),new i(3,2),new i(2,0),new i(2,4),new i(2,3),new i(4,1),new i(2,0),new i(2,4),new i(2,3),new i(3,2),new i(2,0),new i(2,4),new i(2,3),new i(4,5)];for(re=ee;re<I&&Vt>0;++re){var Ce=x[re],ct=0,Dt;K.fillBitWindow(),ct+=K.val_>>>K.bit_pos_&15,K.bit_pos_+=vt[ct].bits,Dt=vt[ct].value,at[Ce]=Dt,Dt!==0&&(Vt-=32>>Dt,++Pt)}if(!(Pt===1||Vt===0))throw new Error("[ReadHuffmanCode] invalid num_codes or space");v(at,z,$,K)}if(X=s(N,j,m,$,z),X===0)throw new Error("[ReadHuffmanCode] BuildHuffmanTable failed: ");return X}function y(z,N,j){var K,X;return K=b(z,N,j),X=a.kBlockLengthPrefixCode[K].nbits,a.kBlockLengthPrefixCode[K].offset+j.readBits(X)}function B(z,N,j){var K;return z<S?(j+=U[z],j&=3,K=N[j]+k[z]):K=z-S+1,K}function A(z,N){for(var j=z[N],K=N;K;--K)z[K]=z[K-1];z[0]=j}function O(z,N){var j=new Uint8Array(256),K;for(K=0;K<256;++K)j[K]=K;for(K=0;K<N;++K){var X=z[K];z[K]=j[X],X&&A(j,X)}}function D(z,N){this.alphabet_size=z,this.num_htrees=N,this.codes=new Array(N+N*F[z+31>>>5]),this.htrees=new Uint32Array(N)}D.prototype.decode=function(z){var N,j,K=0;for(N=0;N<this.num_htrees;++N)this.htrees[N]=K,j=g(this.alphabet_size,this.codes,K,z),K+=j};function C(z,N){var j={num_htrees:null,context_map:null},K,X=0,ee,$;N.readMoreInput();var re=j.num_htrees=G(N)+1,le=j.context_map=new Uint8Array(z);if(re<=1)return j;for(K=N.readBits(1),K&&(X=N.readBits(4)+1),ee=[],$=0;$<T;$++)ee[$]=new i(0,0);for(g(re+X,ee,0,N),$=0;$<z;){var ce;if(N.readMoreInput(),ce=b(ee,0,N),ce===0)le[$]=0,++$;else if(ce<=X)for(var ie=1+(1<<ce)+N.readBits(ce);--ie;){if($>=z)throw new Error("[DecodeContextMap] i >= context_map_size");le[$]=0,++$}else le[$]=ce-X,++$}return N.readBits(1)&&O(le,z),j}function M(z,N,j,K,X,ee,$){var re=j*2,le=j,ce=b(N,j*T,$),ie;ce===0?ie=X[re+(ee[le]&1)]:ce===1?ie=X[re+(ee[le]-1&1)]+1:ie=ce-2,ie>=z&&(ie-=z),K[j]=ie,X[re+(ee[le]&1)]=ie,++ee[le]}function L(z,N,j,K,X,ee){var $=X+1,re=j&X,le=ee.pos_&n.IBUF_MASK,ce;if(N<8||ee.bit_pos_+(N<<3)<ee.bit_end_pos_){for(;N-- >0;)ee.readMoreInput(),K[re++]=ee.readBits(8),re===$&&(z.write(K,$),re=0);return}if(ee.bit_end_pos_<32)throw new Error("[CopyUncompressedBlockToOutput] br.bit_end_pos_ < 32");for(;ee.bit_pos_<32;)K[re]=ee.val_>>>ee.bit_pos_,ee.bit_pos_+=8,++re,--N;if(ce=ee.bit_end_pos_-ee.bit_pos_>>3,le+ce>n.IBUF_MASK){for(var ie=n.IBUF_MASK+1-le,xe=0;xe<ie;xe++)K[re+xe]=ee.buf_[le+xe];ce-=ie,re+=ie,N-=ie,le=0}for(var xe=0;xe<ce;xe++)K[re+xe]=ee.buf_[le+xe];if(re+=ce,N-=ce,re>=$){z.write(K,$),re-=$;for(var xe=0;xe<re;xe++)K[xe]=K[$+xe]}for(;re+N>=$;){if(ce=$-re,ee.input_.read(K,re,ce)<ce)throw new Error("[CopyUncompressedBlockToOutput] not enough bytes");z.write(K,$),N-=ce,re=0}if(ee.input_.read(K,re,N)<N)throw new Error("[CopyUncompressedBlockToOutput] not enough bytes");ee.reset()}function V(z){var N=z.bit_pos_+7&-8,j=z.readBits(N-z.bit_pos_);return j==0}function q(z){var N=new t(z),j=new n(N);R(j);var K=E(j);return K.meta_block_length}Do.BrotliDecompressedSize=q;function W(z,N){var j=new t(z);N==null&&(N=q(z));var K=new Uint8Array(N),X=new e(K);return Z(j,X),X.pos<X.buffer.length&&(X.buffer=X.buffer.subarray(0,X.pos)),X.buffer}Do.BrotliDecompressBuffer=W;function Z(z,N){var j,K=0,X=0,ee=0,$,re=0,le,ce,ie,xe,at=[16,15,11,4],Vt=0,Pt=0,vt=0,Ce=[new D(0,0),new D(0,0),new D(0,0)],ct,Dt,he,xh=128+n.READ_SIZE;he=new n(z),ee=R(he),$=(1<<ee)-16,le=1<<ee,ce=le-1,ie=new Uint8Array(le+xh+r.maxDictionaryWordLength),xe=le,ct=[],Dt=[];for(var Ps=0;Ps<3*T;Ps++)ct[Ps]=new i(0,0),Dt[Ps]=new i(0,0);for(;!X;){var We=0,tm,jn=[1<<28,1<<28,1<<28],ii=[0],Sn=[1,1,1],Ih=[0,1,0,1,0,1],Mc=[0],Ds,Vo,nm,rm,im=null,jc=null,sm,om=null,am,cm=0,Sh=null,um=0,lm=0,Bh=null,fm=0,Oh=0,Ah=0,Rs,Ph;for(j=0;j<3;++j)Ce[j].codes=null,Ce[j].htrees=null;he.readMoreInput();var zc=E(he);if(We=zc.meta_block_length,K+We>N.buffer.length){var hm=new Uint8Array(K+We);hm.set(N.buffer),N.buffer=hm}if(X=zc.input_end,tm=zc.is_uncompressed,zc.is_metadata){for(V(he);We>0;--We)he.readMoreInput(),he.readBits(8);continue}if(We!==0){if(tm){he.bit_pos_=he.bit_pos_+7&-8,L(N,We,K,ie,ce,he),K+=We;continue}for(j=0;j<3;++j)Sn[j]=G(he)+1,Sn[j]>=2&&(g(Sn[j]+2,ct,j*T,he),g(h,Dt,j*T,he),jn[j]=y(Dt,j*T,he),Mc[j]=1);for(he.readMoreInput(),Ds=he.readBits(2),Vo=S+(he.readBits(4)<<Ds),nm=(1<<Ds)-1,rm=Vo+(48<<Ds),jc=new Uint8Array(Sn[0]),j=0;j<Sn[0];++j)he.readMoreInput(),jc[j]=he.readBits(2)<<1;var dm=C(Sn[0]<<p,he);sm=dm.num_htrees,im=dm.context_map;var pm=C(Sn[2]<<w,he);for(am=pm.num_htrees,om=pm.context_map,Ce[0]=new D(f,sm),Ce[1]=new D(d,Sn[1]),Ce[2]=new D(rm,am),j=0;j<3;++j)Ce[j].decode(he);for(Sh=0,Bh=0,Rs=jc[ii[0]],Oh=o.lookupOffsets[Rs],Ah=o.lookupOffsets[Rs+1],Ph=Ce[1].htrees[0];We>0;){var Kc,Ho,Dh,Rh,Th,Ht,$t,pr,Go,Ts,Wo;for(he.readMoreInput(),jn[1]===0&&(M(Sn[1],ct,1,ii,Ih,Mc,he),jn[1]=y(Dt,T,he),Ph=Ce[1].htrees[ii[1]]),--jn[1],Kc=b(Ce[1].codes,Ph,he),Ho=Kc>>6,Ho>=2?(Ho-=2,$t=-1):$t=0,Dh=a.kInsertRangeLut[Ho]+(Kc>>3&7),Rh=a.kCopyRangeLut[Ho]+(Kc&7),Th=a.kInsertLengthPrefixCode[Dh].offset+he.readBits(a.kInsertLengthPrefixCode[Dh].nbits),Ht=a.kCopyLengthPrefixCode[Rh].offset+he.readBits(a.kCopyLengthPrefixCode[Rh].nbits),Pt=ie[K-1&ce],vt=ie[K-2&ce],Ts=0;Ts<Th;++Ts)he.readMoreInput(),jn[0]===0&&(M(Sn[0],ct,0,ii,Ih,Mc,he),jn[0]=y(Dt,0,he),cm=ii[0]<<p,Sh=cm,Rs=jc[ii[0]],Oh=o.lookupOffsets[Rs],Ah=o.lookupOffsets[Rs+1]),Go=o.lookup[Oh+Pt]|o.lookup[Ah+vt],um=im[Sh+Go],--jn[0],vt=Pt,Pt=b(Ce[0].codes,Ce[0].htrees[um],he),ie[K&ce]=Pt,(K&ce)===ce&&N.write(ie,le),++K;if(We-=Th,We<=0)break;if($t<0){var Go;if(he.readMoreInput(),jn[2]===0&&(M(Sn[2],ct,2,ii,Ih,Mc,he),jn[2]=y(Dt,2*T,he),lm=ii[2]<<w,Bh=lm),--jn[2],Go=(Ht>4?3:Ht-2)&255,fm=om[Bh+Go],$t=b(Ce[2].codes,Ce[2].htrees[fm],he),$t>=Vo){var Nh,gm,Zo;$t-=Vo,gm=$t&nm,$t>>=Ds,Nh=($t>>1)+1,Zo=(2+($t&1)<<Nh)-4,$t=Vo+(Zo+he.readBits(Nh)<<Ds)+gm}}if(pr=B($t,at,Vt),pr<0)throw new Error("[BrotliDecompress] invalid distance");if(K<$&&re!==$?re=K:re=$,Wo=K&ce,pr>re)if(Ht>=r.minDictionaryWordLength&&Ht<=r.maxDictionaryWordLength){var Zo=r.offsetsByLength[Ht],bm=pr-re-1,wm=r.sizeBitsByLength[Ht],MU=(1<<wm)-1,jU=bm&MU,ym=bm>>wm;if(Zo+=jU*Ht,ym<c.kNumTransforms){var Uh=c.transformDictionaryWord(ie,Wo,Zo,Ht,ym);if(Wo+=Uh,K+=Uh,We-=Uh,Wo>=xe){N.write(ie,le);for(var Vc=0;Vc<Wo-xe;Vc++)ie[Vc]=ie[xe+Vc]}}else throw new Error("Invalid backward reference. pos: "+K+" distance: "+pr+" len: "+Ht+" bytes left: "+We)}else throw new Error("Invalid backward reference. pos: "+K+" distance: "+pr+" len: "+Ht+" bytes left: "+We);else{if($t>0&&(at[Vt&3]=pr,++Vt),Ht>We)throw new Error("Invalid backward reference. pos: "+K+" distance: "+pr+" len: "+Ht+" bytes left: "+We);for(Ts=0;Ts<Ht;++Ts)ie[K&ce]=ie[K-pr&ce],(K&ce)===ce&&N.write(ie,le),++K,--We}Pt=ie[K-1&ce],vt=ie[K-2&ce]}K&=1073741823}}N.write(ie,K&ce)}return Do.BrotliDecompress=Z,r.init(),Do}var sA=Nw().BrotliDecompressBuffer,oA=Object.defineProperty,aA=(t,e,n)=>e in t?oA(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,zf=(t,e,n)=>aA(t,typeof e!="symbol"?e+"":e,n);let Uw=!1,Ac=null;function cA(t){if(typeof atob=="function"){const e=atob(t),n=new Uint8Array(e.length);for(let r=0;r<e.length;r++)n[r]=e.charCodeAt(r);return n}if(typeof Buffer<"u")return new Uint8Array(Buffer.from(t,"base64"));throw new Ne("INITIALIZATION_ERROR","No base64 decoder available (requires atob or Buffer)")}async function uA(t){return new Promise((e,n)=>{try{const r=sA(Buffer.from(t));e(new Uint8Array(r))}catch(r){n(new Ne("INITIALIZATION_ERROR",`Brotli decompression failed: ${r instanceof Error?r.message:String(r)}`))}})}async function lA(){if(!Uw){if(Ac){await Ac;return}Ac=(async()=>{const t=cA(DO),e=await uA(t);VO({module:e}),Uw=!0})(),await Ac}}function fA(){return typeof WebAssembly<"u"}class hA{constructor(e){zf(this,"payJson",null),zf(this,"config"),zf(this,"initPromise",null),this.config=e}async ensureInitialized(){return this.payJson?this.payJson:(this.initPromise||(this.initPromise=this.initialize()),await this.initPromise,this.payJson)}async initialize(){try{await lA();const e=JSON.stringify({baseUrl:this.config.baseUrl,projectId:this.config.projectId,apiKey:this.config.apiKey,appId:this.config.appId,clientId:this.config.clientId,sdkName:this.config.sdkName,sdkVersion:this.config.sdkVersion,sdkPlatform:this.config.sdkPlatform,bundleId:this.config.bundleId});this.payJson=new jO(e)}catch(e){throw new Ne("INITIALIZATION_ERROR",`Failed to initialize WASM Pay module: ${e instanceof Error?e.message:String(e)}`)}}async getPaymentOptions(e){return(await this.ensureInitialized()).get_payment_options(e)}async getRequiredPaymentActions(e){return(await this.ensureInitialized()).get_required_payment_actions(e)}async confirmPayment(e){return(await this.ensureInitialized()).confirm_payment(e)}}function dA(t){const e=new hA(t);return new pw(e)}function Cw(){return OO()?"native":fA()?"wasm":null}function pA(t){const e=Cw();if(!e)throw new Error("No Pay provider available. Make sure you are running in React Native with the native module installed, or in a browser/Node.js environment with WebAssembly support.");switch(e){case"native":return PO(t);case"wasm":return dA(t);default:throw new Error(`Unknown provider type: ${e}`)}}function gA(){return Cw()!==null}var bA=Object.defineProperty,wA=(t,e,n)=>e in t?bA(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,To=(t,e,n)=>wA(t,typeof e!="symbol"?e+"":e,n);class yA{constructor(e){To(this,"appId"),To(this,"apiKey"),To(this,"baseUrl"),To(this,"logger"),To(this,"provider");var n,r,i;this.appId=e.appId,this.apiKey=e.apiKey,this.baseUrl=(n=e.baseUrl)!=null?n:fO,this.logger=typeof e.logger=="string"?Jh(Jc({level:e.logger})):(r=e.logger)!=null?r:Jh(Jc({level:"error"})),this.logger.trace(`${En} initialized`);const s={baseUrl:this.baseUrl,projectId:e.appId,apiKey:e.apiKey,appId:e.appId,clientId:e.clientId,sdkName:hO,sdkVersion:dO,sdkPlatform:pO(),bundleId:(i=Gl())!=null?i:""};this.provider=pA(s),this.logger.debug(`${En} provider initialized`)}static isAvailable(){return gA()}async getPaymentOptions(e){this.logger.debug({paymentLink:e.paymentLink,accounts:e.accounts,includePaymentInfo:e.includePaymentInfo},`${En} getPaymentOptions`);try{const n=await this.provider.getPaymentOptions(e);return this.logger.debug({paymentId:n.paymentId,optionsCount:n.options.length},`${En} getPaymentOptions response`),n}catch(n){throw this.logger.error({error:n},`${En} getPaymentOptions error`),n instanceof Ne?n:new Uf(String(n))}}async getRequiredPaymentActions(e){this.logger.debug({paymentId:e.paymentId,optionId:e.optionId},`${En} getRequiredPaymentActions`);try{const n=await this.provider.getRequiredPaymentActions(e);return this.logger.debug({actionsCount:n.length},`${En} getRequiredPaymentActions response`),n}catch(n){throw this.logger.error({error:n},`${En} getRequiredPaymentActions error`),n instanceof Ne?n:new Cf(String(n))}}async confirmPayment(e){this.logger.debug({paymentId:e.paymentId,optionId:e.optionId,signaturesCount:e.signatures.length,hasCollectedData:!!e.collectedData},`${En} confirmPayment`);try{const n=await this.provider.confirmPayment(e);return this.logger.debug({status:n.status,isFinal:n.isFinal},`${En} confirmPayment response`),n}catch(n){throw this.logger.error({error:n},`${En} confirmPayment error`),n instanceof Ne?n:new Ff(String(n))}}}const Fw=yA,qw="wc",mA=2,Kf="WalletKit",vA=`${qw}@2:${Kf}:`,EA={database:":memory:"},xA="request";class Fi{}class IA extends Fi{constructor(e){super()}}const kw=J.FIVE_SECONDS,qi={pulse:"heartbeat_pulse"};class Vf extends IA{constructor(e){super(e),this.events=new ut.exports.EventEmitter,this.interval=kw,this.interval=e?.interval||kw}static async init(e){const n=new Vf(e);return await n.init(),n}async init(){await this.initialize()}stop(){clearInterval(this.intervalRef)}on(e,n){this.events.on(e,n)}once(e,n){this.events.once(e,n)}off(e,n){this.events.off(e,n)}removeListener(e,n){this.events.removeListener(e,n)}async initialize(){this.intervalRef=setInterval(()=>this.pulse(),J.toMiliseconds(this.interval))}pulse(){this.events.emit(qi.pulse)}}const SA=/"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/,BA=/"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/,OA=/^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;function AA(t,e){if(t==="__proto__"||t==="constructor"&&e&&typeof e=="object"&&"prototype"in e){PA(t);return}return e}function PA(t){console.warn(`[destr] Dropping "${t}" key to prevent prototype pollution.`)}function Pc(t,e={}){if(typeof t!="string")return t;if(t[0]==='"'&&t[t.length-1]==='"'&&t.indexOf("\\")===-1)return t.slice(1,-1);const n=t.trim();if(n.length<=9)switch(n.toLowerCase()){case"true":return!0;case"false":return!1;case"undefined":return;case"null":return null;case"nan":return Number.NaN;case"infinity":return Number.POSITIVE_INFINITY;case"-infinity":return Number.NEGATIVE_INFINITY}if(!OA.test(t)){if(e.strict)throw new SyntaxError("[destr] Invalid JSON");return t}try{if(SA.test(t)||BA.test(t)){if(e.strict)throw new Error("[destr] Possible prototype pollution");return JSON.parse(t,AA)}return JSON.parse(t)}catch(r){if(e.strict)throw r;return t}}function DA(t){return!t||typeof t.then!="function"?Promise.resolve(t):t}function Xe(t,...e){try{return DA(t(...e))}catch(n){return Promise.reject(n)}}function RA(t){const e=typeof t;return t===null||e!=="object"&&e!=="function"}function TA(t){const e=Object.getPrototypeOf(t);return!e||e.isPrototypeOf(Object)}function Dc(t){if(RA(t))return String(t);if(TA(t)||Array.isArray(t))return JSON.stringify(t);if(typeof t.toJSON=="function")return Dc(t.toJSON());throw new Error("[unstorage] Cannot stringify value!")}const Hf="base64:";function NA(t){return typeof t=="string"?t:Hf+FA(t)}function UA(t){return typeof t!="string"||!t.startsWith(Hf)?t:CA(t.slice(Hf.length))}function CA(t){return globalThis.Buffer?Buffer.from(t,"base64"):Uint8Array.from(globalThis.atob(t),e=>e.codePointAt(0))}function FA(t){return globalThis.Buffer?Buffer.from(t).toString("base64"):globalThis.btoa(String.fromCodePoint(...t))}function zt(t){return t&&t.split("?")[0]?.replace(/[/\\]/g,":").replace(/:+/g,":").replace(/^:|:$/g,"")||""}function qA(...t){return zt(t.join(":"))}function Rc(t){return t=zt(t),t?t+":":""}function kA(t,e){if(e===void 0)return!0;let n=0,r=t.indexOf(":");for(;r>-1;)n++,r=t.indexOf(":",r+1);return n<=e}function LA(t,e){return e?t.startsWith(e)&&t[t.length-1]!=="$":t[t.length-1]!=="$"}function WU(t){return t}const MA="memory",jA=()=>{const t=new Map;return{name:MA,getInstance:()=>t,hasItem(e){return t.has(e)},getItem(e){return t.get(e)??null},getItemRaw(e){return t.get(e)??null},setItem(e,n){t.set(e,n)},setItemRaw(e,n){t.set(e,n)},removeItem(e){t.delete(e)},getKeys(){return[...t.keys()]},clear(){t.clear()},dispose(){t.clear()}}};function zA(t={}){const e={mounts:{"":t.driver||jA()},mountpoints:[""],watching:!1,watchListeners:[],unwatch:{}},n=u=>{for(const l of e.mountpoints)if(u.startsWith(l))return{base:l,relativeKey:u.slice(l.length),driver:e.mounts[l]};return{base:"",relativeKey:u,driver:e.mounts[""]}},r=(u,l)=>e.mountpoints.filter(f=>f.startsWith(u)||l&&u.startsWith(f)).map(f=>({relativeBase:u.length>f.length?u.slice(f.length):void 0,mountpoint:f,driver:e.mounts[f]})),i=(u,l)=>{if(e.watching){l=zt(l);for(const f of e.watchListeners)f(u,l)}},s=async()=>{if(!e.watching){e.watching=!0;for(const u in e.mounts)e.unwatch[u]=await Lw(e.mounts[u],i,u)}},o=async()=>{if(e.watching){for(const u in e.unwatch)await e.unwatch[u]();e.unwatch={},e.watching=!1}},a=(u,l,f)=>{const d=new Map,h=p=>{let w=d.get(p.base);return w||(w={driver:p.driver,base:p.base,items:[]},d.set(p.base,w)),w};for(const p of u){const w=typeof p=="string",m=zt(w?p:p.key),P=w?void 0:p.value,T=w||!p.options?l:{...l,...p.options},I=n(m);h(I).items.push({key:m,value:P,relativeKey:I.relativeKey,options:T})}return Promise.all([...d.values()].map(p=>f(p))).then(p=>p.flat())},c={hasItem(u,l={}){u=zt(u);const{relativeKey:f,driver:d}=n(u);return Xe(d.hasItem,f,l)},getItem(u,l={}){u=zt(u);const{relativeKey:f,driver:d}=n(u);return Xe(d.getItem,f,l).then(h=>Pc(h))},getItems(u,l={}){return a(u,l,f=>f.driver.getItems?Xe(f.driver.getItems,f.items.map(d=>({key:d.relativeKey,options:d.options})),l).then(d=>d.map(h=>({key:qA(f.base,h.key),value:Pc(h.value)}))):Promise.all(f.items.map(d=>Xe(f.driver.getItem,d.relativeKey,d.options).then(h=>({key:d.key,value:Pc(h)})))))},getItemRaw(u,l={}){u=zt(u);const{relativeKey:f,driver:d}=n(u);return d.getItemRaw?Xe(d.getItemRaw,f,l):Xe(d.getItem,f,l).then(h=>UA(h))},async setItem(u,l,f={}){if(l===void 0)return c.removeItem(u);u=zt(u);const{relativeKey:d,driver:h}=n(u);h.setItem&&(await Xe(h.setItem,d,Dc(l),f),h.watch||i("update",u))},async setItems(u,l){await a(u,l,async f=>{if(f.driver.setItems)return Xe(f.driver.setItems,f.items.map(d=>({key:d.relativeKey,value:Dc(d.value),options:d.options})),l);f.driver.setItem&&await Promise.all(f.items.map(d=>Xe(f.driver.setItem,d.relativeKey,Dc(d.value),d.options)))})},async setItemRaw(u,l,f={}){if(l===void 0)return c.removeItem(u,f);u=zt(u);const{relativeKey:d,driver:h}=n(u);if(h.setItemRaw)await Xe(h.setItemRaw,d,l,f);else if(h.setItem)await Xe(h.setItem,d,NA(l),f);else return;h.watch||i("update",u)},async removeItem(u,l={}){typeof l=="boolean"&&(l={removeMeta:l}),u=zt(u);const{relativeKey:f,driver:d}=n(u);d.removeItem&&(await Xe(d.removeItem,f,l),(l.removeMeta||l.removeMata)&&await Xe(d.removeItem,f+"$",l),d.watch||i("remove",u))},async getMeta(u,l={}){typeof l=="boolean"&&(l={nativeOnly:l}),u=zt(u);const{relativeKey:f,driver:d}=n(u),h=Object.create(null);if(d.getMeta&&Object.assign(h,await Xe(d.getMeta,f,l)),!l.nativeOnly){const p=await Xe(d.getItem,f+"$",l).then(w=>Pc(w));p&&typeof p=="object"&&(typeof p.atime=="string"&&(p.atime=new Date(p.atime)),typeof p.mtime=="string"&&(p.mtime=new Date(p.mtime)),Object.assign(h,p))}return h},setMeta(u,l,f={}){return this.setItem(u+"$",l,f)},removeMeta(u,l={}){return this.removeItem(u+"$",l)},async getKeys(u,l={}){u=Rc(u);const f=r(u,!0);let d=[];const h=[];let p=!0;for(const m of f){m.driver.flags?.maxDepth||(p=!1);const P=await Xe(m.driver.getKeys,m.relativeBase,l);for(const T of P){const I=m.mountpoint+zt(T);d.some(x=>I.startsWith(x))||h.push(I)}d=[m.mountpoint,...d.filter(T=>!T.startsWith(m.mountpoint))]}const w=l.maxDepth!==void 0&&!p;return h.filter(m=>(!w||kA(m,l.maxDepth))&&LA(m,u))},async clear(u,l={}){u=Rc(u),await Promise.all(r(u,!1).map(async f=>{if(f.driver.clear)return Xe(f.driver.clear,f.relativeBase,l);if(f.driver.removeItem){const d=await f.driver.getKeys(f.relativeBase||"",l);return Promise.all(d.map(h=>f.driver.removeItem(h,l)))}}))},async dispose(){await Promise.all(Object.values(e.mounts).map(u=>Mw(u)))},async watch(u){return await s(),e.watchListeners.push(u),async()=>{e.watchListeners=e.watchListeners.filter(l=>l!==u),e.watchListeners.length===0&&await o()}},async unwatch(){e.watchListeners=[],await o()},mount(u,l){if(u=Rc(u),u&&e.mounts[u])throw new Error(`already mounted at ${u}`);return u&&(e.mountpoints.push(u),e.mountpoints.sort((f,d)=>d.length-f.length)),e.mounts[u]=l,e.watching&&Promise.resolve(Lw(l,i,u)).then(f=>{e.unwatch[u]=f}).catch(console.error),c},async unmount(u,l=!0){u=Rc(u),!(!u||!e.mounts[u])&&(e.watching&&u in e.unwatch&&(e.unwatch[u]?.(),delete e.unwatch[u]),l&&await Mw(e.mounts[u]),e.mountpoints=e.mountpoints.filter(f=>f!==u),delete e.mounts[u])},getMount(u=""){u=zt(u)+":";const l=n(u);return{driver:l.driver,base:l.base}},getMounts(u="",l={}){return u=zt(u),r(u,l.parents).map(d=>({driver:d.driver,base:d.mountpoint}))},keys:(u,l={})=>c.getKeys(u,l),get:(u,l={})=>c.getItem(u,l),set:(u,l,f={})=>c.setItem(u,l,f),has:(u,l={})=>c.hasItem(u,l),del:(u,l={})=>c.removeItem(u,l),remove:(u,l={})=>c.removeItem(u,l)};return c}function Lw(t,e,n){return t.watch?t.watch((r,i)=>e(r,n+i)):()=>{}}async function Mw(t){typeof t.dispose=="function"&&await Xe(t.dispose)}function ki(t){return new Promise((e,n)=>{t.oncomplete=t.onsuccess=()=>e(t.result),t.onabort=t.onerror=()=>n(t.error)})}function jw(t,e){let n;const r=()=>{if(n)return n;const i=indexedDB.open(t);return i.onupgradeneeded=()=>i.result.createObjectStore(e),n=ki(i),n.then(s=>{s.onclose=()=>n=void 0},()=>{}),n};return(i,s)=>r().then(o=>s(o.transaction(e,i).objectStore(e)))}let Gf;function No(){return Gf||(Gf=jw("keyval-store","keyval")),Gf}function zw(t,e=No()){return e("readonly",n=>ki(n.get(t)))}function KA(t,e,n=No()){return n("readwrite",r=>(r.put(e,t),ki(r.transaction)))}function VA(t,e=No()){return e("readwrite",n=>(n.delete(t),ki(n.transaction)))}function HA(t=No()){return t("readwrite",e=>(e.clear(),ki(e.transaction)))}function GA(t,e){return t.openCursor().onsuccess=function(){this.result&&(e(this.result),this.result.continue())},ki(t.transaction)}function WA(t=No()){return t("readonly",e=>{if(e.getAllKeys)return ki(e.getAllKeys());const n=[];return GA(e,r=>n.push(r.key)).then(()=>n)})}const ZA="idb-keyval";var YA=(t={})=>{const e=t.base&&t.base.length>0?`${t.base}:`:"",n=i=>e+i;let r;return t.dbName&&t.storeName&&(r=jw(t.dbName,t.storeName)),{name:ZA,options:t,async hasItem(i){return!(typeof await zw(n(i),r)>"u")},async getItem(i){return await zw(n(i),r)??null},setItem(i,s){return KA(n(i),s,r)},removeItem(i){return VA(n(i),r)},getKeys(){return WA(r)},clear(){return HA(r)}}};const XA="WALLET_CONNECT_V2_INDEXED_DB",JA="keyvaluestorage";class QA{constructor(){this.indexedDb=zA({driver:YA({dbName:XA,storeName:JA})})}async getKeys(){return this.indexedDb.getKeys()}async getEntries(){return(await this.indexedDb.getItems(await this.indexedDb.getKeys())).map(e=>[e.key,e.value])}async getItem(e){const n=await this.indexedDb.getItem(e);if(n!==null)return n}async setItem(e,n){await this.indexedDb.setItem(e,to(n))}async removeItem(e){await this.indexedDb.removeItem(e)}}var Wf=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Tc={exports:{}};(function(){let t;function e(){}t=e,t.prototype.getItem=function(n){return this.hasOwnProperty(n)?String(this[n]):null},t.prototype.setItem=function(n,r){this[n]=String(r)},t.prototype.removeItem=function(n){delete this[n]},t.prototype.clear=function(){const n=this;Object.keys(n).forEach(function(r){n[r]=void 0,delete n[r]})},t.prototype.key=function(n){return n=n||0,Object.keys(this)[n]},t.prototype.__defineGetter__("length",function(){return Object.keys(this).length}),typeof Wf<"u"&&Wf.localStorage?Tc.exports=Wf.localStorage:typeof window<"u"&&window.localStorage?Tc.exports=window.localStorage:Tc.exports=new e})();function _A(t){var e;return[t[0],as((e=t[1])!=null?e:"")]}class $A{constructor(){this.localStorage=Tc.exports}async getKeys(){return Object.keys(this.localStorage)}async getEntries(){return Object.entries(this.localStorage).map(_A)}async getItem(e){const n=this.localStorage.getItem(e);if(n!==null)return as(n)}async setItem(e,n){this.localStorage.setItem(e,to(n))}async removeItem(e){this.localStorage.removeItem(e)}}const eP="wc_storage_version",Kw=1,tP=async(t,e,n)=>{const r=eP,i=await e.getItem(r);if(i&&i>=Kw){n(e);return}const s=await t.getKeys();if(!s.length){n(e);return}const o=[];for(;s.length;){const a=s.shift();if(!a)continue;const c=a.toLowerCase();if(c.includes("wc@")||c.includes("walletconnect")||c.includes("wc_")||c.includes("wallet_connect")){const u=await t.getItem(a);await e.setItem(a,u),o.push(a)}}await e.setItem(r,Kw),n(e),nP(t,o)},nP=async(t,e)=>{e.length&&e.forEach(async n=>{await t.removeItem(n)})};class rP{constructor(){this.initialized=!1,this.setInitialized=n=>{this.storage=n,this.initialized=!0};const e=new $A;this.storage=e;try{const n=new QA;tP(e,n,this.setInitialized)}catch{this.initialized=!0}}async getKeys(){return await this.initialize(),this.storage.getKeys()}async getEntries(){return await this.initialize(),this.storage.getEntries()}async getItem(e){return await this.initialize(),this.storage.getItem(e)}async setItem(e,n){return await this.initialize(),this.storage.setItem(e,n)}async removeItem(e){return await this.initialize(),this.storage.removeItem(e)}async initialize(){this.initialized||await new Promise(e=>{const n=setInterval(()=>{this.initialized&&(clearInterval(n),e())},20)})}}var iP=Object.defineProperty,sP=(t,e,n)=>e in t?iP(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Vw=(t,e,n)=>sP(t,typeof e!="symbol"?e+"":e,n);class oP extends Fi{constructor(e){super(),this.opts=e,Vw(this,"protocol","wc"),Vw(this,"version",2)}}var aP=Object.defineProperty,cP=(t,e,n)=>e in t?aP(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,uP=(t,e,n)=>cP(t,typeof e!="symbol"?e+"":e,n);class lP extends Fi{constructor(e,n){super(),this.core=e,this.logger=n,uP(this,"records",new Map)}}class fP{constructor(e,n){this.logger=e,this.core=n}}class hP extends Fi{constructor(e,n){super(),this.relayer=e,this.logger=n}}class dP extends Fi{constructor(e){super()}}class pP{constructor(e,n,r,i){this.core=e,this.logger=n,this.name=r}}class gP extends Fi{constructor(e,n){super(),this.relayer=e,this.logger=n}}class bP extends Fi{constructor(e,n){super(),this.core=e,this.logger=n}}class wP{constructor(e,n,r){this.core=e,this.logger=n,this.store=r}}class yP{constructor(e,n){this.projectId=e,this.logger=n}}class mP{constructor(e,n,r){this.core=e,this.logger=n,this.telemetryEnabled=r}}var vP=Object.defineProperty,EP=(t,e,n)=>e in t?vP(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Hw=(t,e,n)=>EP(t,typeof e!="symbol"?e+"":e,n);class xP{constructor(e){this.opts=e,Hw(this,"protocol","wc"),Hw(this,"version",2)}}class IP{constructor(e){this.client=e}}const SP="PARSE_ERROR",BP="INVALID_REQUEST",OP="METHOD_NOT_FOUND",AP="INVALID_PARAMS",Gw="INTERNAL_ERROR",Zf="SERVER_ERROR",PP=[-32700,-32600,-32601,-32602,-32603],Uo={[SP]:{code:-32700,message:"Parse error"},[BP]:{code:-32600,message:"Invalid Request"},[OP]:{code:-32601,message:"Method not found"},[AP]:{code:-32602,message:"Invalid params"},[Gw]:{code:-32603,message:"Internal error"},[Zf]:{code:-32e3,message:"Server error"}},Ww=Zf;function DP(t){return PP.includes(t)}function Zw(t){return Object.keys(Uo).includes(t)?Uo[t]:Uo[Ww]}function RP(t){const e=Object.values(Uo).find(n=>n.code===t);return e||Uo[Ww]}function TP(t,e,n){return t.message.includes("getaddrinfo ENOTFOUND")||t.message.includes("connect ECONNREFUSED")?new Error(`Unavailable ${n} RPC url at ${e}`):t}var Yw={};/*! *****************************************************************************
28
30
  Copyright (c) Microsoft Corporation.
29
31
 
30
32
  Permission to use, copy, modify, and/or distribute this software for any
@@ -37,5 +39,5 @@ ${t.length}`,n=new TextEncoder().encode(e+t);return"0x"+Buffer.from(VB(n)).toStr
37
39
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
38
40
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
39
41
  PERFORMANCE OF THIS SOFTWARE.
40
- ***************************************************************************** */var bh=function(t,e){return bh=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)r.hasOwnProperty(i)&&(n[i]=r[i])},bh(t,e)};function AD(t,e){bh(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}var wh=function(){return wh=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(e[s]=n[s])}return e},wh.apply(this,arguments)};function OD(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(n[r[i]]=t[r[i]]);return n}function DD(t,e,n,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,n):r,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s}function PD(t,e){return function(n,r){e(n,r,t)}}function RD(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function TD(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(u){try{f(r.next(u))}catch(h){o(h)}}function c(u){try{f(r.throw(u))}catch(h){o(h)}}function f(u){u.done?s(u.value):i(u.value).then(a,c)}f((r=r.apply(t,e||[])).next())})}function ND(t,e){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(f){return function(u){return c([f,u])}}function c(f){if(r)throw new TypeError("Generator is already executing.");for(;n;)try{if(r=1,i&&(s=f[0]&2?i.return:f[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,f[1])).done)return s;switch(i=0,s&&(f=[f[0]&2,s.value]),f[0]){case 0:case 1:s=f;break;case 4:return n.label++,{value:f[1],done:!1};case 5:n.label++,i=f[1],f=[0];continue;case 7:f=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(f[0]===6||f[0]===2)){n=0;continue}if(f[0]===3&&(!s||f[1]>s[0]&&f[1]<s[3])){n.label=f[1];break}if(f[0]===6&&n.label<s[1]){n.label=s[1],s=f;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(f);break}s[2]&&n.ops.pop(),n.trys.pop();continue}f=e.call(t,n)}catch(u){f=[6,u],i=0}finally{r=s=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}}function UD(t,e,n,r){r===void 0&&(r=n),t[r]=e[n]}function CD(t,e){for(var n in t)n!=="default"&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function mh(t){var e=typeof Symbol=="function"&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Ww(t,e){var n=typeof Symbol=="function"&&t[Symbol.iterator];if(!n)return t;var r=n.call(t),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return s}function FD(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(Ww(arguments[e]));return t}function LD(){for(var t=0,e=0,n=arguments.length;e<n;e++)t+=arguments[e].length;for(var r=Array(t),i=0,e=0;e<n;e++)for(var s=arguments[e],o=0,a=s.length;o<a;o++,i++)r[i]=s[o];return r}function Lo(t){return this instanceof Lo?(this.v=t,this):new Lo(t)}function kD(t,e,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(t,e||[]),i,s=[];return i={},o("next"),o("throw"),o("return"),i[Symbol.asyncIterator]=function(){return this},i;function o(l){r[l]&&(i[l]=function(d){return new Promise(function(p,b){s.push([l,d,p,b])>1||a(l,d)})})}function a(l,d){try{c(r[l](d))}catch(p){h(s[0][3],p)}}function c(l){l.value instanceof Lo?Promise.resolve(l.value.v).then(f,u):h(s[0][2],l)}function f(l){a("next",l)}function u(l){a("throw",l)}function h(l,d){l(d),s.shift(),s.length&&a(s[0][0],s[0][1])}}function qD(t){var e,n;return e={},r("next"),r("throw",function(i){throw i}),r("return"),e[Symbol.iterator]=function(){return this},e;function r(i,s){e[i]=t[i]?function(o){return(n=!n)?{value:Lo(t[i](o)),done:i==="return"}:s?s(o):o}:s}}function MD(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],n;return e?e.call(t):(t=typeof mh=="function"?mh(t):t[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(s){n[s]=t[s]&&function(o){return new Promise(function(a,c){o=t[s](o),i(a,c,o.done,o.value)})}}function i(s,o,a,c){Promise.resolve(c).then(function(f){s({value:f,done:a})},o)}}function jD(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function zD(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)Object.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function HD(t){return t&&t.__esModule?t:{default:t}}function VD(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function KD(t,e,n){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,n),n}var GD=Object.freeze({__proto__:null,__extends:AD,get __assign(){return wh},__rest:OD,__decorate:DD,__param:PD,__metadata:RD,__awaiter:TD,__generator:ND,__createBinding:UD,__exportStar:CD,__values:mh,__read:Ww,__spread:FD,__spreadArrays:LD,__await:Lo,__asyncGenerator:kD,__asyncDelegator:qD,__asyncValues:MD,__makeTemplateObject:jD,__importStar:zD,__importDefault:HD,__classPrivateFieldGet:VD,__classPrivateFieldSet:KD}),ZD=Kh(GD),ar={},Yw;function WD(){if(Yw)return ar;Yw=1,Object.defineProperty(ar,"__esModule",{value:!0}),ar.isBrowserCryptoAvailable=ar.getSubtleCrypto=ar.getBrowerCrypto=void 0;function t(){return mn?.crypto||mn?.msCrypto||{}}ar.getBrowerCrypto=t;function e(){const r=t();return r.subtle||r.webkitSubtle}ar.getSubtleCrypto=e;function n(){return!!t()&&!!e()}return ar.isBrowserCryptoAvailable=n,ar}var cr={},Xw;function YD(){if(Xw)return cr;Xw=1,Object.defineProperty(cr,"__esModule",{value:!0}),cr.isBrowser=cr.isNode=cr.isReactNative=void 0;function t(){return typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"}cr.isReactNative=t;function e(){return typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.node<"u"}cr.isNode=e;function n(){return!t()&&!e()}return cr.isBrowser=n,cr}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=ZD;e.__exportStar(WD(),t),e.__exportStar(YD(),t)})(Zw);function An(t=3){const e=Date.now()*Math.pow(10,t),n=Math.floor(Math.random()*Math.pow(10,t));return e+n}function li(t=6){return BigInt(An(t))}function fr(t,e,n){return{id:n||An(),jsonrpc:"2.0",method:t,params:e}}function qc(t,e){return{id:t,jsonrpc:"2.0",result:e}}function vh(t,e,n){return{id:t,jsonrpc:"2.0",error:XD(e,n)}}function XD(t,e){return typeof t>"u"?Gw(Vw):(typeof t=="string"&&(t=Object.assign(Object.assign({},Gw(yh)),{message:t})),typeof e<"u"&&(t.data=e),SD(t.code)&&(t=BD(t.code)),t)}class JD{}class QD extends JD{constructor(){super()}}class eP extends QD{constructor(e){super()}}const tP="^wss?:";function nP(t){const e=t.match(new RegExp(/^\w+:/,"gi"));if(!(!e||!e.length))return e[0]}function rP(t,e){const n=nP(t);return typeof n>"u"?!1:new RegExp(e).test(n)}function Jw(t){return rP(t,tP)}function iP(t){return new RegExp("wss?://localhost(:d{2,5})?").test(t)}function Qw(t){return typeof t=="object"&&"id"in t&&"jsonrpc"in t&&t.jsonrpc==="2.0"}function Eh(t){return Qw(t)&&"method"in t}function Mc(t){return Qw(t)&&(On(t)||Qt(t))}function On(t){return"result"in t}function Qt(t){return"error"in t}class sP extends eP{constructor(e){super(e),this.events=new Qe.exports.EventEmitter,this.hasRegisteredEventListeners=!1,this.connection=this.setConnection(e),this.connection.connected&&this.registerEventListeners()}async connect(e=this.connection){await this.open(e)}async disconnect(){await this.close()}on(e,n){this.events.on(e,n)}once(e,n){this.events.once(e,n)}off(e,n){this.events.off(e,n)}removeListener(e,n){this.events.removeListener(e,n)}async request(e,n){return this.requestStrict(fr(e.method,e.params||[],e.id||li().toString()),n)}async requestStrict(e,n){return new Promise(async(r,i)=>{if(!this.connection.connected)try{await this.open()}catch(s){i(s)}this.events.on(`${e.id}`,s=>{Qt(s)?i(s.error):r(s.result)});try{await this.connection.send(e,n)}catch(s){i(s)}})}setConnection(e=this.connection){return e}onPayload(e){this.events.emit("payload",e),Mc(e)?this.events.emit(`${e.id}`,e):this.events.emit("message",{type:e.method,data:e.params})}onClose(e){e&&e.code===3e3&&this.events.emit("error",new Error(`WebSocket connection closed abnormally with code: ${e.code} ${e.reason?`(${e.reason})`:""}`)),this.events.emit("disconnect")}async open(e=this.connection){this.connection===e&&this.connection.connected||(this.connection.connected&&this.close(),typeof e=="string"&&(await this.connection.open(e),e=this.connection),this.connection=this.setConnection(e),await this.connection.open(),this.registerEventListeners(),this.events.emit("connect"))}async close(){await this.connection.close()}registerEventListeners(){this.hasRegisteredEventListeners||(this.connection.on("payload",e=>this.onPayload(e)),this.connection.on("close",e=>this.onClose(e)),this.connection.on("error",e=>this.events.emit("error",e)),this.connection.on("register_error",e=>this.onClose()),this.hasRegisteredEventListeners=!0)}}const oP=()=>typeof WebSocket<"u"?WebSocket:typeof global<"u"&&typeof global.WebSocket<"u"?global.WebSocket:typeof window<"u"&&typeof window.WebSocket<"u"?window.WebSocket:typeof self<"u"&&typeof self.WebSocket<"u"?self.WebSocket:require("ws"),aP=()=>typeof WebSocket<"u"||typeof global<"u"&&typeof global.WebSocket<"u"||typeof window<"u"&&typeof window.WebSocket<"u"||typeof self<"u"&&typeof self.WebSocket<"u",em=t=>t.split("?")[0],tm=10,cP=oP();class fP{constructor(e){if(this.url=e,this.events=new Qe.exports.EventEmitter,this.registering=!1,!Jw(e))throw new Error(`Provided URL is not compatible with WebSocket connection: ${e}`);this.url=e}get connected(){return typeof this.socket<"u"}get connecting(){return this.registering}on(e,n){this.events.on(e,n)}once(e,n){this.events.once(e,n)}off(e,n){this.events.off(e,n)}removeListener(e,n){this.events.removeListener(e,n)}async open(e=this.url){await this.register(e)}async close(){return new Promise((e,n)=>{if(typeof this.socket>"u"){n(new Error("Connection already closed"));return}this.socket.onclose=r=>{this.onClose(r),e()},this.socket.close()})}async send(e){typeof this.socket>"u"&&(this.socket=await this.register());try{this.socket.send(to(e))}catch(n){this.onError(e.id,n)}}register(e=this.url){if(!Jw(e))throw new Error(`Provided URL is not compatible with WebSocket connection: ${e}`);if(this.registering){const n=this.events.getMaxListeners();return(this.events.listenerCount("register_error")>=n||this.events.listenerCount("open")>=n)&&this.events.setMaxListeners(n+1),new Promise((r,i)=>{this.events.once("register_error",s=>{this.resetMaxListeners(),i(s)}),this.events.once("open",()=>{if(this.resetMaxListeners(),typeof this.socket>"u")return i(new Error("WebSocket connection is missing or invalid"));r(this.socket)})})}return this.url=e,this.registering=!0,new Promise((n,r)=>{const i=Zw.isReactNative()?void 0:{rejectUnauthorized:!iP(e)},s=new cP(e,[],i);aP()?s.onerror=o=>{const a=o;r(this.emitError(a.error))}:s.on("error",o=>{r(this.emitError(o))}),s.onopen=()=>{this.onOpen(s),n(s)}})}onOpen(e){e.onmessage=n=>this.onPayload(n),e.onclose=n=>this.onClose(n),this.socket=e,this.registering=!1,this.events.emit("open")}onClose(e){this.socket=void 0,this.registering=!1,this.events.emit("close",e)}onPayload(e){if(typeof e.data>"u")return;const n=typeof e.data=="string"?fs(e.data):e.data;this.events.emit("payload",n)}onError(e,n){const r=this.parseError(n),i=r.message||r.toString(),s=vh(e,i);this.events.emit("payload",s)}parseError(e,n=this.url){return $D(e,em(n),"WS")}resetMaxListeners(){this.events.getMaxListeners()>tm&&this.events.setMaxListeners(tm)}emitError(e){const n=this.parseError(new Error(e?.message||`WebSocket connection failed for host: ${em(this.url)}`));return this.events.emit("register_error",n),n}}const nm="wc",rm=2,jc="core",Dn=`${nm}@2:${jc}:`,uP={name:jc,logger:"error"},lP={database:":memory:"},hP="crypto",im="client_ed25519_seed",dP=Z.ONE_DAY,pP="keychain",gP="0.3",yP="messages",bP="0.3",wP=Z.SIX_HOURS,mP="publisher",sm="irn",vP="error",om="wss://relay.walletconnect.org",EP="relayer",De={message:"relayer_message",message_ack:"relayer_message_ack",connect:"relayer_connect",disconnect:"relayer_disconnect",error:"relayer_error",connection_stalled:"relayer_connection_stalled",transport_closed:"relayer_transport_closed",publish:"relayer_publish"},xP="_subscription",en={payload:"payload",connect:"connect",disconnect:"disconnect",error:"error"},_P=.1,xh="2.23.3",_e={link_mode:"link_mode",relay:"relay"},zc={inbound:"inbound",outbound:"outbound"},IP="0.3",SP="WALLETCONNECT_CLIENT_ID",am="WALLETCONNECT_LINK_MODE_APPS",Ht={created:"subscription_created",deleted:"subscription_deleted",expired:"subscription_expired",disabled:"subscription_disabled",sync:"subscription_sync",resubscribed:"subscription_resubscribed"},BP="subscription",$P="0.3",AP="pairing",OP="0.3",ko={wc_pairingDelete:{req:{ttl:Z.ONE_DAY,prompt:!1,tag:1e3},res:{ttl:Z.ONE_DAY,prompt:!1,tag:1001}},wc_pairingPing:{req:{ttl:Z.THIRTY_SECONDS,prompt:!1,tag:1002},res:{ttl:Z.THIRTY_SECONDS,prompt:!1,tag:1003}},unregistered_method:{req:{ttl:Z.ONE_DAY,prompt:!1,tag:0},res:{ttl:Z.ONE_DAY,prompt:!1,tag:0}}},Mi={create:"pairing_create",expire:"pairing_expire",delete:"pairing_delete",ping:"pairing_ping"},bn={created:"history_created",updated:"history_updated",deleted:"history_deleted",sync:"history_sync"},DP="history",PP="0.3",RP="expirer",tn={created:"expirer_created",deleted:"expirer_deleted",expired:"expirer_expired",sync:"expirer_sync"},TP="0.3",NP="verify-api",UP="https://verify.walletconnect.com",cm="https://verify.walletconnect.org",qo=cm,CP=`${qo}/v3`,FP=[UP,cm],LP="echo",kP="https://echo.walletconnect.com",Pn={pairing_started:"pairing_started",pairing_uri_validation_success:"pairing_uri_validation_success",pairing_uri_not_expired:"pairing_uri_not_expired",store_new_pairing:"store_new_pairing",subscribing_pairing_topic:"subscribing_pairing_topic",subscribe_pairing_topic_success:"subscribe_pairing_topic_success",existing_pairing:"existing_pairing",pairing_not_expired:"pairing_not_expired",emit_inactive_pairing:"emit_inactive_pairing",emit_session_proposal:"emit_session_proposal",subscribing_to_pairing_topic:"subscribing_to_pairing_topic"},ur={no_wss_connection:"no_wss_connection",no_internet_connection:"no_internet_connection",malformed_pairing_uri:"malformed_pairing_uri",active_pairing_already_exists:"active_pairing_already_exists",subscribe_pairing_topic_failure:"subscribe_pairing_topic_failure",pairing_expired:"pairing_expired",proposal_expired:"proposal_expired",proposal_listener_not_found:"proposal_listener_not_found"},wn={session_approve_started:"session_approve_started",proposal_not_expired:"proposal_not_expired",session_namespaces_validation_success:"session_namespaces_validation_success",create_session_topic:"create_session_topic",subscribing_session_topic:"subscribing_session_topic",subscribe_session_topic_success:"subscribe_session_topic_success",publishing_session_approve:"publishing_session_approve",session_approve_publish_success:"session_approve_publish_success",store_session:"store_session",publishing_session_settle:"publishing_session_settle",session_settle_publish_success:"session_settle_publish_success",session_request_response_started:"session_request_response_started",session_request_response_validation_success:"session_request_response_validation_success",session_request_response_publish_started:"session_request_response_publish_started"},ji={no_internet_connection:"no_internet_connection",no_wss_connection:"no_wss_connection",proposal_expired:"proposal_expired",subscribe_session_topic_failure:"subscribe_session_topic_failure",session_approve_publish_failure:"session_approve_publish_failure",session_settle_publish_failure:"session_settle_publish_failure",session_approve_namespace_validation_failure:"session_approve_namespace_validation_failure",proposal_not_found:"proposal_not_found",session_request_response_validation_failure:"session_request_response_validation_failure",session_request_response_publish_failure:"session_request_response_publish_failure"},zi={authenticated_session_approve_started:"authenticated_session_approve_started",authenticated_session_not_expired:"authenticated_session_not_expired",chains_caip2_compliant:"chains_caip2_compliant",chains_evm_compliant:"chains_evm_compliant",create_authenticated_session_topic:"create_authenticated_session_topic",cacaos_verified:"cacaos_verified",store_authenticated_session:"store_authenticated_session",subscribing_authenticated_session_topic:"subscribing_authenticated_session_topic",subscribe_authenticated_session_topic_success:"subscribe_authenticated_session_topic_success",publishing_authenticated_session_approve:"publishing_authenticated_session_approve",authenticated_session_approve_publish_success:"authenticated_session_approve_publish_success"},Mo={no_internet_connection:"no_internet_connection",no_wss_connection:"no_wss_connection",missing_session_authenticate_request:"missing_session_authenticate_request",session_authenticate_request_expired:"session_authenticate_request_expired",chains_caip2_compliant_failure:"chains_caip2_compliant_failure",chains_evm_compliant_failure:"chains_evm_compliant_failure",invalid_cacao:"invalid_cacao",subscribe_authenticated_session_topic_failure:"subscribe_authenticated_session_topic_failure",authenticated_session_approve_publish_failure:"authenticated_session_approve_publish_failure",authenticated_session_pending_request_not_found:"authenticated_session_pending_request_not_found"},qP=.1,MP="event-client",jP=86400,zP="https://pulse.walletconnect.org/batch";function HP(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var n=new Uint8Array(256),r=0;r<n.length;r++)n[r]=255;for(var i=0;i<t.length;i++){var s=t.charAt(i),o=s.charCodeAt(0);if(n[o]!==255)throw new TypeError(s+" is ambiguous");n[o]=i}var a=t.length,c=t.charAt(0),f=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function h(p){if(p instanceof Uint8Array||(ArrayBuffer.isView(p)?p=new Uint8Array(p.buffer,p.byteOffset,p.byteLength):Array.isArray(p)&&(p=Uint8Array.from(p))),!(p instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(p.length===0)return"";for(var b=0,v=0,O=0,P=p.length;O!==P&&p[O]===0;)O++,b++;for(var x=(P-O)*u+1>>>0,S=new Uint8Array(x);O!==P;){for(var R=p[O],U=0,L=x-1;(R!==0||U<v)&&L!==-1;L--,U++)R+=256*S[L]>>>0,S[L]=R%a>>>0,R=R/a>>>0;if(R!==0)throw new Error("Non-zero carry");v=U,O++}for(var C=x-v;C!==x&&S[C]===0;)C++;for(var A=c.repeat(b);C<x;++C)A+=t.charAt(S[C]);return A}function l(p){if(typeof p!="string")throw new TypeError("Expected String");if(p.length===0)return new Uint8Array;var b=0;if(p[b]!==" "){for(var v=0,O=0;p[b]===c;)v++,b++;for(var P=(p.length-b)*f+1>>>0,x=new Uint8Array(P);p[b];){var S=n[p.charCodeAt(b)];if(S===255)return;for(var R=0,U=P-1;(S!==0||R<O)&&U!==-1;U--,R++)S+=a*x[U]>>>0,x[U]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");O=R,b++}if(p[b]!==" "){for(var L=P-O;L!==P&&x[L]===0;)L++;for(var C=new Uint8Array(v+(P-L)),A=v;L!==P;)C[A++]=x[L++];return C}}}function d(p){var b=l(p);if(b)return b;throw new Error(`Non-${e} character`)}return{encode:h,decodeUnsafe:l,decode:d}}var VP=HP,KP=VP;const fm=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},GP=t=>new TextEncoder().encode(t),ZP=t=>new TextDecoder().decode(t);class WP{constructor(e,n,r){this.name=e,this.prefix=n,this.baseEncode=r}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}}class YP{constructor(e,n,r){if(this.name=e,this.prefix=n,n.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=n.codePointAt(0),this.baseDecode=r}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return um(this,e)}}class XP{constructor(e){this.decoders=e}or(e){return um(this,e)}decode(e){const n=e[0],r=this.decoders[n];if(r)return r.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}const um=(t,e)=>new XP({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}});class JP{constructor(e,n,r,i){this.name=e,this.prefix=n,this.baseEncode=r,this.baseDecode=i,this.encoder=new WP(e,n,r),this.decoder=new YP(e,n,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const Hc=({name:t,prefix:e,encode:n,decode:r})=>new JP(t,e,n,r),jo=({prefix:t,name:e,alphabet:n})=>{const{encode:r,decode:i}=KP(n,e);return Hc({prefix:t,name:e,encode:r,decode:s=>fm(i(s))})},QP=(t,e,n,r)=>{const i={};for(let u=0;u<e.length;++u)i[e[u]]=u;let s=t.length;for(;t[s-1]==="=";)--s;const o=new Uint8Array(s*n/8|0);let a=0,c=0,f=0;for(let u=0;u<s;++u){const h=i[t[u]];if(h===void 0)throw new SyntaxError(`Non-${r} character`);c=c<<n|h,a+=n,a>=8&&(a-=8,o[f++]=255&c>>a)}if(a>=n||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return o},eR=(t,e,n)=>{const r=e[e.length-1]==="=",i=(1<<n)-1;let s="",o=0,a=0;for(let c=0;c<t.length;++c)for(a=a<<8|t[c],o+=8;o>n;)o-=n,s+=e[i&a>>o];if(o&&(s+=e[i&a<<n-o]),r)for(;s.length*n&7;)s+="=";return s},We=({name:t,prefix:e,bitsPerChar:n,alphabet:r})=>Hc({prefix:e,name:t,encode(i){return eR(i,r,n)},decode(i){return QP(i,r,n,t)}}),tR=Hc({prefix:"\0",name:"identity",encode:t=>ZP(t),decode:t=>GP(t)});var nR=Object.freeze({__proto__:null,identity:tR});const rR=We({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var iR=Object.freeze({__proto__:null,base2:rR});const sR=We({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var oR=Object.freeze({__proto__:null,base8:sR});const aR=jo({prefix:"9",name:"base10",alphabet:"0123456789"});var cR=Object.freeze({__proto__:null,base10:aR});const fR=We({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),uR=We({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var lR=Object.freeze({__proto__:null,base16:fR,base16upper:uR});const hR=We({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),dR=We({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),pR=We({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),gR=We({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),yR=We({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),bR=We({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),wR=We({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),mR=We({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),vR=We({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var ER=Object.freeze({__proto__:null,base32:hR,base32upper:dR,base32pad:pR,base32padupper:gR,base32hex:yR,base32hexupper:bR,base32hexpad:wR,base32hexpadupper:mR,base32z:vR});const xR=jo({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),_R=jo({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var IR=Object.freeze({__proto__:null,base36:xR,base36upper:_R});const SR=jo({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),BR=jo({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var $R=Object.freeze({__proto__:null,base58btc:SR,base58flickr:BR});const AR=We({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),OR=We({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),DR=We({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),PR=We({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var RR=Object.freeze({__proto__:null,base64:AR,base64pad:OR,base64url:DR,base64urlpad:PR});const lm=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),TR=lm.reduce((t,e,n)=>(t[n]=e,t),[]),NR=lm.reduce((t,e,n)=>(t[e.codePointAt(0)]=n,t),[]);function UR(t){return t.reduce((e,n)=>(e+=TR[n],e),"")}function CR(t){const e=[];for(const n of t){const r=NR[n.codePointAt(0)];if(r===void 0)throw new Error(`Non-base256emoji character: ${n}`);e.push(r)}return new Uint8Array(e)}const FR=Hc({prefix:"\u{1F680}",name:"base256emoji",encode:UR,decode:CR});var LR=Object.freeze({__proto__:null,base256emoji:FR}),kR=dm,hm=128,qR=127,MR=~qR,jR=Math.pow(2,31);function dm(t,e,n){e=e||[],n=n||0;for(var r=n;t>=jR;)e[n++]=t&255|hm,t/=128;for(;t&MR;)e[n++]=t&255|hm,t>>>=7;return e[n]=t|0,dm.bytes=n-r+1,e}var zR=_h,HR=128,pm=127;function _h(t,r){var n=0,r=r||0,i=0,s=r,o,a=t.length;do{if(s>=a)throw _h.bytes=0,new RangeError("Could not decode varint");o=t[s++],n+=i<28?(o&pm)<<i:(o&pm)*Math.pow(2,i),i+=7}while(o>=HR);return _h.bytes=s-r,n}var VR=Math.pow(2,7),KR=Math.pow(2,14),GR=Math.pow(2,21),ZR=Math.pow(2,28),WR=Math.pow(2,35),YR=Math.pow(2,42),XR=Math.pow(2,49),JR=Math.pow(2,56),QR=Math.pow(2,63),eT=function(t){return t<VR?1:t<KR?2:t<GR?3:t<ZR?4:t<WR?5:t<YR?6:t<XR?7:t<JR?8:t<QR?9:10},tT={encode:kR,decode:zR,encodingLength:eT},gm=tT;const ym=(t,e,n=0)=>(gm.encode(t,e,n),e),bm=t=>gm.encodingLength(t),Ih=(t,e)=>{const n=e.byteLength,r=bm(t),i=r+bm(n),s=new Uint8Array(i+n);return ym(t,s,0),ym(n,s,r),s.set(e,i),new nT(t,n,e,s)};class nT{constructor(e,n,r,i){this.code=e,this.size=n,this.digest=r,this.bytes=i}}const wm=({name:t,code:e,encode:n})=>new rT(t,e,n);class rT{constructor(e,n,r){this.name=e,this.code=n,this.encode=r}digest(e){if(e instanceof Uint8Array){const n=this.encode(e);return n instanceof Uint8Array?Ih(this.code,n):n.then(r=>Ih(this.code,r))}else throw Error("Unknown type, must be binary type")}}const mm=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),iT=wm({name:"sha2-256",code:18,encode:mm("SHA-256")}),sT=wm({name:"sha2-512",code:19,encode:mm("SHA-512")});var oT=Object.freeze({__proto__:null,sha256:iT,sha512:sT});const vm=0,aT="identity",Em=fm;var cT=Object.freeze({__proto__:null,identity:{code:vm,name:aT,encode:Em,digest:t=>Ih(vm,Em(t))}});new TextEncoder,new TextDecoder;const xm={...nR,...iR,...oR,...cR,...lR,...ER,...IR,...$R,...RR,...LR};({...oT,...cT});function _m(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function fT(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?_m(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function Im(t,e,n,r){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:n},decoder:{decode:r}}}const Sm=Im("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),Sh=Im("ascii","a",t=>{let e="a";for(let n=0;n<t.length;n++)e+=String.fromCharCode(t[n]);return e},t=>{t=t.substring(1);const e=fT(t.length);for(let n=0;n<t.length;n++)e[n]=t.charCodeAt(n);return e}),uT={utf8:Sm,"utf-8":Sm,hex:xm.base16,latin1:Sh,ascii:Sh,binary:Sh,...xm};function lT(t,e="utf8"){const n=uT[e];if(!n)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?_m(globalThis.Buffer.from(t,"utf-8")):n.decoder.decode(`${n.prefix}${t}`)}var hT=Object.defineProperty,dT=(t,e,n)=>e in t?hT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Rn=(t,e,n)=>dT(t,typeof e!="symbol"?e+"":e,n);class pT{constructor(e,n){this.core=e,this.logger=n,Rn(this,"keychain",new Map),Rn(this,"name",pP),Rn(this,"version",gP),Rn(this,"initialized",!1),Rn(this,"storagePrefix",Dn),Rn(this,"init",async()=>{if(!this.initialized){const r=await this.getKeyChain();typeof r<"u"&&(this.keychain=r),this.initialized=!0}}),Rn(this,"has",r=>(this.isInitialized(),this.keychain.has(r))),Rn(this,"set",async(r,i)=>{this.isInitialized(),this.keychain.set(r,i),await this.persist()}),Rn(this,"get",r=>{this.isInitialized();const i=this.keychain.get(r);if(typeof i>"u"){const{message:s}=W("NO_MATCHING_KEY",`${this.name}: ${r}`);throw new Error(s)}return i}),Rn(this,"del",async r=>{this.isInitialized(),this.keychain.delete(r),await this.persist()}),this.core=e,this.logger=Ft(n,this.name)}get context(){return xt(this.logger)}get storageKey(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//"+this.name}async setKeyChain(e){await this.core.storage.setItem(this.storageKey,Pl(e))}async getKeyChain(){const e=await this.core.storage.getItem(this.storageKey);return typeof e<"u"?Rl(e):void 0}async persist(){await this.setKeyChain(this.keychain)}isInitialized(){if(!this.initialized){const{message:e}=W("NOT_INITIALIZED",this.name);throw new Error(e)}}}var gT=Object.defineProperty,yT=(t,e,n)=>e in t?gT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Me=(t,e,n)=>yT(t,typeof e!="symbol"?e+"":e,n);class bT{constructor(e,n,r){this.core=e,this.logger=n,Me(this,"name",hP),Me(this,"keychain"),Me(this,"randomSessionIdentifier",uh()),Me(this,"initialized",!1),Me(this,"clientId"),Me(this,"init",async()=>{this.initialized||(await this.keychain.init(),this.initialized=!0)}),Me(this,"hasKeys",i=>(this.isInitialized(),this.keychain.has(i))),Me(this,"getClientId",async()=>{if(this.isInitialized(),this.clientId)return this.clientId;const i=await this.getClientSeed(),s=Fg(i),o=Cg(s.publicKey);return this.clientId=o,o}),Me(this,"generateKeyPair",()=>{this.isInitialized();const i=tO();return this.setPrivateKey(i.publicKey,i.privateKey)}),Me(this,"signJWT",async i=>{this.isInitialized();const s=await this.getClientSeed(),o=Fg(s),a=this.randomSessionIdentifier;return await x5(a,i,dP,o)}),Me(this,"generateSharedKey",(i,s,o)=>{this.isInitialized();const a=this.getPrivateKey(i),c=nO(a,s);return this.setSymKey(c,o)}),Me(this,"setSymKey",async(i,s)=>{this.isInitialized();const o=s||Cc(i);return await this.keychain.set(o,i),o}),Me(this,"deleteKeyPair",async i=>{this.isInitialized(),await this.keychain.del(i)}),Me(this,"deleteSymKey",async i=>{this.isInitialized(),await this.keychain.del(i)}),Me(this,"encode",async(i,s,o)=>{this.isInitialized();const a=Iw(o),c=to(s);if(Bw(a))return sO(c,o?.encoding);if(Sw(a)){const l=a.senderPublicKey,d=a.receiverPublicKey;i=await this.generateSharedKey(l,d)}const f=this.getSymKey(i),{type:u,senderPublicKey:h}=a;return rO({type:u,symKey:f,message:c,senderPublicKey:h,encoding:o?.encoding})}),Me(this,"decode",async(i,s,o)=>{this.isInitialized();const a=aO(s,o);if(Bw(a)){const c=oO(s,o?.encoding);return fs(c)}if(Sw(a)){const c=a.receiverPublicKey,f=a.senderPublicKey;i=await this.generateSharedKey(c,f)}try{const c=this.getSymKey(i),f=iO({symKey:c,encoded:s,encoding:o?.encoding});return fs(f)}catch(c){this.logger.error(`Failed to decode message from topic: '${i}', clientId: '${await this.getClientId()}'`),this.logger.error(c)}}),Me(this,"getPayloadType",(i,s=Nt)=>{const o=No({encoded:i,encoding:s});return qi(o.type)}),Me(this,"getPayloadSenderPublicKey",(i,s=Nt)=>{const o=No({encoded:i,encoding:s});return o.senderPublicKey?At(o.senderPublicKey,Et):void 0}),this.core=e,this.logger=Ft(n,this.name),this.keychain=r||new pT(this.core,this.logger)}get context(){return xt(this.logger)}async setPrivateKey(e,n){return await this.keychain.set(e,n),e}getPrivateKey(e){return this.keychain.get(e)}async getClientSeed(){let e="";try{e=this.keychain.get(im)}catch{e=uh(),await this.keychain.set(im,e)}return lT(e,"base16")}getSymKey(e){return this.keychain.get(e)}isInitialized(){if(!this.initialized){const{message:e}=W("NOT_INITIALIZED",this.name);throw new Error(e)}}}var wT=Object.defineProperty,mT=Object.defineProperties,vT=Object.getOwnPropertyDescriptors,Bm=Object.getOwnPropertySymbols,ET=Object.prototype.hasOwnProperty,xT=Object.prototype.propertyIsEnumerable,Bh=(t,e,n)=>e in t?wT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,_T=(t,e)=>{for(var n in e||(e={}))ET.call(e,n)&&Bh(t,n,e[n]);if(Bm)for(var n of Bm(e))xT.call(e,n)&&Bh(t,n,e[n]);return t},IT=(t,e)=>mT(t,vT(e)),Vt=(t,e,n)=>Bh(t,typeof e!="symbol"?e+"":e,n);class ST extends rS{constructor(e,n){super(e,n),this.logger=e,this.core=n,Vt(this,"messages",new Map),Vt(this,"messagesWithoutClientAck",new Map),Vt(this,"name",yP),Vt(this,"version",bP),Vt(this,"initialized",!1),Vt(this,"storagePrefix",Dn),Vt(this,"init",async()=>{if(!this.initialized){this.logger.trace("Initialized");try{const r=await this.getRelayerMessages();typeof r<"u"&&(this.messages=r);const i=await this.getRelayerMessagesWithoutClientAck();typeof i<"u"&&(this.messagesWithoutClientAck=i),this.logger.debug(`Successfully Restored records for ${this.name}`),this.logger.trace({type:"method",method:"restore",size:this.messages.size})}catch(r){this.logger.debug(`Failed to Restore records for ${this.name}`),this.logger.error(r)}finally{this.initialized=!0}}}),Vt(this,"set",async(r,i,s)=>{this.isInitialized();const o=Jt(i);let a=this.messages.get(r);if(typeof a>"u"&&(a={}),typeof a[o]<"u")return o;if(a[o]=i,this.messages.set(r,a),s===zc.inbound){const c=this.messagesWithoutClientAck.get(r)||{};this.messagesWithoutClientAck.set(r,IT(_T({},c),{[o]:i}))}return await this.persist(),o}),Vt(this,"get",r=>{this.isInitialized();let i=this.messages.get(r);return typeof i>"u"&&(i={}),i}),Vt(this,"getWithoutAck",r=>{this.isInitialized();const i={};for(const s of r){const o=this.messagesWithoutClientAck.get(s)||{};i[s]=Object.values(o)}return i}),Vt(this,"has",(r,i)=>{this.isInitialized();const s=this.get(r),o=Jt(i);return typeof s[o]<"u"}),Vt(this,"ack",async(r,i)=>{this.isInitialized();const s=this.messagesWithoutClientAck.get(r);if(typeof s>"u")return;const o=Jt(i);delete s[o],Object.keys(s).length===0?this.messagesWithoutClientAck.delete(r):this.messagesWithoutClientAck.set(r,s),await this.persist()}),Vt(this,"del",async r=>{this.isInitialized(),this.messages.delete(r),this.messagesWithoutClientAck.delete(r),await this.persist()}),this.logger=Ft(e,this.name),this.core=n}get context(){return xt(this.logger)}get storageKey(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//"+this.name}get storageKeyWithoutClientAck(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//"+this.name+"_withoutClientAck"}async setRelayerMessages(e){await this.core.storage.setItem(this.storageKey,Pl(e))}async setRelayerMessagesWithoutClientAck(e){await this.core.storage.setItem(this.storageKeyWithoutClientAck,Pl(e))}async getRelayerMessages(){const e=await this.core.storage.getItem(this.storageKey);return typeof e<"u"?Rl(e):void 0}async getRelayerMessagesWithoutClientAck(){const e=await this.core.storage.getItem(this.storageKeyWithoutClientAck);return typeof e<"u"?Rl(e):void 0}async persist(){await this.setRelayerMessages(this.messages),await this.setRelayerMessagesWithoutClientAck(this.messagesWithoutClientAck)}isInitialized(){if(!this.initialized){const{message:e}=W("NOT_INITIALIZED",this.name);throw new Error(e)}}}var BT=Object.defineProperty,$T=Object.defineProperties,AT=Object.getOwnPropertyDescriptors,$m=Object.getOwnPropertySymbols,OT=Object.prototype.hasOwnProperty,DT=Object.prototype.propertyIsEnumerable,$h=(t,e,n)=>e in t?BT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Ds=(t,e)=>{for(var n in e||(e={}))OT.call(e,n)&&$h(t,n,e[n]);if($m)for(var n of $m(e))DT.call(e,n)&&$h(t,n,e[n]);return t},Am=(t,e)=>$T(t,AT(e)),nn=(t,e,n)=>$h(t,typeof e!="symbol"?e+"":e,n);class PT extends iS{constructor(e,n){super(e,n),this.relayer=e,this.logger=n,nn(this,"events",new Qe.exports.EventEmitter),nn(this,"name",mP),nn(this,"queue",new Map),nn(this,"publishTimeout",Z.toMiliseconds(Z.ONE_MINUTE)),nn(this,"initialPublishTimeout",Z.toMiliseconds(Z.ONE_SECOND*15)),nn(this,"needsTransportRestart",!1),nn(this,"publish",async(r,i,s)=>{var o,a,c,f,u;this.logger.debug("Publishing Payload"),this.logger.trace({type:"method",method:"publish",params:{topic:r,message:i,opts:s}});const h=s?.ttl||wP,l=s?.prompt||!1,d=s?.tag||0,p=s?.id||li().toString(),b=$s(Fc().protocol),v={id:p,method:s?.publishMethod||b.publish,params:Ds({topic:r,message:i,ttl:h,prompt:l,tag:d,attestation:s?.attestation},s?.tvf)},O=`Failed to publish payload, please try again. id:${p} tag:${d}`;try{Fe((o=v.params)==null?void 0:o.prompt)&&((a=v.params)==null||delete a.prompt),Fe((c=v.params)==null?void 0:c.tag)&&((f=v.params)==null||delete f.tag);const P=new Promise(async x=>{const S=({id:U})=>{var L;((L=v.id)==null?void 0:L.toString())===U.toString()&&(this.removeRequestFromQueue(U),this.relayer.events.removeListener(De.publish,S),x())};this.relayer.events.on(De.publish,S);const R=Bn(new Promise((U,L)=>{this.rpcPublish(v,s).then(U).catch(C=>{this.logger.warn(C,C?.message),L(C)})}),this.initialPublishTimeout,`Failed initial publish, retrying.... id:${p} tag:${d}`);try{await R,this.events.removeListener(De.publish,S)}catch(U){this.queue.set(p,{request:v,opts:s,attempt:1}),this.logger.warn(U,U?.message)}});this.logger.trace({type:"method",method:"publish",params:{id:p,topic:r,message:i,opts:s}}),await Bn(P,this.publishTimeout,O)}catch(P){if(this.logger.debug("Failed to Publish Payload"),this.logger.error(P),(u=s?.internal)!=null&&u.throwOnFailedPublish)throw P}finally{this.queue.delete(p)}}),nn(this,"publishCustom",async r=>{var i,s,o,a,c;this.logger.debug("Publishing custom payload"),this.logger.trace({type:"method",method:"publishCustom",params:r});const{payload:f,opts:u={}}=r,{attestation:h,tvf:l,publishMethod:d,prompt:p,tag:b,ttl:v=Z.FIVE_MINUTES}=u,O=u.id||li().toString(),P=$s(Fc().protocol),x=d||P.publish,S={id:O,method:x,params:Ds(Am(Ds({},f),{ttl:v,prompt:p,tag:b,attestation:h}),l)},R=`Failed to publish custom payload, please try again. id:${O} tag:${b}`;try{Fe((i=S.params)==null?void 0:i.prompt)&&((s=S.params)==null||delete s.prompt),Fe((o=S.params)==null?void 0:o.tag)&&((a=S.params)==null||delete a.tag);const U=new Promise(async L=>{const C=({id:j})=>{var q;((q=S.id)==null?void 0:q.toString())===j.toString()&&(this.removeRequestFromQueue(j),this.relayer.events.removeListener(De.publish,C),L())};this.relayer.events.on(De.publish,C);const A=Bn(new Promise((j,q)=>{this.rpcPublish(S,u).then(j).catch(E=>{this.logger.warn(E,E?.message),q(E)})}),this.initialPublishTimeout,`Failed initial custom payload publish, retrying.... method:${x} id:${O} tag:${b}`);try{await A,this.events.removeListener(De.publish,C)}catch(j){this.queue.set(O,{request:S,opts:u,attempt:1}),this.logger.warn(j,j?.message)}});this.logger.trace({type:"method",method:"publish",params:{id:O,payload:f,opts:u}}),await Bn(U,this.publishTimeout,R)}catch(U){if(this.logger.debug("Failed to Publish Payload"),this.logger.error(U),(c=u?.internal)!=null&&c.throwOnFailedPublish)throw U}finally{this.queue.delete(O)}}),nn(this,"on",(r,i)=>{this.events.on(r,i)}),nn(this,"once",(r,i)=>{this.events.once(r,i)}),nn(this,"off",(r,i)=>{this.events.off(r,i)}),nn(this,"removeListener",(r,i)=>{this.events.removeListener(r,i)}),this.relayer=e,this.logger=Ft(n,this.name),this.registerEventListeners()}get context(){return xt(this.logger)}async rpcPublish(e,n){this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"message",direction:"outgoing",request:e});const r=await this.relayer.request(e);return this.relayer.events.emit(De.publish,Ds(Ds({},e),n)),this.logger.debug("Successfully Published Payload"),r}removeRequestFromQueue(e){this.queue.delete(e)}checkQueue(){this.queue.forEach(async(e,n)=>{var r;const i=e.attempt+1;this.queue.set(n,Am(Ds({},e),{attempt:i})),this.logger.warn({},`Publisher: queue->publishing: ${e.request.id}, tag: ${(r=e.request.params)==null?void 0:r.tag}, attempt: ${i}`),await this.rpcPublish(e.request,e.opts),this.logger.warn({},`Publisher: queue->published: ${e.request.id}`)})}registerEventListeners(){this.relayer.core.heartbeat.on(Di.pulse,()=>{if(this.needsTransportRestart){this.needsTransportRestart=!1,this.relayer.events.emit(De.connection_stalled);return}this.checkQueue()}),this.relayer.on(De.message_ack,e=>{this.removeRequestFromQueue(e.id.toString())})}}var RT=Object.defineProperty,TT=(t,e,n)=>e in t?RT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Ps=(t,e,n)=>TT(t,typeof e!="symbol"?e+"":e,n);class NT{constructor(){Ps(this,"map",new Map),Ps(this,"set",(e,n)=>{const r=this.get(e);this.exists(e,n)||this.map.set(e,[...r,n])}),Ps(this,"get",e=>this.map.get(e)||[]),Ps(this,"exists",(e,n)=>this.get(e).includes(n)),Ps(this,"delete",(e,n)=>{if(typeof n>"u"){this.map.delete(e);return}if(!this.map.has(e))return;const r=this.get(e);if(!this.exists(e,n))return;const i=r.filter(s=>s!==n);if(!i.length){this.map.delete(e);return}this.map.set(e,i)}),Ps(this,"clear",()=>{this.map.clear()})}get topics(){return Array.from(this.map.keys())}}var UT=Object.defineProperty,CT=Object.defineProperties,FT=Object.getOwnPropertyDescriptors,Om=Object.getOwnPropertySymbols,LT=Object.prototype.hasOwnProperty,kT=Object.prototype.propertyIsEnumerable,Ah=(t,e,n)=>e in t?UT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,zo=(t,e)=>{for(var n in e||(e={}))LT.call(e,n)&&Ah(t,n,e[n]);if(Om)for(var n of Om(e))kT.call(e,n)&&Ah(t,n,e[n]);return t},Oh=(t,e)=>CT(t,FT(e)),ve=(t,e,n)=>Ah(t,typeof e!="symbol"?e+"":e,n);class qT extends aS{constructor(e,n){super(e,n),this.relayer=e,this.logger=n,ve(this,"subscriptions",new Map),ve(this,"topicMap",new NT),ve(this,"events",new Qe.exports.EventEmitter),ve(this,"name",BP),ve(this,"version",$P),ve(this,"pending",new Map),ve(this,"cached",[]),ve(this,"initialized",!1),ve(this,"storagePrefix",Dn),ve(this,"subscribeTimeout",Z.toMiliseconds(Z.ONE_MINUTE)),ve(this,"initialSubscribeTimeout",Z.toMiliseconds(Z.ONE_SECOND*15)),ve(this,"clientId"),ve(this,"batchSubscribeTopicsLimit",500),ve(this,"init",async()=>{this.initialized||(this.logger.trace("Initialized"),this.registerEventListeners(),await this.restore()),this.initialized=!0}),ve(this,"subscribe",async(r,i)=>{var s;this.isInitialized(),this.logger.debug("Subscribing Topic"),this.logger.trace({type:"method",method:"subscribe",params:{topic:r,opts:i}});try{const o=Fc(i),a={topic:r,relay:o,transportType:i?.transportType};(s=i?.internal)!=null&&s.skipSubscribe||this.pending.set(r,a);const c=await this.rpcSubscribe(r,o,i);return typeof c=="string"&&(this.onSubscribe(c,a),this.logger.debug("Successfully Subscribed Topic"),this.logger.trace({type:"method",method:"subscribe",params:{topic:r,opts:i}})),c}catch(o){throw this.logger.debug("Failed to Subscribe Topic"),this.logger.error(o),o}}),ve(this,"unsubscribe",async(r,i)=>{this.isInitialized(),typeof i?.id<"u"?await this.unsubscribeById(r,i.id,i):await this.unsubscribeByTopic(r,i)}),ve(this,"isSubscribed",r=>new Promise(i=>{i(this.topicMap.topics.includes(r))})),ve(this,"isKnownTopic",r=>new Promise(i=>{i(this.topicMap.topics.includes(r)||this.pending.has(r)||this.cached.some(s=>s.topic===r))})),ve(this,"on",(r,i)=>{this.events.on(r,i)}),ve(this,"once",(r,i)=>{this.events.once(r,i)}),ve(this,"off",(r,i)=>{this.events.off(r,i)}),ve(this,"removeListener",(r,i)=>{this.events.removeListener(r,i)}),ve(this,"start",async()=>{await this.onConnect()}),ve(this,"stop",async()=>{await this.onDisconnect()}),ve(this,"restart",async()=>{await this.restore(),await this.onRestart()}),ve(this,"checkPending",async()=>{if(this.pending.size===0&&(!this.initialized||!this.relayer.connected))return;const r=[];this.pending.forEach(i=>{r.push(i)}),await this.batchSubscribe(r)}),ve(this,"registerEventListeners",()=>{this.relayer.core.heartbeat.on(Di.pulse,async()=>{await this.checkPending()}),this.events.on(Ht.created,async r=>{const i=Ht.created;this.logger.info(`Emitting ${i}`),this.logger.debug({type:"event",event:i,data:r}),await this.persist()}),this.events.on(Ht.deleted,async r=>{const i=Ht.deleted;this.logger.info(`Emitting ${i}`),this.logger.debug({type:"event",event:i,data:r}),await this.persist()})}),this.relayer=e,this.logger=Ft(n,this.name),this.clientId=""}get context(){return xt(this.logger)}get storageKey(){return this.storagePrefix+this.version+this.relayer.core.customStoragePrefix+"//"+this.name}get length(){return this.subscriptions.size}get ids(){return Array.from(this.subscriptions.keys())}get values(){return Array.from(this.subscriptions.values())}get topics(){return this.topicMap.topics}get hasAnyTopics(){return this.topicMap.topics.length>0||this.pending.size>0||this.cached.length>0||this.subscriptions.size>0}hasSubscription(e,n){let r=!1;try{r=this.getSubscription(e).topic===n}catch{}return r}reset(){this.cached=[],this.initialized=!0}onDisable(){this.values.length>0&&(this.cached=this.values),this.subscriptions.clear(),this.topicMap.clear()}async unsubscribeByTopic(e,n){const r=this.topicMap.get(e);await Promise.all(r.map(async i=>await this.unsubscribeById(e,i,n)))}async unsubscribeById(e,n,r){this.logger.debug("Unsubscribing Topic"),this.logger.trace({type:"method",method:"unsubscribe",params:{topic:e,id:n,opts:r}});try{const i=Fc(r);await this.restartToComplete({topic:e,id:n,relay:i}),await this.rpcUnsubscribe(e,n,i);const s=Se("USER_DISCONNECTED",`${this.name}, ${e}`);await this.onUnsubscribe(e,n,s),this.logger.debug("Successfully Unsubscribed Topic"),this.logger.trace({type:"method",method:"unsubscribe",params:{topic:e,id:n,opts:r}})}catch(i){throw this.logger.debug("Failed to Unsubscribe Topic"),this.logger.error(i),i}}async rpcSubscribe(e,n,r){var i,s;const o=await this.getSubscriptionId(e);if((i=r?.internal)!=null&&i.skipSubscribe)return o;(!r||r?.transportType===_e.relay)&&await this.restartToComplete({topic:e,id:e,relay:n});const a={method:$s(n.protocol).subscribe,params:{topic:e}};this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:a});const c=(s=r?.internal)==null?void 0:s.throwOnFailedPublish;try{if(r?.transportType===_e.link_mode)return setTimeout(()=>{(this.relayer.connected||this.relayer.connecting)&&this.relayer.request(a).catch(h=>this.logger.warn(h))},Z.toMiliseconds(Z.ONE_SECOND)),o;const f=new Promise(async h=>{const l=d=>{d.topic===e&&(this.events.removeListener(Ht.created,l),h(d.id))};this.events.on(Ht.created,l);try{const d=await Bn(new Promise((p,b)=>{this.relayer.request(a).catch(v=>{this.logger.warn(v,v?.message),b(v)}).then(p)}),this.initialSubscribeTimeout,`Subscribing to ${e} failed, please try again`);this.events.removeListener(Ht.created,l),h(d)}catch{}}),u=await Bn(f,this.subscribeTimeout,`Subscribing to ${e} failed, please try again`);if(!u&&c)throw new Error(`Subscribing to ${e} failed, please try again`);return u?o:null}catch(f){if(this.logger.debug("Outgoing Relay Subscribe Payload stalled"),this.relayer.events.emit(De.connection_stalled),c)throw f}return null}async rpcBatchSubscribe(e){if(!e.length)return;const n=e[0].relay,r={method:$s(n.protocol).batchSubscribe,params:{topics:e.map(i=>i.topic)}};this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:r});try{await await Bn(new Promise(i=>{this.relayer.request(r).catch(s=>this.logger.warn(s)).then(i)}),this.subscribeTimeout,"rpcBatchSubscribe failed, please try again")}catch{this.relayer.events.emit(De.connection_stalled)}}async rpcBatchFetchMessages(e){if(!e.length)return;const n=e[0].relay,r={method:$s(n.protocol).batchFetchMessages,params:{topics:e.map(s=>s.topic)}};this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:r});let i;try{i=await await Bn(new Promise((s,o)=>{this.relayer.request(r).catch(a=>{this.logger.warn(a),o(a)}).then(s)}),this.subscribeTimeout,"rpcBatchFetchMessages failed, please try again")}catch{this.relayer.events.emit(De.connection_stalled)}return i}rpcUnsubscribe(e,n,r){const i={method:$s(r.protocol).unsubscribe,params:{topic:e,id:n}};return this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:i}),this.relayer.request(i)}onSubscribe(e,n){this.setSubscription(e,Oh(zo({},n),{id:e})),this.pending.delete(n.topic)}onBatchSubscribe(e){e.length&&e.forEach(n=>{this.setSubscription(n.id,zo({},n)),this.pending.delete(n.topic)})}async onUnsubscribe(e,n,r){this.events.removeAllListeners(n),this.hasSubscription(n,e)&&this.deleteSubscription(n,r),await this.relayer.messages.del(e)}async setRelayerSubscriptions(e){await this.relayer.core.storage.setItem(this.storageKey,e)}async getRelayerSubscriptions(){return await this.relayer.core.storage.getItem(this.storageKey)}setSubscription(e,n){this.logger.debug("Setting subscription"),this.logger.trace({type:"method",method:"setSubscription",id:e,subscription:n}),this.addSubscription(e,n)}addSubscription(e,n){this.subscriptions.set(e,zo({},n)),this.topicMap.set(n.topic,e),this.events.emit(Ht.created,n)}getSubscription(e){this.logger.debug("Getting subscription"),this.logger.trace({type:"method",method:"getSubscription",id:e});const n=this.subscriptions.get(e);if(!n){const{message:r}=W("NO_MATCHING_KEY",`${this.name}: ${e}`);throw new Error(r)}return n}deleteSubscription(e,n){this.logger.debug("Deleting subscription"),this.logger.trace({type:"method",method:"deleteSubscription",id:e,reason:n});const r=this.getSubscription(e);this.subscriptions.delete(e),this.topicMap.delete(r.topic,e),this.events.emit(Ht.deleted,Oh(zo({},r),{reason:n}))}async persist(){await this.setRelayerSubscriptions(this.values),this.events.emit(Ht.sync)}async onRestart(){if(this.cached.length){const e=[...this.cached],n=Math.ceil(this.cached.length/this.batchSubscribeTopicsLimit);for(let r=0;r<n;r++){const i=e.splice(0,this.batchSubscribeTopicsLimit);await this.batchSubscribe(i)}}this.events.emit(Ht.resubscribed)}async restore(){try{const e=await this.getRelayerSubscriptions();if(typeof e>"u"||!e.length)return;if(this.subscriptions.size&&!e.every(n=>{var r;return n.topic===((r=this.subscriptions.get(n.id))==null?void 0:r.topic)})){const{message:n}=W("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(n),this.logger.error(`${this.name}: ${JSON.stringify(this.values)}`),new Error(n)}this.cached=e,this.logger.debug(`Successfully Restored subscriptions for ${this.name}`),this.logger.trace({type:"method",method:"restore",subscriptions:this.values})}catch(e){this.logger.debug(`Failed to Restore subscriptions for ${this.name}`),this.logger.error(e)}}async batchSubscribe(e){e.length&&(await this.rpcBatchSubscribe(e),this.onBatchSubscribe(await Promise.all(e.map(async n=>Oh(zo({},n),{id:await this.getSubscriptionId(n.topic)})))))}async batchFetchMessages(e){if(!e.length)return;this.logger.trace(`Fetching batch messages for ${e.length} subscriptions`);const n=await this.rpcBatchFetchMessages(e);n&&n.messages&&(await EB(Z.toMiliseconds(Z.ONE_SECOND)),await this.relayer.handleBatchMessageEvents(n.messages))}async onConnect(){await this.restart(),this.reset()}onDisconnect(){this.onDisable()}isInitialized(){if(!this.initialized){const{message:e}=W("NOT_INITIALIZED",this.name);throw new Error(e)}}async restartToComplete(e){!this.relayer.connected&&!this.relayer.connecting&&(this.cached.push(e),await this.relayer.transportOpen())}async getClientId(){return this.clientId||(this.clientId=await this.relayer.core.crypto.getClientId()),this.clientId}async getSubscriptionId(e){return Jt(e+await this.getClientId())}}var MT=Object.defineProperty,Dm=Object.getOwnPropertySymbols,jT=Object.prototype.hasOwnProperty,zT=Object.prototype.propertyIsEnumerable,Dh=(t,e,n)=>e in t?MT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Pm=(t,e)=>{for(var n in e||(e={}))jT.call(e,n)&&Dh(t,n,e[n]);if(Dm)for(var n of Dm(e))zT.call(e,n)&&Dh(t,n,e[n]);return t},he=(t,e,n)=>Dh(t,typeof e!="symbol"?e+"":e,n);class HT extends sS{constructor(e){var n;super(e),he(this,"protocol","wc"),he(this,"version",2),he(this,"core"),he(this,"logger"),he(this,"events",new Qe.exports.EventEmitter),he(this,"provider"),he(this,"messages"),he(this,"subscriber"),he(this,"publisher"),he(this,"name",EP),he(this,"transportExplicitlyClosed",!1),he(this,"initialized",!1),he(this,"connectionAttemptInProgress",!1),he(this,"relayUrl"),he(this,"projectId"),he(this,"packageName"),he(this,"bundleId"),he(this,"hasExperiencedNetworkDisruption",!1),he(this,"pingTimeout"),he(this,"heartBeatTimeout",Z.toMiliseconds(Z.THIRTY_SECONDS+Z.FIVE_SECONDS)),he(this,"reconnectTimeout"),he(this,"connectPromise"),he(this,"reconnectInProgress",!1),he(this,"requestsInFlight",[]),he(this,"connectTimeout",Z.toMiliseconds(Z.ONE_SECOND*15)),he(this,"request",async r=>{var i,s;this.logger.debug("Publishing Request Payload");const o=r.id||li().toString();await this.toEstablishConnection();try{this.logger.trace({id:o,method:r.method,topic:(i=r.params)==null?void 0:i.topic},"relayer.request - publishing...");const a=`${o}:${((s=r.params)==null?void 0:s.tag)||""}`;this.requestsInFlight.push(a);const c=await this.provider.request(r);return this.requestsInFlight=this.requestsInFlight.filter(f=>f!==a),c}catch(a){throw this.logger.debug(`Failed to Publish Request: ${o}`),a}}),he(this,"resetPingTimeout",()=>{gc()&&(clearTimeout(this.pingTimeout),this.pingTimeout=setTimeout(()=>{var r,i,s,o;try{this.logger.debug({},"pingTimeout: Connection stalled, terminating..."),(o=(s=(i=(r=this.provider)==null?void 0:r.connection)==null?void 0:i.socket)==null?void 0:s.terminate)==null||o.call(s)}catch(a){this.logger.warn(a,a?.message)}},this.heartBeatTimeout))}),he(this,"onPayloadHandler",r=>{this.onProviderPayload(r),this.resetPingTimeout()}),he(this,"onConnectHandler",()=>{this.logger.warn({},"Relayer connected \u{1F6DC}"),this.startPingTimeout(),this.events.emit(De.connect)}),he(this,"onDisconnectHandler",()=>{this.logger.warn({},"Relayer disconnected \u{1F6D1}"),this.requestsInFlight=[],this.onProviderDisconnect()}),he(this,"onProviderErrorHandler",r=>{this.logger.fatal(`Fatal socket error: ${r.message}`),this.events.emit(De.error,r),this.logger.fatal("Fatal socket error received, closing transport"),this.transportExplicitlyClosed=!0,clearTimeout(this.reconnectTimeout),this.reconnectTimeout=void 0,this.reconnectInProgress=!1,this.transportClose().catch(i=>this.logger.warn(i))}),he(this,"registerProviderListeners",()=>{this.provider.on(en.payload,this.onPayloadHandler),this.provider.on(en.connect,this.onConnectHandler),this.provider.on(en.disconnect,this.onDisconnectHandler),this.provider.on(en.error,this.onProviderErrorHandler)}),this.core=e.core,this.logger=Hw({logger:(n=e.logger)!=null?n:vP,name:this.name}),this.messages=new ST(this.logger,e.core),this.subscriber=new qT(this,this.logger),this.publisher=new PT(this,this.logger),this.projectId=e?.projectId,this.relayUrl=e?.relayUrl||om,sB()?this.packageName=Ky():oB()&&(this.bundleId=Ky()),this.provider={}}async init(){this.logger.trace("Initialized"),this.registerEventListeners(),await Promise.all([this.messages.init(),this.subscriber.init()]),this.initialized=!0,this.transportOpen().catch(e=>this.logger.warn(e,e?.message))}get context(){return xt(this.logger)}get connected(){var e,n,r;return((r=(n=(e=this.provider)==null?void 0:e.connection)==null?void 0:n.socket)==null?void 0:r.readyState)===1||!1}get connecting(){var e,n,r;return((r=(n=(e=this.provider)==null?void 0:e.connection)==null?void 0:n.socket)==null?void 0:r.readyState)===0||this.connectPromise!==void 0||!1}async publish(e,n,r){this.isInitialized(),await this.publisher.publish(e,n,r),await this.recordMessageEvent({topic:e,message:n,publishedAt:Date.now(),transportType:_e.relay},zc.outbound)}async publishCustom(e){this.isInitialized(),await this.publisher.publishCustom(e)}async subscribe(e,n){var r,i,s;this.isInitialized(),(!(n!=null&&n.transportType)||n?.transportType==="relay")&&await this.toEstablishConnection();const o=typeof((r=n?.internal)==null?void 0:r.throwOnFailedPublish)>"u"?!0:(i=n?.internal)==null?void 0:i.throwOnFailedPublish;let a=((s=this.subscriber.topicMap.get(e))==null?void 0:s[0])||"",c;const f=u=>{u.topic===e&&(this.subscriber.off(Ht.created,f),c())};return await Promise.all([new Promise(u=>{c=u,this.subscriber.on(Ht.created,f)}),new Promise(async(u,h)=>{a=await this.subscriber.subscribe(e,Pm({internal:{throwOnFailedPublish:o}},n)).catch(l=>{o&&h(l)})||a,u()})]),a}async unsubscribe(e,n){this.isInitialized(),await this.subscriber.unsubscribe(e,n)}on(e,n){this.events.on(e,n)}once(e,n){this.events.once(e,n)}off(e,n){this.events.off(e,n)}removeListener(e,n){this.events.removeListener(e,n)}async transportDisconnect(){this.provider.disconnect&&(this.hasExperiencedNetworkDisruption||this.connected)?await Bn(this.provider.disconnect(),2e3,"provider.disconnect()").catch(()=>this.onProviderDisconnect()):this.onProviderDisconnect()}async transportClose(){this.transportExplicitlyClosed=!0,clearTimeout(this.reconnectTimeout),this.reconnectTimeout=void 0,this.reconnectInProgress=!1,await this.transportDisconnect()}async transportOpen(e){if(!this.subscriber.hasAnyTopics){this.logger.info("Starting WS connection skipped because the client has no topics to work with.");return}if(this.connectPromise?(this.logger.debug({},"Waiting for existing connection attempt to resolve..."),await this.connectPromise,this.logger.debug({},"Existing connection attempt resolved")):(this.connectPromise=new Promise(async(n,r)=>{await this.connect(e).then(n).catch(r).finally(()=>{this.connectPromise=void 0})}),await this.connectPromise),!this.connected)throw new Error(`Couldn't establish socket connection to the relay server: ${this.relayUrl}`)}async restartTransport(e){this.logger.debug({},"Restarting transport..."),!this.connectionAttemptInProgress&&(this.relayUrl=e||this.relayUrl,await this.confirmOnlineStateOrThrow(),await this.transportClose(),await this.transportOpen())}async confirmOnlineStateOrThrow(){if(!await zw())throw new Error("No internet connection detected. Please restart your network and try again.")}async handleBatchMessageEvents(e){if(e?.length===0){this.logger.trace("Batch message events is empty. Ignoring...");return}const n=e.sort((r,i)=>r.publishedAt-i.publishedAt);this.logger.debug(`Batch of ${n.length} message events sorted`);for(const r of n)try{await this.onMessageEvent(r)}catch(i){this.logger.warn(i,"Error while processing batch message event: "+i?.message)}this.logger.trace(`Batch of ${n.length} message events processed`)}async onLinkMessageEvent(e,n){const{topic:r}=e;if(!n.sessionExists){const i=Ue(Z.FIVE_MINUTES),s={topic:r,expiry:i,relay:{protocol:"irn"},active:!1};await this.core.pairing.pairings.set(r,s)}this.events.emit(De.message,e),await this.recordMessageEvent(e,zc.inbound)}async connect(e){await this.confirmOnlineStateOrThrow(),e&&e!==this.relayUrl&&(this.relayUrl=e,await this.transportDisconnect()),this.connectionAttemptInProgress=!0,this.transportExplicitlyClosed=!1;let n=1;for(;n<6;){try{if(this.transportExplicitlyClosed)break;this.logger.debug({},`Connecting to ${this.relayUrl}, attempt: ${n}...`),await this.createProvider(),await new Promise(async(r,i)=>{const s=()=>{i(new Error("Connection interrupted while trying to connect"))};this.provider.once(en.disconnect,s),await Bn(new Promise((o,a)=>{this.provider.connect().then(o).catch(a)}),this.connectTimeout,`Socket stalled when trying to connect to ${this.relayUrl}`).catch(o=>{i(o)}).finally(()=>{this.provider.off(en.disconnect,s),clearTimeout(this.reconnectTimeout)}),await new Promise(async(o,a)=>{const c=()=>{i(new Error("Connection interrupted while trying to subscribe"))};this.provider.once(en.disconnect,c),await this.subscriber.start().then(o).catch(a).finally(()=>{this.provider.off(en.disconnect,c)})}),this.hasExperiencedNetworkDisruption=!1,r()})}catch(r){await this.subscriber.stop();const i=r;this.logger.warn({},i.message),this.hasExperiencedNetworkDisruption=!0}finally{this.connectionAttemptInProgress=!1}if(this.connected){this.logger.debug({},`Connected to ${this.relayUrl} successfully on attempt: ${n}`);break}await new Promise(r=>setTimeout(r,Z.toMiliseconds(n*1))),n++}}startPingTimeout(){var e,n,r,i,s;if(gc())try{(n=(e=this.provider)==null?void 0:e.connection)!=null&&n.socket&&((s=(i=(r=this.provider)==null?void 0:r.connection)==null?void 0:i.socket)==null||s.on("ping",()=>{this.resetPingTimeout()})),this.resetPingTimeout()}catch(o){this.logger.warn(o,o?.message)}}async createProvider(){this.provider.connection&&this.unregisterProviderListeners();const e=await this.core.crypto.signJWT(this.relayUrl);this.provider=new sP(new fP(lB({sdkVersion:xh,protocol:this.protocol,version:this.version,relayUrl:this.relayUrl,projectId:this.projectId,auth:e,useOnCloseEvent:!0,bundleId:this.bundleId,packageName:this.packageName}))),this.registerProviderListeners()}async recordMessageEvent(e,n){const{topic:r,message:i}=e;await this.messages.set(r,i,n)}async shouldIgnoreMessageEvent(e){const{topic:n,message:r}=e;if(!r||r.length===0)return this.logger.warn(`Ignoring invalid/empty message: ${r}`),!0;if(!await this.subscriber.isKnownTopic(n))return this.logger.warn(`Ignoring message for unknown topic ${n}`),!0;const i=this.messages.has(n,r);return i&&this.logger.warn(`Ignoring duplicate message: ${r}`),i}async onProviderPayload(e){if(this.logger.debug("Incoming Relay Payload"),this.logger.trace({type:"payload",direction:"incoming",payload:e}),Eh(e)){if(!e.method.endsWith(xP))return;const n=e.params,{topic:r,message:i,publishedAt:s,attestation:o}=n.data,a={topic:r,message:i,publishedAt:s,transportType:_e.relay,attestation:o};this.logger.debug("Emitting Relayer Payload"),this.logger.trace(Pm({type:"event",event:n.id},a)),this.events.emit(n.id,a),await this.acknowledgePayload(e),await this.onMessageEvent(a)}else Mc(e)&&this.events.emit(De.message_ack,e)}async onMessageEvent(e){await this.shouldIgnoreMessageEvent(e)||(await this.recordMessageEvent(e,zc.inbound),this.events.emit(De.message,e))}async acknowledgePayload(e){const n=qc(e.id,!0);await this.provider.connection.send(n)}unregisterProviderListeners(){this.provider.off(en.payload,this.onPayloadHandler),this.provider.off(en.connect,this.onConnectHandler),this.provider.off(en.disconnect,this.onDisconnectHandler),this.provider.off(en.error,this.onProviderErrorHandler),clearTimeout(this.pingTimeout)}async registerEventListeners(){let e=await zw();cD(async n=>{e!==n&&(e=n,n?await this.transportOpen().catch(r=>this.logger.error(r,r?.message)):(this.hasExperiencedNetworkDisruption=!0,await this.transportDisconnect(),this.transportExplicitlyClosed=!1))}),this.core.heartbeat.on(Di.pulse,async()=>{if(!this.transportExplicitlyClosed&&!this.connected&&lD())try{await this.confirmOnlineStateOrThrow(),await this.transportOpen()}catch(n){this.logger.warn(n,n?.message)}})}async onProviderDisconnect(){clearTimeout(this.pingTimeout),this.events.emit(De.disconnect),this.connectionAttemptInProgress=!1,!this.reconnectInProgress&&(this.reconnectInProgress=!0,await this.subscriber.stop(),this.subscriber.hasAnyTopics&&(this.transportExplicitlyClosed||(this.reconnectTimeout=setTimeout(async()=>{await this.transportOpen().catch(e=>this.logger.error(e,e?.message)),this.reconnectTimeout=void 0,this.reconnectInProgress=!1},Z.toMiliseconds(_P)))))}isInitialized(){if(!this.initialized){const{message:e}=W("NOT_INITIALIZED",this.name);throw new Error(e)}}async toEstablishConnection(){if(await this.confirmOnlineStateOrThrow(),!this.connected){if(this.connectPromise){await this.connectPromise;return}await this.connect()}}}function VT(t,e){return t===e||Number.isNaN(t)&&Number.isNaN(e)}function Rm(t){return Object.getOwnPropertySymbols(t).filter(e=>Object.prototype.propertyIsEnumerable.call(t,e))}function Tm(t){return t==null?t===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(t)}const KT="[object RegExp]",GT="[object String]",ZT="[object Number]",WT="[object Boolean]",Nm="[object Arguments]",YT="[object Symbol]",XT="[object Date]",JT="[object Map]",QT="[object Set]",eN="[object Array]",tN="[object Function]",nN="[object ArrayBuffer]",Ph="[object Object]",rN="[object Error]",iN="[object DataView]",sN="[object Uint8Array]",oN="[object Uint8ClampedArray]",aN="[object Uint16Array]",cN="[object Uint32Array]",fN="[object BigUint64Array]",uN="[object Int8Array]",lN="[object Int16Array]",hN="[object Int32Array]",dN="[object BigInt64Array]",pN="[object Float32Array]",gN="[object Float64Array]";function yN(){}function Um(t){if(!t||typeof t!="object")return!1;const e=Object.getPrototypeOf(t);return e===null||e===Object.prototype||Object.getPrototypeOf(e)===null?Object.prototype.toString.call(t)==="[object Object]":!1}function bN(t,e,n){return Ho(t,e,void 0,void 0,void 0,void 0,n)}function Ho(t,e,n,r,i,s,o){const a=o(t,e,n,r,i,s);if(a!==void 0)return a;if(typeof t==typeof e)switch(typeof t){case"bigint":case"string":case"boolean":case"symbol":case"undefined":return t===e;case"number":return t===e||Object.is(t,e);case"function":return t===e;case"object":return Vo(t,e,s,o)}return Vo(t,e,s,o)}function Vo(t,e,n,r){if(Object.is(t,e))return!0;let i=Tm(t),s=Tm(e);if(i===Nm&&(i=Ph),s===Nm&&(s=Ph),i!==s)return!1;switch(i){case GT:return t.toString()===e.toString();case ZT:{const c=t.valueOf(),f=e.valueOf();return VT(c,f)}case WT:case XT:case YT:return Object.is(t.valueOf(),e.valueOf());case KT:return t.source===e.source&&t.flags===e.flags;case tN:return t===e}n=n??new Map;const o=n.get(t),a=n.get(e);if(o!=null&&a!=null)return o===e;n.set(t,e),n.set(e,t);try{switch(i){case JT:{if(t.size!==e.size)return!1;for(const[c,f]of t.entries())if(!e.has(c)||!Ho(f,e.get(c),c,t,e,n,r))return!1;return!0}case QT:{if(t.size!==e.size)return!1;const c=Array.from(t.values()),f=Array.from(e.values());for(let u=0;u<c.length;u++){const h=c[u],l=f.findIndex(d=>Ho(h,d,void 0,t,e,n,r));if(l===-1)return!1;f.splice(l,1)}return!0}case eN:case sN:case oN:case aN:case cN:case fN:case uN:case lN:case hN:case dN:case pN:case gN:{if(typeof Buffer<"u"&&Buffer.isBuffer(t)!==Buffer.isBuffer(e)||t.length!==e.length)return!1;for(let c=0;c<t.length;c++)if(!Ho(t[c],e[c],c,t,e,n,r))return!1;return!0}case nN:return t.byteLength!==e.byteLength?!1:Vo(new Uint8Array(t),new Uint8Array(e),n,r);case iN:return t.byteLength!==e.byteLength||t.byteOffset!==e.byteOffset?!1:Vo(new Uint8Array(t),new Uint8Array(e),n,r);case rN:return t.name===e.name&&t.message===e.message;case Ph:{if(!(Vo(t.constructor,e.constructor,n,r)||Um(t)&&Um(e)))return!1;const c=[...Object.keys(t),...Rm(t)],f=[...Object.keys(e),...Rm(e)];if(c.length!==f.length)return!1;for(let u=0;u<c.length;u++){const h=c[u],l=t[h];if(!Object.hasOwn(e,h))return!1;const d=e[h];if(!Ho(l,d,h,t,e,n,r))return!1}return!0}default:return!1}}finally{n.delete(t),n.delete(e)}}function wN(t,e){return bN(t,e,yN)}var mN=Object.defineProperty,Cm=Object.getOwnPropertySymbols,vN=Object.prototype.hasOwnProperty,EN=Object.prototype.propertyIsEnumerable,Rh=(t,e,n)=>e in t?mN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Fm=(t,e)=>{for(var n in e||(e={}))vN.call(e,n)&&Rh(t,n,e[n]);if(Cm)for(var n of Cm(e))EN.call(e,n)&&Rh(t,n,e[n]);return t},Ct=(t,e,n)=>Rh(t,typeof e!="symbol"?e+"":e,n);class Hi extends oS{constructor(e,n,r,i=Dn,s=void 0){super(e,n,r,i),this.core=e,this.logger=n,this.name=r,Ct(this,"map",new Map),Ct(this,"version",IP),Ct(this,"cached",[]),Ct(this,"initialized",!1),Ct(this,"getKey"),Ct(this,"storagePrefix",Dn),Ct(this,"recentlyDeleted",[]),Ct(this,"recentlyDeletedLimit",200),Ct(this,"init",async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(o=>{this.getKey&&o!==null&&!Fe(o)?this.map.set(this.getKey(o),o):kO(o)?this.map.set(o.id,o):qO(o)&&this.map.set(o.topic,o)}),this.cached=[],this.initialized=!0)}),Ct(this,"set",async(o,a)=>{this.isInitialized(),this.map.has(o)?await this.update(o,a):(this.logger.debug("Setting value"),this.logger.trace({type:"method",method:"set",key:o,value:a}),this.map.set(o,a),await this.persist())}),Ct(this,"get",o=>(this.isInitialized(),this.logger.debug("Getting value"),this.logger.trace({type:"method",method:"get",key:o}),this.getData(o))),Ct(this,"getAll",o=>(this.isInitialized(),o?this.values.filter(a=>Object.keys(o).every(c=>wN(a[c],o[c]))):this.values)),Ct(this,"update",async(o,a)=>{this.isInitialized(),this.logger.debug("Updating value"),this.logger.trace({type:"method",method:"update",key:o,update:a});const c=Fm(Fm({},this.getData(o)),a);this.map.set(o,c),await this.persist()}),Ct(this,"delete",async(o,a)=>{this.isInitialized(),this.map.has(o)&&(this.logger.debug("Deleting value"),this.logger.trace({type:"method",method:"delete",key:o,reason:a}),this.map.delete(o),this.addToRecentlyDeleted(o),await this.persist())}),this.logger=Ft(n,this.name),this.storagePrefix=i,this.getKey=s}get context(){return xt(this.logger)}get storageKey(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//"+this.name}get length(){return this.map.size}get keys(){return Array.from(this.map.keys())}get values(){return Array.from(this.map.values())}addToRecentlyDeleted(e){this.recentlyDeleted.push(e),this.recentlyDeleted.length>=this.recentlyDeletedLimit&&this.recentlyDeleted.splice(0,this.recentlyDeletedLimit/2)}async setDataStore(e){await this.core.storage.setItem(this.storageKey,e)}async getDataStore(){return await this.core.storage.getItem(this.storageKey)}getData(e){const n=this.map.get(e);if(!n){if(this.recentlyDeleted.includes(e)){const{message:i}=W("MISSING_OR_INVALID",`Record was recently deleted - ${this.name}: ${e}`);throw this.logger.error(i),new Error(i)}const{message:r}=W("NO_MATCHING_KEY",`${this.name}: ${e}`);throw this.logger.error(r),new Error(r)}return n}async persist(){await this.setDataStore(this.values)}async restore(){try{const e=await this.getDataStore();if(typeof e>"u"||!e.length)return;if(this.map.size){const{message:n}=W("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(n),new Error(n)}this.cached=e,this.logger.debug(`Successfully Restored value for ${this.name}`),this.logger.trace({type:"method",method:"restore",value:this.values})}catch(e){this.logger.debug(`Failed to Restore value for ${this.name}`),this.logger.error(e)}}isInitialized(){if(!this.initialized){const{message:e}=W("NOT_INITIALIZED",this.name);throw new Error(e)}}}var xN=Object.defineProperty,_N=(t,e,n)=>e in t?xN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,oe=(t,e,n)=>_N(t,typeof e!="symbol"?e+"":e,n);class IN{constructor(e,n){this.core=e,this.logger=n,oe(this,"name",AP),oe(this,"version",OP),oe(this,"events",new Qe.exports),oe(this,"pairings"),oe(this,"initialized",!1),oe(this,"storagePrefix",Dn),oe(this,"ignoredPayloadTypes",[or]),oe(this,"registeredMethods",[]),oe(this,"init",async()=>{this.initialized||(await this.pairings.init(),await this.cleanup(),this.registerRelayerEvents(),this.registerExpirerEvents(),this.initialized=!0,this.logger.trace("Initialized"))}),oe(this,"register",({methods:r})=>{this.isInitialized(),this.registeredMethods=[...new Set([...this.registeredMethods,...r])]}),oe(this,"create",async r=>{this.isInitialized();const i=uh(),s=await this.core.crypto.setSymKey(i),o=Ue(Z.FIVE_MINUTES),a={protocol:sm},c={topic:s,expiry:o,relay:a,active:!1,methods:r?.methods},f=Dw({protocol:this.core.protocol,version:this.core.version,topic:s,symKey:i,relay:a,expiryTimestamp:o,methods:r?.methods});return this.events.emit(Mi.create,c),this.core.expirer.set(s,o),await this.pairings.set(s,c),await this.core.relayer.subscribe(s,{transportType:r?.transportType,internal:r?.internal}),{topic:s,uri:f}}),oe(this,"pair",async r=>{this.isInitialized();const i=this.core.eventClient.createEvent({properties:{topic:r?.uri,trace:[Pn.pairing_started]}});this.isValidPair(r,i);const{topic:s,symKey:o,relay:a,expiryTimestamp:c,methods:f}=Ow(r.uri);i.props.properties.topic=s,i.addTrace(Pn.pairing_uri_validation_success),i.addTrace(Pn.pairing_uri_not_expired);let u;if(this.pairings.keys.includes(s)){if(u=this.pairings.get(s),i.addTrace(Pn.existing_pairing),u.active)throw i.setError(ur.active_pairing_already_exists),new Error(`Pairing already exists: ${s}. Please try again with a new connection URI.`);i.addTrace(Pn.pairing_not_expired)}const h=c||Ue(Z.FIVE_MINUTES),l={topic:s,relay:a,expiry:h,active:!1,methods:f};this.core.expirer.set(s,h),await this.pairings.set(s,l),i.addTrace(Pn.store_new_pairing),r.activatePairing&&await this.activate({topic:s}),this.events.emit(Mi.create,l),i.addTrace(Pn.emit_inactive_pairing),this.core.crypto.keychain.has(s)||await this.core.crypto.setSymKey(o,s),i.addTrace(Pn.subscribing_pairing_topic);try{await this.core.relayer.confirmOnlineStateOrThrow()}catch{i.setError(ur.no_internet_connection)}try{await this.core.relayer.subscribe(s,{relay:a})}catch(d){throw i.setError(ur.subscribe_pairing_topic_failure),d}return i.addTrace(Pn.subscribe_pairing_topic_success),l}),oe(this,"activate",async({topic:r})=>{this.isInitialized();const i=Ue(Z.FIVE_MINUTES);this.core.expirer.set(r,i),await this.pairings.update(r,{active:!0,expiry:i})}),oe(this,"ping",async r=>{this.isInitialized(),await this.isValidPing(r),this.logger.warn("ping() is deprecated and will be removed in the next major release.");const{topic:i}=r;if(this.pairings.keys.includes(i)){const s=await this.sendRequest(i,"wc_pairingPing",{}),{done:o,resolve:a,reject:c}=Ti();this.events.once(pe("pairing_ping",s),({error:f})=>{f?c(f):a()}),await o()}}),oe(this,"updateExpiry",async({topic:r,expiry:i})=>{this.isInitialized(),await this.pairings.update(r,{expiry:i})}),oe(this,"updateMetadata",async({topic:r,metadata:i})=>{this.isInitialized(),await this.pairings.update(r,{peerMetadata:i})}),oe(this,"getPairings",()=>(this.isInitialized(),this.pairings.values)),oe(this,"disconnect",async r=>{this.isInitialized(),await this.isValidDisconnect(r);const{topic:i}=r;this.pairings.keys.includes(i)&&(await this.sendRequest(i,"wc_pairingDelete",Se("USER_DISCONNECTED")),await this.deletePairing(i))}),oe(this,"formatUriFromPairing",r=>{this.isInitialized();const{topic:i,relay:s,expiry:o,methods:a}=r,c=this.core.crypto.keychain.get(i);return Dw({protocol:this.core.protocol,version:this.core.version,topic:i,symKey:c,relay:s,expiryTimestamp:o,methods:a})}),oe(this,"sendRequest",async(r,i,s)=>{const o=fr(i,s),a=await this.core.crypto.encode(r,o),c=ko[i].req;return this.core.history.set(r,o),this.core.relayer.publish(r,a,c),o.id}),oe(this,"sendResult",async(r,i,s)=>{const o=qc(r,s),a=await this.core.crypto.encode(i,o),c=(await this.core.history.get(i,r)).request.method,f=ko[c].res;await this.core.relayer.publish(i,a,f),await this.core.history.resolve(o)}),oe(this,"sendError",async(r,i,s)=>{const o=vh(r,s),a=await this.core.crypto.encode(i,o),c=(await this.core.history.get(i,r)).request.method,f=ko[c]?ko[c].res:ko.unregistered_method.res;await this.core.relayer.publish(i,a,f),await this.core.history.resolve(o)}),oe(this,"deletePairing",async(r,i)=>{await this.core.relayer.unsubscribe(r),await Promise.all([this.pairings.delete(r,Se("USER_DISCONNECTED")),this.core.crypto.deleteSymKey(r),i?Promise.resolve():this.core.expirer.del(r)])}),oe(this,"cleanup",async()=>{const r=this.pairings.getAll().filter(i=>Yr(i.expiry));await Promise.all(r.map(i=>this.deletePairing(i.topic)))}),oe(this,"onRelayEventRequest",async r=>{const{topic:i,payload:s}=r;switch(s.method){case"wc_pairingPing":return await this.onPairingPingRequest(i,s);case"wc_pairingDelete":return await this.onPairingDeleteRequest(i,s);default:return await this.onUnknownRpcMethodRequest(i,s)}}),oe(this,"onRelayEventResponse",async r=>{const{topic:i,payload:s}=r,o=(await this.core.history.get(i,s.id)).request.method;switch(o){case"wc_pairingPing":return this.onPairingPingResponse(i,s);default:return this.onUnknownRpcMethodResponse(o)}}),oe(this,"onPairingPingRequest",async(r,i)=>{const{id:s}=i;try{this.isValidPing({topic:r}),await this.sendResult(s,r,!0),this.events.emit(Mi.ping,{id:s,topic:r})}catch(o){await this.sendError(s,r,o),this.logger.error(o)}}),oe(this,"onPairingPingResponse",(r,i)=>{const{id:s}=i;setTimeout(()=>{On(i)?this.events.emit(pe("pairing_ping",s),{}):Qt(i)&&this.events.emit(pe("pairing_ping",s),{error:i.error})},500)}),oe(this,"onPairingDeleteRequest",async(r,i)=>{const{id:s}=i;try{this.isValidDisconnect({topic:r}),await this.deletePairing(r),this.events.emit(Mi.delete,{id:s,topic:r})}catch(o){await this.sendError(s,r,o),this.logger.error(o)}}),oe(this,"onUnknownRpcMethodRequest",async(r,i)=>{const{id:s,method:o}=i;try{if(this.registeredMethods.includes(o))return;const a=Se("WC_METHOD_UNSUPPORTED",o);await this.sendError(s,r,a),this.logger.error(a)}catch(a){await this.sendError(s,r,a),this.logger.error(a)}}),oe(this,"onUnknownRpcMethodResponse",r=>{this.registeredMethods.includes(r)||this.logger.error(Se("WC_METHOD_UNSUPPORTED",r))}),oe(this,"isValidPair",(r,i)=>{var s;if(!Ut(r)){const{message:a}=W("MISSING_OR_INVALID",`pair() params: ${r}`);throw i.setError(ur.malformed_pairing_uri),new Error(a)}if(!LO(r.uri)){const{message:a}=W("MISSING_OR_INVALID",`pair() uri: ${r.uri}`);throw i.setError(ur.malformed_pairing_uri),new Error(a)}const o=Ow(r?.uri);if(!((s=o?.relay)!=null&&s.protocol)){const{message:a}=W("MISSING_OR_INVALID","pair() uri#relay-protocol");throw i.setError(ur.malformed_pairing_uri),new Error(a)}if(!(o!=null&&o.symKey)){const{message:a}=W("MISSING_OR_INVALID","pair() uri#symKey");throw i.setError(ur.malformed_pairing_uri),new Error(a)}if(o!=null&&o.expiryTimestamp&&Z.toMiliseconds(o?.expiryTimestamp)<Date.now()){i.setError(ur.pairing_expired);const{message:a}=W("EXPIRED","pair() URI has expired. Please try again with a new connection URI.");throw new Error(a)}}),oe(this,"isValidPing",async r=>{if(!Ut(r)){const{message:s}=W("MISSING_OR_INVALID",`ping() params: ${r}`);throw new Error(s)}const{topic:i}=r;await this.isValidPairingTopic(i)}),oe(this,"isValidDisconnect",async r=>{if(!Ut(r)){const{message:s}=W("MISSING_OR_INVALID",`disconnect() params: ${r}`);throw new Error(s)}const{topic:i}=r;await this.isValidPairingTopic(i)}),oe(this,"isValidPairingTopic",async r=>{if(!Oe(r,!1)){const{message:i}=W("MISSING_OR_INVALID",`pairing topic should be a string: ${r}`);throw new Error(i)}if(!this.pairings.keys.includes(r)){const{message:i}=W("NO_MATCHING_KEY",`pairing topic doesn't exist: ${r}`);throw new Error(i)}if(Yr(this.pairings.get(r).expiry)){await this.deletePairing(r);const{message:i}=W("EXPIRED",`pairing topic: ${r}`);throw new Error(i)}}),this.core=e,this.logger=Ft(n,this.name),this.pairings=new Hi(this.core,this.logger,this.name,this.storagePrefix)}get context(){return xt(this.logger)}isInitialized(){if(!this.initialized){const{message:e}=W("NOT_INITIALIZED",this.name);throw new Error(e)}}registerRelayerEvents(){this.core.relayer.on(De.message,async e=>{const{topic:n,message:r,transportType:i}=e;if(this.pairings.keys.includes(n)&&i!==_e.link_mode&&!this.ignoredPayloadTypes.includes(this.core.crypto.getPayloadType(r)))try{const s=await this.core.crypto.decode(n,r);Eh(s)?(this.core.history.set(n,s),await this.onRelayEventRequest({topic:n,payload:s})):Mc(s)&&(await this.core.history.resolve(s),await this.onRelayEventResponse({topic:n,payload:s}),this.core.history.delete(n,s.id)),await this.core.relayer.messages.ack(n,r)}catch(s){this.logger.error(s)}})}registerExpirerEvents(){this.core.expirer.on(tn.expired,async e=>{const{topic:n}=Yy(e.target);n&&this.pairings.keys.includes(n)&&(await this.deletePairing(n,!0),this.events.emit(Mi.expire,{topic:n}))})}}var SN=Object.defineProperty,BN=(t,e,n)=>e in t?SN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Ye=(t,e,n)=>BN(t,typeof e!="symbol"?e+"":e,n);class $N extends nS{constructor(e,n){super(e,n),this.core=e,this.logger=n,Ye(this,"records",new Map),Ye(this,"events",new Qe.exports.EventEmitter),Ye(this,"name",DP),Ye(this,"version",PP),Ye(this,"cached",[]),Ye(this,"initialized",!1),Ye(this,"storagePrefix",Dn),Ye(this,"init",async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(r=>this.records.set(r.id,r)),this.cached=[],this.registerEventListeners(),this.initialized=!0)}),Ye(this,"set",(r,i,s)=>{if(this.isInitialized(),this.logger.debug("Setting JSON-RPC request history record"),this.logger.trace({type:"method",method:"set",topic:r,request:i,chainId:s}),this.records.has(i.id))return;const o={id:i.id,topic:r,request:{method:i.method,params:i.params||null},chainId:s,expiry:Ue(Z.THIRTY_DAYS)};this.records.set(o.id,o),this.persist(),this.events.emit(bn.created,o)}),Ye(this,"resolve",async r=>{if(this.isInitialized(),this.logger.debug("Updating JSON-RPC response history record"),this.logger.trace({type:"method",method:"update",response:r}),!this.records.has(r.id))return;const i=await this.getRecord(r.id);typeof i.response>"u"&&(i.response=Qt(r)?{error:r.error}:{result:r.result},this.records.set(i.id,i),this.persist(),this.events.emit(bn.updated,i))}),Ye(this,"get",async(r,i)=>(this.isInitialized(),this.logger.debug("Getting record"),this.logger.trace({type:"method",method:"get",topic:r,id:i}),await this.getRecord(i))),Ye(this,"delete",(r,i)=>{this.isInitialized(),this.logger.debug("Deleting record"),this.logger.trace({type:"method",method:"delete",id:i}),this.values.forEach(s=>{if(s.topic===r){if(typeof i<"u"&&s.id!==i)return;this.records.delete(s.id),this.events.emit(bn.deleted,s)}}),this.persist()}),Ye(this,"exists",async(r,i)=>(this.isInitialized(),this.records.has(i)?(await this.getRecord(i)).topic===r:!1)),Ye(this,"on",(r,i)=>{this.events.on(r,i)}),Ye(this,"once",(r,i)=>{this.events.once(r,i)}),Ye(this,"off",(r,i)=>{this.events.off(r,i)}),Ye(this,"removeListener",(r,i)=>{this.events.removeListener(r,i)}),this.logger=Ft(n,this.name)}get context(){return xt(this.logger)}get storageKey(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//"+this.name}get size(){return this.records.size}get keys(){return Array.from(this.records.keys())}get values(){return Array.from(this.records.values())}get pending(){const e=[];return this.values.forEach(n=>{if(typeof n.response<"u")return;const r={topic:n.topic,request:fr(n.request.method,n.request.params,n.id),chainId:n.chainId};return e.push(r)}),e}async setJsonRpcRecords(e){await this.core.storage.setItem(this.storageKey,e)}async getJsonRpcRecords(){return await this.core.storage.getItem(this.storageKey)}getRecord(e){this.isInitialized();const n=this.records.get(e);if(!n){const{message:r}=W("NO_MATCHING_KEY",`${this.name}: ${e}`);throw new Error(r)}return n}async persist(){await this.setJsonRpcRecords(this.values),this.events.emit(bn.sync)}async restore(){try{const e=await this.getJsonRpcRecords();if(typeof e>"u"||!e.length)return;if(this.records.size){const{message:n}=W("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(n),new Error(n)}this.cached=e,this.logger.debug(`Successfully Restored records for ${this.name}`),this.logger.trace({type:"method",method:"restore",records:this.values})}catch(e){this.logger.debug(`Failed to Restore records for ${this.name}`),this.logger.error(e)}}registerEventListeners(){this.events.on(bn.created,e=>{const n=bn.created;this.logger.info(`Emitting ${n}`),this.logger.debug({type:"event",event:n,record:e})}),this.events.on(bn.updated,e=>{const n=bn.updated;this.logger.info(`Emitting ${n}`),this.logger.debug({type:"event",event:n,record:e})}),this.events.on(bn.deleted,e=>{const n=bn.deleted;this.logger.info(`Emitting ${n}`),this.logger.debug({type:"event",event:n,record:e})}),this.core.heartbeat.on(Di.pulse,()=>{this.cleanup()})}cleanup(){try{this.isInitialized();let e=!1;this.records.forEach(n=>{Z.toMiliseconds(n.expiry||0)-Date.now()<=0&&(this.logger.info(`Deleting expired history log: ${n.id}`),this.records.delete(n.id),this.events.emit(bn.deleted,n,!1),e=!0)}),e&&this.persist()}catch(e){this.logger.warn(e)}}isInitialized(){if(!this.initialized){const{message:e}=W("NOT_INITIALIZED",this.name);throw new Error(e)}}}var AN=Object.defineProperty,ON=(t,e,n)=>e in t?AN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,dt=(t,e,n)=>ON(t,typeof e!="symbol"?e+"":e,n);class DN extends cS{constructor(e,n){super(e,n),this.core=e,this.logger=n,dt(this,"expirations",new Map),dt(this,"events",new Qe.exports.EventEmitter),dt(this,"name",RP),dt(this,"version",TP),dt(this,"cached",[]),dt(this,"initialized",!1),dt(this,"storagePrefix",Dn),dt(this,"init",async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(r=>this.expirations.set(r.target,r)),this.cached=[],this.registerEventListeners(),this.initialized=!0)}),dt(this,"has",r=>{try{const i=this.formatTarget(r);return typeof this.getExpiration(i)<"u"}catch{return!1}}),dt(this,"set",(r,i)=>{this.isInitialized();const s=this.formatTarget(r),o={target:s,expiry:i};this.expirations.set(s,o),this.checkExpiry(s,o),this.events.emit(tn.created,{target:s,expiration:o})}),dt(this,"get",r=>{this.isInitialized();const i=this.formatTarget(r);return this.getExpiration(i)}),dt(this,"del",r=>{if(this.isInitialized(),this.has(r)){const i=this.formatTarget(r),s=this.getExpiration(i);this.expirations.delete(i),this.events.emit(tn.deleted,{target:i,expiration:s})}}),dt(this,"on",(r,i)=>{this.events.on(r,i)}),dt(this,"once",(r,i)=>{this.events.once(r,i)}),dt(this,"off",(r,i)=>{this.events.off(r,i)}),dt(this,"removeListener",(r,i)=>{this.events.removeListener(r,i)}),this.logger=Ft(n,this.name)}get context(){return xt(this.logger)}get storageKey(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//"+this.name}get length(){return this.expirations.size}get keys(){return Array.from(this.expirations.keys())}get values(){return Array.from(this.expirations.values())}formatTarget(e){if(typeof e=="string")return hB(e);if(typeof e=="number")return dB(e);const{message:n}=W("UNKNOWN_TYPE",`Target type: ${typeof e}`);throw new Error(n)}async setExpirations(e){await this.core.storage.setItem(this.storageKey,e)}async getExpirations(){return await this.core.storage.getItem(this.storageKey)}async persist(){await this.setExpirations(this.values),this.events.emit(tn.sync)}async restore(){try{const e=await this.getExpirations();if(typeof e>"u"||!e.length)return;if(this.expirations.size){const{message:n}=W("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(n),new Error(n)}this.cached=e,this.logger.debug(`Successfully Restored expirations for ${this.name}`),this.logger.trace({type:"method",method:"restore",expirations:this.values})}catch(e){this.logger.debug(`Failed to Restore expirations for ${this.name}`),this.logger.error(e)}}getExpiration(e){const n=this.expirations.get(e);if(!n){const{message:r}=W("NO_MATCHING_KEY",`${this.name}: ${e}`);throw this.logger.warn(r),new Error(r)}return n}checkExpiry(e,n){const{expiry:r}=n;Z.toMiliseconds(r)-Date.now()<=0&&this.expire(e,n)}expire(e,n){this.expirations.delete(e),this.events.emit(tn.expired,{target:e,expiration:n})}checkExpirations(){this.core.relayer.connected&&this.expirations.forEach((e,n)=>this.checkExpiry(n,e))}registerEventListeners(){this.core.heartbeat.on(Di.pulse,()=>this.checkExpirations()),this.events.on(tn.created,e=>{const n=tn.created;this.logger.info(`Emitting ${n}`),this.logger.debug({type:"event",event:n,data:e}),this.persist()}),this.events.on(tn.expired,e=>{const n=tn.expired;this.logger.info(`Emitting ${n}`),this.logger.debug({type:"event",event:n,data:e}),this.persist()}),this.events.on(tn.deleted,e=>{const n=tn.deleted;this.logger.info(`Emitting ${n}`),this.logger.debug({type:"event",event:n,data:e}),this.persist()})}isInitialized(){if(!this.initialized){const{message:e}=W("NOT_INITIALIZED",this.name);throw new Error(e)}}}var PN=Object.defineProperty,RN=(t,e,n)=>e in t?PN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Pe=(t,e,n)=>RN(t,typeof e!="symbol"?e+"":e,n);class TN extends fS{constructor(e,n,r){super(e,n,r),this.core=e,this.logger=n,this.store=r,Pe(this,"name",NP),Pe(this,"abortController"),Pe(this,"isDevEnv"),Pe(this,"verifyUrlV3",CP),Pe(this,"storagePrefix",Dn),Pe(this,"version",rm),Pe(this,"publicKey"),Pe(this,"fetchPromise"),Pe(this,"init",async()=>{var i;this.isDevEnv||(this.publicKey=await this.store.getItem(this.storeKey),this.publicKey&&Z.toMiliseconds((i=this.publicKey)==null?void 0:i.expiresAt)<Date.now()&&(this.logger.debug("verify v2 public key expired"),await this.removePublicKey()))}),Pe(this,"register",async i=>{if(!ms()||this.isDevEnv)return;const s=window.location.origin,{id:o,decryptedId:a}=i,c=`${this.verifyUrlV3}/attestation?projectId=${this.core.projectId}&origin=${s}&id=${o}&decryptedId=${a}`;try{const f=Un(),u=this.startAbortTimer(Z.ONE_SECOND*5),h=await new Promise((l,d)=>{const p=()=>{window.removeEventListener("message",v),f.body.removeChild(b),d("attestation aborted")};this.abortController.signal.addEventListener("abort",p);const b=f.createElement("iframe");b.src=c,b.style.display="none",b.addEventListener("error",p,{signal:this.abortController.signal});const v=O=>{if(O.data&&typeof O.data=="string")try{const P=JSON.parse(O.data);if(P.type==="verify_attestation"){if(Uu(P.attestation).payload.id!==o)return;clearInterval(u),f.body.removeChild(b),this.abortController.signal.removeEventListener("abort",p),window.removeEventListener("message",v),l(P.attestation===null?"":P.attestation)}}catch(P){this.logger.warn(P)}};f.body.appendChild(b),window.addEventListener("message",v,{signal:this.abortController.signal})});return this.logger.debug(h,"jwt attestation"),h}catch(f){this.logger.warn(f)}return""}),Pe(this,"resolve",async i=>{if(this.isDevEnv)return"";const{attestationId:s,hash:o,encryptedId:a}=i;if(s===""){this.logger.debug("resolve: attestationId is empty, skipping");return}if(s){if(Uu(s).payload.id!==a)return;const f=await this.isValidJwtAttestation(s);if(f){if(!f.isVerified){this.logger.warn("resolve: jwt attestation: origin url not verified");return}return f}}if(!o)return;const c=this.getVerifyUrl(i?.verifyUrl);return this.fetchAttestation(o,c)}),Pe(this,"fetchAttestation",async(i,s)=>{this.logger.debug(`resolving attestation: ${i} from url: ${s}`);const o=this.startAbortTimer(Z.ONE_SECOND*5),a=await fetch(`${s}/attestation/${i}?v2Supported=true`,{signal:this.abortController.signal});return clearTimeout(o),a.status===200?await a.json():void 0}),Pe(this,"getVerifyUrl",i=>{let s=i||qo;return FP.includes(s)||(this.logger.info(`verify url: ${s}, not included in trusted list, assigning default: ${qo}`),s=qo),s}),Pe(this,"fetchPublicKey",async()=>{try{this.logger.debug(`fetching public key from: ${this.verifyUrlV3}`);const i=this.startAbortTimer(Z.FIVE_SECONDS),s=await fetch(`${this.verifyUrlV3}/public-key`,{signal:this.abortController.signal});return clearTimeout(i),await s.json()}catch(i){this.logger.warn(i)}}),Pe(this,"persistPublicKey",async i=>{this.logger.debug(i,"persisting public key to local storage"),await this.store.setItem(this.storeKey,i),this.publicKey=i}),Pe(this,"removePublicKey",async()=>{this.logger.debug("removing verify v2 public key from storage"),await this.store.removeItem(this.storeKey),this.publicKey=void 0}),Pe(this,"isValidJwtAttestation",async i=>{const s=await this.getPublicKey();try{if(s)return this.validateAttestation(i,s)}catch(a){this.logger.error(a),this.logger.warn("error validating attestation")}const o=await this.fetchAndPersistPublicKey();try{if(o)return this.validateAttestation(i,o)}catch(a){this.logger.error(a),this.logger.warn("error validating attestation")}}),Pe(this,"getPublicKey",async()=>this.publicKey?this.publicKey:await this.fetchAndPersistPublicKey()),Pe(this,"fetchAndPersistPublicKey",async()=>{if(this.fetchPromise)return await this.fetchPromise,this.publicKey;this.fetchPromise=new Promise(async s=>{const o=await this.fetchPublicKey();o&&(await this.persistPublicKey(o),s(o))});const i=await this.fetchPromise;return this.fetchPromise=void 0,i}),Pe(this,"validateAttestation",(i,s)=>{const o=fO(i,s.publicKey),a={hasExpired:Z.toMiliseconds(o.exp)<Date.now(),payload:o};if(a.hasExpired)throw this.logger.warn("resolve: jwt attestation expired"),new Error("JWT attestation expired");return{origin:a.payload.origin,isScam:a.payload.isScam,isVerified:a.payload.isVerified}}),this.logger=Ft(n,this.name),this.abortController=new AbortController,this.isDevEnv=Tl(),this.init()}get storeKey(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//verify:public:key"}get context(){return xt(this.logger)}startAbortTimer(e){return this.abortController=new AbortController,setTimeout(()=>this.abortController.abort(),Z.toMiliseconds(e))}}var NN=Object.defineProperty,UN=(t,e,n)=>e in t?NN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Lm=(t,e,n)=>UN(t,typeof e!="symbol"?e+"":e,n);class CN extends uS{constructor(e,n){super(e,n),this.projectId=e,this.logger=n,Lm(this,"context",LP),Lm(this,"registerDeviceToken",async r=>{const{clientId:i,token:s,notificationType:o,enableEncrypted:a=!1}=r,c=`${kP}/${this.projectId}/clients`;await fetch(c,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({client_id:i,type:o,token:s,always_raw:a})})}),this.logger=Ft(n,this.context)}}var FN=Object.defineProperty,km=Object.getOwnPropertySymbols,LN=Object.prototype.hasOwnProperty,kN=Object.prototype.propertyIsEnumerable,Th=(t,e,n)=>e in t?FN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Ko=(t,e)=>{for(var n in e||(e={}))LN.call(e,n)&&Th(t,n,e[n]);if(km)for(var n of km(e))kN.call(e,n)&&Th(t,n,e[n]);return t},je=(t,e,n)=>Th(t,typeof e!="symbol"?e+"":e,n);class qN extends lS{constructor(e,n,r=!0){super(e,n,r),this.core=e,this.logger=n,je(this,"context",MP),je(this,"storagePrefix",Dn),je(this,"storageVersion",qP),je(this,"events",new Map),je(this,"shouldPersist",!1),je(this,"init",async()=>{if(!Tl())try{const i={eventId:Jy(),timestamp:Date.now(),domain:this.getAppDomain(),props:{event:"INIT",type:"",properties:{client_id:await this.core.crypto.getClientId(),user_agent:Zy(this.core.relayer.protocol,this.core.relayer.version,xh)}}};await this.sendEvent([i])}catch(i){this.logger.warn(i)}}),je(this,"createEvent",i=>{const{event:s="ERROR",type:o="",properties:{topic:a,trace:c}}=i,f=Jy(),u=this.core.projectId||"",h=Date.now(),l=Ko({eventId:f,timestamp:h,props:{event:s,type:o,properties:{topic:a,trace:c}},bundleId:u,domain:this.getAppDomain()},this.setMethods(f));return this.telemetryEnabled&&(this.events.set(f,l),this.shouldPersist=!0),l}),je(this,"getEvent",i=>{const{eventId:s,topic:o}=i;if(s)return this.events.get(s);const a=Array.from(this.events.values()).find(c=>c.props.properties.topic===o);if(a)return Ko(Ko({},a),this.setMethods(a.eventId))}),je(this,"deleteEvent",i=>{const{eventId:s}=i;this.events.delete(s),this.shouldPersist=!0}),je(this,"setEventListeners",()=>{this.core.heartbeat.on(Di.pulse,async()=>{this.shouldPersist&&await this.persist(),this.events.forEach(i=>{Z.fromMiliseconds(Date.now())-Z.fromMiliseconds(i.timestamp)>jP&&(this.events.delete(i.eventId),this.shouldPersist=!0)})})}),je(this,"setMethods",i=>({addTrace:s=>this.addTrace(i,s),setError:s=>this.setError(i,s)})),je(this,"addTrace",(i,s)=>{const o=this.events.get(i);o&&(o.props.properties.trace.push(s),this.events.set(i,o),this.shouldPersist=!0)}),je(this,"setError",(i,s)=>{const o=this.events.get(i);o&&(o.props.type=s,o.timestamp=Date.now(),this.events.set(i,o),this.shouldPersist=!0)}),je(this,"persist",async()=>{await this.core.storage.setItem(this.storageKey,Array.from(this.events.values())),this.shouldPersist=!1}),je(this,"restore",async()=>{try{const i=await this.core.storage.getItem(this.storageKey)||[];if(!i.length)return;i.forEach(s=>{this.events.set(s.eventId,Ko(Ko({},s),this.setMethods(s.eventId)))})}catch(i){this.logger.warn(i)}}),je(this,"submit",async()=>{if(!this.telemetryEnabled||this.events.size===0)return;const i=[];for(const[s,o]of this.events)o.props.type&&i.push(o);if(i.length!==0)try{if((await this.sendEvent(i)).ok)for(const s of i)this.events.delete(s.eventId),this.shouldPersist=!0}catch(s){this.logger.warn(s)}}),je(this,"sendEvent",async i=>{const s=this.getAppDomain()?"":"&sp=desktop";return await fetch(`${zP}?projectId=${this.core.projectId}&st=events_sdk&sv=js-${xh}${s}`,{method:"POST",body:JSON.stringify(i)})}),je(this,"getAppDomain",()=>Gy().url),this.logger=Ft(n,this.context),this.telemetryEnabled=r,r?this.restore().then(async()=>{await this.submit(),this.setEventListeners()}):this.persist()}get storageKey(){return this.storagePrefix+this.storageVersion+this.core.customStoragePrefix+"//"+this.context}}var MN=Object.defineProperty,qm=Object.getOwnPropertySymbols,jN=Object.prototype.hasOwnProperty,zN=Object.prototype.propertyIsEnumerable,Nh=(t,e,n)=>e in t?MN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Mm=(t,e)=>{for(var n in e||(e={}))jN.call(e,n)&&Nh(t,n,e[n]);if(qm)for(var n of qm(e))zN.call(e,n)&&Nh(t,n,e[n]);return t},xe=(t,e,n)=>Nh(t,typeof e!="symbol"?e+"":e,n);class Uh extends JI{constructor(e){var n;super(e),xe(this,"protocol",nm),xe(this,"version",rm),xe(this,"name",jc),xe(this,"relayUrl"),xe(this,"projectId"),xe(this,"customStoragePrefix"),xe(this,"events",new Qe.exports.EventEmitter),xe(this,"logger"),xe(this,"heartbeat"),xe(this,"relayer"),xe(this,"crypto"),xe(this,"storage"),xe(this,"history"),xe(this,"expirer"),xe(this,"pairing"),xe(this,"verify"),xe(this,"echoClient"),xe(this,"linkModeSupportedApps"),xe(this,"eventClient"),xe(this,"initialized",!1),xe(this,"logChunkController"),xe(this,"on",(a,c)=>this.events.on(a,c)),xe(this,"once",(a,c)=>this.events.once(a,c)),xe(this,"off",(a,c)=>this.events.off(a,c)),xe(this,"removeListener",(a,c)=>this.events.removeListener(a,c)),xe(this,"dispatchEnvelope",({topic:a,message:c,sessionExists:f})=>{if(!a||!c)return;const u={topic:a,message:c,publishedAt:Date.now(),transportType:_e.link_mode};this.relayer.onLinkMessageEvent(u,{sessionExists:f})});const r=this.getGlobalCore(e?.customStoragePrefix);if(r)try{return this.customStoragePrefix=r.customStoragePrefix,this.logger=r.logger,this.heartbeat=r.heartbeat,this.crypto=r.crypto,this.history=r.history,this.expirer=r.expirer,this.storage=r.storage,this.relayer=r.relayer,this.pairing=r.pairing,this.verify=r.verify,this.echoClient=r.echoClient,this.linkModeSupportedApps=r.linkModeSupportedApps,this.eventClient=r.eventClient,this.initialized=r.initialized,this.logChunkController=r.logChunkController,r}catch(a){console.warn("Failed to copy global core",a)}this.projectId=e?.projectId,this.relayUrl=e?.relayUrl||om,this.customStoragePrefix=e!=null&&e.customStoragePrefix?`:${e.customStoragePrefix}`:"";const i=ef({level:typeof e?.logger=="string"&&e.logger?e.logger:uP.logger,name:jc}),{logger:s,chunkLoggerController:o}=pd({opts:i,maxSizeInBytes:e?.maxLogBlobSizeInBytes,loggerOverride:e?.logger});this.logChunkController=o,(n=this.logChunkController)!=null&&n.downloadLogsBlobInBrowser&&(window.downloadLogsBlobInBrowser=async()=>{var a,c;(a=this.logChunkController)!=null&&a.downloadLogsBlobInBrowser&&((c=this.logChunkController)==null||c.downloadLogsBlobInBrowser({clientId:await this.crypto.getClientId()}))}),this.logger=Ft(s,this.name),this.heartbeat=new vl,this.crypto=new bT(this,this.logger,e?.keychain),this.history=new $N(this,this.logger),this.expirer=new DN(this,this.logger),this.storage=e!=null&&e.storage?e.storage:new WI(Mm(Mm({},lP),e?.storageOptions)),this.relayer=new HT({core:this,logger:this.logger,relayUrl:this.relayUrl,projectId:this.projectId}),this.pairing=new IN(this,this.logger),this.verify=new TN(this,this.logger,this.storage),this.echoClient=new CN(this.projectId||"",this.logger),this.linkModeSupportedApps=[],this.eventClient=new qN(this,this.logger,e?.telemetryEnabled),this.setGlobalCore(this)}static async init(e){const n=new Uh(e);await n.initialize();const r=await n.crypto.getClientId();return await n.storage.setItem(SP,r),n}get context(){return xt(this.logger)}async start(){this.initialized||await this.initialize()}async getLogsBlob(){var e;return(e=this.logChunkController)==null?void 0:e.logsToBlob({clientId:await this.crypto.getClientId()})}async addLinkModeSupportedApp(e){this.linkModeSupportedApps.includes(e)||(this.linkModeSupportedApps.push(e),await this.storage.setItem(am,this.linkModeSupportedApps))}async initialize(){this.logger.trace("Initialized");try{await this.crypto.init(),await this.history.init(),await this.expirer.init(),await this.relayer.init(),await this.heartbeat.init(),await this.pairing.init(),this.linkModeSupportedApps=await this.storage.getItem(am)||[],this.initialized=!0,this.logger.info("Core Initialization Success")}catch(e){throw this.logger.warn(e,`Core Initialization Failure at epoch ${Date.now()}`),this.logger.error(e.message),e}}getGlobalCore(e=""){try{if(this.isGlobalCoreDisabled())return;const n=`_walletConnectCore_${e}`,r=`${n}_count`;return globalThis[r]=(globalThis[r]||0)+1,globalThis[r]>1&&console.warn(`WalletConnect Core is already initialized. This is probably a mistake and can lead to unexpected behavior. Init() was called ${globalThis[r]} times.`),globalThis[n]}catch(n){console.warn("Failed to get global WalletConnect core",n);return}}setGlobalCore(e){var n;try{if(this.isGlobalCoreDisabled())return;const r=`_walletConnectCore_${((n=e.opts)==null?void 0:n.customStoragePrefix)||""}`;globalThis[r]=e}catch(r){console.warn("Failed to set global WalletConnect core",r)}}isGlobalCoreDisabled(){try{return typeof process<"u"&&process.env.DISABLE_GLOBAL_CORE==="true"}catch{return!0}}}const Ch=Uh,jm="wc",zm=2,Hm="client",Fh=`${jm}@${zm}:${Hm}:`,Lh={name:Hm,logger:"error",controller:!1,relayUrl:"wss://relay.walletconnect.org"},Vm="WALLETCONNECT_DEEPLINK_CHOICE",HN="proposal",Km="Proposal expired",VN="session",Rs=Z.SEVEN_DAYS,KN="engine",Xe={wc_sessionPropose:{req:{ttl:Z.FIVE_MINUTES,prompt:!0,tag:1100},res:{ttl:Z.FIVE_MINUTES,prompt:!1,tag:1101},reject:{ttl:Z.FIVE_MINUTES,prompt:!1,tag:1120},autoReject:{ttl:Z.FIVE_MINUTES,prompt:!1,tag:1121}},wc_sessionSettle:{req:{ttl:Z.FIVE_MINUTES,prompt:!1,tag:1102},res:{ttl:Z.FIVE_MINUTES,prompt:!1,tag:1103}},wc_sessionUpdate:{req:{ttl:Z.ONE_DAY,prompt:!1,tag:1104},res:{ttl:Z.ONE_DAY,prompt:!1,tag:1105}},wc_sessionExtend:{req:{ttl:Z.ONE_DAY,prompt:!1,tag:1106},res:{ttl:Z.ONE_DAY,prompt:!1,tag:1107}},wc_sessionRequest:{req:{ttl:Z.FIVE_MINUTES,prompt:!0,tag:1108},res:{ttl:Z.FIVE_MINUTES,prompt:!1,tag:1109}},wc_sessionEvent:{req:{ttl:Z.FIVE_MINUTES,prompt:!0,tag:1110},res:{ttl:Z.FIVE_MINUTES,prompt:!1,tag:1111}},wc_sessionDelete:{req:{ttl:Z.ONE_DAY,prompt:!1,tag:1112},res:{ttl:Z.ONE_DAY,prompt:!1,tag:1113}},wc_sessionPing:{req:{ttl:Z.ONE_DAY,prompt:!1,tag:1114},res:{ttl:Z.ONE_DAY,prompt:!1,tag:1115}},wc_sessionAuthenticate:{req:{ttl:Z.ONE_HOUR,prompt:!0,tag:1116},res:{ttl:Z.ONE_HOUR,prompt:!1,tag:1117},reject:{ttl:Z.FIVE_MINUTES,prompt:!1,tag:1118},autoReject:{ttl:Z.FIVE_MINUTES,prompt:!1,tag:1119}}},kh={min:Z.FIVE_MINUTES,max:Z.SEVEN_DAYS},Tn={idle:"IDLE",active:"ACTIVE"},GN={eth_sendTransaction:{key:""},eth_sendRawTransaction:{key:""},wallet_sendCalls:{key:""},solana_signTransaction:{key:"signature"},solana_signAllTransactions:{key:"transactions"},solana_signAndSendTransaction:{key:"signature"},sui_signAndExecuteTransaction:{key:"digest"},sui_signTransaction:{key:""},hedera_signAndExecuteTransaction:{key:"transactionId"},hedera_executeTransaction:{key:"transactionId"},near_signTransaction:{key:""},near_signTransactions:{key:""},tron_signTransaction:{key:"txID"},xrpl_signTransaction:{key:""},xrpl_signTransactionFor:{key:""},algo_signTxn:{key:""},sendTransfer:{key:"txid"},stacks_stxTransfer:{key:"txId"},polkadot_signTransaction:{key:""},cosmos_signDirect:{key:""}},ZN="request",WN=["wc_sessionPropose","wc_sessionRequest","wc_authRequest","wc_sessionAuthenticate"],YN="wc",XN="auth",JN="authKeys",QN="pairingTopics",eU="requests",Vc=`${YN}@${1.5}:${XN}:`,Kc=`${Vc}:PUB_KEY`;var tU=Object.defineProperty,nU=Object.defineProperties,rU=Object.getOwnPropertyDescriptors,Gm=Object.getOwnPropertySymbols,iU=Object.prototype.hasOwnProperty,sU=Object.prototype.propertyIsEnumerable,qh=(t,e,n)=>e in t?tU(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,de=(t,e)=>{for(var n in e||(e={}))iU.call(e,n)&&qh(t,n,e[n]);if(Gm)for(var n of Gm(e))sU.call(e,n)&&qh(t,n,e[n]);return t},Je=(t,e)=>nU(t,rU(e)),V=(t,e,n)=>qh(t,typeof e!="symbol"?e+"":e,n);class oU extends gS{constructor(e){super(e),V(this,"name",KN),V(this,"events",new Qe.exports),V(this,"initialized",!1),V(this,"requestQueue",{state:Tn.idle,queue:[]}),V(this,"sessionRequestQueue",{state:Tn.idle,queue:[]}),V(this,"emittedSessionRequests",new xB({limit:500})),V(this,"requestQueueDelay",Z.ONE_SECOND),V(this,"expectedPairingMethodMap",new Map),V(this,"recentlyDeletedMap",new Map),V(this,"recentlyDeletedLimit",200),V(this,"relayMessageCache",[]),V(this,"pendingSessions",new Map),V(this,"init",async()=>{this.initialized||(await this.cleanup(),this.registerRelayerEvents(),this.registerExpirerEvents(),this.registerPairingEvents(),await this.registerLinkModeListeners(),this.client.core.pairing.register({methods:Object.keys(Xe)}),this.initialized=!0,setTimeout(async()=>{await this.processPendingMessageEvents(),this.sessionRequestQueue.queue=this.getPendingSessionRequests(),this.processSessionRequestQueue()},Z.toMiliseconds(this.requestQueueDelay)))}),V(this,"connect",async n=>{var r;this.isInitialized(),await this.confirmOnlineStateOrThrow();const i=Je(de({},n),{requiredNamespaces:n.requiredNamespaces||{},optionalNamespaces:n.optionalNamespaces||{}});await this.isValidConnect(i),i.optionalNamespaces=TO(i.requiredNamespaces,i.optionalNamespaces),i.requiredNamespaces={};const{pairingTopic:s,requiredNamespaces:o,optionalNamespaces:a,sessionProperties:c,scopedProperties:f,relays:u,authentication:h,walletPay:l}=i,d=((r=h?.[0])==null?void 0:r.ttl)||Xe.wc_sessionPropose.req.ttl||Z.FIVE_MINUTES;this.validateRequestExpiry(d);let p=s,b,v=!1;try{if(p){const A=this.client.core.pairing.pairings.get(p);this.client.logger.warn("connect() with existing pairing topic is deprecated and will be removed in the next major release."),v=A.active}}catch(A){throw this.client.logger.error(`connect() -> pairing.get(${p}) failed`),A}if(!p||!v){const{topic:A,uri:j}=await this.client.core.pairing.create({internal:{skipSubscribe:!0}});p=A,b=j}if(!p){const{message:A}=W("NO_MATCHING_KEY",`connect() pairing topic: ${p}`);throw new Error(A)}const O=await this.client.core.crypto.generateKeyPair(),P=Ue(d),x=de(Je(de(de({requiredNamespaces:o,optionalNamespaces:a,relays:u??[{protocol:sm}],proposer:{publicKey:O,metadata:this.client.metadata},expiryTimestamp:P,pairingTopic:p},c&&{sessionProperties:c}),f&&{scopedProperties:f}),{id:An()}),(h||l)&&{requests:{authentication:h?.map(A=>{const{domain:j,chains:q,nonce:E,uri:y,exp:w,nbf:g,type:m,statement:_,requestId:B,resources:I,signatureTypes:$}=A;return{domain:j,chains:q,nonce:E,type:m??"caip122",aud:y,version:"1",iat:new Date().toISOString(),exp:w,nbf:g,statement:_,requestId:B,resources:I,signatureTypes:$}}),walletPay:l}}),S=pe("session_connect",x.id),{reject:R,resolve:U,done:L}=Ti(d,Km),C=({id:A})=>{A===x.id&&(this.client.events.off("proposal_expire",C),this.pendingSessions.delete(x.id),this.events.emit(S,{error:{message:Km,code:0}}))};return this.client.events.on("proposal_expire",C),this.events.once(S,({error:A,session:j})=>{this.client.events.off("proposal_expire",C),A?R(A):j&&U(j)}),await this.setProposal(x.id,x),await this.sendProposeSession({proposal:x,publishOpts:{internal:{throwOnFailedPublish:!0},tvf:{correlationId:x.id}}}).catch(A=>{throw this.deleteProposal(x.id),A}),{uri:b,approval:L}}),V(this,"pair",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow();try{return await this.client.core.pairing.pair(n)}catch(r){throw this.client.logger.error("pair() failed"),r}}),V(this,"approve",async n=>{var r,i,s;const o=this.client.core.eventClient.createEvent({properties:{topic:(r=n?.id)==null?void 0:r.toString(),trace:[wn.session_approve_started]}});try{this.isInitialized(),await this.confirmOnlineStateOrThrow()}catch(j){throw o.setError(ji.no_internet_connection),j}try{await this.isValidProposalId(n?.id)}catch(j){throw this.client.logger.error(`approve() -> proposal.get(${n?.id}) failed`),o.setError(ji.proposal_not_found),j}try{await this.isValidApprove(n)}catch(j){throw this.client.logger.error("approve() -> isValidApprove() failed"),o.setError(ji.session_approve_namespace_validation_failure),j}const{id:a,relayProtocol:c,namespaces:f,sessionProperties:u,scopedProperties:h,sessionConfig:l,proposalRequestsResponses:d}=n,p=this.client.proposal.get(a);this.client.core.eventClient.deleteEvent({eventId:o.eventId});const{pairingTopic:b,proposer:v,requiredNamespaces:O,optionalNamespaces:P}=p;let x=(i=this.client.core.eventClient)==null?void 0:i.getEvent({topic:b});x||(x=(s=this.client.core.eventClient)==null?void 0:s.createEvent({type:wn.session_approve_started,properties:{topic:b,trace:[wn.session_approve_started,wn.session_namespaces_validation_success]}}));const S=await this.client.core.crypto.generateKeyPair(),R=v.publicKey,U=await this.client.core.crypto.generateSharedKey(S,R),L=Je(de(de(de({relay:{protocol:c??"irn"},namespaces:f,controller:{publicKey:S,metadata:this.client.metadata},expiry:Ue(Rs)},u&&{sessionProperties:u}),h&&{scopedProperties:h}),l&&{sessionConfig:l}),{proposalRequestsResponses:d}),C=_e.relay;x.addTrace(wn.subscribing_session_topic);try{await this.client.core.relayer.subscribe(U,{transportType:C,internal:{skipSubscribe:!0}})}catch(j){throw x.setError(ji.subscribe_session_topic_failure),j}x.addTrace(wn.subscribe_session_topic_success);const A=Je(de({},L),{topic:U,requiredNamespaces:O,optionalNamespaces:P,pairingTopic:b,acknowledged:!1,self:L.controller,peer:{publicKey:v.publicKey,metadata:v.metadata},controller:S,transportType:_e.relay,authentication:d?.authentication,walletPayResult:d?.walletPay});await this.client.session.set(U,A),x.addTrace(wn.store_session);try{await this.sendApproveSession({sessionTopic:U,proposal:p,pairingProposalResponse:{relay:{protocol:c??"irn"},responderPublicKey:S},sessionSettleRequest:L,publishOpts:{internal:{throwOnFailedPublish:!0},tvf:de({correlationId:a},this.getTVFApproveParams(A))}}),x.addTrace(wn.session_approve_publish_success)}catch(j){throw this.client.logger.error(j),this.client.session.delete(U,Se("USER_DISCONNECTED")),await this.client.core.relayer.unsubscribe(U),j}return this.client.core.eventClient.deleteEvent({eventId:x.eventId}),await this.client.core.pairing.updateMetadata({topic:b,metadata:v.metadata}),await this.deleteProposal(a),await this.client.core.pairing.activate({topic:b}),await this.setExpiry(U,Ue(Rs)),{topic:U,acknowledged:()=>Promise.resolve(this.client.session.get(U))}}),V(this,"reject",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow();try{await this.isValidReject(n)}catch(o){throw this.client.logger.error("reject() -> isValidReject() failed"),o}const{id:r,reason:i}=n;let s;try{s=this.client.proposal.get(r).pairingTopic}catch(o){throw this.client.logger.error(`reject() -> proposal.get(${r}) failed`),o}s&&await this.sendError({id:r,topic:s,error:i,rpcOpts:Xe.wc_sessionPropose.reject}),await this.deleteProposal(r)}),V(this,"update",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow();try{await this.isValidUpdate(n)}catch(h){throw this.client.logger.error("update() -> isValidUpdate() failed"),h}const{topic:r,namespaces:i}=n,{done:s,resolve:o,reject:a}=Ti(Z.FIVE_MINUTES,"Session update request expired without receiving any acknowledgement"),c=An(),f=li().toString(),u=this.client.session.get(r).namespaces;return this.events.once(pe("session_update",c),({error:h})=>{h?a(h):o()}),await this.client.session.update(r,{namespaces:i}),await this.sendRequest({topic:r,method:"wc_sessionUpdate",params:{namespaces:i},throwOnFailedPublish:!0,clientRpcId:c,relayRpcId:f}).catch(h=>{this.client.logger.error(h),this.client.session.update(r,{namespaces:u}),a(h)}),{acknowledged:s}}),V(this,"extend",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow();try{await this.isValidExtend(n)}catch(c){throw this.client.logger.error("extend() -> isValidExtend() failed"),c}const{topic:r}=n,i=An(),{done:s,resolve:o,reject:a}=Ti(Z.FIVE_MINUTES,"Session extend request expired without receiving any acknowledgement");return this.events.once(pe("session_extend",i),({error:c})=>{c?a(c):o()}),await this.setExpiry(r,Ue(Rs)),this.sendRequest({topic:r,method:"wc_sessionExtend",params:{},clientRpcId:i,throwOnFailedPublish:!0}).catch(c=>{a(c)}),{acknowledged:s}}),V(this,"request",async n=>{this.isInitialized();try{await this.isValidRequest(n)}catch(v){throw this.client.logger.error("request() -> isValidRequest() failed"),v}const{chainId:r,request:i,topic:s,expiry:o=Xe.wc_sessionRequest.req.ttl}=n,a=this.client.session.get(s);a?.transportType===_e.relay&&await this.confirmOnlineStateOrThrow();const c=An(),f=li().toString(),{done:u,resolve:h,reject:l}=Ti(o,"Request expired. Please try again.");this.events.once(pe("session_request",c),({error:v,result:O})=>{v?l(v):h(O)});const d="wc_sessionRequest",p=this.getAppLinkIfEnabled(a.peer.metadata,a.transportType);if(p)return await this.sendRequest({clientRpcId:c,relayRpcId:f,topic:s,method:d,params:{request:Je(de({},i),{expiryTimestamp:Ue(o)}),chainId:r},expiry:o,throwOnFailedPublish:!0,appLink:p}).catch(v=>l(v)),this.client.events.emit("session_request_sent",{topic:s,request:i,chainId:r,id:c}),await u();const b={request:Je(de({},i),{expiryTimestamp:Ue(o)}),chainId:r};return await Promise.all([new Promise(async v=>{await this.sendRequest({clientRpcId:c,relayRpcId:f,topic:s,method:d,params:b,expiry:o,throwOnFailedPublish:!0,tvf:this.getTVFParams(c,b)}).catch(O=>l(O)),this.client.events.emit("session_request_sent",{topic:s,request:i,chainId:r,id:c}),v()}),new Promise(async v=>{var O;if(!((O=a.sessionConfig)!=null&&O.disableDeepLink)){const P=await bB(this.client.core.storage,Vm);await pB({id:c,topic:s,wcDeepLink:P})}v()}),u()]).then(v=>v[2])}),V(this,"respond",async n=>{var r,i;this.isInitialized();const s=this.client.core.eventClient.createEvent({properties:{topic:n?.topic||((i=(r=n?.response)==null?void 0:r.id)==null?void 0:i.toString()),trace:[wn.session_request_response_started]}});try{await this.isValidRespond(n)}catch(h){throw s.addTrace(h?.message),s.setError(ji.session_request_response_validation_failure),h}s.addTrace(wn.session_request_response_validation_success);const{topic:o,response:a}=n,{id:c}=a,f=this.client.session.get(o);f.transportType===_e.relay&&await this.confirmOnlineStateOrThrow();const u=this.getAppLinkIfEnabled(f.peer.metadata,f.transportType);try{s.addTrace(wn.session_request_response_publish_started),On(a)?await this.sendResult({id:c,topic:o,result:a.result,throwOnFailedPublish:!0,appLink:u}):Qt(a)&&await this.sendError({id:c,topic:o,error:a.error,appLink:u}),this.cleanupAfterResponse(n)}catch(h){throw s.addTrace(h?.message),s.setError(ji.session_request_response_publish_failure),h}}),V(this,"ping",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow();try{await this.isValidPing(n)}catch(i){throw this.client.logger.error("ping() -> isValidPing() failed"),i}const{topic:r}=n;if(this.client.session.keys.includes(r)){const i=An(),s=li().toString(),{done:o,resolve:a,reject:c}=Ti(Z.FIVE_MINUTES,"Ping request expired without receiving any acknowledgement");this.events.once(pe("session_ping",i),({error:f})=>{f?c(f):a()}),await Promise.all([this.sendRequest({topic:r,method:"wc_sessionPing",params:{},throwOnFailedPublish:!0,clientRpcId:i,relayRpcId:s}),o()])}else this.client.core.pairing.pairings.keys.includes(r)&&(this.client.logger.warn("ping() on pairing topic is deprecated and will be removed in the next major release."),await this.client.core.pairing.ping({topic:r}))}),V(this,"emit",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow(),await this.isValidEmit(n);const{topic:r,event:i,chainId:s}=n,o=li().toString(),a=An();await this.sendRequest({topic:r,method:"wc_sessionEvent",params:{event:i,chainId:s},throwOnFailedPublish:!0,relayRpcId:o,clientRpcId:a})}),V(this,"disconnect",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow(),await this.isValidDisconnect(n);const{topic:r}=n;if(this.client.session.keys.includes(r))await this.sendRequest({topic:r,method:"wc_sessionDelete",params:Se("USER_DISCONNECTED"),throwOnFailedPublish:!0}),await this.deleteSession({topic:r,emitEvent:!1});else if(this.client.core.pairing.pairings.keys.includes(r))await this.client.core.pairing.disconnect({topic:r});else{const{message:i}=W("MISMATCHED_TOPIC",`Session or pairing topic not found: ${r}`);throw new Error(i)}}),V(this,"find",n=>(this.isInitialized(),this.client.session.getAll().filter(r=>CO(r,n)))),V(this,"getPendingSessionRequests",()=>this.client.pendingRequest.getAll()),V(this,"authenticate",async(n,r)=>{var i;this.isInitialized(),this.isValidAuthenticate(n);const s=r&&this.client.core.linkModeSupportedApps.includes(r)&&((i=this.client.metadata.redirect)==null?void 0:i.linkMode),o=s?_e.link_mode:_e.relay;o===_e.relay&&await this.confirmOnlineStateOrThrow();const{chains:a,statement:c="",uri:f,domain:u,nonce:h,type:l,exp:d,nbf:p,methods:b=[],expiry:v}=n,O=[...n.resources||[]],{topic:P,uri:x}=await this.client.core.pairing.create({methods:["wc_sessionAuthenticate"],transportType:o});this.client.logger.info({message:"Generated new pairing",pairing:{topic:P,uri:x}});const S=await this.client.core.crypto.generateKeyPair(),R=Cc(S);if(await Promise.all([this.client.auth.authKeys.set(Kc,{responseTopic:R,publicKey:S}),this.client.auth.pairingTopics.set(R,{topic:R,pairingTopic:P})]),await this.client.core.relayer.subscribe(R,{transportType:o}),this.client.logger.info(`sending request to new pairing topic: ${P}`),b.length>0){const{namespace:I}=pc(a[0]);let $=N$(I,"request",b);Ic(O)&&($=C$($,O.pop())),O.push($)}const U=v&&v>Xe.wc_sessionAuthenticate.req.ttl?v:Xe.wc_sessionAuthenticate.req.ttl,L={authPayload:{type:l??"caip122",chains:a,statement:c,aud:f,domain:u,version:"1",nonce:h,iat:new Date().toISOString(),exp:d,nbf:p,resources:O},requester:{publicKey:S,metadata:this.client.metadata},expiryTimestamp:Ue(U)},C={eip155:{chains:a,methods:[...new Set(["personal_sign",...b])],events:["chainChanged","accountsChanged"]}},A={requiredNamespaces:{},optionalNamespaces:C,relays:[{protocol:"irn"}],pairingTopic:P,proposer:{publicKey:S,metadata:this.client.metadata},expiryTimestamp:Ue(Xe.wc_sessionPropose.req.ttl),id:An()},{done:j,resolve:q,reject:E}=Ti(U,"Request expired"),y=An(),w=pe("session_connect",A.id),g=pe("session_request",y),m=async({error:I,session:$})=>{this.events.off(g,_),I?E(I):$&&q({session:$})},_=async I=>{var $,D,T;if(await this.deletePendingAuthRequest(y,{message:"fulfilled",code:0}),I.error){const H=Se("WC_METHOD_UNSUPPORTED","wc_sessionAuthenticate");return I.error.code===H.code?void 0:(this.events.off(w,m),E(I.error.message))}await this.deleteProposal(A.id),this.events.off(w,m);const{cacaos:F,responder:k}=I.result,N=[],M=[];for(const H of F){await Ib({cacao:H,projectId:this.client.core.projectId})||(this.client.logger.error(H,"Signature verification failed"),E(Se("SESSION_SETTLEMENT_FAILED","Signature verification failed")));const{p:G}=H,ee=Ic(G.resources),te=[Ml(G.iss)],re=_c(G.iss);if(ee){const ce=$b(ee),Ie=Ab(ee);N.push(...ce),te.push(...Ie)}for(const ce of te)M.push(`${ce}:${re}`)}const z=await this.client.core.crypto.generateSharedKey(S,k.publicKey);let K;N.length>0&&(K={topic:z,acknowledged:!0,self:{publicKey:S,metadata:this.client.metadata},peer:k,controller:k.publicKey,expiry:Ue(Rs),requiredNamespaces:{},optionalNamespaces:{},relay:{protocol:"irn"},pairingTopic:P,namespaces:Cw([...new Set(N)],[...new Set(M)]),transportType:o},await this.client.core.relayer.subscribe(z,{transportType:o}),await this.client.session.set(z,K),P&&await this.client.core.pairing.updateMetadata({topic:P,metadata:k.metadata}),K=this.client.session.get(z)),($=this.client.metadata.redirect)!=null&&$.linkMode&&(D=k.metadata.redirect)!=null&&D.linkMode&&(T=k.metadata.redirect)!=null&&T.universal&&r&&(this.client.core.addLinkModeSupportedApp(k.metadata.redirect.universal),this.client.session.update(z,{transportType:_e.link_mode})),q({auths:F,session:K})};this.events.once(w,m),this.events.once(g,_);let B;try{if(s){const I=fr("wc_sessionAuthenticate",L,y);this.client.core.history.set(P,I);const $=await this.client.core.crypto.encode("",I,{type:Ro,encoding:ui});B=Lc(r,P,$)}else await Promise.all([this.sendRequest({topic:P,method:"wc_sessionAuthenticate",params:L,expiry:n.expiry,throwOnFailedPublish:!0,clientRpcId:y}),this.sendRequest({topic:P,method:"wc_sessionPropose",params:A,expiry:Xe.wc_sessionPropose.req.ttl,throwOnFailedPublish:!0,clientRpcId:A.id})])}catch(I){throw this.events.off(w,m),this.events.off(g,_),I}return await this.setProposal(A.id,A),await this.setAuthRequest(y,{request:Je(de({},L),{verifyContext:{}}),pairingTopic:P,transportType:o}),{uri:B??x,response:j}}),V(this,"approveSessionAuthenticate",async n=>{const{id:r,auths:i}=n,s=this.client.core.eventClient.createEvent({properties:{topic:r.toString(),trace:[zi.authenticated_session_approve_started]}});try{this.isInitialized()}catch(v){throw s.setError(Mo.no_internet_connection),v}const o=this.getPendingAuthRequest(r);if(!o)throw s.setError(Mo.authenticated_session_pending_request_not_found),new Error(`Could not find pending auth request with id ${r}`);const a=o.transportType||_e.relay;a===_e.relay&&await this.confirmOnlineStateOrThrow();const c=o.requester.publicKey,f=await this.client.core.crypto.generateKeyPair(),u=Cc(c),h={type:or,receiverPublicKey:c,senderPublicKey:f},l=[],d=[];for(const v of i){if(!await Ib({cacao:v,projectId:this.client.core.projectId})){s.setError(Mo.invalid_cacao);const R=Se("SESSION_SETTLEMENT_FAILED","Signature verification failed");throw await this.sendError({id:r,topic:u,error:R,encodeOpts:h}),new Error(R.message)}s.addTrace(zi.cacaos_verified);const{p:O}=v,P=Ic(O.resources),x=[Ml(O.iss)],S=_c(O.iss);if(P){const R=$b(P),U=Ab(P);l.push(...R),x.push(...U)}for(const R of x)d.push(`${R}:${S}`)}const p=await this.client.core.crypto.generateSharedKey(f,c);s.addTrace(zi.create_authenticated_session_topic);let b;if(l?.length>0){b={topic:p,acknowledged:!0,self:{publicKey:f,metadata:this.client.metadata},peer:{publicKey:c,metadata:o.requester.metadata},controller:c,expiry:Ue(Rs),authentication:i,requiredNamespaces:{},optionalNamespaces:{},relay:{protocol:"irn"},pairingTopic:o.pairingTopic,namespaces:Cw([...new Set(l)],[...new Set(d)]),transportType:a},s.addTrace(zi.subscribing_authenticated_session_topic);try{await this.client.core.relayer.subscribe(p,{transportType:a})}catch(v){throw s.setError(Mo.subscribe_authenticated_session_topic_failure),v}s.addTrace(zi.subscribe_authenticated_session_topic_success),await this.client.session.set(p,b),s.addTrace(zi.store_authenticated_session),await this.client.core.pairing.updateMetadata({topic:o.pairingTopic,metadata:o.requester.metadata})}s.addTrace(zi.publishing_authenticated_session_approve);try{await this.sendResult({topic:u,id:r,result:{cacaos:i,responder:{publicKey:f,metadata:this.client.metadata}},encodeOpts:h,throwOnFailedPublish:!0,appLink:this.getAppLinkIfEnabled(o.requester.metadata,a)})}catch(v){throw s.setError(Mo.authenticated_session_approve_publish_failure),v}return await this.client.auth.requests.delete(r,{message:"fulfilled",code:0}),await this.client.core.pairing.activate({topic:o.pairingTopic}),this.client.core.eventClient.deleteEvent({eventId:s.eventId}),{session:b}}),V(this,"rejectSessionAuthenticate",async n=>{this.isInitialized();const{id:r,reason:i}=n,s=this.getPendingAuthRequest(r);if(!s)throw new Error(`Could not find pending auth request with id ${r}`);s.transportType===_e.relay&&await this.confirmOnlineStateOrThrow();const o=s.requester.publicKey,a=await this.client.core.crypto.generateKeyPair(),c=Cc(o),f={type:or,receiverPublicKey:o,senderPublicKey:a};await this.sendError({id:r,topic:c,error:i,encodeOpts:f,rpcOpts:Xe.wc_sessionAuthenticate.reject,appLink:this.getAppLinkIfEnabled(s.requester.metadata,s.transportType)}),await this.client.auth.requests.delete(r,{message:"rejected",code:0}),await this.deleteProposal(r)}),V(this,"formatAuthMessage",n=>{this.isInitialized();const{request:r,iss:i}=n;return Sb(r,i)}),V(this,"processRelayMessageCache",()=>{setTimeout(async()=>{if(this.relayMessageCache.length!==0)for(;this.relayMessageCache.length>0;)try{const n=this.relayMessageCache.shift();n&&await this.onRelayMessage(n)}catch(n){this.client.logger.error(n)}},50)}),V(this,"cleanupDuplicatePairings",async n=>{if(n.pairingTopic)try{const r=this.client.core.pairing.pairings.get(n.pairingTopic),i=this.client.core.pairing.pairings.getAll().filter(s=>{var o,a;return((o=s.peerMetadata)==null?void 0:o.url)&&((a=s.peerMetadata)==null?void 0:a.url)===n.peer.metadata.url&&s.topic&&s.topic!==r.topic});if(i.length===0)return;this.client.logger.info(`Cleaning up ${i.length} duplicate pairing(s)`),await Promise.all(i.map(s=>this.client.core.pairing.disconnect({topic:s.topic}))),this.client.logger.info("Duplicate pairings clean up finished")}catch(r){this.client.logger.error(r)}}),V(this,"deleteSession",async n=>{var r;const{topic:i,expirerHasDeleted:s=!1,emitEvent:o=!0,id:a=0}=n,{self:c}=this.client.session.get(i);await this.client.core.relayer.unsubscribe(i),await this.client.session.delete(i,Se("USER_DISCONNECTED")),this.addToRecentlyDeleted(i,"session"),this.client.core.crypto.keychain.has(c.publicKey)&&await this.client.core.crypto.deleteKeyPair(c.publicKey),this.client.core.crypto.keychain.has(i)&&await this.client.core.crypto.deleteSymKey(i),s||this.client.core.expirer.del(i),this.client.core.storage.removeItem(Vm).catch(f=>this.client.logger.warn(f)),i===((r=this.sessionRequestQueue.queue[0])==null?void 0:r.topic)&&(this.sessionRequestQueue.state=Tn.idle),await Promise.all(this.getPendingSessionRequests().filter(f=>f.topic===i).map(f=>this.deletePendingSessionRequest(f.id,Se("USER_DISCONNECTED")))),o&&this.client.events.emit("session_delete",{id:a,topic:i})}),V(this,"deleteProposal",async(n,r)=>{if(r)try{const i=this.client.proposal.get(n);this.client.core.eventClient.getEvent({topic:i.pairingTopic})?.setError(ji.proposal_expired)}catch{}await Promise.all([this.client.proposal.delete(n,Se("USER_DISCONNECTED")),r?Promise.resolve():this.client.core.expirer.del(n)]),this.addToRecentlyDeleted(n,"proposal")}),V(this,"deletePendingSessionRequest",async(n,r,i=!1)=>{await Promise.all([this.client.pendingRequest.delete(n,r),i?Promise.resolve():this.client.core.expirer.del(n)]),this.addToRecentlyDeleted(n,"request"),this.sessionRequestQueue.queue=this.sessionRequestQueue.queue.filter(s=>s.id!==n),i&&(this.sessionRequestQueue.state=Tn.idle,this.client.events.emit("session_request_expire",{id:n}))}),V(this,"deletePendingAuthRequest",async(n,r,i=!1)=>{await Promise.all([this.client.auth.requests.delete(n,r),i?Promise.resolve():this.client.core.expirer.del(n)])}),V(this,"setExpiry",async(n,r)=>{this.client.session.keys.includes(n)&&(this.client.core.expirer.set(n,r),await this.client.session.update(n,{expiry:r}))}),V(this,"setProposal",async(n,r)=>{this.client.core.expirer.set(n,Ue(Xe.wc_sessionPropose.req.ttl)),await this.client.proposal.set(n,r)}),V(this,"setAuthRequest",async(n,r)=>{const{request:i,pairingTopic:s,transportType:o=_e.relay}=r;this.client.core.expirer.set(n,i.expiryTimestamp),await this.client.auth.requests.set(n,{authPayload:i.authPayload,requester:i.requester,expiryTimestamp:i.expiryTimestamp,id:n,pairingTopic:s,verifyContext:i.verifyContext,transportType:o})}),V(this,"setPendingSessionRequest",async n=>{const{id:r,topic:i,params:s,verifyContext:o}=n,a=s.request.expiryTimestamp||Ue(Xe.wc_sessionRequest.req.ttl);this.client.core.expirer.set(r,a),await this.client.pendingRequest.set(r,{id:r,topic:i,params:s,verifyContext:o})}),V(this,"sendRequest",async n=>{const{topic:r,method:i,params:s,expiry:o,relayRpcId:a,clientRpcId:c,throwOnFailedPublish:f,appLink:u,tvf:h,publishOpts:l={}}=n,d=fr(i,s,c);let p;const b=!!u;try{const P=b?ui:Nt;p=await this.client.core.crypto.encode(r,d,{encoding:P})}catch(P){throw await this.cleanup(),this.client.logger.error(`sendRequest() -> core.crypto.encode() for topic ${r} failed`),P}let v;if(WN.includes(i)){const P=Jt(JSON.stringify(d)),x=Jt(p);v=await this.client.core.verify.register({id:x,decryptedId:P})}const O=de(de({},Xe[i].req),l);if(O.attestation=v,o&&(O.ttl=o),a&&(O.id=a),this.client.core.history.set(r,d),b){const P=Lc(u,r,p);await global.Linking.openURL(P,this.client.name)}else O.tvf=Je(de({},h),{correlationId:d.id}),f?(O.internal=Je(de({},O.internal),{throwOnFailedPublish:!0}),await this.client.core.relayer.publish(r,p,O)):this.client.core.relayer.publish(r,p,O).catch(P=>this.client.logger.error(P));return d.id}),V(this,"sendProposeSession",async n=>{const{proposal:r,publishOpts:i}=n,s=fr("wc_sessionPropose",r,r.id);this.client.core.history.set(r.pairingTopic,s);const o=await this.client.core.crypto.encode(r.pairingTopic,s,{encoding:Nt}),a=Jt(JSON.stringify(s)),c=Jt(o),f=await this.client.core.verify.register({id:c,decryptedId:a});await this.client.core.relayer.publishCustom({payload:{pairingTopic:r.pairingTopic,sessionProposal:o},opts:Je(de({},i),{publishMethod:"wc_proposeSession",attestation:f})})}),V(this,"sendApproveSession",async n=>{const{sessionTopic:r,pairingProposalResponse:i,proposal:s,sessionSettleRequest:o,publishOpts:a}=n,c=qc(s.id,i),f=await this.client.core.crypto.encode(s.pairingTopic,c,{encoding:Nt}),u=fr("wc_sessionSettle",o,a?.id),h=await this.client.core.crypto.encode(r,u,{encoding:Nt});this.client.core.history.set(r,u),await this.client.core.relayer.publishCustom({payload:{sessionTopic:r,pairingTopic:s.pairingTopic,sessionProposalResponse:f,sessionSettlementRequest:h},opts:Je(de({},a),{publishMethod:"wc_approveSession"})})}),V(this,"sendResult",async n=>{const{id:r,topic:i,result:s,throwOnFailedPublish:o,encodeOpts:a,appLink:c}=n,f=qc(r,s);let u;const h=c&&typeof(global==null?void 0:global.Linking)<"u";try{const p=h?ui:Nt;u=await this.client.core.crypto.encode(i,f,Je(de({},a||{}),{encoding:p}))}catch(p){throw await this.cleanup(),this.client.logger.error(`sendResult() -> core.crypto.encode() for topic ${i} failed`),p}let l,d;try{l=await this.client.core.history.get(i,r);const p=l.request;try{d=this.getTVFParams(r,p.params,s)}catch(b){this.client.logger.warn(`sendResult() -> getTVFParams() failed: ${b?.message}`)}}catch(p){throw this.client.logger.error(`sendResult() -> history.get(${i}, ${r}) failed`),p}if(h){const p=Lc(c,i,u);await global.Linking.openURL(p,this.client.name)}else{const p=l.request.method,b=Xe[p].res;b.tvf=Je(de({},d),{correlationId:r}),o?(b.internal=Je(de({},b.internal),{throwOnFailedPublish:!0}),await this.client.core.relayer.publish(i,u,b)):this.client.core.relayer.publish(i,u,b).catch(v=>this.client.logger.error(v))}await this.client.core.history.resolve(f)}),V(this,"sendError",async n=>{const{id:r,topic:i,error:s,encodeOpts:o,rpcOpts:a,appLink:c}=n,f=vh(r,s);let u;const h=c&&typeof(global==null?void 0:global.Linking)<"u";try{const d=h?ui:Nt;u=await this.client.core.crypto.encode(i,f,Je(de({},o||{}),{encoding:d}))}catch(d){throw await this.cleanup(),this.client.logger.error(`sendError() -> core.crypto.encode() for topic ${i} failed`),d}let l;try{l=await this.client.core.history.get(i,r)}catch(d){throw this.client.logger.error(`sendError() -> history.get(${i}, ${r}) failed`),d}if(h){const d=Lc(c,i,u);await global.Linking.openURL(d,this.client.name)}else{const d=l.request.method,p=a||Xe[d].res;this.client.core.relayer.publish(i,u,p)}await this.client.core.history.resolve(f)}),V(this,"cleanup",async()=>{const n=[],r=[];this.client.session.getAll().forEach(i=>{let s=!1;Yr(i.expiry)&&(s=!0),this.client.core.crypto.keychain.has(i.topic)||(s=!0),s&&n.push(i.topic)}),this.client.proposal.getAll().forEach(i=>{Yr(i.expiryTimestamp)&&r.push(i.id)}),await Promise.all([...n.map(i=>this.deleteSession({topic:i})),...r.map(i=>this.deleteProposal(i))])}),V(this,"onProviderMessageEvent",async n=>{!this.initialized||this.relayMessageCache.length>0?this.relayMessageCache.push(n):await this.onRelayMessage(n)}),V(this,"onRelayEventRequest",async n=>{this.requestQueue.queue.push(n),await this.processRequestsQueue()}),V(this,"processRequestsQueue",async()=>{if(this.requestQueue.state===Tn.active){this.client.logger.info("Request queue already active, skipping...");return}for(this.client.logger.info(`Request queue starting with ${this.requestQueue.queue.length} requests`);this.requestQueue.queue.length>0;){this.requestQueue.state=Tn.active;const n=this.requestQueue.queue.shift();if(n)try{await this.processRequest(n)}catch(r){this.client.logger.warn(r)}}this.requestQueue.state=Tn.idle}),V(this,"processRequest",async n=>{const{topic:r,payload:i,attestation:s,transportType:o,encryptedId:a}=n,c=i.method;if(!this.shouldIgnorePairingRequest({topic:r,requestMethod:c}))switch(c){case"wc_sessionPropose":return await this.onSessionProposeRequest({topic:r,payload:i,attestation:s,encryptedId:a});case"wc_sessionSettle":return await this.onSessionSettleRequest(r,i);case"wc_sessionUpdate":return await this.onSessionUpdateRequest(r,i);case"wc_sessionExtend":return await this.onSessionExtendRequest(r,i);case"wc_sessionPing":return await this.onSessionPingRequest(r,i);case"wc_sessionDelete":return await this.onSessionDeleteRequest(r,i);case"wc_sessionRequest":return await this.onSessionRequest({topic:r,payload:i,attestation:s,encryptedId:a,transportType:o});case"wc_sessionEvent":return await this.onSessionEventRequest(r,i);case"wc_sessionAuthenticate":return await this.onSessionAuthenticateRequest({topic:r,payload:i,attestation:s,encryptedId:a,transportType:o});default:return this.client.logger.info(`Unsupported request method ${c}`)}}),V(this,"onRelayEventResponse",async n=>{const{topic:r,payload:i,transportType:s}=n,o=(await this.client.core.history.get(r,i.id)).request.method;switch(o){case"wc_sessionPropose":return this.onSessionProposeResponse(r,i,s);case"wc_sessionSettle":return this.onSessionSettleResponse(r,i);case"wc_sessionUpdate":return this.onSessionUpdateResponse(r,i);case"wc_sessionExtend":return this.onSessionExtendResponse(r,i);case"wc_sessionPing":return this.onSessionPingResponse(r,i);case"wc_sessionRequest":return this.onSessionRequestResponse(r,i);case"wc_sessionAuthenticate":return this.onSessionAuthenticateResponse(r,i);default:return this.client.logger.info(`Unsupported response method ${o}`)}}),V(this,"onRelayEventUnknownPayload",n=>{const{topic:r}=n,{message:i}=W("MISSING_OR_INVALID",`Decoded payload on topic ${r} is not identifiable as a JSON-RPC request or a response.`);throw new Error(i)}),V(this,"shouldIgnorePairingRequest",n=>{const{topic:r,requestMethod:i}=n,s=this.expectedPairingMethodMap.get(r);return!s||s.includes(i)?!1:!!(s.includes("wc_sessionAuthenticate")&&this.client.events.listenerCount("session_authenticate")>0)}),V(this,"onSessionProposeRequest",async n=>{const{topic:r,payload:i,attestation:s,encryptedId:o}=n,{params:a,id:c}=i;try{const f=this.client.core.eventClient.getEvent({topic:r});this.client.events.listenerCount("session_proposal")===0&&(console.warn("No listener for session_proposal event"),f?.setError(ur.proposal_listener_not_found)),this.isValidConnect(de({},i.params));const u=a.expiryTimestamp||Ue(Xe.wc_sessionPropose.req.ttl),h=de({id:c,pairingTopic:r,expiryTimestamp:u,attestation:s,encryptedId:o},a);await this.setProposal(c,h);const l=await this.getVerifyContext({attestationId:s,hash:Jt(JSON.stringify(i)),encryptedId:o,metadata:h.proposer.metadata});f?.addTrace(Pn.emit_session_proposal),this.client.events.emit("session_proposal",{id:c,params:h,verifyContext:l})}catch(f){await this.sendError({id:c,topic:r,error:f,rpcOpts:Xe.wc_sessionPropose.autoReject}),this.client.logger.error(f)}}),V(this,"onSessionProposeResponse",async(n,r,i)=>{const{id:s}=r;if(On(r)){const{result:o}=r;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",result:o});const a=this.client.proposal.get(s);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",proposal:a});const c=a.proposer.publicKey;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",selfPublicKey:c});const f=o.responderPublicKey;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",peerPublicKey:f});const u=await this.client.core.crypto.generateSharedKey(c,f);this.pendingSessions.set(s,{sessionTopic:u,pairingTopic:n,proposalId:s,publicKey:c});const h=await this.client.core.relayer.subscribe(u,{transportType:i});this.client.logger.trace({type:"method",method:"onSessionProposeResponse",subscriptionId:h}),await this.client.core.pairing.activate({topic:n})}else if(Qt(r)){await this.deleteProposal(s);const o=pe("session_connect",s);if(this.events.listenerCount(o)===0)throw new Error(`emitting ${o} without any listeners, 954`);this.events.emit(o,{error:r.error})}}),V(this,"onSessionSettleRequest",async(n,r)=>{const{id:i,params:s}=r;try{this.isValidSessionSettleRequest(s);const{relay:o,controller:a,expiry:c,namespaces:f,sessionProperties:u,scopedProperties:h,sessionConfig:l,proposalRequestsResponses:d}=r.params,p=[...this.pendingSessions.values()].find(O=>O.sessionTopic===n);if(!p)return this.client.logger.error(`Pending session not found for topic ${n}`);const b=this.client.proposal.get(p.proposalId),v=Je(de(de(de({topic:n,relay:o,expiry:c,namespaces:f,acknowledged:!0,pairingTopic:p.pairingTopic,requiredNamespaces:b.requiredNamespaces,optionalNamespaces:b.optionalNamespaces,controller:a.publicKey,self:{publicKey:p.publicKey,metadata:this.client.metadata},peer:{publicKey:a.publicKey,metadata:a.metadata}},u&&{sessionProperties:u}),h&&{scopedProperties:h}),l&&{sessionConfig:l}),{transportType:_e.relay,authentication:d?.authentication,walletPayResult:d?.walletPay});await this.client.session.set(v.topic,v),await this.setExpiry(v.topic,v.expiry),await this.client.core.pairing.updateMetadata({topic:p.pairingTopic,metadata:v.peer.metadata}),this.pendingSessions.delete(p.proposalId),this.deleteProposal(p.proposalId,!1),this.cleanupDuplicatePairings(v),await this.sendResult({id:r.id,topic:n,throwOnFailedPublish:!0,result:!0}),this.client.events.emit("session_connect",{session:v}),this.events.emit(pe("session_connect",p.proposalId),{session:v})}catch(o){await this.sendError({id:i,topic:n,error:o}),this.client.logger.error(o)}}),V(this,"onSessionSettleResponse",async(n,r)=>{const{id:i}=r;On(r)?(await this.client.session.update(n,{acknowledged:!0}),this.events.emit(pe("session_approve",i),{})):Qt(r)&&(await this.client.session.delete(n,Se("USER_DISCONNECTED")),this.events.emit(pe("session_approve",i),{error:r.error}))}),V(this,"onSessionUpdateRequest",async(n,r)=>{const{params:i,id:s}=r;try{const o=`${n}_session_update`,a=Co.get(o);if(a&&this.isRequestOutOfSync(a,s)){this.client.logger.warn(`Discarding out of sync request - ${s}`),this.sendError({id:s,topic:n,error:Se("INVALID_UPDATE_REQUEST")});return}this.isValidUpdate(de({topic:n},i));try{Co.set(o,s),await this.client.session.update(n,{namespaces:i.namespaces}),await this.sendResult({id:s,topic:n,result:!0})}catch(c){throw Co.delete(o),c}this.client.events.emit("session_update",{id:s,topic:n,params:i})}catch(o){await this.sendError({id:s,topic:n,error:o}),this.client.logger.error(o)}}),V(this,"isRequestOutOfSync",(n,r)=>r.toString().slice(0,-3)<n.toString().slice(0,-3)),V(this,"onSessionUpdateResponse",(n,r)=>{const{id:i}=r,s=pe("session_update",i);if(this.events.listenerCount(s)===0)throw new Error(`emitting ${s} without any listeners`);On(r)?this.events.emit(pe("session_update",i),{}):Qt(r)&&this.events.emit(pe("session_update",i),{error:r.error})}),V(this,"onSessionExtendRequest",async(n,r)=>{const{id:i}=r;try{this.isValidExtend({topic:n}),await this.setExpiry(n,Ue(Rs)),await this.sendResult({id:i,topic:n,result:!0}),this.client.events.emit("session_extend",{id:i,topic:n})}catch(s){await this.sendError({id:i,topic:n,error:s}),this.client.logger.error(s)}}),V(this,"onSessionExtendResponse",(n,r)=>{const{id:i}=r,s=pe("session_extend",i);if(this.events.listenerCount(s)===0)throw new Error(`emitting ${s} without any listeners`);On(r)?this.events.emit(pe("session_extend",i),{}):Qt(r)&&this.events.emit(pe("session_extend",i),{error:r.error})}),V(this,"onSessionPingRequest",async(n,r)=>{const{id:i}=r;try{this.isValidPing({topic:n}),await this.sendResult({id:i,topic:n,result:!0,throwOnFailedPublish:!0}),this.client.events.emit("session_ping",{id:i,topic:n})}catch(s){await this.sendError({id:i,topic:n,error:s}),this.client.logger.error(s)}}),V(this,"onSessionPingResponse",(n,r)=>{const{id:i}=r,s=pe("session_ping",i);setTimeout(()=>{if(this.events.listenerCount(s)===0)throw new Error(`emitting ${s} without any listeners 2176`);On(r)?this.events.emit(pe("session_ping",i),{}):Qt(r)&&this.events.emit(pe("session_ping",i),{error:r.error})},500)}),V(this,"onSessionDeleteRequest",async(n,r)=>{const{id:i}=r;try{await this.isValidDisconnect({topic:n,reason:r.params}),this.cleanupPendingSentRequestsForTopic({topic:n,error:Se("USER_DISCONNECTED")}),await this.deleteSession({topic:n,id:i})}catch(s){this.client.logger.error(s)}}),V(this,"onSessionRequest",async n=>{var r,i,s;const{topic:o,payload:a,attestation:c,encryptedId:f,transportType:u}=n,{id:h,params:l}=a;try{await this.isValidRequest(de({topic:o},l));const d=this.client.session.get(o),p=await this.getVerifyContext({attestationId:c,hash:Jt(JSON.stringify(fr("wc_sessionRequest",l,h))),encryptedId:f,metadata:d.peer.metadata,transportType:u}),b={id:h,topic:o,params:l,verifyContext:p};await this.setPendingSessionRequest(b),u===_e.link_mode&&(r=d.peer.metadata.redirect)!=null&&r.universal&&this.client.core.addLinkModeSupportedApp((i=d.peer.metadata.redirect)==null?void 0:i.universal),(s=this.client.signConfig)!=null&&s.disableRequestQueue?this.emitSessionRequest(b):(this.addSessionRequestToSessionRequestQueue(b),this.processSessionRequestQueue())}catch(d){await this.sendError({id:h,topic:o,error:d}),this.client.logger.error(d)}}),V(this,"onSessionRequestResponse",(n,r)=>{const{id:i}=r,s=pe("session_request",i);if(this.events.listenerCount(s)===0)throw new Error(`emitting ${s} without any listeners`);On(r)?this.events.emit(pe("session_request",i),{result:r.result}):Qt(r)&&this.events.emit(pe("session_request",i),{error:r.error})}),V(this,"onSessionEventRequest",async(n,r)=>{const{id:i,params:s}=r;try{const o=`${n}_session_event_${s.event.name}`,a=Co.get(o);if(a&&this.isRequestOutOfSync(a,i)){this.client.logger.info(`Discarding out of sync request - ${i}`);return}this.isValidEmit(de({topic:n},s)),this.client.events.emit("session_event",{id:i,topic:n,params:s}),Co.set(o,i)}catch(o){await this.sendError({id:i,topic:n,error:o}),this.client.logger.error(o)}}),V(this,"onSessionAuthenticateResponse",(n,r)=>{const{id:i}=r;this.client.logger.trace({type:"method",method:"onSessionAuthenticateResponse",topic:n,payload:r}),On(r)?this.events.emit(pe("session_request",i),{result:r.result}):Qt(r)&&this.events.emit(pe("session_request",i),{error:r.error})}),V(this,"onSessionAuthenticateRequest",async n=>{var r;const{topic:i,payload:s,attestation:o,encryptedId:a,transportType:c}=n;try{const{requester:f,authPayload:u,expiryTimestamp:h}=s.params,l=await this.getVerifyContext({attestationId:o,hash:Jt(JSON.stringify(s)),encryptedId:a,metadata:f.metadata,transportType:c}),d={requester:f,pairingTopic:i,id:s.id,authPayload:u,verifyContext:l,expiryTimestamp:h};await this.setAuthRequest(s.id,{request:d,pairingTopic:i,transportType:c}),c===_e.link_mode&&(r=f.metadata.redirect)!=null&&r.universal&&this.client.core.addLinkModeSupportedApp(f.metadata.redirect.universal),this.client.events.emit("session_authenticate",{topic:i,params:s.params,id:s.id,verifyContext:l})}catch(f){this.client.logger.error(f);const u=s.params.requester.publicKey,h=await this.client.core.crypto.generateKeyPair(),l=this.getAppLinkIfEnabled(s.params.requester.metadata,c),d={type:or,receiverPublicKey:u,senderPublicKey:h};await this.sendError({id:s.id,topic:i,error:f,encodeOpts:d,rpcOpts:Xe.wc_sessionAuthenticate.autoReject,appLink:l})}}),V(this,"addSessionRequestToSessionRequestQueue",n=>{this.sessionRequestQueue.queue.push(n)}),V(this,"cleanupAfterResponse",n=>{this.deletePendingSessionRequest(n.response.id,{message:"fulfilled",code:0}),setTimeout(()=>{this.sessionRequestQueue.state=Tn.idle,this.processSessionRequestQueue()},Z.toMiliseconds(this.requestQueueDelay))}),V(this,"cleanupPendingSentRequestsForTopic",({topic:n,error:r})=>{const i=this.client.core.history.pending;i.length>0&&i.filter(s=>s.topic===n&&s.request.method==="wc_sessionRequest").forEach(s=>{this.events.emit(pe("session_request",s.request.id),{error:r})})}),V(this,"processSessionRequestQueue",()=>{if(this.sessionRequestQueue.state===Tn.active){this.client.logger.info("session request queue is already active.");return}const n=this.sessionRequestQueue.queue[0];if(!n){this.client.logger.info("session request queue is empty.");return}try{this.emitSessionRequest(n)}catch(r){this.client.logger.error(r)}}),V(this,"emitSessionRequest",n=>{if(this.emittedSessionRequests.has(n.id)){this.client.logger.warn({id:n.id},`Skipping emitting \`session_request\` event for duplicate request. id: ${n.id}`);return}this.sessionRequestQueue.state=Tn.active,this.emittedSessionRequests.add(n.id),this.client.events.emit("session_request",n)}),V(this,"onPairingCreated",n=>{if(n.methods&&this.expectedPairingMethodMap.set(n.topic,n.methods),n.active)return;const r=this.client.proposal.getAll().find(i=>i.pairingTopic===n.topic);r&&this.onSessionProposeRequest({topic:n.topic,payload:fr("wc_sessionPropose",Je(de({},r),{requiredNamespaces:r.requiredNamespaces,optionalNamespaces:r.optionalNamespaces,relays:r.relays,proposer:r.proposer,sessionProperties:r.sessionProperties,scopedProperties:r.scopedProperties}),r.id),attestation:r.attestation,encryptedId:r.encryptedId})}),V(this,"isValidConnect",async n=>{if(!Ut(n)){const{message:f}=W("MISSING_OR_INVALID",`connect() params: ${JSON.stringify(n)}`);throw new Error(f)}const{pairingTopic:r,requiredNamespaces:i,optionalNamespaces:s,sessionProperties:o,scopedProperties:a,relays:c}=n;if(Fe(r)||await this.isValidPairingTopic(r),!ZO(c,!0)){const{message:f}=W("MISSING_OR_INVALID",`connect() relays: ${c}`);throw new Error(f)}if(i&&!Fe(i)&&Uo(i)!==0){const f="requiredNamespaces are deprecated and are automatically assigned to optionalNamespaces";["fatal","error","silent"].includes(this.client.logger.level)?console.warn(f):this.client.logger.warn(f),this.validateNamespaces(i,"requiredNamespaces")}if(s&&!Fe(s)&&Uo(s)!==0&&this.validateNamespaces(s,"optionalNamespaces"),o&&!Fe(o)&&this.validateSessionProps(o,"sessionProperties"),a&&!Fe(a)){this.validateSessionProps(a,"scopedProperties");const f=Object.keys(i||{}).concat(Object.keys(s||{}));if(!Object.keys(a).every(u=>f.includes(u.split(":")[0])))throw new Error(`Scoped properties must be a subset of required/optional namespaces, received: ${JSON.stringify(a)}, required/optional namespaces: ${JSON.stringify(f)}`)}}),V(this,"validateNamespaces",(n,r)=>{const i=GO(n,"connect()",r);if(i)throw new Error(i.message)}),V(this,"isValidApprove",async n=>{if(!Ut(n))throw new Error(W("MISSING_OR_INVALID",`approve() params: ${n}`).message);const{id:r,namespaces:i,relayProtocol:s,sessionProperties:o,scopedProperties:a}=n;this.checkRecentlyDeleted(r),await this.isValidProposalId(r);const c=this.client.proposal.get(r),f=dh(i,"approve()");if(f)throw new Error(f.message);const u=Mw(c.requiredNamespaces,i,"approve()");if(u)throw new Error(u.message);if(!Oe(s,!0)){const{message:h}=W("MISSING_OR_INVALID",`approve() relayProtocol: ${s}`);throw new Error(h)}if(o&&!Fe(o)&&this.validateSessionProps(o,"sessionProperties"),a&&!Fe(a)){this.validateSessionProps(a,"scopedProperties");const h=new Set(Object.keys(i));if(!Object.keys(a).every(l=>h.has(l.split(":")[0])))throw new Error(`Scoped properties must be a subset of approved namespaces, received: ${JSON.stringify(a)}, approved namespaces: ${Array.from(h).join(", ")}`)}}),V(this,"isValidReject",async n=>{if(!Ut(n)){const{message:s}=W("MISSING_OR_INVALID",`reject() params: ${n}`);throw new Error(s)}const{id:r,reason:i}=n;if(this.checkRecentlyDeleted(r),await this.isValidProposalId(r),!YO(i)){const{message:s}=W("MISSING_OR_INVALID",`reject() reason: ${JSON.stringify(i)}`);throw new Error(s)}}),V(this,"isValidSessionSettleRequest",n=>{if(!Ut(n)){const{message:f}=W("MISSING_OR_INVALID",`onSessionSettleRequest() params: ${n}`);throw new Error(f)}const{relay:r,controller:i,namespaces:s,expiry:o}=n;if(!kw(r)){const{message:f}=W("MISSING_OR_INVALID","onSessionSettleRequest() relay protocol should be a string");throw new Error(f)}const a=MO(i,"onSessionSettleRequest()");if(a)throw new Error(a.message);const c=dh(s,"onSessionSettleRequest()");if(c)throw new Error(c.message);if(Yr(o)){const{message:f}=W("EXPIRED","onSessionSettleRequest()");throw new Error(f)}}),V(this,"isValidUpdate",async n=>{if(!Ut(n)){const{message:c}=W("MISSING_OR_INVALID",`update() params: ${n}`);throw new Error(c)}const{topic:r,namespaces:i}=n;this.checkRecentlyDeleted(r),await this.isValidSessionTopic(r);const s=this.client.session.get(r),o=dh(i,"update()");if(o)throw new Error(o.message);const a=Mw(s.requiredNamespaces,i,"update()");if(a)throw new Error(a.message)}),V(this,"isValidExtend",async n=>{if(!Ut(n)){const{message:i}=W("MISSING_OR_INVALID",`extend() params: ${n}`);throw new Error(i)}const{topic:r}=n;this.checkRecentlyDeleted(r),await this.isValidSessionTopic(r)}),V(this,"isValidRequest",async n=>{if(!Ut(n)){const{message:c}=W("MISSING_OR_INVALID",`request() params: ${n}`);throw new Error(c)}const{topic:r,request:i,chainId:s,expiry:o}=n;this.checkRecentlyDeleted(r),await this.isValidSessionTopic(r);const{namespaces:a}=this.client.session.get(r);if(!qw(a,s)){const{message:c}=W("MISSING_OR_INVALID",`request() chainId: ${s}`);throw new Error(c)}if(!XO(i)){const{message:c}=W("MISSING_OR_INVALID",`request() ${JSON.stringify(i)}`);throw new Error(c)}if(!eD(a,s,i.method)){const{message:c}=W("MISSING_OR_INVALID",`request() method: ${i.method}`);throw new Error(c)}this.validateRequestExpiry(o)}),V(this,"isValidRespond",async n=>{var r;if(!Ut(n)){const{message:a}=W("MISSING_OR_INVALID",`respond() params: ${n}`);throw new Error(a)}const{topic:i,response:s}=n;try{await this.isValidSessionTopic(i)}catch(a){throw(r=n?.response)!=null&&r.id&&this.cleanupAfterResponse(n),a}if(!JO(s)){const{message:a}=W("MISSING_OR_INVALID",`respond() response: ${JSON.stringify(s)}`);throw new Error(a)}const o=this.client.pendingRequest.get(s.id);if(o.topic!==i){const{message:a}=W("MISMATCHED_TOPIC",`Request response topic mismatch. reqId: ${s.id}, expected topic: ${o.topic}, received topic: ${i}`);throw new Error(a)}}),V(this,"isValidPing",async n=>{if(!Ut(n)){const{message:i}=W("MISSING_OR_INVALID",`ping() params: ${n}`);throw new Error(i)}const{topic:r}=n;await this.isValidSessionOrPairingTopic(r)}),V(this,"isValidEmit",async n=>{if(!Ut(n)){const{message:a}=W("MISSING_OR_INVALID",`emit() params: ${n}`);throw new Error(a)}const{topic:r,event:i,chainId:s}=n;await this.isValidSessionTopic(r);const{namespaces:o}=this.client.session.get(r);if(!qw(o,s)){const{message:a}=W("MISSING_OR_INVALID",`emit() chainId: ${s}`);throw new Error(a)}if(!QO(i)){const{message:a}=W("MISSING_OR_INVALID",`emit() event: ${JSON.stringify(i)}`);throw new Error(a)}if(!tD(o,s,i.name)){const{message:a}=W("MISSING_OR_INVALID",`emit() event: ${JSON.stringify(i)}`);throw new Error(a)}}),V(this,"isValidDisconnect",async n=>{if(!Ut(n)){const{message:i}=W("MISSING_OR_INVALID",`disconnect() params: ${n}`);throw new Error(i)}const{topic:r}=n;await this.isValidSessionOrPairingTopic(r)}),V(this,"isValidAuthenticate",n=>{const{chains:r,uri:i,domain:s,nonce:o}=n;if(!Array.isArray(r)||r.length===0)throw new Error("chains is required and must be a non-empty array");if(!Oe(i,!1))throw new Error("uri is required parameter");if(!Oe(s,!1))throw new Error("domain is required parameter");if(!Oe(o,!1))throw new Error("nonce is required parameter");if([...new Set(r.map(c=>pc(c).namespace))].length>1)throw new Error("Multi-namespace requests are not supported. Please request single namespace only.");const{namespace:a}=pc(r[0]);if(a!=="eip155")throw new Error("Only eip155 namespace is supported for authenticated sessions. Please use .connect() for non-eip155 chains.")}),V(this,"getVerifyContext",async n=>{const{attestationId:r,hash:i,encryptedId:s,metadata:o,transportType:a}=n,c={verified:{verifyUrl:o.verifyUrl||qo,validation:"UNKNOWN",origin:o.url||""}};try{if(a===_e.link_mode){const u=this.getAppLinkIfEnabled(o,a);return c.verified.validation=u&&new URL(u).origin===new URL(o.url).origin?"VALID":"INVALID",c}const f=await this.client.core.verify.resolve({attestationId:r,hash:i,encryptedId:s,verifyUrl:o.verifyUrl});f&&(c.verified.origin=f.origin,c.verified.isScam=f.isScam,c.verified.validation=f.origin===new URL(o.url).origin?"VALID":"INVALID")}catch(f){this.client.logger.warn(f)}return this.client.logger.debug(`Verify context: ${JSON.stringify(c)}`),c}),V(this,"validateSessionProps",(n,r)=>{Object.values(n).forEach((i,s)=>{if(i==null){const{message:o}=W("MISSING_OR_INVALID",`${r} must contain an existing value for each key. Received: ${i} for key ${Object.keys(n)[s]}`);throw new Error(o)}})}),V(this,"getPendingAuthRequest",n=>{const r=this.client.auth.requests.get(n);return typeof r=="object"?r:void 0}),V(this,"addToRecentlyDeleted",(n,r)=>{if(this.recentlyDeletedMap.set(n,r),this.recentlyDeletedMap.size>=this.recentlyDeletedLimit){let i=0;const s=this.recentlyDeletedLimit/2;for(const o of this.recentlyDeletedMap.keys()){if(i++>=s)break;this.recentlyDeletedMap.delete(o)}}}),V(this,"checkRecentlyDeleted",n=>{const r=this.recentlyDeletedMap.get(n);if(r){const{message:i}=W("MISSING_OR_INVALID",`Record was recently deleted - ${r}: ${n}`);throw new Error(i)}}),V(this,"isLinkModeEnabled",(n,r)=>{var i,s,o,a,c,f,u,h,l;return!n||r!==_e.link_mode?!1:((s=(i=this.client.metadata)==null?void 0:i.redirect)==null?void 0:s.linkMode)===!0&&((a=(o=this.client.metadata)==null?void 0:o.redirect)==null?void 0:a.universal)!==void 0&&((f=(c=this.client.metadata)==null?void 0:c.redirect)==null?void 0:f.universal)!==""&&((u=n?.redirect)==null?void 0:u.universal)!==void 0&&((h=n?.redirect)==null?void 0:h.universal)!==""&&((l=n?.redirect)==null?void 0:l.linkMode)===!0&&this.client.core.linkModeSupportedApps.includes(n.redirect.universal)&&typeof(global==null?void 0:global.Linking)<"u"}),V(this,"getAppLinkIfEnabled",(n,r)=>{var i;return this.isLinkModeEnabled(n,r)?(i=n?.redirect)==null?void 0:i.universal:void 0}),V(this,"handleLinkModeMessage",({url:n})=>{if(!n||!n.includes("wc_ev")||!n.includes("topic"))return;const r=Xy(n,"topic")||"",i=decodeURIComponent(Xy(n,"wc_ev")||""),s=this.client.session.keys.includes(r);s&&this.client.session.update(r,{transportType:_e.link_mode}),this.client.core.dispatchEnvelope({topic:r,message:i,sessionExists:s})}),V(this,"registerLinkModeListeners",async()=>{var n;if(Tl()||Wr()&&(n=this.client.metadata.redirect)!=null&&n.linkMode){const r=global==null?void 0:global.Linking;if(typeof r<"u"){r.addEventListener("url",this.handleLinkModeMessage,this.client.name);const i=await r.getInitialURL();i&&setTimeout(()=>{this.handleLinkModeMessage({url:i})},50)}}}),V(this,"getTVFApproveParams",n=>{try{const r=Tw(n.namespaces),i=$O(n.namespaces),s=AO(n.namespaces),o=n.sessionProperties,a=n.scopedProperties;return{approvedChains:r,approvedMethods:i,approvedEvents:s,sessionProperties:o,scopedProperties:a}}catch(r){return this.client.logger.warn(r,"Error getting TVF approve params"),{}}}),V(this,"getTVFParams",(n,r,i)=>{var s,o,a;if(!((s=r.request)!=null&&s.method))return{};const c={correlationId:n,rpcMethods:[r.request.method],chainId:r.chainId};try{const f=this.extractTxHashesFromResult(r.request,i);c.txHashes=f,c.contractAddresses=this.isValidContractData(r.request.params)?[(a=(o=r.request.params)==null?void 0:o[0])==null?void 0:a.to]:[]}catch(f){this.client.logger.warn(f,"Error getting TVF params")}return c}),V(this,"isValidContractData",n=>{var r;if(!n)return!1;try{const i=n?.data||((r=n?.[0])==null?void 0:r.data);if(!i.startsWith("0x"))return!1;const s=i.slice(2);return/^[0-9a-fA-F]*$/.test(s)?s.length%2===0:!1}catch{}return!1}),V(this,"extractTxHashesFromResult",(n,r)=>{var i;try{if(!r)return[];const s=n.method,o=GN[s];if(s==="sui_signTransaction")return[g$(r.transactionBytes)];if(s==="near_signTransaction")return[mb(r)];if(s==="near_signTransactions")return r.map(c=>mb(c));if(s==="xrpl_signTransactionFor"||s==="xrpl_signTransaction")return[(i=r.tx_json)==null?void 0:i.hash];if(s==="polkadot_signTransaction")return[mD({transaction:n.params.transactionPayload,signature:r.signature})];if(s==="algo_signTxn")return Os(r)?r.map(c=>vb(c)):[vb(r)];if(s==="cosmos_signDirect")return[b$(r)];if(s==="wallet_sendCalls")return w$(r);if(typeof r=="string")return[r];const a=r[o.key];if(Os(a))return s==="solana_signAllTransactions"?a.map(c=>p$(c)):a;if(typeof a=="string")return[a]}catch(s){this.client.logger.warn(s,"Error extracting tx hashes from result")}return[]})}async processPendingMessageEvents(){try{const e=this.client.session.keys,n=this.client.core.relayer.messages.getWithoutAck(e);for(const[r,i]of Object.entries(n))for(const s of i)try{await this.onProviderMessageEvent({topic:r,message:s,publishedAt:Date.now()})}catch{this.client.logger.warn(`Error processing pending message event for topic: ${r}, message: ${s}`)}}catch(e){this.client.logger.warn(e,"processPendingMessageEvents failed")}}isInitialized(){if(!this.initialized){const{message:e}=W("NOT_INITIALIZED",this.name);throw new Error(e)}}async confirmOnlineStateOrThrow(){await this.client.core.relayer.confirmOnlineStateOrThrow()}registerRelayerEvents(){this.client.core.relayer.on(De.message,e=>{this.onProviderMessageEvent(e)})}async onRelayMessage(e){const{topic:n,message:r,attestation:i,transportType:s}=e,{publicKey:o}=this.client.auth.authKeys.keys.includes(Kc)?this.client.auth.authKeys.get(Kc):{responseTopic:void 0,publicKey:void 0};try{const a=await this.client.core.crypto.decode(n,r,{receiverPublicKey:o,encoding:s===_e.link_mode?ui:Nt});Eh(a)?(this.client.core.history.set(n,a),await this.onRelayEventRequest({topic:n,payload:a,attestation:i,transportType:s,encryptedId:Jt(r)})):Mc(a)?(await this.client.core.history.resolve(a),await this.onRelayEventResponse({topic:n,payload:a,transportType:s}),this.client.core.history.delete(n,a.id)):(this.client.logger.error(`onRelayMessage() -> unknown payload: ${JSON.stringify(a)}`),await this.onRelayEventUnknownPayload({topic:n,payload:a,transportType:s})),await this.client.core.relayer.messages.ack(n,r)}catch(a){this.client.logger.error(`onRelayMessage() -> failed to process an inbound message: ${r}`),this.client.logger.error(a)}}registerExpirerEvents(){this.client.core.expirer.on(tn.expired,async e=>{const{topic:n,id:r}=Yy(e.target);if(r&&this.client.pendingRequest.keys.includes(r))return await this.deletePendingSessionRequest(r,W("EXPIRED"),!0);if(r&&this.client.auth.requests.keys.includes(r))return await this.deletePendingAuthRequest(r,W("EXPIRED"),!0);n?this.client.session.keys.includes(n)&&(await this.deleteSession({topic:n,expirerHasDeleted:!0}),this.client.events.emit("session_expire",{topic:n})):r&&(await this.deleteProposal(r,!0),this.client.events.emit("proposal_expire",{id:r}))})}registerPairingEvents(){this.client.core.pairing.events.on(Mi.create,e=>this.onPairingCreated(e)),this.client.core.pairing.events.on(Mi.delete,e=>{this.addToRecentlyDeleted(e.topic,"pairing")})}isValidPairingTopic(e){if(!Oe(e,!1)){const{message:n}=W("MISSING_OR_INVALID",`pairing topic should be a string: ${e}`);throw new Error(n)}if(!this.client.core.pairing.pairings.keys.includes(e)){const{message:n}=W("NO_MATCHING_KEY",`pairing topic doesn't exist: ${e}`);throw new Error(n)}if(Yr(this.client.core.pairing.pairings.get(e).expiry)){const{message:n}=W("EXPIRED",`pairing topic: ${e}`);throw new Error(n)}}async isValidSessionTopic(e){if(!Oe(e,!1)){const{message:n}=W("MISSING_OR_INVALID",`session topic should be a string: ${e}`);throw new Error(n)}if(this.checkRecentlyDeleted(e),!this.client.session.keys.includes(e)){const{message:n}=W("NO_MATCHING_KEY",`session topic doesn't exist: ${e}`);throw new Error(n)}if(Yr(this.client.session.get(e).expiry)){await this.deleteSession({topic:e});const{message:n}=W("EXPIRED",`session topic: ${e}`);throw new Error(n)}if(!this.client.core.crypto.keychain.has(e)){const{message:n}=W("MISSING_OR_INVALID",`session topic does not exist in keychain: ${e}`);throw await this.deleteSession({topic:e}),new Error(n)}}async isValidSessionOrPairingTopic(e){if(this.checkRecentlyDeleted(e),this.client.session.keys.includes(e))await this.isValidSessionTopic(e);else if(this.client.core.pairing.pairings.keys.includes(e))this.isValidPairingTopic(e);else if(Oe(e,!1)){const{message:n}=W("NO_MATCHING_KEY",`session or pairing topic doesn't exist: ${e}`);throw new Error(n)}else{const{message:n}=W("MISSING_OR_INVALID",`session or pairing topic should be a string: ${e}`);throw new Error(n)}}async isValidProposalId(e){if(!WO(e)){const{message:n}=W("MISSING_OR_INVALID",`proposal id should be a number: ${e}`);throw new Error(n)}if(!this.client.proposal.keys.includes(e)){const{message:n}=W("NO_MATCHING_KEY",`proposal id doesn't exist: ${e}`);throw new Error(n)}if(Yr(this.client.proposal.get(e).expiryTimestamp)){await this.deleteProposal(e);const{message:n}=W("EXPIRED",`proposal id: ${e}`);throw new Error(n)}}validateRequestExpiry(e){if(e&&!iD(e,kh)){const{message:n}=W("MISSING_OR_INVALID",`request() expiry: ${e}. Expiry must be a number (in seconds) between ${kh.min} and ${kh.max}`);throw new Error(n)}}}class aU extends Hi{constructor(e,n){super(e,n,HN,Fh),this.core=e,this.logger=n}}class Zm extends Hi{constructor(e,n){super(e,n,VN,Fh),this.core=e,this.logger=n}}class cU extends Hi{constructor(e,n){super(e,n,ZN,Fh,r=>r.id),this.core=e,this.logger=n}}class fU extends Hi{constructor(e,n){super(e,n,JN,Vc,()=>Kc),this.core=e,this.logger=n}}class uU extends Hi{constructor(e,n){super(e,n,QN,Vc),this.core=e,this.logger=n}}class lU extends Hi{constructor(e,n){super(e,n,eU,Vc,r=>r.id),this.core=e,this.logger=n}}var hU=Object.defineProperty,dU=(t,e,n)=>e in t?hU(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Mh=(t,e,n)=>dU(t,typeof e!="symbol"?e+"":e,n);class pU{constructor(e,n){this.core=e,this.logger=n,Mh(this,"authKeys"),Mh(this,"pairingTopics"),Mh(this,"requests"),this.authKeys=new fU(this.core,this.logger),this.pairingTopics=new uU(this.core,this.logger),this.requests=new lU(this.core,this.logger)}async init(){await this.authKeys.init(),await this.pairingTopics.init(),await this.requests.init()}}var gU=Object.defineProperty,yU=(t,e,n)=>e in t?gU(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,ae=(t,e,n)=>yU(t,typeof e!="symbol"?e+"":e,n);class jh extends pS{constructor(e){super(e),ae(this,"protocol",jm),ae(this,"version",zm),ae(this,"name",Lh.name),ae(this,"metadata"),ae(this,"core"),ae(this,"logger"),ae(this,"events",new Qe.exports.EventEmitter),ae(this,"engine"),ae(this,"session"),ae(this,"proposal"),ae(this,"pendingRequest"),ae(this,"auth"),ae(this,"signConfig"),ae(this,"on",(r,i)=>this.events.on(r,i)),ae(this,"once",(r,i)=>this.events.once(r,i)),ae(this,"off",(r,i)=>this.events.off(r,i)),ae(this,"removeListener",(r,i)=>this.events.removeListener(r,i)),ae(this,"removeAllListeners",r=>this.events.removeAllListeners(r)),ae(this,"connect",async r=>{try{return await this.engine.connect(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"pair",async r=>{try{return await this.engine.pair(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"approve",async r=>{try{return await this.engine.approve(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"reject",async r=>{try{return await this.engine.reject(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"update",async r=>{try{return await this.engine.update(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"extend",async r=>{try{return await this.engine.extend(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"request",async r=>{try{return await this.engine.request(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"respond",async r=>{try{return await this.engine.respond(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"ping",async r=>{try{return await this.engine.ping(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"emit",async r=>{try{return await this.engine.emit(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"disconnect",async r=>{try{return await this.engine.disconnect(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"find",r=>{try{return this.engine.find(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"getPendingSessionRequests",()=>{try{return this.engine.getPendingSessionRequests()}catch(r){throw this.logger.error(r.message),r}}),ae(this,"authenticate",async(r,i)=>{try{return await this.engine.authenticate(r,i)}catch(s){throw this.logger.error(s.message),s}}),ae(this,"formatAuthMessage",r=>{try{return this.engine.formatAuthMessage(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"approveSessionAuthenticate",async r=>{try{return await this.engine.approveSessionAuthenticate(r)}catch(i){throw this.logger.error(i.message),i}}),ae(this,"rejectSessionAuthenticate",async r=>{try{return await this.engine.rejectSessionAuthenticate(r)}catch(i){throw this.logger.error(i.message),i}}),this.name=e?.name||Lh.name,this.metadata=cB(e?.metadata),this.signConfig=e?.signConfig;const n=Hw({logger:e?.logger||Lh.logger,name:this.name});this.logger=n,this.core=e?.core||new Ch(e),this.session=new Zm(this.core,this.logger),this.proposal=new aU(this.core,this.logger),this.pendingRequest=new cU(this.core,this.logger),this.engine=new oU(this),this.auth=new pU(this.core,this.logger)}static async init(e){const n=new jh(e);return await n.initialize(),n}get context(){return xt(this.logger)}get pairing(){return this.core.pairing.pairings}async initialize(){this.logger.trace("Initialized");try{await this.core.start(),await this.session.init(),await this.proposal.init(),await this.pendingRequest.init(),await this.auth.init(),await this.engine.init(),this.logger.info("SignClient Initialization Success")}catch(e){throw this.logger.info("SignClient Initialization Failure"),this.logger.error(e.message),e}}}const bU=Zm,wU=jh;class mU extends Qe.exports{constructor(){super()}}class Wm{constructor(e){this.opts=e}}class Ym{constructor(e){this.client=e}}var vU=Object.defineProperty,EU=Object.defineProperties,xU=Object.getOwnPropertyDescriptors,Xm=Object.getOwnPropertySymbols,_U=Object.prototype.hasOwnProperty,IU=Object.prototype.propertyIsEnumerable,zh=(t,e,n)=>e in t?vU(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,SU=(t,e)=>{for(var n in e||(e={}))_U.call(e,n)&&zh(t,n,e[n]);if(Xm)for(var n of Xm(e))IU.call(e,n)&&zh(t,n,e[n]);return t},BU=(t,e)=>EU(t,xU(e)),be=(t,e,n)=>zh(t,typeof e!="symbol"?e+"":e,n);class $U extends Ym{constructor(e){super(e),be(this,"signClient"),be(this,"init",async()=>{this.signClient=await wU.init({core:this.client.core,metadata:this.client.metadata,signConfig:this.client.signConfig}),this.signClient.core.eventClient.init().catch(n=>{this.client.logger.warn(n)})}),be(this,"pair",async n=>{await this.client.core.pairing.pair(n)}),be(this,"approveSession",async n=>{const{topic:r,acknowledged:i}=await this.signClient.approve(BU(SU({},n),{id:n.id,namespaces:n.namespaces,sessionProperties:n.sessionProperties,scopedProperties:n.scopedProperties,sessionConfig:n.sessionConfig,proposalRequestsResponses:n?.proposalRequestsResponses}));return await i(),this.signClient.session.get(r)}),be(this,"rejectSession",async n=>await this.signClient.reject(n)),be(this,"updateSession",async n=>await this.signClient.update(n)),be(this,"extendSession",async n=>await this.signClient.extend(n)),be(this,"respondSessionRequest",async n=>await this.signClient.respond(n)),be(this,"disconnectSession",async n=>await this.signClient.disconnect(n)),be(this,"emitSessionEvent",async n=>await this.signClient.emit(n)),be(this,"getActiveSessions",()=>this.signClient.session.getAll().reduce((n,r)=>(n[r.topic]=r,n),{})),be(this,"getPendingSessionProposals",()=>this.signClient.proposal.getAll()),be(this,"getPendingSessionRequests",()=>this.signClient.getPendingSessionRequests()),be(this,"approveSessionAuthenticate",async n=>await this.signClient.approveSessionAuthenticate(n)),be(this,"rejectSessionAuthenticate",async n=>await this.signClient.rejectSessionAuthenticate(n)),be(this,"formatAuthMessage",n=>this.signClient.formatAuthMessage(n)),be(this,"registerDeviceToken",n=>this.client.core.echoClient.registerDeviceToken(n)),be(this,"on",(n,r)=>(this.setEvent(n,"off"),this.setEvent(n,"on"),this.client.events.on(n,r))),be(this,"once",(n,r)=>(this.setEvent(n,"off"),this.setEvent(n,"once"),this.client.events.once(n,r))),be(this,"off",(n,r)=>(this.setEvent(n,"off"),this.client.events.off(n,r))),be(this,"removeListener",(n,r)=>(this.setEvent(n,"removeListener"),this.client.events.removeListener(n,r))),be(this,"onSessionRequest",n=>{this.client.events.emit("session_request",n)}),be(this,"onSessionProposal",n=>{this.client.events.emit("session_proposal",n)}),be(this,"onSessionDelete",n=>{this.client.events.emit("session_delete",n)}),be(this,"onProposalExpire",n=>{this.client.events.emit("proposal_expire",n)}),be(this,"onSessionRequestExpire",n=>{this.client.events.emit("session_request_expire",n)}),be(this,"onSessionRequestAuthenticate",n=>{this.client.events.emit("session_authenticate",n)}),be(this,"setEvent",(n,r)=>{switch(n){case"session_request":this.signClient.events[r]("session_request",this.onSessionRequest);break;case"session_proposal":this.signClient.events[r]("session_proposal",this.onSessionProposal);break;case"session_delete":this.signClient.events[r]("session_delete",this.onSessionDelete);break;case"proposal_expire":this.signClient.events[r]("proposal_expire",this.onProposalExpire);break;case"session_request_expire":this.signClient.events[r]("session_request_expire",this.onSessionRequestExpire);break;case"session_authenticate":this.signClient.events[r]("session_authenticate",this.onSessionRequestAuthenticate);break}}),this.signClient={}}}const AU={decryptMessage:async t=>{const e={core:new Ch({storageOptions:t.storageOptions,storage:t.storage})};await e.core.crypto.init();const n=e.core.crypto.decode(t.topic,t.encryptedMessage);return e.core=null,n},getMetadata:async t=>{const e={core:new Ch({storageOptions:t.storageOptions,storage:t.storage}),sessionStore:null};e.sessionStore=new bU(e.core,e.core.logger),await e.sessionStore.init();const n=e.sessionStore.get(t.topic),r=n?.peer.metadata;return e.core=null,e.sessionStore=null,r}};function OU(t){const e=t.toLowerCase();return e.includes("pay.")||e.includes("pay=")||e.includes("pay_")||e.includes("pay%2e")||e.includes("pay%3d")||e.includes("pay%5f")}var DU=Object.defineProperty,Jm=Object.getOwnPropertySymbols,PU=Object.prototype.hasOwnProperty,RU=Object.prototype.propertyIsEnumerable,Hh=(t,e,n)=>e in t?DU(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,TU=(t,e)=>{for(var n in e||(e={}))PU.call(e,n)&&Hh(t,n,e[n]);if(Jm)for(var n of Jm(e))RU.call(e,n)&&Hh(t,n,e[n]);return t},we=(t,e,n)=>Hh(t,typeof e!="symbol"?e+"":e,n);const Qm=class c2 extends Wm{constructor(e){super(e),we(this,"name"),we(this,"core"),we(this,"logger"),we(this,"events",new Qe.exports),we(this,"engine"),we(this,"metadata"),we(this,"signConfig"),we(this,"pay"),we(this,"on",(n,r)=>this.engine.on(n,r)),we(this,"once",(n,r)=>this.engine.once(n,r)),we(this,"off",(n,r)=>this.engine.off(n,r)),we(this,"removeListener",(n,r)=>this.engine.removeListener(n,r)),we(this,"pair",async n=>{try{return await this.engine.pair(n)}catch(r){throw this.logger.error(r.message),r}}),we(this,"approveSession",async n=>{try{return await this.engine.approveSession(n)}catch(r){throw this.logger.error(r.message),r}}),we(this,"rejectSession",async n=>{try{return await this.engine.rejectSession(n)}catch(r){throw this.logger.error(r.message),r}}),we(this,"updateSession",async n=>{try{return await this.engine.updateSession(n)}catch(r){throw this.logger.error(r.message),r}}),we(this,"extendSession",async n=>{try{return await this.engine.extendSession(n)}catch(r){throw this.logger.error(r.message),r}}),we(this,"respondSessionRequest",async n=>{try{return await this.engine.respondSessionRequest(n)}catch(r){throw this.logger.error(r.message),r}}),we(this,"disconnectSession",async n=>{try{return await this.engine.disconnectSession(n)}catch(r){throw this.logger.error(r.message),r}}),we(this,"emitSessionEvent",async n=>{try{return await this.engine.emitSessionEvent(n)}catch(r){throw this.logger.error(r.message),r}}),we(this,"getActiveSessions",()=>{try{return this.engine.getActiveSessions()}catch(n){throw this.logger.error(n.message),n}}),we(this,"getPendingSessionProposals",()=>{try{return this.engine.getPendingSessionProposals()}catch(n){throw this.logger.error(n.message),n}}),we(this,"getPendingSessionRequests",()=>{try{return this.engine.getPendingSessionRequests()}catch(n){throw this.logger.error(n.message),n}}),we(this,"registerDeviceToken",n=>{try{return this.engine.registerDeviceToken(n)}catch(r){throw this.logger.error(r.message),r}}),we(this,"approveSessionAuthenticate",n=>{try{return this.engine.approveSessionAuthenticate(n)}catch(r){throw this.logger.error(r.message),r}}),we(this,"rejectSessionAuthenticate",n=>{try{return this.engine.rejectSessionAuthenticate(n)}catch(r){throw this.logger.error(r.message),r}}),we(this,"formatAuthMessage",n=>{try{return this.engine.formatAuthMessage(n)}catch(r){throw this.logger.error(r.message),r}}),this.metadata=e.metadata,this.name=e.name||ml,this.signConfig=e.signConfig,this.core=e.core,this.logger=this.core.logger,this.engine=new $U(this),this.pay=void 0}static async init(e){const n=new c2(e);return await n.initialize(),n}async initialize(){this.logger.trace("Initialized");try{await this.engine.init(),By.isAvailable()&&(this.pay=new By(TU({clientId:await this.core.crypto.getClientId(),appId:this.core.projectId},this.opts.payConfig||{}))),this.logger.info("WalletKit Initialization Success")}catch(e){throw this.logger.info("WalletKit Initialization Failure"),this.logger.error(e.message),e}}};we(Qm,"notifications",AU);let e2=Qm;const NU=e2;ze.CLIENT_CONTEXT=ml,ze.CLIENT_STORAGE_OPTIONS=bI,ze.CLIENT_STORAGE_PREFIX=yI,ze.IWalletKit=Wm,ze.IWalletKitEngine=Ym,ze.IWalletKitEvents=mU,ze.PROTOCOL=$y,ze.PROTOCOL_VERSION=gI,ze.REQUEST_CONTEXT=wI,ze.WalletKit=NU,ze.default=e2,ze.isPaymentLink=OU,Object.defineProperty(ze,"__esModule",{value:!0})});
42
+ ***************************************************************************** */var Yf=function(t,e){return Yf=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)r.hasOwnProperty(i)&&(n[i]=r[i])},Yf(t,e)};function NP(t,e){Yf(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}var Xf=function(){return Xf=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(e[s]=n[s])}return e},Xf.apply(this,arguments)};function UP(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(n[r[i]]=t[r[i]]);return n}function CP(t,e,n,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,n):r,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s}function FP(t,e){return function(n,r){e(n,r,t)}}function qP(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function kP(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(l){try{u(r.next(l))}catch(f){o(f)}}function c(l){try{u(r.throw(l))}catch(f){o(f)}}function u(l){l.done?s(l.value):i(l.value).then(a,c)}u((r=r.apply(t,e||[])).next())})}function LP(t,e){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(u){return function(l){return c([u,l])}}function c(u){if(r)throw new TypeError("Generator is already executing.");for(;n;)try{if(r=1,i&&(s=u[0]&2?i.return:u[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,u[1])).done)return s;switch(i=0,s&&(u=[u[0]&2,s.value]),u[0]){case 0:case 1:s=u;break;case 4:return n.label++,{value:u[1],done:!1};case 5:n.label++,i=u[1],u=[0];continue;case 7:u=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!s||u[1]>s[0]&&u[1]<s[3])){n.label=u[1];break}if(u[0]===6&&n.label<s[1]){n.label=s[1],s=u;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(u);break}s[2]&&n.ops.pop(),n.trys.pop();continue}u=e.call(t,n)}catch(l){u=[6,l],i=0}finally{r=s=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function MP(t,e,n,r){r===void 0&&(r=n),t[r]=e[n]}function jP(t,e){for(var n in t)n!=="default"&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function Jf(t){var e=typeof Symbol=="function"&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Xw(t,e){var n=typeof Symbol=="function"&&t[Symbol.iterator];if(!n)return t;var r=n.call(t),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return s}function zP(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(Xw(arguments[e]));return t}function KP(){for(var t=0,e=0,n=arguments.length;e<n;e++)t+=arguments[e].length;for(var r=Array(t),i=0,e=0;e<n;e++)for(var s=arguments[e],o=0,a=s.length;o<a;o++,i++)r[i]=s[o];return r}function Co(t){return this instanceof Co?(this.v=t,this):new Co(t)}function VP(t,e,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(t,e||[]),i,s=[];return i={},o("next"),o("throw"),o("return"),i[Symbol.asyncIterator]=function(){return this},i;function o(d){r[d]&&(i[d]=function(h){return new Promise(function(p,w){s.push([d,h,p,w])>1||a(d,h)})})}function a(d,h){try{c(r[d](h))}catch(p){f(s[0][3],p)}}function c(d){d.value instanceof Co?Promise.resolve(d.value.v).then(u,l):f(s[0][2],d)}function u(d){a("next",d)}function l(d){a("throw",d)}function f(d,h){d(h),s.shift(),s.length&&a(s[0][0],s[0][1])}}function HP(t){var e,n;return e={},r("next"),r("throw",function(i){throw i}),r("return"),e[Symbol.iterator]=function(){return this},e;function r(i,s){e[i]=t[i]?function(o){return(n=!n)?{value:Co(t[i](o)),done:i==="return"}:s?s(o):o}:s}}function GP(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],n;return e?e.call(t):(t=typeof Jf=="function"?Jf(t):t[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(s){n[s]=t[s]&&function(o){return new Promise(function(a,c){o=t[s](o),i(a,c,o.done,o.value)})}}function i(s,o,a,c){Promise.resolve(c).then(function(u){s({value:u,done:a})},o)}}function WP(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function ZP(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)Object.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function YP(t){return t&&t.__esModule?t:{default:t}}function XP(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function JP(t,e,n){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,n),n}var QP=Object.freeze({__proto__:null,__extends:NP,get __assign(){return Xf},__rest:UP,__decorate:CP,__param:FP,__metadata:qP,__awaiter:kP,__generator:LP,__createBinding:MP,__exportStar:jP,__values:Jf,__read:Xw,__spread:zP,__spreadArrays:KP,__await:Co,__asyncGenerator:VP,__asyncDelegator:HP,__asyncValues:GP,__makeTemplateObject:WP,__importStar:ZP,__importDefault:YP,__classPrivateFieldGet:XP,__classPrivateFieldSet:JP}),_P=Ch(QP),lr={},Jw;function $P(){if(Jw)return lr;Jw=1,Object.defineProperty(lr,"__esModule",{value:!0}),lr.isBrowserCryptoAvailable=lr.getSubtleCrypto=lr.getBrowerCrypto=void 0;function t(){return Bn?.crypto||Bn?.msCrypto||{}}lr.getBrowerCrypto=t;function e(){const r=t();return r.subtle||r.webkitSubtle}lr.getSubtleCrypto=e;function n(){return!!t()&&!!e()}return lr.isBrowserCryptoAvailable=n,lr}var fr={},Qw;function eD(){if(Qw)return fr;Qw=1,Object.defineProperty(fr,"__esModule",{value:!0}),fr.isBrowser=fr.isNode=fr.isReactNative=void 0;function t(){return typeof document>"u"&&typeof navigator<"u"&&navigator.product==="ReactNative"}fr.isReactNative=t;function e(){return typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.node<"u"}fr.isNode=e;function n(){return!t()&&!e()}return fr.isBrowser=n,fr}(function(t){Object.defineProperty(t,"__esModule",{value:!0});const e=_P;e.__exportStar($P(),t),e.__exportStar(eD(),t)})(Yw);function Cn(t=3){const e=Date.now()*Math.pow(10,t),n=Math.floor(Math.random()*Math.pow(10,t));return e+n}function ri(t=6){return BigInt(Cn(t))}function hr(t,e,n){return{id:n||Cn(),jsonrpc:"2.0",method:t,params:e}}function Nc(t,e){return{id:t,jsonrpc:"2.0",result:e}}function Qf(t,e,n){return{id:t,jsonrpc:"2.0",error:tD(e,n)}}function tD(t,e){return typeof t>"u"?Zw(Gw):(typeof t=="string"&&(t=Object.assign(Object.assign({},Zw(Zf)),{message:t})),typeof e<"u"&&(t.data=e),DP(t.code)&&(t=RP(t.code)),t)}class nD{}class rD extends nD{constructor(){super()}}class iD extends rD{constructor(e){super()}}const sD="^wss?:";function oD(t){const e=t.match(new RegExp(/^\w+:/,"gi"));if(!(!e||!e.length))return e[0]}function aD(t,e){const n=oD(t);return typeof n>"u"?!1:new RegExp(e).test(n)}function _w(t){return aD(t,sD)}function cD(t){return new RegExp("wss?://localhost(:d{2,5})?").test(t)}function $w(t){return typeof t=="object"&&"id"in t&&"jsonrpc"in t&&t.jsonrpc==="2.0"}function _f(t){return $w(t)&&"method"in t}function Uc(t){return $w(t)&&(Fn(t)||un(t))}function Fn(t){return"result"in t}function un(t){return"error"in t}class uD extends iD{constructor(e){super(e),this.events=new ut.exports.EventEmitter,this.hasRegisteredEventListeners=!1,this.connection=this.setConnection(e),this.connection.connected&&this.registerEventListeners()}async connect(e=this.connection){await this.open(e)}async disconnect(){await this.close()}on(e,n){this.events.on(e,n)}once(e,n){this.events.once(e,n)}off(e,n){this.events.off(e,n)}removeListener(e,n){this.events.removeListener(e,n)}async request(e,n){return this.requestStrict(hr(e.method,e.params||[],e.id||ri().toString()),n)}async requestStrict(e,n){return new Promise(async(r,i)=>{if(!this.connection.connected)try{await this.open()}catch(s){i(s)}this.events.on(`${e.id}`,s=>{un(s)?i(s.error):r(s.result)});try{await this.connection.send(e,n)}catch(s){i(s)}})}setConnection(e=this.connection){return e}onPayload(e){this.events.emit("payload",e),Uc(e)?this.events.emit(`${e.id}`,e):this.events.emit("message",{type:e.method,data:e.params})}onClose(e){e&&e.code===3e3&&this.events.emit("error",new Error(`WebSocket connection closed abnormally with code: ${e.code} ${e.reason?`(${e.reason})`:""}`)),this.events.emit("disconnect")}async open(e=this.connection){this.connection===e&&this.connection.connected||(this.connection.connected&&this.close(),typeof e=="string"&&(await this.connection.open(e),e=this.connection),this.connection=this.setConnection(e),await this.connection.open(),this.registerEventListeners(),this.events.emit("connect"))}async close(){await this.connection.close()}registerEventListeners(){this.hasRegisteredEventListeners||(this.connection.on("payload",e=>this.onPayload(e)),this.connection.on("close",e=>this.onClose(e)),this.connection.on("error",e=>this.events.emit("error",e)),this.connection.on("register_error",e=>this.onClose()),this.hasRegisteredEventListeners=!0)}}const lD=()=>typeof WebSocket<"u"?WebSocket:typeof global<"u"&&typeof global.WebSocket<"u"?global.WebSocket:typeof window<"u"&&typeof window.WebSocket<"u"?window.WebSocket:typeof self<"u"&&typeof self.WebSocket<"u"?self.WebSocket:require("ws"),fD=()=>typeof WebSocket<"u"||typeof global<"u"&&typeof global.WebSocket<"u"||typeof window<"u"&&typeof window.WebSocket<"u"||typeof self<"u"&&typeof self.WebSocket<"u",ey=t=>t.split("?")[0],ty=10,hD=lD();class dD{constructor(e){if(this.url=e,this.events=new ut.exports.EventEmitter,this.registering=!1,!_w(e))throw new Error(`Provided URL is not compatible with WebSocket connection: ${e}`);this.url=e}get connected(){return typeof this.socket<"u"}get connecting(){return this.registering}on(e,n){this.events.on(e,n)}once(e,n){this.events.once(e,n)}off(e,n){this.events.off(e,n)}removeListener(e,n){this.events.removeListener(e,n)}async open(e=this.url){await this.register(e)}async close(){return new Promise((e,n)=>{if(typeof this.socket>"u"){n(new Error("Connection already closed"));return}this.socket.onclose=r=>{this.onClose(r),e()},this.socket.close()})}async send(e){typeof this.socket>"u"&&(this.socket=await this.register());try{this.socket.send(to(e))}catch(n){this.onError(e.id,n)}}register(e=this.url){if(!_w(e))throw new Error(`Provided URL is not compatible with WebSocket connection: ${e}`);if(this.registering){const n=this.events.getMaxListeners();return(this.events.listenerCount("register_error")>=n||this.events.listenerCount("open")>=n)&&this.events.setMaxListeners(n+1),new Promise((r,i)=>{this.events.once("register_error",s=>{this.resetMaxListeners(),i(s)}),this.events.once("open",()=>{if(this.resetMaxListeners(),typeof this.socket>"u")return i(new Error("WebSocket connection is missing or invalid"));r(this.socket)})})}return this.url=e,this.registering=!0,new Promise((n,r)=>{const i=Yw.isReactNative()?void 0:{rejectUnauthorized:!cD(e)},s=new hD(e,[],i);fD()?s.onerror=o=>{const a=o;r(this.emitError(a.error))}:s.on("error",o=>{r(this.emitError(o))}),s.onopen=()=>{this.onOpen(s),n(s)}})}onOpen(e){e.onmessage=n=>this.onPayload(n),e.onclose=n=>this.onClose(n),this.socket=e,this.registering=!1,this.events.emit("open")}onClose(e){this.socket=void 0,this.registering=!1,this.events.emit("close",e)}onPayload(e){if(typeof e.data>"u")return;const n=typeof e.data=="string"?as(e.data):e.data;this.events.emit("payload",n)}onError(e,n){const r=this.parseError(n),i=r.message||r.toString(),s=Qf(e,i);this.events.emit("payload",s)}parseError(e,n=this.url){return TP(e,ey(n),"WS")}resetMaxListeners(){this.events.getMaxListeners()>ty&&this.events.setMaxListeners(ty)}emitError(e){const n=this.parseError(new Error(e?.message||`WebSocket connection failed for host: ${ey(this.url)}`));return this.events.emit("register_error",n),n}}const ny="wc",ry=2,Cc="core",qn=`${ny}@2:${Cc}:`,pD={name:Cc,logger:"error"},gD={database:":memory:"},bD="crypto",iy="client_ed25519_seed",wD=J.ONE_DAY,yD="keychain",mD="0.3",vD="messages",ED="0.3",xD=J.SIX_HOURS,ID="publisher",sy="irn",SD="error",oy="wss://relay.walletconnect.org",BD="relayer",Le={message:"relayer_message",message_ack:"relayer_message_ack",connect:"relayer_connect",disconnect:"relayer_disconnect",error:"relayer_error",connection_stalled:"relayer_connection_stalled",transport_closed:"relayer_transport_closed",publish:"relayer_publish"},OD="_subscription",ln={payload:"payload",connect:"connect",disconnect:"disconnect",error:"error"},AD=.1,$f="2.23.5",Te={link_mode:"link_mode",relay:"relay"},Fc={inbound:"inbound",outbound:"outbound"},PD="0.3",DD="WALLETCONNECT_CLIENT_ID",ay="WALLETCONNECT_LINK_MODE_APPS",Qt={created:"subscription_created",deleted:"subscription_deleted",expired:"subscription_expired",disabled:"subscription_disabled",sync:"subscription_sync",resubscribed:"subscription_resubscribed"},RD="subscription",TD="0.3",ND="pairing",UD="0.3",Fo={wc_pairingDelete:{req:{ttl:J.ONE_DAY,prompt:!1,tag:1e3},res:{ttl:J.ONE_DAY,prompt:!1,tag:1001}},wc_pairingPing:{req:{ttl:J.THIRTY_SECONDS,prompt:!1,tag:1002},res:{ttl:J.THIRTY_SECONDS,prompt:!1,tag:1003}},unregistered_method:{req:{ttl:J.ONE_DAY,prompt:!1,tag:0},res:{ttl:J.ONE_DAY,prompt:!1,tag:0}}},Li={create:"pairing_create",expire:"pairing_expire",delete:"pairing_delete",ping:"pairing_ping"},xn={created:"history_created",updated:"history_updated",deleted:"history_deleted",sync:"history_sync"},CD="history",FD="0.3",qD="expirer",fn={created:"expirer_created",deleted:"expirer_deleted",expired:"expirer_expired",sync:"expirer_sync"},kD="0.3",LD="verify-api",MD="https://verify.walletconnect.com",cy="https://verify.walletconnect.org",qo=cy,jD=`${qo}/v3`,zD=[MD,cy],KD="echo",VD="https://echo.walletconnect.com",kn={pairing_started:"pairing_started",pairing_uri_validation_success:"pairing_uri_validation_success",pairing_uri_not_expired:"pairing_uri_not_expired",store_new_pairing:"store_new_pairing",subscribing_pairing_topic:"subscribing_pairing_topic",subscribe_pairing_topic_success:"subscribe_pairing_topic_success",existing_pairing:"existing_pairing",pairing_not_expired:"pairing_not_expired",emit_inactive_pairing:"emit_inactive_pairing",emit_session_proposal:"emit_session_proposal",subscribing_to_pairing_topic:"subscribing_to_pairing_topic"},dr={no_wss_connection:"no_wss_connection",no_internet_connection:"no_internet_connection",malformed_pairing_uri:"malformed_pairing_uri",active_pairing_already_exists:"active_pairing_already_exists",subscribe_pairing_topic_failure:"subscribe_pairing_topic_failure",pairing_expired:"pairing_expired",proposal_expired:"proposal_expired",proposal_listener_not_found:"proposal_listener_not_found"},In={session_approve_started:"session_approve_started",proposal_not_expired:"proposal_not_expired",session_namespaces_validation_success:"session_namespaces_validation_success",create_session_topic:"create_session_topic",subscribing_session_topic:"subscribing_session_topic",subscribe_session_topic_success:"subscribe_session_topic_success",publishing_session_approve:"publishing_session_approve",session_approve_publish_success:"session_approve_publish_success",store_session:"store_session",publishing_session_settle:"publishing_session_settle",session_settle_publish_success:"session_settle_publish_success",session_request_response_started:"session_request_response_started",session_request_response_validation_success:"session_request_response_validation_success",session_request_response_publish_started:"session_request_response_publish_started"},Mi={no_internet_connection:"no_internet_connection",no_wss_connection:"no_wss_connection",proposal_expired:"proposal_expired",subscribe_session_topic_failure:"subscribe_session_topic_failure",session_approve_publish_failure:"session_approve_publish_failure",session_settle_publish_failure:"session_settle_publish_failure",session_approve_namespace_validation_failure:"session_approve_namespace_validation_failure",proposal_not_found:"proposal_not_found",session_request_response_validation_failure:"session_request_response_validation_failure",session_request_response_publish_failure:"session_request_response_publish_failure"},ji={authenticated_session_approve_started:"authenticated_session_approve_started",authenticated_session_not_expired:"authenticated_session_not_expired",chains_caip2_compliant:"chains_caip2_compliant",chains_evm_compliant:"chains_evm_compliant",create_authenticated_session_topic:"create_authenticated_session_topic",cacaos_verified:"cacaos_verified",store_authenticated_session:"store_authenticated_session",subscribing_authenticated_session_topic:"subscribing_authenticated_session_topic",subscribe_authenticated_session_topic_success:"subscribe_authenticated_session_topic_success",publishing_authenticated_session_approve:"publishing_authenticated_session_approve",authenticated_session_approve_publish_success:"authenticated_session_approve_publish_success"},ko={no_internet_connection:"no_internet_connection",no_wss_connection:"no_wss_connection",missing_session_authenticate_request:"missing_session_authenticate_request",session_authenticate_request_expired:"session_authenticate_request_expired",chains_caip2_compliant_failure:"chains_caip2_compliant_failure",chains_evm_compliant_failure:"chains_evm_compliant_failure",invalid_cacao:"invalid_cacao",subscribe_authenticated_session_topic_failure:"subscribe_authenticated_session_topic_failure",authenticated_session_approve_publish_failure:"authenticated_session_approve_publish_failure",authenticated_session_pending_request_not_found:"authenticated_session_pending_request_not_found"},HD=.1,GD="event-client",WD=86400,ZD="https://pulse.walletconnect.org/batch";function YD(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var n=new Uint8Array(256),r=0;r<n.length;r++)n[r]=255;for(var i=0;i<t.length;i++){var s=t.charAt(i),o=s.charCodeAt(0);if(n[o]!==255)throw new TypeError(s+" is ambiguous");n[o]=i}var a=t.length,c=t.charAt(0),u=Math.log(a)/Math.log(256),l=Math.log(256)/Math.log(a);function f(p){if(p instanceof Uint8Array||(ArrayBuffer.isView(p)?p=new Uint8Array(p.buffer,p.byteOffset,p.byteLength):Array.isArray(p)&&(p=Uint8Array.from(p))),!(p instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(p.length===0)return"";for(var w=0,m=0,P=0,T=p.length;P!==T&&p[P]===0;)P++,w++;for(var I=(T-P)*l+1>>>0,x=new Uint8Array(I);P!==T;){for(var S=p[P],U=0,k=I-1;(S!==0||U<m)&&k!==-1;k--,U++)S+=256*x[k]>>>0,x[k]=S%a>>>0,S=S/a>>>0;if(S!==0)throw new Error("Non-zero carry");m=U,P++}for(var F=I-m;F!==I&&x[F]===0;)F++;for(var R=c.repeat(w);F<I;++F)R+=t.charAt(x[F]);return R}function d(p){if(typeof p!="string")throw new TypeError("Expected String");if(p.length===0)return new Uint8Array;var w=0;if(p[w]!==" "){for(var m=0,P=0;p[w]===c;)m++,w++;for(var T=(p.length-w)*u+1>>>0,I=new Uint8Array(T);p[w];){var x=n[p.charCodeAt(w)];if(x===255)return;for(var S=0,U=T-1;(x!==0||S<P)&&U!==-1;U--,S++)x+=a*I[U]>>>0,I[U]=x%256>>>0,x=x/256>>>0;if(x!==0)throw new Error("Non-zero carry");P=S,w++}if(p[w]!==" "){for(var k=T-P;k!==T&&I[k]===0;)k++;for(var F=new Uint8Array(m+(T-k)),R=m;k!==T;)F[R++]=I[k++];return F}}}function h(p){var w=d(p);if(w)return w;throw new Error(`Non-${e} character`)}return{encode:f,decodeUnsafe:d,decode:h}}var XD=YD,JD=XD;const uy=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},QD=t=>new TextEncoder().encode(t),_D=t=>new TextDecoder().decode(t);class $D{constructor(e,n,r){this.name=e,this.prefix=n,this.baseEncode=r}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}}class eR{constructor(e,n,r){if(this.name=e,this.prefix=n,n.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=n.codePointAt(0),this.baseDecode=r}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return ly(this,e)}}class tR{constructor(e){this.decoders=e}or(e){return ly(this,e)}decode(e){const n=e[0],r=this.decoders[n];if(r)return r.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}const ly=(t,e)=>new tR({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}});class nR{constructor(e,n,r,i){this.name=e,this.prefix=n,this.baseEncode=r,this.baseDecode=i,this.encoder=new $D(e,n,r),this.decoder=new eR(e,n,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}}const qc=({name:t,prefix:e,encode:n,decode:r})=>new nR(t,e,n,r),Lo=({prefix:t,name:e,alphabet:n})=>{const{encode:r,decode:i}=JD(n,e);return qc({prefix:t,name:e,encode:r,decode:s=>uy(i(s))})},rR=(t,e,n,r)=>{const i={};for(let l=0;l<e.length;++l)i[e[l]]=l;let s=t.length;for(;t[s-1]==="=";)--s;const o=new Uint8Array(s*n/8|0);let a=0,c=0,u=0;for(let l=0;l<s;++l){const f=i[t[l]];if(f===void 0)throw new SyntaxError(`Non-${r} character`);c=c<<n|f,a+=n,a>=8&&(a-=8,o[u++]=255&c>>a)}if(a>=n||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return o},iR=(t,e,n)=>{const r=e[e.length-1]==="=",i=(1<<n)-1;let s="",o=0,a=0;for(let c=0;c<t.length;++c)for(a=a<<8|t[c],o+=8;o>n;)o-=n,s+=e[i&a>>o];if(o&&(s+=e[i&a<<n-o]),r)for(;s.length*n&7;)s+="=";return s},rt=({name:t,prefix:e,bitsPerChar:n,alphabet:r})=>qc({prefix:e,name:t,encode(i){return iR(i,r,n)},decode(i){return rR(i,r,n,t)}}),sR=qc({prefix:"\0",name:"identity",encode:t=>_D(t),decode:t=>QD(t)});var oR=Object.freeze({__proto__:null,identity:sR});const aR=rt({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var cR=Object.freeze({__proto__:null,base2:aR});const uR=rt({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var lR=Object.freeze({__proto__:null,base8:uR});const fR=Lo({prefix:"9",name:"base10",alphabet:"0123456789"});var hR=Object.freeze({__proto__:null,base10:fR});const dR=rt({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),pR=rt({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var gR=Object.freeze({__proto__:null,base16:dR,base16upper:pR});const bR=rt({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),wR=rt({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),yR=rt({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),mR=rt({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),vR=rt({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),ER=rt({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),xR=rt({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),IR=rt({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),SR=rt({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var BR=Object.freeze({__proto__:null,base32:bR,base32upper:wR,base32pad:yR,base32padupper:mR,base32hex:vR,base32hexupper:ER,base32hexpad:xR,base32hexpadupper:IR,base32z:SR});const OR=Lo({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),AR=Lo({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var PR=Object.freeze({__proto__:null,base36:OR,base36upper:AR});const DR=Lo({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),RR=Lo({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var TR=Object.freeze({__proto__:null,base58btc:DR,base58flickr:RR});const NR=rt({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),UR=rt({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),CR=rt({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),FR=rt({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var qR=Object.freeze({__proto__:null,base64:NR,base64pad:UR,base64url:CR,base64urlpad:FR});const fy=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),kR=fy.reduce((t,e,n)=>(t[n]=e,t),[]),LR=fy.reduce((t,e,n)=>(t[e.codePointAt(0)]=n,t),[]);function MR(t){return t.reduce((e,n)=>(e+=kR[n],e),"")}function jR(t){const e=[];for(const n of t){const r=LR[n.codePointAt(0)];if(r===void 0)throw new Error(`Non-base256emoji character: ${n}`);e.push(r)}return new Uint8Array(e)}const zR=qc({prefix:"\u{1F680}",name:"base256emoji",encode:MR,decode:jR});var KR=Object.freeze({__proto__:null,base256emoji:zR}),VR=dy,hy=128,HR=127,GR=~HR,WR=Math.pow(2,31);function dy(t,e,n){e=e||[],n=n||0;for(var r=n;t>=WR;)e[n++]=t&255|hy,t/=128;for(;t&GR;)e[n++]=t&255|hy,t>>>=7;return e[n]=t|0,dy.bytes=n-r+1,e}var ZR=eh,YR=128,py=127;function eh(t,r){var n=0,r=r||0,i=0,s=r,o,a=t.length;do{if(s>=a)throw eh.bytes=0,new RangeError("Could not decode varint");o=t[s++],n+=i<28?(o&py)<<i:(o&py)*Math.pow(2,i),i+=7}while(o>=YR);return eh.bytes=s-r,n}var XR=Math.pow(2,7),JR=Math.pow(2,14),QR=Math.pow(2,21),_R=Math.pow(2,28),$R=Math.pow(2,35),eT=Math.pow(2,42),tT=Math.pow(2,49),nT=Math.pow(2,56),rT=Math.pow(2,63),iT=function(t){return t<XR?1:t<JR?2:t<QR?3:t<_R?4:t<$R?5:t<eT?6:t<tT?7:t<nT?8:t<rT?9:10},sT={encode:VR,decode:ZR,encodingLength:iT},gy=sT;const by=(t,e,n=0)=>(gy.encode(t,e,n),e),wy=t=>gy.encodingLength(t),th=(t,e)=>{const n=e.byteLength,r=wy(t),i=r+wy(n),s=new Uint8Array(i+n);return by(t,s,0),by(n,s,r),s.set(e,i),new oT(t,n,e,s)};class oT{constructor(e,n,r,i){this.code=e,this.size=n,this.digest=r,this.bytes=i}}const yy=({name:t,code:e,encode:n})=>new aT(t,e,n);class aT{constructor(e,n,r){this.name=e,this.code=n,this.encode=r}digest(e){if(e instanceof Uint8Array){const n=this.encode(e);return n instanceof Uint8Array?th(this.code,n):n.then(r=>th(this.code,r))}else throw Error("Unknown type, must be binary type")}}const my=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),cT=yy({name:"sha2-256",code:18,encode:my("SHA-256")}),uT=yy({name:"sha2-512",code:19,encode:my("SHA-512")});var lT=Object.freeze({__proto__:null,sha256:cT,sha512:uT});const vy=0,fT="identity",Ey=uy;var hT=Object.freeze({__proto__:null,identity:{code:vy,name:fT,encode:Ey,digest:t=>th(vy,Ey(t))}});new TextEncoder,new TextDecoder;const xy={...oR,...cR,...lR,...hR,...gR,...BR,...PR,...TR,...qR,...KR};({...lT,...hT});function Iy(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function dT(t=0){return globalThis.Buffer!=null&&globalThis.Buffer.allocUnsafe!=null?Iy(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function Sy(t,e,n,r){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:n},decoder:{decode:r}}}const By=Sy("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),nh=Sy("ascii","a",t=>{let e="a";for(let n=0;n<t.length;n++)e+=String.fromCharCode(t[n]);return e},t=>{t=t.substring(1);const e=dT(t.length);for(let n=0;n<t.length;n++)e[n]=t.charCodeAt(n);return e}),pT={utf8:By,"utf-8":By,hex:xy.base16,latin1:nh,ascii:nh,binary:nh,...xy};function gT(t,e="utf8"){const n=pT[e];if(!n)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Iy(globalThis.Buffer.from(t,"utf-8")):n.decoder.decode(`${n.prefix}${t}`)}var bT=Object.defineProperty,wT=(t,e,n)=>e in t?bT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Ln=(t,e,n)=>wT(t,typeof e!="symbol"?e+"":e,n);class yT{constructor(e,n){this.core=e,this.logger=n,Ln(this,"keychain",new Map),Ln(this,"name",yD),Ln(this,"version",mD),Ln(this,"initialized",!1),Ln(this,"storagePrefix",qn),Ln(this,"init",async()=>{if(!this.initialized){const r=await this.getKeyChain();typeof r<"u"&&(this.keychain=r),this.initialized=!0}}),Ln(this,"has",r=>(this.isInitialized(),this.keychain.has(r))),Ln(this,"set",async(r,i)=>{this.isInitialized(),this.keychain.set(r,i),await this.persist()}),Ln(this,"get",r=>{this.isInitialized();const i=this.keychain.get(r);if(typeof i>"u"){const{message:s}=_("NO_MATCHING_KEY",`${this.name}: ${r}`);throw new Error(s)}return i}),Ln(this,"del",async r=>{this.isInitialized(),this.keychain.delete(r),await this.persist()}),this.core=e,this.logger=Gt(n,this.name)}get context(){return Rt(this.logger)}get storageKey(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//"+this.name}async setKeyChain(e){await this.core.storage.setItem(this.storageKey,Wl(e))}async getKeyChain(){const e=await this.core.storage.getItem(this.storageKey);return typeof e<"u"?Zl(e):void 0}async persist(){await this.setKeyChain(this.keychain)}isInitialized(){if(!this.initialized){const{message:e}=_("NOT_INITIALIZED",this.name);throw new Error(e)}}}var mT=Object.defineProperty,vT=(t,e,n)=>e in t?mT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Je=(t,e,n)=>vT(t,typeof e!="symbol"?e+"":e,n);class ET{constructor(e,n,r){this.core=e,this.logger=n,Je(this,"name",bD),Je(this,"keychain"),Je(this,"randomSessionIdentifier",Of()),Je(this,"initialized",!1),Je(this,"clientId"),Je(this,"init",async()=>{this.initialized||(await this.keychain.init(),this.initialized=!0)}),Je(this,"hasKeys",i=>(this.isInitialized(),this.keychain.has(i))),Je(this,"getClientId",async()=>{if(this.isInitialized(),this.clientId)return this.clientId;const i=await this.getClientSeed(),s=Rg(i),o=Dg(s.publicKey);return this.clientId=o,o}),Je(this,"generateKeyPair",()=>{this.isInitialized();const i=WS();return this.setPrivateKey(i.publicKey,i.privateKey)}),Je(this,"signJWT",async i=>{this.isInitialized();const s=await this.getClientSeed(),o=Rg(s),a=this.randomSessionIdentifier;return await lx(a,i,wD,o)}),Je(this,"generateSharedKey",(i,s,o)=>{this.isInitialized();const a=this.getPrivateKey(i),c=ZS(a,s);return this.setSymKey(c,o)}),Je(this,"setSymKey",async(i,s)=>{this.isInitialized();const o=s||mc(i);return await this.keychain.set(o,i),o}),Je(this,"deleteKeyPair",async i=>{this.isInitialized(),await this.keychain.del(i)}),Je(this,"deleteSymKey",async i=>{this.isInitialized(),await this.keychain.del(i)}),Je(this,"encode",async(i,s,o)=>{this.isInitialized();const a=Wb(o),c=to(s);if(Yb(a))return JS(c,o?.encoding);if(Zb(a)){const d=a.senderPublicKey,h=a.receiverPublicKey;i=await this.generateSharedKey(d,h)}const u=this.getSymKey(i),{type:l,senderPublicKey:f}=a;return YS({type:l,symKey:u,message:c,senderPublicKey:f,encoding:o?.encoding})}),Je(this,"decode",async(i,s,o)=>{this.isInitialized();const a=_S(s,o);if(Yb(a)){const c=QS(s,o?.encoding);return as(c)}if(Zb(a)){const c=a.receiverPublicKey,u=a.senderPublicKey;i=await this.generateSharedKey(c,u)}try{const c=this.getSymKey(i),u=XS({symKey:c,encoded:s,encoding:o?.encoding});return as(u)}catch(c){this.logger.error(`Failed to decode message from topic: '${i}', clientId: '${await this.getClientId()}'`),this.logger.error(c)}}),Je(this,"getPayloadType",(i,s=Mt)=>{const o=Io({encoded:i,encoding:s});return Di(o.type)}),Je(this,"getPayloadSenderPublicKey",(i,s=Mt)=>{const o=Io({encoded:i,encoding:s});return o.senderPublicKey?qt(o.senderPublicKey,At):void 0}),this.core=e,this.logger=Gt(n,this.name),this.keychain=r||new yT(this.core,this.logger)}get context(){return Rt(this.logger)}async setPrivateKey(e,n){return await this.keychain.set(e,n),e}getPrivateKey(e){return this.keychain.get(e)}async getClientSeed(){let e="";try{e=this.keychain.get(iy)}catch{e=Of(),await this.keychain.set(iy,e)}return gT(e,"base16")}getSymKey(e){return this.keychain.get(e)}isInitialized(){if(!this.initialized){const{message:e}=_("NOT_INITIALIZED",this.name);throw new Error(e)}}}var xT=Object.defineProperty,IT=Object.defineProperties,ST=Object.getOwnPropertyDescriptors,Oy=Object.getOwnPropertySymbols,BT=Object.prototype.hasOwnProperty,OT=Object.prototype.propertyIsEnumerable,rh=(t,e,n)=>e in t?xT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,AT=(t,e)=>{for(var n in e||(e={}))BT.call(e,n)&&rh(t,n,e[n]);if(Oy)for(var n of Oy(e))OT.call(e,n)&&rh(t,n,e[n]);return t},PT=(t,e)=>IT(t,ST(e)),_t=(t,e,n)=>rh(t,typeof e!="symbol"?e+"":e,n);class DT extends fP{constructor(e,n){super(e,n),this.logger=e,this.core=n,_t(this,"messages",new Map),_t(this,"messagesWithoutClientAck",new Map),_t(this,"name",vD),_t(this,"version",ED),_t(this,"initialized",!1),_t(this,"storagePrefix",qn),_t(this,"init",async()=>{if(!this.initialized){this.logger.trace("Initialized");try{const r=await this.getRelayerMessages();typeof r<"u"&&(this.messages=r);const i=await this.getRelayerMessagesWithoutClientAck();typeof i<"u"&&(this.messagesWithoutClientAck=i),this.logger.debug(`Successfully Restored records for ${this.name}`),this.logger.trace({type:"method",method:"restore",size:this.messages.size})}catch(r){this.logger.debug(`Failed to Restore records for ${this.name}`),this.logger.error(r)}finally{this.initialized=!0}}}),_t(this,"set",async(r,i,s)=>{this.isInitialized();const o=an(i);let a=this.messages.get(r);if(typeof a>"u"&&(a={}),typeof a[o]<"u")return o;if(a[o]=i,this.messages.set(r,a),s===Fc.inbound){const c=this.messagesWithoutClientAck.get(r)||{};this.messagesWithoutClientAck.set(r,PT(AT({},c),{[o]:i}))}return await this.persist(),o}),_t(this,"get",r=>{this.isInitialized();let i=this.messages.get(r);return typeof i>"u"&&(i={}),i}),_t(this,"getWithoutAck",r=>{this.isInitialized();const i={};for(const s of r){const o=this.messagesWithoutClientAck.get(s)||{};i[s]=Object.values(o)}return i}),_t(this,"has",(r,i)=>{this.isInitialized();const s=this.get(r),o=an(i);return typeof s[o]<"u"}),_t(this,"ack",async(r,i)=>{this.isInitialized();const s=this.messagesWithoutClientAck.get(r);if(typeof s>"u")return;const o=an(i);delete s[o],Object.keys(s).length===0?this.messagesWithoutClientAck.delete(r):this.messagesWithoutClientAck.set(r,s),await this.persist()}),_t(this,"del",async r=>{this.isInitialized(),this.messages.delete(r),this.messagesWithoutClientAck.delete(r),await this.persist()}),this.logger=Gt(e,this.name),this.core=n}get context(){return Rt(this.logger)}get storageKey(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//"+this.name}get storageKeyWithoutClientAck(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//"+this.name+"_withoutClientAck"}async setRelayerMessages(e){await this.core.storage.setItem(this.storageKey,Wl(e))}async setRelayerMessagesWithoutClientAck(e){await this.core.storage.setItem(this.storageKeyWithoutClientAck,Wl(e))}async getRelayerMessages(){const e=await this.core.storage.getItem(this.storageKey);return typeof e<"u"?Zl(e):void 0}async getRelayerMessagesWithoutClientAck(){const e=await this.core.storage.getItem(this.storageKeyWithoutClientAck);return typeof e<"u"?Zl(e):void 0}async persist(){await this.setRelayerMessages(this.messages),await this.setRelayerMessagesWithoutClientAck(this.messagesWithoutClientAck)}isInitialized(){if(!this.initialized){const{message:e}=_("NOT_INITIALIZED",this.name);throw new Error(e)}}}var RT=Object.defineProperty,TT=Object.defineProperties,NT=Object.getOwnPropertyDescriptors,Ay=Object.getOwnPropertySymbols,UT=Object.prototype.hasOwnProperty,CT=Object.prototype.propertyIsEnumerable,ih=(t,e,n)=>e in t?RT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Bs=(t,e)=>{for(var n in e||(e={}))UT.call(e,n)&&ih(t,n,e[n]);if(Ay)for(var n of Ay(e))CT.call(e,n)&&ih(t,n,e[n]);return t},Py=(t,e)=>TT(t,NT(e)),hn=(t,e,n)=>ih(t,typeof e!="symbol"?e+"":e,n);class FT extends hP{constructor(e,n){super(e,n),this.relayer=e,this.logger=n,hn(this,"events",new ut.exports.EventEmitter),hn(this,"name",ID),hn(this,"queue",new Map),hn(this,"publishTimeout",J.toMiliseconds(J.ONE_MINUTE)),hn(this,"initialPublishTimeout",J.toMiliseconds(J.ONE_SECOND*15)),hn(this,"needsTransportRestart",!1),hn(this,"publish",async(r,i,s)=>{var o,a,c,u,l;this.logger.debug("Publishing Payload"),this.logger.trace({type:"method",method:"publish",params:{topic:r,message:i,opts:s}});const f=s?.ttl||xD,d=s?.prompt||!1,h=s?.tag||0,p=s?.id||ri().toString(),w=ws(vc().protocol),m={id:p,method:s?.publishMethod||w.publish,params:Bs({topic:r,message:i,ttl:f,prompt:d,tag:h,attestation:s?.attestation},s?.tvf)},P=`Failed to publish payload, please try again. id:${p} tag:${h}`;try{Ge((o=m.params)==null?void 0:o.prompt)&&((a=m.params)==null||delete a.prompt),Ge((c=m.params)==null?void 0:c.tag)&&((u=m.params)==null||delete u.tag);const T=new Promise(async I=>{const x=({id:U})=>{var k;((k=m.id)==null?void 0:k.toString())===U.toString()&&(this.removeRequestFromQueue(U),this.relayer.events.removeListener(Le.publish,x),I())};this.relayer.events.on(Le.publish,x);const S=Tn(new Promise((U,k)=>{this.rpcPublish(m,s).then(U).catch(F=>{this.logger.warn(F,F?.message),k(F)})}),this.initialPublishTimeout,`Failed initial publish, retrying.... id:${p} tag:${h}`);try{await S,this.events.removeListener(Le.publish,x)}catch(U){this.queue.set(p,{request:m,opts:s,attempt:1}),this.logger.warn(U,U?.message)}});this.logger.trace({type:"method",method:"publish",params:{id:p,topic:r,message:i,opts:s}}),await Tn(T,this.publishTimeout,P)}catch(T){if(this.logger.debug("Failed to Publish Payload"),this.logger.error(T),(l=s?.internal)!=null&&l.throwOnFailedPublish)throw T}finally{this.queue.delete(p)}}),hn(this,"publishCustom",async r=>{var i,s,o,a,c;this.logger.debug("Publishing custom payload"),this.logger.trace({type:"method",method:"publishCustom",params:r});const{payload:u,opts:l={}}=r,{attestation:f,tvf:d,publishMethod:h,prompt:p,tag:w,ttl:m=J.FIVE_MINUTES}=l,P=l.id||ri().toString(),T=ws(vc().protocol),I=h||T.publish,x={id:P,method:I,params:Bs(Py(Bs({},u),{ttl:m,prompt:p,tag:w,attestation:f}),d)},S=`Failed to publish custom payload, please try again. id:${P} tag:${w}`;try{Ge((i=x.params)==null?void 0:i.prompt)&&((s=x.params)==null||delete s.prompt),Ge((o=x.params)==null?void 0:o.tag)&&((a=x.params)==null||delete a.tag);const U=new Promise(async k=>{const F=({id:G})=>{var H;((H=x.id)==null?void 0:H.toString())===G.toString()&&(this.removeRequestFromQueue(G),this.relayer.events.removeListener(Le.publish,F),k())};this.relayer.events.on(Le.publish,F);const R=Tn(new Promise((G,H)=>{this.rpcPublish(x,l).then(G).catch(E=>{this.logger.warn(E,E?.message),H(E)})}),this.initialPublishTimeout,`Failed initial custom payload publish, retrying.... method:${I} id:${P} tag:${w}`);try{await R,this.events.removeListener(Le.publish,F)}catch(G){this.queue.set(P,{request:x,opts:l,attempt:1}),this.logger.warn(G,G?.message)}});this.logger.trace({type:"method",method:"publish",params:{id:P,payload:u,opts:l}}),await Tn(U,this.publishTimeout,S)}catch(U){if(this.logger.debug("Failed to Publish Payload"),this.logger.error(U),(c=l?.internal)!=null&&c.throwOnFailedPublish)throw U}finally{this.queue.delete(P)}}),hn(this,"on",(r,i)=>{this.events.on(r,i)}),hn(this,"once",(r,i)=>{this.events.once(r,i)}),hn(this,"off",(r,i)=>{this.events.off(r,i)}),hn(this,"removeListener",(r,i)=>{this.events.removeListener(r,i)}),this.relayer=e,this.logger=Gt(n,this.name),this.registerEventListeners()}get context(){return Rt(this.logger)}async rpcPublish(e,n){this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"message",direction:"outgoing",request:e});const r=await this.relayer.request(e);return this.relayer.events.emit(Le.publish,Bs(Bs({},e),n)),this.logger.debug("Successfully Published Payload"),r}removeRequestFromQueue(e){this.queue.delete(e)}checkQueue(){this.queue.forEach(async(e,n)=>{var r;const i=e.attempt+1;this.queue.set(n,Py(Bs({},e),{attempt:i})),this.logger.warn({},`Publisher: queue->publishing: ${e.request.id}, tag: ${(r=e.request.params)==null?void 0:r.tag}, attempt: ${i}`),await this.rpcPublish(e.request,e.opts),this.logger.warn({},`Publisher: queue->published: ${e.request.id}`)})}registerEventListeners(){this.relayer.core.heartbeat.on(qi.pulse,()=>{if(this.needsTransportRestart){this.needsTransportRestart=!1,this.relayer.events.emit(Le.connection_stalled);return}this.checkQueue()}),this.relayer.on(Le.message_ack,e=>{this.removeRequestFromQueue(e.id.toString())})}}var qT=Object.defineProperty,kT=(t,e,n)=>e in t?qT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Os=(t,e,n)=>kT(t,typeof e!="symbol"?e+"":e,n);class LT{constructor(){Os(this,"map",new Map),Os(this,"set",(e,n)=>{const r=this.get(e);this.exists(e,n)||this.map.set(e,[...r,n])}),Os(this,"get",e=>this.map.get(e)||[]),Os(this,"exists",(e,n)=>this.get(e).includes(n)),Os(this,"delete",(e,n)=>{if(typeof n>"u"){this.map.delete(e);return}if(!this.map.has(e))return;const r=this.get(e);if(!this.exists(e,n))return;const i=r.filter(s=>s!==n);if(!i.length){this.map.delete(e);return}this.map.set(e,i)}),Os(this,"clear",()=>{this.map.clear()})}get topics(){return Array.from(this.map.keys())}}var MT=Object.defineProperty,jT=Object.defineProperties,zT=Object.getOwnPropertyDescriptors,Dy=Object.getOwnPropertySymbols,KT=Object.prototype.hasOwnProperty,VT=Object.prototype.propertyIsEnumerable,sh=(t,e,n)=>e in t?MT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Mo=(t,e)=>{for(var n in e||(e={}))KT.call(e,n)&&sh(t,n,e[n]);if(Dy)for(var n of Dy(e))VT.call(e,n)&&sh(t,n,e[n]);return t},oh=(t,e)=>jT(t,zT(e)),Pe=(t,e,n)=>sh(t,typeof e!="symbol"?e+"":e,n);class HT extends gP{constructor(e,n){super(e,n),this.relayer=e,this.logger=n,Pe(this,"subscriptions",new Map),Pe(this,"topicMap",new LT),Pe(this,"events",new ut.exports.EventEmitter),Pe(this,"name",RD),Pe(this,"version",TD),Pe(this,"pending",new Map),Pe(this,"cached",[]),Pe(this,"initialized",!1),Pe(this,"storagePrefix",qn),Pe(this,"subscribeTimeout",J.toMiliseconds(J.ONE_MINUTE)),Pe(this,"initialSubscribeTimeout",J.toMiliseconds(J.ONE_SECOND*15)),Pe(this,"clientId"),Pe(this,"batchSubscribeTopicsLimit",500),Pe(this,"init",async()=>{this.initialized||(this.logger.trace("Initialized"),this.registerEventListeners(),await this.restore()),this.initialized=!0}),Pe(this,"subscribe",async(r,i)=>{var s;this.isInitialized(),this.logger.debug("Subscribing Topic"),this.logger.trace({type:"method",method:"subscribe",params:{topic:r,opts:i}});try{const o=vc(i),a={topic:r,relay:o,transportType:i?.transportType};(s=i?.internal)!=null&&s.skipSubscribe||this.pending.set(r,a);const c=await this.rpcSubscribe(r,o,i);return typeof c=="string"&&(this.onSubscribe(c,a),this.logger.debug("Successfully Subscribed Topic"),this.logger.trace({type:"method",method:"subscribe",params:{topic:r,opts:i}})),c}catch(o){throw this.logger.debug("Failed to Subscribe Topic"),this.logger.error(o),o}}),Pe(this,"unsubscribe",async(r,i)=>{this.isInitialized(),typeof i?.id<"u"?await this.unsubscribeById(r,i.id,i):await this.unsubscribeByTopic(r,i)}),Pe(this,"isSubscribed",r=>new Promise(i=>{i(this.topicMap.topics.includes(r))})),Pe(this,"isKnownTopic",r=>new Promise(i=>{i(this.topicMap.topics.includes(r)||this.pending.has(r)||this.cached.some(s=>s.topic===r))})),Pe(this,"on",(r,i)=>{this.events.on(r,i)}),Pe(this,"once",(r,i)=>{this.events.once(r,i)}),Pe(this,"off",(r,i)=>{this.events.off(r,i)}),Pe(this,"removeListener",(r,i)=>{this.events.removeListener(r,i)}),Pe(this,"start",async()=>{await this.onConnect()}),Pe(this,"stop",async()=>{await this.onDisconnect()}),Pe(this,"restart",async()=>{await this.restore(),await this.onRestart()}),Pe(this,"checkPending",async()=>{if(this.pending.size===0&&(!this.initialized||!this.relayer.connected))return;const r=[];this.pending.forEach(i=>{r.push(i)}),await this.batchSubscribe(r)}),Pe(this,"registerEventListeners",()=>{this.relayer.core.heartbeat.on(qi.pulse,async()=>{await this.checkPending()}),this.events.on(Qt.created,async r=>{const i=Qt.created;this.logger.info(`Emitting ${i}`),this.logger.debug({type:"event",event:i,data:r}),await this.persist()}),this.events.on(Qt.deleted,async r=>{const i=Qt.deleted;this.logger.info(`Emitting ${i}`),this.logger.debug({type:"event",event:i,data:r}),await this.persist()})}),this.relayer=e,this.logger=Gt(n,this.name),this.clientId=""}get context(){return Rt(this.logger)}get storageKey(){return this.storagePrefix+this.version+this.relayer.core.customStoragePrefix+"//"+this.name}get length(){return this.subscriptions.size}get ids(){return Array.from(this.subscriptions.keys())}get values(){return Array.from(this.subscriptions.values())}get topics(){return this.topicMap.topics}get hasAnyTopics(){return this.topicMap.topics.length>0||this.pending.size>0||this.cached.length>0||this.subscriptions.size>0}hasSubscription(e,n){let r=!1;try{r=this.getSubscription(e).topic===n}catch{}return r}reset(){this.cached=[],this.initialized=!0}onDisable(){this.values.length>0&&(this.cached=this.values),this.subscriptions.clear(),this.topicMap.clear()}async unsubscribeByTopic(e,n){const r=this.topicMap.get(e);await Promise.all(r.map(async i=>await this.unsubscribeById(e,i,n)))}async unsubscribeById(e,n,r){this.logger.debug("Unsubscribing Topic"),this.logger.trace({type:"method",method:"unsubscribe",params:{topic:e,id:n,opts:r}});try{const i=vc(r);await this.restartToComplete({topic:e,id:n,relay:i}),await this.rpcUnsubscribe(e,n,i);const s=Ue("USER_DISCONNECTED",`${this.name}, ${e}`);await this.onUnsubscribe(e,n,s),this.logger.debug("Successfully Unsubscribed Topic"),this.logger.trace({type:"method",method:"unsubscribe",params:{topic:e,id:n,opts:r}})}catch(i){throw this.logger.debug("Failed to Unsubscribe Topic"),this.logger.error(i),i}}async rpcSubscribe(e,n,r){var i,s;const o=await this.getSubscriptionId(e);if((i=r?.internal)!=null&&i.skipSubscribe)return o;(!r||r?.transportType===Te.relay)&&await this.restartToComplete({topic:e,id:e,relay:n});const a={method:ws(n.protocol).subscribe,params:{topic:e}};this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:a});const c=(s=r?.internal)==null?void 0:s.throwOnFailedPublish;try{if(r?.transportType===Te.link_mode)return setTimeout(()=>{(this.relayer.connected||this.relayer.connecting)&&this.relayer.request(a).catch(f=>this.logger.warn(f))},J.toMiliseconds(J.ONE_SECOND)),o;const u=new Promise(async f=>{const d=h=>{h.topic===e&&(this.events.removeListener(Qt.created,d),f(h.id))};this.events.on(Qt.created,d);try{const h=await Tn(new Promise((p,w)=>{this.relayer.request(a).catch(m=>{this.logger.warn(m,m?.message),w(m)}).then(p)}),this.initialSubscribeTimeout,`Subscribing to ${e} failed, please try again`);this.events.removeListener(Qt.created,d),f(h)}catch{}}),l=await Tn(u,this.subscribeTimeout,`Subscribing to ${e} failed, please try again`);if(!l&&c)throw new Error(`Subscribing to ${e} failed, please try again`);return l?o:null}catch(u){if(this.logger.debug("Outgoing Relay Subscribe Payload stalled"),this.relayer.events.emit(Le.connection_stalled),c)throw u}return null}async rpcBatchSubscribe(e){if(!e.length)return!0;const n=e[0].relay,r={method:ws(n.protocol).batchSubscribe,params:{topics:e.map(i=>i.topic)}};this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:r});try{return await Tn(new Promise((i,s)=>{this.relayer.request(r).then(i).catch(o=>{this.logger.warn(o),s(o)})}),this.subscribeTimeout,"rpcBatchSubscribe failed, please try again"),!0}catch{return this.relayer.events.emit(Le.connection_stalled),!1}}async rpcBatchFetchMessages(e){if(!e.length)return;const n=e[0].relay,r={method:ws(n.protocol).batchFetchMessages,params:{topics:e.map(s=>s.topic)}};this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:r});let i;try{i=await await Tn(new Promise((s,o)=>{this.relayer.request(r).catch(a=>{this.logger.warn(a),o(a)}).then(s)}),this.subscribeTimeout,"rpcBatchFetchMessages failed, please try again")}catch{this.relayer.events.emit(Le.connection_stalled)}return i}rpcUnsubscribe(e,n,r){const i={method:ws(r.protocol).unsubscribe,params:{topic:e,id:n}};return this.logger.debug("Outgoing Relay Payload"),this.logger.trace({type:"payload",direction:"outgoing",request:i}),this.relayer.request(i)}onSubscribe(e,n){this.setSubscription(e,oh(Mo({},n),{id:e})),this.pending.delete(n.topic)}onBatchSubscribe(e){e.length&&e.forEach(n=>{this.setSubscription(n.id,Mo({},n)),this.pending.delete(n.topic)})}async onUnsubscribe(e,n,r){this.events.removeAllListeners(n),this.hasSubscription(n,e)&&this.deleteSubscription(n,r),await this.relayer.messages.del(e)}async setRelayerSubscriptions(e){await this.relayer.core.storage.setItem(this.storageKey,e)}async getRelayerSubscriptions(){return await this.relayer.core.storage.getItem(this.storageKey)}setSubscription(e,n){this.logger.debug("Setting subscription"),this.logger.trace({type:"method",method:"setSubscription",id:e,subscription:n}),this.addSubscription(e,n)}addSubscription(e,n){this.subscriptions.set(e,Mo({},n)),this.topicMap.set(n.topic,e),this.events.emit(Qt.created,n)}getSubscription(e){this.logger.debug("Getting subscription"),this.logger.trace({type:"method",method:"getSubscription",id:e});const n=this.subscriptions.get(e);if(!n){const{message:r}=_("NO_MATCHING_KEY",`${this.name}: ${e}`);throw new Error(r)}return n}deleteSubscription(e,n){this.logger.debug("Deleting subscription"),this.logger.trace({type:"method",method:"deleteSubscription",id:e,reason:n});const r=this.getSubscription(e);this.subscriptions.delete(e),this.topicMap.delete(r.topic,e),this.events.emit(Qt.deleted,oh(Mo({},r),{reason:n}))}async persist(){await this.setRelayerSubscriptions(this.values),this.events.emit(Qt.sync)}async onRestart(){if(this.cached.length){const e=[...this.cached],n=Math.ceil(this.cached.length/this.batchSubscribeTopicsLimit);for(let r=0;r<n;r++){const i=e.splice(0,this.batchSubscribeTopicsLimit);await this.batchSubscribe(i)}}this.events.emit(Qt.resubscribed)}async restore(){try{const e=await this.getRelayerSubscriptions();if(typeof e>"u"||!e.length)return;if(this.subscriptions.size&&!e.every(n=>{var r;return n.topic===((r=this.subscriptions.get(n.id))==null?void 0:r.topic)})){const{message:n}=_("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(n),this.logger.error(`${this.name}: ${JSON.stringify(this.values)}`),new Error(n)}this.cached=e,this.logger.debug(`Successfully Restored subscriptions for ${this.name}`),this.logger.trace({type:"method",method:"restore",subscriptions:this.values})}catch(e){this.logger.debug(`Failed to Restore subscriptions for ${this.name}`),this.logger.error(e)}}async batchSubscribe(e){if(e.length){if(!await this.rpcBatchSubscribe(e)){this.logger.warn(`Batch subscribe failed for ${e.length} topics, adding to pending for retry`),e.forEach(n=>{this.pending.set(n.topic,n)});return}this.onBatchSubscribe(await Promise.all(e.map(async n=>oh(Mo({},n),{id:await this.getSubscriptionId(n.topic)}))))}}async batchFetchMessages(e){if(!e.length)return;this.logger.trace(`Fetching batch messages for ${e.length} subscriptions`);const n=await this.rpcBatchFetchMessages(e);n&&n.messages&&(await hI(J.toMiliseconds(J.ONE_SECOND)),await this.relayer.handleBatchMessageEvents(n.messages))}async onConnect(){await this.restart(),this.reset()}onDisconnect(){this.onDisable()}isInitialized(){if(!this.initialized){const{message:e}=_("NOT_INITIALIZED",this.name);throw new Error(e)}}async restartToComplete(e){!this.relayer.connected&&!this.relayer.connecting&&(this.cached.push(e),await this.relayer.transportOpen())}async getClientId(){return this.clientId||(this.clientId=await this.relayer.core.crypto.getClientId()),this.clientId}async getSubscriptionId(e){return an(e+await this.getClientId())}}var GT=Object.defineProperty,Ry=Object.getOwnPropertySymbols,WT=Object.prototype.hasOwnProperty,ZT=Object.prototype.propertyIsEnumerable,ah=(t,e,n)=>e in t?GT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Ty=(t,e)=>{for(var n in e||(e={}))WT.call(e,n)&&ah(t,n,e[n]);if(Ry)for(var n of Ry(e))ZT.call(e,n)&&ah(t,n,e[n]);return t},pe=(t,e,n)=>ah(t,typeof e!="symbol"?e+"":e,n);class YT extends dP{constructor(e){var n;super(e),pe(this,"protocol","wc"),pe(this,"version",2),pe(this,"core"),pe(this,"logger"),pe(this,"events",new ut.exports.EventEmitter),pe(this,"provider"),pe(this,"messages"),pe(this,"subscriber"),pe(this,"publisher"),pe(this,"name",BD),pe(this,"transportExplicitlyClosed",!1),pe(this,"initialized",!1),pe(this,"connectionAttemptInProgress",!1),pe(this,"relayUrl"),pe(this,"projectId"),pe(this,"packageName"),pe(this,"bundleId"),pe(this,"hasExperiencedNetworkDisruption",!1),pe(this,"pingTimeout"),pe(this,"heartBeatTimeout",J.toMiliseconds(J.THIRTY_SECONDS+J.FIVE_SECONDS)),pe(this,"reconnectTimeout"),pe(this,"connectPromise"),pe(this,"reconnectInProgress",!1),pe(this,"requestsInFlight",[]),pe(this,"connectTimeout",J.toMiliseconds(J.ONE_SECOND*15)),pe(this,"stalledRestartInProgress",!1),pe(this,"stalledRestartTimeout"),pe(this,"stalledRestartBackoff",0),pe(this,"stalledRestartBaseInterval",J.toMiliseconds(J.ONE_SECOND*2)),pe(this,"stalledRestartMaxInterval",J.toMiliseconds(J.THIRTY_SECONDS)),pe(this,"request",async r=>{var i,s;this.logger.debug("Publishing Request Payload");const o=r.id||ri().toString();await this.toEstablishConnection();try{this.logger.trace({id:o,method:r.method,topic:(i=r.params)==null?void 0:i.topic},"relayer.request - publishing...");const a=`${o}:${((s=r.params)==null?void 0:s.tag)||""}`;this.requestsInFlight.push(a);const c=await this.provider.request(r);return this.requestsInFlight=this.requestsInFlight.filter(u=>u!==a),c}catch(a){throw this.logger.debug(`Failed to Publish Request: ${o}`),a}}),pe(this,"resetPingTimeout",()=>{uo()&&(clearTimeout(this.pingTimeout),this.pingTimeout=setTimeout(()=>{var r,i,s,o;try{this.logger.debug({},"pingTimeout: Connection stalled, terminating..."),(o=(s=(i=(r=this.provider)==null?void 0:r.connection)==null?void 0:i.socket)==null?void 0:s.terminate)==null||o.call(s)}catch(a){this.logger.warn(a,a?.message)}},this.heartBeatTimeout))}),pe(this,"onPayloadHandler",r=>{this.onProviderPayload(r),this.resetPingTimeout()}),pe(this,"onConnectHandler",()=>{this.logger.warn({},"Relayer connected \u{1F6DC}"),this.startPingTimeout(),this.events.emit(Le.connect)}),pe(this,"onDisconnectHandler",()=>{this.logger.warn({},"Relayer disconnected \u{1F6D1}"),this.requestsInFlight=[],this.onProviderDisconnect()}),pe(this,"onProviderErrorHandler",r=>{this.logger.fatal(`Fatal socket error: ${r.message}`),this.events.emit(Le.error,r),this.logger.fatal("Fatal socket error received, closing transport"),this.transportExplicitlyClosed=!0,clearTimeout(this.reconnectTimeout),this.reconnectTimeout=void 0,this.reconnectInProgress=!1,this.transportClose().catch(i=>this.logger.warn(i))}),pe(this,"registerProviderListeners",()=>{this.provider.on(ln.payload,this.onPayloadHandler),this.provider.on(ln.connect,this.onConnectHandler),this.provider.on(ln.disconnect,this.onDisconnectHandler),this.provider.on(ln.error,this.onProviderErrorHandler)}),this.core=e.core,this.logger=hw({logger:(n=e.logger)!=null?n:SD,name:this.name}),this.messages=new DT(this.logger,e.core),this.subscriber=new HT(this,this.logger),this.publisher=new FT(this,this.logger),this.projectId=e?.projectId,this.relayUrl=e?.relayUrl||oy,d1()?this.packageName=Gl():p1()&&(this.bundleId=Gl()),this.provider={}}async init(){this.logger.trace("Initialized"),this.registerEventListeners(),await Promise.all([this.messages.init(),this.subscriber.init()]),this.initialized=!0,this.transportOpen().catch(e=>this.logger.warn(e,e?.message))}get context(){return Rt(this.logger)}get connected(){var e,n,r;return((r=(n=(e=this.provider)==null?void 0:e.connection)==null?void 0:n.socket)==null?void 0:r.readyState)===1||!1}get connecting(){var e,n,r;return((r=(n=(e=this.provider)==null?void 0:e.connection)==null?void 0:n.socket)==null?void 0:r.readyState)===0||this.connectPromise!==void 0||!1}async publish(e,n,r){this.isInitialized(),await this.publisher.publish(e,n,r),await this.recordMessageEvent({topic:e,message:n,publishedAt:Date.now(),transportType:Te.relay},Fc.outbound)}async publishCustom(e){this.isInitialized(),await this.publisher.publishCustom(e)}async subscribe(e,n){var r,i,s;this.isInitialized(),(!(n!=null&&n.transportType)||n?.transportType==="relay")&&await this.toEstablishConnection();const o=typeof((r=n?.internal)==null?void 0:r.throwOnFailedPublish)>"u"?!0:(i=n?.internal)==null?void 0:i.throwOnFailedPublish;let a=((s=this.subscriber.topicMap.get(e))==null?void 0:s[0])||"",c;const u=l=>{l.topic===e&&(this.subscriber.off(Qt.created,u),c())};return await Promise.all([new Promise(l=>{c=l,this.subscriber.on(Qt.created,u)}),new Promise(async(l,f)=>{a=await this.subscriber.subscribe(e,Ty({internal:{throwOnFailedPublish:o}},n)).catch(d=>{o&&f(d)})||a,l()})]),a}async unsubscribe(e,n){this.isInitialized(),await this.subscriber.unsubscribe(e,n)}on(e,n){this.events.on(e,n)}once(e,n){this.events.once(e,n)}off(e,n){this.events.off(e,n)}removeListener(e,n){this.events.removeListener(e,n)}async transportDisconnect(){this.provider.disconnect&&(this.hasExperiencedNetworkDisruption||this.connected)?await Tn(this.provider.disconnect(),2e3,"provider.disconnect()").catch(()=>this.onProviderDisconnect()):this.onProviderDisconnect()}async transportClose(){this.transportExplicitlyClosed=!0,clearTimeout(this.stalledRestartTimeout),this.stalledRestartInProgress=!1,this.stalledRestartBackoff=0,await this.resetTransport()}async transportOpen(e){if(!this.subscriber.hasAnyTopics){this.logger.info("Starting WS connection skipped because the client has no topics to work with.");return}if(this.connectPromise?(this.logger.debug({},"Waiting for existing connection attempt to resolve..."),await this.connectPromise,this.logger.debug({},"Existing connection attempt resolved")):(this.connectPromise=new Promise(async(n,r)=>{await this.connect(e).then(n).catch(r).finally(()=>{this.connectPromise=void 0})}),await this.connectPromise),!this.connected)throw new Error(`Couldn't establish socket connection to the relay server: ${this.relayUrl}`)}async restartTransport(e){this.logger.debug({},"Restarting transport..."),!this.connectionAttemptInProgress&&(this.relayUrl=e||this.relayUrl,await this.confirmOnlineStateOrThrow(),await this.resetTransport(),await this.transportOpen())}async resetTransport(){this.reconnectInProgress=!0,clearTimeout(this.reconnectTimeout),this.reconnectTimeout=void 0,await this.transportDisconnect(),await this.subscriber.stop(),this.reconnectInProgress=!1}async confirmOnlineStateOrThrow(){if(!await fw())throw new Error("No internet connection detected. Please restart your network and try again.")}async handleBatchMessageEvents(e){if(e?.length===0){this.logger.trace("Batch message events is empty. Ignoring...");return}const n=e.sort((r,i)=>r.publishedAt-i.publishedAt);this.logger.debug(`Batch of ${n.length} message events sorted`);for(const r of n)try{await this.onMessageEvent(r)}catch(i){this.logger.warn(i,"Error while processing batch message event: "+i?.message)}this.logger.trace(`Batch of ${n.length} message events processed`)}async onLinkMessageEvent(e,n){const{topic:r}=e;if(!n.sessionExists){const i=Ve(J.FIVE_MINUTES),s={topic:r,expiry:i,relay:{protocol:"irn"},active:!1};await this.core.pairing.pairings.set(r,s)}this.events.emit(Le.message,e),await this.recordMessageEvent(e,Fc.inbound)}async connect(e){await this.confirmOnlineStateOrThrow(),e&&e!==this.relayUrl&&(this.relayUrl=e,await this.transportDisconnect()),this.connectionAttemptInProgress=!0,this.transportExplicitlyClosed=!1;let n=1;for(;n<6;){try{if(this.transportExplicitlyClosed)break;this.logger.debug({},`Connecting to ${this.relayUrl}, attempt: ${n}...`),await this.createProvider(),await new Promise(async(r,i)=>{const s=()=>{i(new Error("Connection interrupted while trying to connect"))};this.provider.once(ln.disconnect,s),await Tn(new Promise((o,a)=>{this.provider.connect().then(o).catch(a)}),this.connectTimeout,`Socket stalled when trying to connect to ${this.relayUrl}`).catch(o=>{i(o)}).finally(()=>{this.provider.off(ln.disconnect,s),clearTimeout(this.reconnectTimeout)}),await new Promise(async(o,a)=>{const c=()=>{i(new Error("Connection interrupted while trying to subscribe"))};this.provider.once(ln.disconnect,c),await this.subscriber.start().then(o).catch(a).finally(()=>{this.provider.off(ln.disconnect,c)})}),this.hasExperiencedNetworkDisruption=!1,r()})}catch(r){await this.subscriber.stop();const i=r;this.logger.warn({},i.message),this.hasExperiencedNetworkDisruption=!0}finally{this.connectionAttemptInProgress=!1}if(this.connected){this.logger.debug({},`Connected to ${this.relayUrl} successfully on attempt: ${n}`);break}await new Promise(r=>setTimeout(r,J.toMiliseconds(n*1))),n++}}startPingTimeout(){var e,n,r,i,s;if(uo())try{(n=(e=this.provider)==null?void 0:e.connection)!=null&&n.socket&&((s=(i=(r=this.provider)==null?void 0:r.connection)==null?void 0:i.socket)==null||s.on("ping",()=>{this.resetPingTimeout()})),this.resetPingTimeout()}catch(o){this.logger.warn(o,o?.message)}}async createProvider(){this.provider.connection&&this.unregisterProviderListeners();const e=await this.core.crypto.signJWT(this.relayUrl);this.provider=new uD(new dD(nI({sdkVersion:$f,protocol:this.protocol,version:this.version,relayUrl:this.relayUrl,projectId:this.projectId,auth:e,useOnCloseEvent:!0,bundleId:this.bundleId,packageName:this.packageName}))),this.registerProviderListeners()}async recordMessageEvent(e,n){const{topic:r,message:i}=e;await this.messages.set(r,i,n)}async shouldIgnoreMessageEvent(e){const{topic:n,message:r}=e;if(!r||r.length===0)return this.logger.warn(`Ignoring invalid/empty message: ${r}`),!0;if(!await this.subscriber.isKnownTopic(n))return this.logger.warn(`Ignoring message for unknown topic ${n}`),!0;const i=this.messages.has(n,r);return i&&this.logger.warn(`Ignoring duplicate message: ${r}`),i}async onProviderPayload(e){if(this.logger.debug("Incoming Relay Payload"),this.logger.trace({type:"payload",direction:"incoming",payload:e}),_f(e)){if(!e.method.endsWith(OD))return;const n=e.params,{topic:r,message:i,publishedAt:s,attestation:o}=n.data,a={topic:r,message:i,publishedAt:s,transportType:Te.relay,attestation:o};this.logger.debug("Emitting Relayer Payload"),this.logger.trace(Ty({type:"event",event:n.id},a)),this.events.emit(n.id,a),await this.acknowledgePayload(e),await this.onMessageEvent(a)}else Uc(e)&&this.events.emit(Le.message_ack,e)}async onMessageEvent(e){await this.shouldIgnoreMessageEvent(e)||(await this.recordMessageEvent(e,Fc.inbound),this.events.emit(Le.message,e))}async acknowledgePayload(e){const n=Nc(e.id,!0);await this.provider.connection.send(n)}unregisterProviderListeners(){this.provider.off(ln.payload,this.onPayloadHandler),this.provider.off(ln.connect,this.onConnectHandler),this.provider.off(ln.disconnect,this.onDisconnectHandler),this.provider.off(ln.error,this.onProviderErrorHandler),clearTimeout(this.pingTimeout)}async registerEventListeners(){let e=await fw();$B(async n=>{e!==n&&(e=n,n?await this.transportOpen().catch(r=>this.logger.error(r,r?.message)):(this.hasExperiencedNetworkDisruption=!0,await this.transportDisconnect(),this.transportExplicitlyClosed=!1))}),this.core.heartbeat.on(qi.pulse,async()=>{if(!this.transportExplicitlyClosed&&!this.connected&&nO())try{await this.confirmOnlineStateOrThrow(),await this.transportOpen()}catch(n){this.logger.warn(n,n?.message)}}),this.events.on(Le.connection_stalled,()=>{if(this.transportExplicitlyClosed||this.stalledRestartInProgress)return;this.stalledRestartInProgress=!0;const n=this.stalledRestartBackoff===0?0:Math.min(Math.pow(2,this.stalledRestartBackoff-1)*this.stalledRestartBaseInterval,this.stalledRestartMaxInterval);this.stalledRestartBackoff++,this.logger.warn(`Connection stalled, restarting transport${n?` in ${n}ms`:""}...`),this.stalledRestartTimeout=setTimeout(async()=>{try{if(this.transportExplicitlyClosed)return;await this.restartTransport()}catch(r){this.logger.error(r,r?.message)}finally{this.stalledRestartInProgress=!1}},n)})}async onProviderDisconnect(){clearTimeout(this.pingTimeout),this.events.emit(Le.disconnect),this.connectionAttemptInProgress=!1,!this.reconnectInProgress&&(this.reconnectInProgress=!0,await this.subscriber.stop(),this.subscriber.hasAnyTopics&&(this.transportExplicitlyClosed||(this.reconnectTimeout=setTimeout(async()=>{await this.transportOpen().catch(e=>this.logger.error(e,e?.message)),this.reconnectTimeout=void 0,this.reconnectInProgress=!1},J.toMiliseconds(AD)))))}isInitialized(){if(!this.initialized){const{message:e}=_("NOT_INITIALIZED",this.name);throw new Error(e)}}async toEstablishConnection(){if(await this.confirmOnlineStateOrThrow(),!this.connected){if(this.connectPromise){await this.connectPromise;return}await this.connect()}}}function XT(t,e){return t===e||Number.isNaN(t)&&Number.isNaN(e)}function Ny(t){return Object.getOwnPropertySymbols(t).filter(e=>Object.prototype.propertyIsEnumerable.call(t,e))}function Uy(t){return t==null?t===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(t)}const JT="[object RegExp]",QT="[object String]",_T="[object Number]",$T="[object Boolean]",Cy="[object Arguments]",eN="[object Symbol]",tN="[object Date]",nN="[object Map]",rN="[object Set]",iN="[object Array]",sN="[object Function]",oN="[object ArrayBuffer]",ch="[object Object]",aN="[object Error]",cN="[object DataView]",uN="[object Uint8Array]",lN="[object Uint8ClampedArray]",fN="[object Uint16Array]",hN="[object Uint32Array]",dN="[object BigUint64Array]",pN="[object Int8Array]",gN="[object Int16Array]",bN="[object Int32Array]",wN="[object BigInt64Array]",yN="[object Float32Array]",mN="[object Float64Array]";function Fy(t){if(!t||typeof t!="object")return!1;const e=Object.getPrototypeOf(t);return e===null||e===Object.prototype||Object.getPrototypeOf(e)===null?Object.prototype.toString.call(t)==="[object Object]":!1}function vN(t,e,n){return jo(t,e,void 0,void 0,void 0,void 0,n)}function jo(t,e,n,r,i,s,o){const a=o(t,e,n,r,i,s);if(a!==void 0)return a;if(typeof t==typeof e)switch(typeof t){case"bigint":case"string":case"boolean":case"symbol":case"undefined":return t===e;case"number":return t===e||Object.is(t,e);case"function":return t===e;case"object":return zo(t,e,s,o)}return zo(t,e,s,o)}function zo(t,e,n,r){if(Object.is(t,e))return!0;let i=Uy(t),s=Uy(e);if(i===Cy&&(i=ch),s===Cy&&(s=ch),i!==s)return!1;switch(i){case QT:return t.toString()===e.toString();case _T:{const c=t.valueOf(),u=e.valueOf();return XT(c,u)}case $T:case tN:case eN:return Object.is(t.valueOf(),e.valueOf());case JT:return t.source===e.source&&t.flags===e.flags;case sN:return t===e}n=n??new Map;const o=n.get(t),a=n.get(e);if(o!=null&&a!=null)return o===e;n.set(t,e),n.set(e,t);try{switch(i){case nN:{if(t.size!==e.size)return!1;for(const[c,u]of t.entries())if(!e.has(c)||!jo(u,e.get(c),c,t,e,n,r))return!1;return!0}case rN:{if(t.size!==e.size)return!1;const c=Array.from(t.values()),u=Array.from(e.values());for(let l=0;l<c.length;l++){const f=c[l],d=u.findIndex(h=>jo(f,h,void 0,t,e,n,r));if(d===-1)return!1;u.splice(d,1)}return!0}case iN:case uN:case lN:case fN:case hN:case dN:case pN:case gN:case bN:case wN:case yN:case mN:{if(typeof Buffer<"u"&&Buffer.isBuffer(t)!==Buffer.isBuffer(e)||t.length!==e.length)return!1;for(let c=0;c<t.length;c++)if(!jo(t[c],e[c],c,t,e,n,r))return!1;return!0}case oN:return t.byteLength!==e.byteLength?!1:zo(new Uint8Array(t),new Uint8Array(e),n,r);case cN:return t.byteLength!==e.byteLength||t.byteOffset!==e.byteOffset?!1:zo(new Uint8Array(t),new Uint8Array(e),n,r);case aN:return t.name===e.name&&t.message===e.message;case ch:{if(!(zo(t.constructor,e.constructor,n,r)||Fy(t)&&Fy(e)))return!1;const c=[...Object.keys(t),...Ny(t)],u=[...Object.keys(e),...Ny(e)];if(c.length!==u.length)return!1;for(let l=0;l<c.length;l++){const f=c[l],d=t[f];if(!Object.hasOwn(e,f))return!1;const h=e[f];if(!jo(d,h,f,t,e,n,r))return!1}return!0}default:return!1}}finally{n.delete(t),n.delete(e)}}function EN(){}function xN(t,e){return vN(t,e,EN)}var IN=Object.defineProperty,qy=Object.getOwnPropertySymbols,SN=Object.prototype.hasOwnProperty,BN=Object.prototype.propertyIsEnumerable,uh=(t,e,n)=>e in t?IN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,ky=(t,e)=>{for(var n in e||(e={}))SN.call(e,n)&&uh(t,n,e[n]);if(qy)for(var n of qy(e))BN.call(e,n)&&uh(t,n,e[n]);return t},Kt=(t,e,n)=>uh(t,typeof e!="symbol"?e+"":e,n);class zi extends pP{constructor(e,n,r,i=qn,s=void 0){super(e,n,r,i),this.core=e,this.logger=n,this.name=r,Kt(this,"map",new Map),Kt(this,"version",PD),Kt(this,"cached",[]),Kt(this,"initialized",!1),Kt(this,"getKey"),Kt(this,"storagePrefix",qn),Kt(this,"recentlyDeleted",[]),Kt(this,"recentlyDeletedLimit",200),Kt(this,"init",async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(o=>{this.getKey&&o!==null&&!Ge(o)?this.map.set(this.getKey(o),o):RB(o)?this.map.set(o.id,o):TB(o)&&this.map.set(o.topic,o)}),this.cached=[],this.initialized=!0)}),Kt(this,"set",async(o,a)=>{this.isInitialized(),this.map.has(o)?await this.update(o,a):(this.logger.debug("Setting value"),this.logger.trace({type:"method",method:"set",key:o,value:a}),this.map.set(o,a),await this.persist())}),Kt(this,"get",o=>(this.isInitialized(),this.logger.debug("Getting value"),this.logger.trace({type:"method",method:"get",key:o}),this.getData(o))),Kt(this,"getAll",o=>(this.isInitialized(),o?this.values.filter(a=>Object.keys(o).every(c=>xN(a[c],o[c]))):this.values)),Kt(this,"update",async(o,a)=>{this.isInitialized(),this.logger.debug("Updating value"),this.logger.trace({type:"method",method:"update",key:o,update:a});const c=ky(ky({},this.getData(o)),a);this.map.set(o,c),await this.persist()}),Kt(this,"delete",async(o,a)=>{this.isInitialized(),this.map.has(o)&&(this.logger.debug("Deleting value"),this.logger.trace({type:"method",method:"delete",key:o,reason:a}),this.map.delete(o),this.addToRecentlyDeleted(o),await this.persist())}),this.logger=Gt(n,this.name),this.storagePrefix=i,this.getKey=s}get context(){return Rt(this.logger)}get storageKey(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//"+this.name}get length(){return this.map.size}get keys(){return Array.from(this.map.keys())}get values(){return Array.from(this.map.values())}addToRecentlyDeleted(e){this.recentlyDeleted.push(e),this.recentlyDeleted.length>=this.recentlyDeletedLimit&&this.recentlyDeleted.splice(0,this.recentlyDeletedLimit/2)}async setDataStore(e){await this.core.storage.setItem(this.storageKey,e)}async getDataStore(){return await this.core.storage.getItem(this.storageKey)}getData(e){const n=this.map.get(e);if(!n){if(this.recentlyDeleted.includes(e)){const{message:i}=_("MISSING_OR_INVALID",`Record was recently deleted - ${this.name}: ${e}`);throw this.logger.error(i),new Error(i)}const{message:r}=_("NO_MATCHING_KEY",`${this.name}: ${e}`);throw this.logger.error(r),new Error(r)}return n}async persist(){await this.setDataStore(this.values)}async restore(){try{const e=await this.getDataStore();if(typeof e>"u"||!e.length)return;if(this.map.size){const{message:n}=_("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(n),new Error(n)}this.cached=e,this.logger.debug(`Successfully Restored value for ${this.name}`),this.logger.trace({type:"method",method:"restore",value:this.values})}catch(e){this.logger.debug(`Failed to Restore value for ${this.name}`),this.logger.error(e)}}isInitialized(){if(!this.initialized){const{message:e}=_("NOT_INITIALIZED",this.name);throw new Error(e)}}}var ON=Object.defineProperty,AN=(t,e,n)=>e in t?ON(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,be=(t,e,n)=>AN(t,typeof e!="symbol"?e+"":e,n);class PN{constructor(e,n){this.core=e,this.logger=n,be(this,"name",ND),be(this,"version",UD),be(this,"events",new ut.exports),be(this,"pairings"),be(this,"initialized",!1),be(this,"storagePrefix",qn),be(this,"ignoredPayloadTypes",[ar]),be(this,"registeredMethods",[]),be(this,"init",async()=>{this.initialized||(await this.pairings.init(),await this.cleanup(),this.registerRelayerEvents(),this.registerExpirerEvents(),this.initialized=!0,this.logger.trace("Initialized"))}),be(this,"register",({methods:r})=>{this.isInitialized(),this.registeredMethods=[...new Set([...this.registeredMethods,...r])]}),be(this,"create",async r=>{this.isInitialized();const i=Of(),s=await this.core.crypto.setSymKey(i),o=Ve(J.FIVE_MINUTES),a={protocol:sy},c={topic:s,expiry:o,relay:a,active:!1,methods:r?.methods},u=_b({protocol:this.core.protocol,version:this.core.version,topic:s,symKey:i,relay:a,expiryTimestamp:o,methods:r?.methods});return this.events.emit(Li.create,c),this.core.expirer.set(s,o),await this.pairings.set(s,c),await this.core.relayer.subscribe(s,{transportType:r?.transportType,internal:r?.internal}),{topic:s,uri:u}}),be(this,"pair",async r=>{this.isInitialized();const i=this.core.eventClient.createEvent({properties:{topic:r?.uri,trace:[kn.pairing_started]}});this.isValidPair(r,i);const{topic:s,symKey:o,relay:a,expiryTimestamp:c,methods:u}=Qb(r.uri);i.props.properties.topic=s,i.addTrace(kn.pairing_uri_validation_success),i.addTrace(kn.pairing_uri_not_expired);let l;if(this.pairings.keys.includes(s)){if(l=this.pairings.get(s),i.addTrace(kn.existing_pairing),l.active)throw i.setError(dr.active_pairing_already_exists),new Error(`Pairing already exists: ${s}. Please try again with a new connection URI.`);i.addTrace(kn.pairing_not_expired)}const f=c||Ve(J.FIVE_MINUTES),d={topic:s,relay:a,expiry:f,active:!1,methods:u};this.core.expirer.set(s,f),await this.pairings.set(s,d),i.addTrace(kn.store_new_pairing),r.activatePairing&&await this.activate({topic:s}),this.events.emit(Li.create,d),i.addTrace(kn.emit_inactive_pairing),this.core.crypto.keychain.has(s)||await this.core.crypto.setSymKey(o,s),i.addTrace(kn.subscribing_pairing_topic);try{await this.core.relayer.confirmOnlineStateOrThrow()}catch{i.setError(dr.no_internet_connection)}try{await this.core.relayer.subscribe(s,{relay:a})}catch(h){throw i.setError(dr.subscribe_pairing_topic_failure),h}return i.addTrace(kn.subscribe_pairing_topic_success),d}),be(this,"activate",async({topic:r})=>{this.isInitialized();const i=Ve(J.FIVE_MINUTES);this.core.expirer.set(r,i),await this.pairings.update(r,{active:!0,expiry:i})}),be(this,"ping",async r=>{this.isInitialized(),await this.isValidPing(r),this.logger.warn("ping() is deprecated and will be removed in the next major release.");const{topic:i}=r;if(this.pairings.keys.includes(i)){const s=await this.sendRequest(i,"wc_pairingPing",{}),{done:o,resolve:a,reject:c}=xi();this.events.once(Ee("pairing_ping",s),({error:u})=>{u?c(u):a()}),await o()}}),be(this,"updateExpiry",async({topic:r,expiry:i})=>{this.isInitialized(),await this.pairings.update(r,{expiry:i})}),be(this,"updateMetadata",async({topic:r,metadata:i})=>{this.isInitialized(),await this.pairings.update(r,{peerMetadata:i})}),be(this,"getPairings",()=>(this.isInitialized(),this.pairings.values)),be(this,"disconnect",async r=>{this.isInitialized(),await this.isValidDisconnect(r);const{topic:i}=r;this.pairings.keys.includes(i)&&(await this.sendRequest(i,"wc_pairingDelete",Ue("USER_DISCONNECTED")),await this.deletePairing(i))}),be(this,"formatUriFromPairing",r=>{this.isInitialized();const{topic:i,relay:s,expiry:o,methods:a}=r,c=this.core.crypto.keychain.get(i);return _b({protocol:this.core.protocol,version:this.core.version,topic:i,symKey:c,relay:s,expiryTimestamp:o,methods:a})}),be(this,"sendRequest",async(r,i,s)=>{const o=hr(i,s),a=await this.core.crypto.encode(r,o),c=Fo[i].req;return this.core.history.set(r,o),this.core.relayer.publish(r,a,c),o.id}),be(this,"sendResult",async(r,i,s)=>{const o=Nc(r,s),a=await this.core.crypto.encode(i,o),c=(await this.core.history.get(i,r)).request.method,u=Fo[c].res;await this.core.relayer.publish(i,a,u),await this.core.history.resolve(o)}),be(this,"sendError",async(r,i,s)=>{const o=Qf(r,s),a=await this.core.crypto.encode(i,o),c=(await this.core.history.get(i,r)).request.method,u=Fo[c]?Fo[c].res:Fo.unregistered_method.res;await this.core.relayer.publish(i,a,u),await this.core.history.resolve(o)}),be(this,"deletePairing",async(r,i)=>{await this.core.relayer.unsubscribe(r),await Promise.all([this.pairings.delete(r,Ue("USER_DISCONNECTED")),this.core.crypto.deleteSymKey(r),i?Promise.resolve():this.core.expirer.del(r)])}),be(this,"cleanup",async()=>{const r=this.pairings.getAll().filter(i=>Lr(i.expiry));await Promise.all(r.map(i=>this.deletePairing(i.topic)))}),be(this,"onRelayEventRequest",async r=>{const{topic:i,payload:s}=r;switch(s.method){case"wc_pairingPing":return await this.onPairingPingRequest(i,s);case"wc_pairingDelete":return await this.onPairingDeleteRequest(i,s);default:return await this.onUnknownRpcMethodRequest(i,s)}}),be(this,"onRelayEventResponse",async r=>{const{topic:i,payload:s}=r,o=(await this.core.history.get(i,s.id)).request.method;switch(o){case"wc_pairingPing":return this.onPairingPingResponse(i,s);default:return this.onUnknownRpcMethodResponse(o)}}),be(this,"onPairingPingRequest",async(r,i)=>{const{id:s}=i;try{this.isValidPing({topic:r}),await this.sendResult(s,r,!0),this.events.emit(Li.ping,{id:s,topic:r})}catch(o){await this.sendError(s,r,o),this.logger.error(o)}}),be(this,"onPairingPingResponse",(r,i)=>{const{id:s}=i;setTimeout(()=>{Fn(i)?this.events.emit(Ee("pairing_ping",s),{}):un(i)&&this.events.emit(Ee("pairing_ping",s),{error:i.error})},500)}),be(this,"onPairingDeleteRequest",async(r,i)=>{const{id:s}=i;try{this.isValidDisconnect({topic:r}),await this.deletePairing(r),this.events.emit(Li.delete,{id:s,topic:r})}catch(o){await this.sendError(s,r,o),this.logger.error(o)}}),be(this,"onUnknownRpcMethodRequest",async(r,i)=>{const{id:s,method:o}=i;try{if(this.registeredMethods.includes(o))return;const a=Ue("WC_METHOD_UNSUPPORTED",o);await this.sendError(s,r,a),this.logger.error(a)}catch(a){await this.sendError(s,r,a),this.logger.error(a)}}),be(this,"onUnknownRpcMethodResponse",r=>{this.registeredMethods.includes(r)||this.logger.error(Ue("WC_METHOD_UNSUPPORTED",r))}),be(this,"isValidPair",(r,i)=>{var s;if(!jt(r)){const{message:a}=_("MISSING_OR_INVALID",`pair() params: ${r}`);throw i.setError(dr.malformed_pairing_uri),new Error(a)}if(!DB(r.uri)){const{message:a}=_("MISSING_OR_INVALID",`pair() uri: ${r.uri}`);throw i.setError(dr.malformed_pairing_uri),new Error(a)}const o=Qb(r?.uri);if(!((s=o?.relay)!=null&&s.protocol)){const{message:a}=_("MISSING_OR_INVALID","pair() uri#relay-protocol");throw i.setError(dr.malformed_pairing_uri),new Error(a)}if(!(o!=null&&o.symKey)){const{message:a}=_("MISSING_OR_INVALID","pair() uri#symKey");throw i.setError(dr.malformed_pairing_uri),new Error(a)}if(o!=null&&o.expiryTimestamp&&J.toMiliseconds(o?.expiryTimestamp)<Date.now()){i.setError(dr.pairing_expired);const{message:a}=_("EXPIRED","pair() URI has expired. Please try again with a new connection URI.");throw new Error(a)}}),be(this,"isValidPing",async r=>{if(!jt(r)){const{message:s}=_("MISSING_OR_INVALID",`ping() params: ${r}`);throw new Error(s)}const{topic:i}=r;await this.isValidPairingTopic(i)}),be(this,"isValidDisconnect",async r=>{if(!jt(r)){const{message:s}=_("MISSING_OR_INVALID",`disconnect() params: ${r}`);throw new Error(s)}const{topic:i}=r;await this.isValidPairingTopic(i)}),be(this,"isValidPairingTopic",async r=>{if(!Me(r,!1)){const{message:i}=_("MISSING_OR_INVALID",`pairing topic should be a string: ${r}`);throw new Error(i)}if(!this.pairings.keys.includes(r)){const{message:i}=_("NO_MATCHING_KEY",`pairing topic doesn't exist: ${r}`);throw new Error(i)}if(Lr(this.pairings.get(r).expiry)){await this.deletePairing(r);const{message:i}=_("EXPIRED",`pairing topic: ${r}`);throw new Error(i)}}),this.core=e,this.logger=Gt(n,this.name),this.pairings=new zi(this.core,this.logger,this.name,this.storagePrefix)}get context(){return Rt(this.logger)}isInitialized(){if(!this.initialized){const{message:e}=_("NOT_INITIALIZED",this.name);throw new Error(e)}}registerRelayerEvents(){this.core.relayer.on(Le.message,async e=>{const{topic:n,message:r,transportType:i}=e;if(this.pairings.keys.includes(n)&&i!==Te.link_mode&&!this.ignoredPayloadTypes.includes(this.core.crypto.getPayloadType(r)))try{const s=await this.core.crypto.decode(n,r);_f(s)?(this.core.history.set(n,s),await this.onRelayEventRequest({topic:n,payload:s})):Uc(s)&&(await this.core.history.resolve(s),await this.onRelayEventResponse({topic:n,payload:s}),this.core.history.delete(n,s.id)),await this.core.relayer.messages.ack(n,r)}catch(s){this.logger.error(s)}})}registerExpirerEvents(){this.core.expirer.on(fn.expired,async e=>{const{topic:n}=y1(e.target);n&&this.pairings.keys.includes(n)&&(await this.deletePairing(n,!0),this.events.emit(Li.expire,{topic:n}))})}}var DN=Object.defineProperty,RN=(t,e,n)=>e in t?DN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,it=(t,e,n)=>RN(t,typeof e!="symbol"?e+"":e,n);class TN extends lP{constructor(e,n){super(e,n),this.core=e,this.logger=n,it(this,"records",new Map),it(this,"events",new ut.exports.EventEmitter),it(this,"name",CD),it(this,"version",FD),it(this,"cached",[]),it(this,"initialized",!1),it(this,"storagePrefix",qn),it(this,"init",async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(r=>this.records.set(r.id,r)),this.cached=[],this.registerEventListeners(),this.initialized=!0)}),it(this,"set",(r,i,s)=>{if(this.isInitialized(),this.logger.debug("Setting JSON-RPC request history record"),this.logger.trace({type:"method",method:"set",topic:r,request:i,chainId:s}),this.records.has(i.id))return;const o={id:i.id,topic:r,request:{method:i.method,params:i.params||null},chainId:s,expiry:Ve(J.THIRTY_DAYS)};this.records.set(o.id,o),this.persist(),this.events.emit(xn.created,o)}),it(this,"resolve",async r=>{if(this.isInitialized(),this.logger.debug("Updating JSON-RPC response history record"),this.logger.trace({type:"method",method:"update",response:r}),!this.records.has(r.id))return;const i=await this.getRecord(r.id);typeof i.response>"u"&&(i.response=un(r)?{error:r.error}:{result:r.result},this.records.set(i.id,i),this.persist(),this.events.emit(xn.updated,i))}),it(this,"get",async(r,i)=>(this.isInitialized(),this.logger.debug("Getting record"),this.logger.trace({type:"method",method:"get",topic:r,id:i}),await this.getRecord(i))),it(this,"delete",(r,i)=>{this.isInitialized(),this.logger.debug("Deleting record"),this.logger.trace({type:"method",method:"delete",id:i}),this.values.forEach(s=>{if(s.topic===r){if(typeof i<"u"&&s.id!==i)return;this.records.delete(s.id),this.events.emit(xn.deleted,s)}}),this.persist()}),it(this,"exists",async(r,i)=>(this.isInitialized(),this.records.has(i)?(await this.getRecord(i)).topic===r:!1)),it(this,"on",(r,i)=>{this.events.on(r,i)}),it(this,"once",(r,i)=>{this.events.once(r,i)}),it(this,"off",(r,i)=>{this.events.off(r,i)}),it(this,"removeListener",(r,i)=>{this.events.removeListener(r,i)}),this.logger=Gt(n,this.name)}get context(){return Rt(this.logger)}get storageKey(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//"+this.name}get size(){return this.records.size}get keys(){return Array.from(this.records.keys())}get values(){return Array.from(this.records.values())}get pending(){const e=[];return this.values.forEach(n=>{if(typeof n.response<"u")return;const r={topic:n.topic,request:hr(n.request.method,n.request.params,n.id),chainId:n.chainId};return e.push(r)}),e}async setJsonRpcRecords(e){await this.core.storage.setItem(this.storageKey,e)}async getJsonRpcRecords(){return await this.core.storage.getItem(this.storageKey)}getRecord(e){this.isInitialized();const n=this.records.get(e);if(!n){const{message:r}=_("NO_MATCHING_KEY",`${this.name}: ${e}`);throw new Error(r)}return n}async persist(){await this.setJsonRpcRecords(this.values),this.events.emit(xn.sync)}async restore(){try{const e=await this.getJsonRpcRecords();if(typeof e>"u"||!e.length)return;if(this.records.size){const{message:n}=_("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(n),new Error(n)}this.cached=e,this.logger.debug(`Successfully Restored records for ${this.name}`),this.logger.trace({type:"method",method:"restore",records:this.values})}catch(e){this.logger.debug(`Failed to Restore records for ${this.name}`),this.logger.error(e)}}registerEventListeners(){this.events.on(xn.created,e=>{const n=xn.created;this.logger.info(`Emitting ${n}`),this.logger.debug({type:"event",event:n,record:e})}),this.events.on(xn.updated,e=>{const n=xn.updated;this.logger.info(`Emitting ${n}`),this.logger.debug({type:"event",event:n,record:e})}),this.events.on(xn.deleted,e=>{const n=xn.deleted;this.logger.info(`Emitting ${n}`),this.logger.debug({type:"event",event:n,record:e})}),this.core.heartbeat.on(qi.pulse,()=>{this.cleanup()})}cleanup(){try{this.isInitialized();let e=!1;this.records.forEach(n=>{J.toMiliseconds(n.expiry||0)-Date.now()<=0&&(this.logger.info(`Deleting expired history log: ${n.id}`),this.records.delete(n.id),this.events.emit(xn.deleted,n,!1),e=!0)}),e&&this.persist()}catch(e){this.logger.warn(e)}}isInitialized(){if(!this.initialized){const{message:e}=_("NOT_INITIALIZED",this.name);throw new Error(e)}}}var NN=Object.defineProperty,UN=(t,e,n)=>e in t?NN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,mt=(t,e,n)=>UN(t,typeof e!="symbol"?e+"":e,n);class CN extends bP{constructor(e,n){super(e,n),this.core=e,this.logger=n,mt(this,"expirations",new Map),mt(this,"events",new ut.exports.EventEmitter),mt(this,"name",qD),mt(this,"version",kD),mt(this,"cached",[]),mt(this,"initialized",!1),mt(this,"storagePrefix",qn),mt(this,"init",async()=>{this.initialized||(this.logger.trace("Initialized"),await this.restore(),this.cached.forEach(r=>this.expirations.set(r.target,r)),this.cached=[],this.registerEventListeners(),this.initialized=!0)}),mt(this,"has",r=>{try{const i=this.formatTarget(r);return typeof this.getExpiration(i)<"u"}catch{return!1}}),mt(this,"set",(r,i)=>{this.isInitialized();const s=this.formatTarget(r),o={target:s,expiry:i};this.expirations.set(s,o),this.checkExpiry(s,o),this.events.emit(fn.created,{target:s,expiration:o})}),mt(this,"get",r=>{this.isInitialized();const i=this.formatTarget(r);return this.getExpiration(i)}),mt(this,"del",r=>{if(this.isInitialized(),this.has(r)){const i=this.formatTarget(r),s=this.getExpiration(i);this.expirations.delete(i),this.events.emit(fn.deleted,{target:i,expiration:s})}}),mt(this,"on",(r,i)=>{this.events.on(r,i)}),mt(this,"once",(r,i)=>{this.events.once(r,i)}),mt(this,"off",(r,i)=>{this.events.off(r,i)}),mt(this,"removeListener",(r,i)=>{this.events.removeListener(r,i)}),this.logger=Gt(n,this.name)}get context(){return Rt(this.logger)}get storageKey(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//"+this.name}get length(){return this.expirations.size}get keys(){return Array.from(this.expirations.keys())}get values(){return Array.from(this.expirations.values())}formatTarget(e){if(typeof e=="string")return rI(e);if(typeof e=="number")return iI(e);const{message:n}=_("UNKNOWN_TYPE",`Target type: ${typeof e}`);throw new Error(n)}async setExpirations(e){await this.core.storage.setItem(this.storageKey,e)}async getExpirations(){return await this.core.storage.getItem(this.storageKey)}async persist(){await this.setExpirations(this.values),this.events.emit(fn.sync)}async restore(){try{const e=await this.getExpirations();if(typeof e>"u"||!e.length)return;if(this.expirations.size){const{message:n}=_("RESTORE_WILL_OVERRIDE",this.name);throw this.logger.error(n),new Error(n)}this.cached=e,this.logger.debug(`Successfully Restored expirations for ${this.name}`),this.logger.trace({type:"method",method:"restore",expirations:this.values})}catch(e){this.logger.debug(`Failed to Restore expirations for ${this.name}`),this.logger.error(e)}}getExpiration(e){const n=this.expirations.get(e);if(!n){const{message:r}=_("NO_MATCHING_KEY",`${this.name}: ${e}`);throw this.logger.warn(r),new Error(r)}return n}checkExpiry(e,n){const{expiry:r}=n;J.toMiliseconds(r)-Date.now()<=0&&this.expire(e,n)}expire(e,n){this.expirations.delete(e),this.events.emit(fn.expired,{target:e,expiration:n})}checkExpirations(){this.core.relayer.connected&&this.expirations.forEach((e,n)=>this.checkExpiry(n,e))}registerEventListeners(){this.core.heartbeat.on(qi.pulse,()=>this.checkExpirations()),this.events.on(fn.created,e=>{const n=fn.created;this.logger.info(`Emitting ${n}`),this.logger.debug({type:"event",event:n,data:e}),this.persist()}),this.events.on(fn.expired,e=>{const n=fn.expired;this.logger.info(`Emitting ${n}`),this.logger.debug({type:"event",event:n,data:e}),this.persist()}),this.events.on(fn.deleted,e=>{const n=fn.deleted;this.logger.info(`Emitting ${n}`),this.logger.debug({type:"event",event:n,data:e}),this.persist()})}isInitialized(){if(!this.initialized){const{message:e}=_("NOT_INITIALIZED",this.name);throw new Error(e)}}}var FN=Object.defineProperty,qN=(t,e,n)=>e in t?FN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,je=(t,e,n)=>qN(t,typeof e!="symbol"?e+"":e,n);class kN extends wP{constructor(e,n,r){super(e,n,r),this.core=e,this.logger=n,this.store=r,je(this,"name",LD),je(this,"abortController"),je(this,"isDevEnv"),je(this,"verifyUrlV3",jD),je(this,"storagePrefix",qn),je(this,"version",ry),je(this,"publicKey"),je(this,"fetchPromise"),je(this,"init",async()=>{var i;this.isDevEnv||(this.publicKey=await this.store.getItem(this.storeKey),this.publicKey&&J.toMiliseconds((i=this.publicKey)==null?void 0:i.expiresAt)<Date.now()&&(this.logger.debug("verify v2 public key expired"),await this.removePublicKey()))}),je(this,"register",async i=>{if(!vi()||this.isDevEnv)return;const s=window.location.origin,{id:o,decryptedId:a}=i,c=`${this.verifyUrlV3}/attestation?projectId=${this.core.projectId}&origin=${s}&id=${o}&decryptedId=${a}`;try{const u=ui(),l=this.startAbortTimer(J.ONE_SECOND*5),f=await new Promise((d,h)=>{const p=()=>{window.removeEventListener("message",m),u.body.removeChild(w),h("attestation aborted")};this.abortController.signal.addEventListener("abort",p);const w=u.createElement("iframe");w.src=c,w.style.display="none",w.addEventListener("error",p,{signal:this.abortController.signal});const m=P=>{if(P.data&&typeof P.data=="string")try{const T=JSON.parse(P.data);if(T.type==="verify_attestation"){if(kl(T.attestation).payload.id!==o)return;clearInterval(l),u.body.removeChild(w),this.abortController.signal.removeEventListener("abort",p),window.removeEventListener("message",m),d(T.attestation===null?"":T.attestation)}}catch(T){this.logger.warn(T)}};u.body.appendChild(w),window.addEventListener("message",m,{signal:this.abortController.signal})});return this.logger.debug(f,"jwt attestation"),f}catch(u){this.logger.warn(u)}return""}),je(this,"resolve",async i=>{if(this.isDevEnv)return"";const{attestationId:s,hash:o,encryptedId:a}=i;if(s===""){this.logger.debug("resolve: attestationId is empty, skipping");return}if(s){if(kl(s).payload.id!==a)return;const u=await this.isValidJwtAttestation(s);if(u){if(!u.isVerified){this.logger.warn("resolve: jwt attestation: origin url not verified");return}return u}}if(!o)return;const c=this.getVerifyUrl(i?.verifyUrl);return this.fetchAttestation(o,c)}),je(this,"fetchAttestation",async(i,s)=>{this.logger.debug(`resolving attestation: ${i} from url: ${s}`);const o=this.startAbortTimer(J.ONE_SECOND*5),a=await fetch(`${s}/attestation/${i}?v2Supported=true`,{signal:this.abortController.signal});return clearTimeout(o),a.status===200?await a.json():void 0}),je(this,"getVerifyUrl",i=>{let s=i||qo;return zD.includes(s)||(this.logger.info(`verify url: ${s}, not included in trusted list, assigning default: ${qo}`),s=qo),s}),je(this,"fetchPublicKey",async()=>{try{this.logger.debug(`fetching public key from: ${this.verifyUrlV3}`);const i=this.startAbortTimer(J.FIVE_SECONDS),s=await fetch(`${this.verifyUrlV3}/public-key`,{signal:this.abortController.signal});return clearTimeout(i),await s.json()}catch(i){this.logger.warn(i)}}),je(this,"persistPublicKey",async i=>{this.logger.debug(i,"persisting public key to local storage"),await this.store.setItem(this.storeKey,i),this.publicKey=i}),je(this,"removePublicKey",async()=>{this.logger.debug("removing verify v2 public key from storage"),await this.store.removeItem(this.storeKey),this.publicKey=void 0}),je(this,"isValidJwtAttestation",async i=>{const s=await this.getPublicKey();try{if(s)return this.validateAttestation(i,s)}catch(a){this.logger.error(a),this.logger.warn("error validating attestation")}const o=await this.fetchAndPersistPublicKey();try{if(o)return this.validateAttestation(i,o)}catch(a){this.logger.error(a),this.logger.warn("error validating attestation")}}),je(this,"getPublicKey",async()=>this.publicKey?this.publicKey:await this.fetchAndPersistPublicKey()),je(this,"fetchAndPersistPublicKey",async()=>{if(this.fetchPromise)return await this.fetchPromise,this.publicKey;this.fetchPromise=new Promise(async s=>{const o=await this.fetchPublicKey();o&&(await this.persistPublicKey(o),s(o))});const i=await this.fetchPromise;return this.fetchPromise=void 0,i}),je(this,"validateAttestation",(i,s)=>{const o=eB(i,s.publicKey),a={hasExpired:J.toMiliseconds(o.exp)<Date.now(),payload:o};if(a.hasExpired)throw this.logger.warn("resolve: jwt attestation expired"),new Error("JWT attestation expired");return{origin:a.payload.origin,isScam:a.payload.isScam,isVerified:a.payload.isVerified}}),this.logger=Gt(n,this.name),this.abortController=new AbortController,this.isDevEnv=Yl(),this.init()}get storeKey(){return this.storagePrefix+this.version+this.core.customStoragePrefix+"//verify:public:key"}get context(){return Rt(this.logger)}startAbortTimer(e){return this.abortController=new AbortController,setTimeout(()=>this.abortController.abort(),J.toMiliseconds(e))}}var LN=Object.defineProperty,MN=(t,e,n)=>e in t?LN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Ly=(t,e,n)=>MN(t,typeof e!="symbol"?e+"":e,n);class jN extends yP{constructor(e,n){super(e,n),this.projectId=e,this.logger=n,Ly(this,"context",KD),Ly(this,"registerDeviceToken",async r=>{const{clientId:i,token:s,notificationType:o,enableEncrypted:a=!1}=r,c=`${VD}/${this.projectId}/clients`;await fetch(c,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({client_id:i,type:o,token:s,always_raw:a})})}),this.logger=Gt(n,this.context)}}var zN=Object.defineProperty,My=Object.getOwnPropertySymbols,KN=Object.prototype.hasOwnProperty,VN=Object.prototype.propertyIsEnumerable,lh=(t,e,n)=>e in t?zN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Ko=(t,e)=>{for(var n in e||(e={}))KN.call(e,n)&&lh(t,n,e[n]);if(My)for(var n of My(e))VN.call(e,n)&&lh(t,n,e[n]);return t},Qe=(t,e,n)=>lh(t,typeof e!="symbol"?e+"":e,n);class HN extends mP{constructor(e,n,r=!0){super(e,n,r),this.core=e,this.logger=n,Qe(this,"context",GD),Qe(this,"storagePrefix",qn),Qe(this,"storageVersion",HD),Qe(this,"events",new Map),Qe(this,"shouldPersist",!1),Qe(this,"init",async()=>{if(!Yl())try{const i={eventId:v1(),timestamp:Date.now(),domain:this.getAppDomain(),props:{event:"INIT",type:"",properties:{client_id:await this.core.crypto.getClientId(),user_agent:b1(this.core.relayer.protocol,this.core.relayer.version,$f)}}};await this.sendEvent([i])}catch(i){this.logger.warn(i)}}),Qe(this,"createEvent",i=>{const{event:s="ERROR",type:o="",properties:{topic:a,trace:c}}=i,u=v1(),l=this.core.projectId||"",f=Date.now(),d=Ko({eventId:u,timestamp:f,props:{event:s,type:o,properties:{topic:a,trace:c}},bundleId:l,domain:this.getAppDomain()},this.setMethods(u));return this.telemetryEnabled&&(this.events.set(u,d),this.shouldPersist=!0),d}),Qe(this,"getEvent",i=>{const{eventId:s,topic:o}=i;if(s)return this.events.get(s);const a=Array.from(this.events.values()).find(c=>c.props.properties.topic===o);if(a)return Ko(Ko({},a),this.setMethods(a.eventId))}),Qe(this,"deleteEvent",i=>{const{eventId:s}=i;this.events.delete(s),this.shouldPersist=!0}),Qe(this,"setEventListeners",()=>{this.core.heartbeat.on(qi.pulse,async()=>{this.shouldPersist&&await this.persist(),this.events.forEach(i=>{J.fromMiliseconds(Date.now())-J.fromMiliseconds(i.timestamp)>WD&&(this.events.delete(i.eventId),this.shouldPersist=!0)})})}),Qe(this,"setMethods",i=>({addTrace:s=>this.addTrace(i,s),setError:s=>this.setError(i,s)})),Qe(this,"addTrace",(i,s)=>{const o=this.events.get(i);o&&(o.props.properties.trace.push(s),this.events.set(i,o),this.shouldPersist=!0)}),Qe(this,"setError",(i,s)=>{const o=this.events.get(i);o&&(o.props.type=s,o.timestamp=Date.now(),this.events.set(i,o),this.shouldPersist=!0)}),Qe(this,"persist",async()=>{await this.core.storage.setItem(this.storageKey,Array.from(this.events.values())),this.shouldPersist=!1}),Qe(this,"restore",async()=>{try{const i=await this.core.storage.getItem(this.storageKey)||[];if(!i.length)return;i.forEach(s=>{this.events.set(s.eventId,Ko(Ko({},s),this.setMethods(s.eventId)))})}catch(i){this.logger.warn(i)}}),Qe(this,"submit",async()=>{if(!this.telemetryEnabled||this.events.size===0)return;const i=[];for(const[s,o]of this.events)o.props.type&&i.push(o);if(i.length!==0)try{if((await this.sendEvent(i)).ok)for(const s of i)this.events.delete(s.eventId),this.shouldPersist=!0}catch(s){this.logger.warn(s)}}),Qe(this,"sendEvent",async i=>{const s=this.getAppDomain()?"":"&sp=desktop";return await fetch(`${ZD}?projectId=${this.core.projectId}&st=events_sdk&sv=js-${$f}${s}`,{method:"POST",body:JSON.stringify(i)})}),Qe(this,"getAppDomain",()=>g1().url),this.logger=Gt(n,this.context),this.telemetryEnabled=r,r?this.restore().then(async()=>{await this.submit(),this.setEventListeners()}):this.persist()}get storageKey(){return this.storagePrefix+this.storageVersion+this.core.customStoragePrefix+"//"+this.context}}var GN=Object.defineProperty,jy=Object.getOwnPropertySymbols,WN=Object.prototype.hasOwnProperty,ZN=Object.prototype.propertyIsEnumerable,fh=(t,e,n)=>e in t?GN(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,zy=(t,e)=>{for(var n in e||(e={}))WN.call(e,n)&&fh(t,n,e[n]);if(jy)for(var n of jy(e))ZN.call(e,n)&&fh(t,n,e[n]);return t},Re=(t,e,n)=>fh(t,typeof e!="symbol"?e+"":e,n);class hh extends oP{constructor(e){var n;super(e),Re(this,"protocol",ny),Re(this,"version",ry),Re(this,"name",Cc),Re(this,"relayUrl"),Re(this,"projectId"),Re(this,"customStoragePrefix"),Re(this,"events",new ut.exports.EventEmitter),Re(this,"logger"),Re(this,"heartbeat"),Re(this,"relayer"),Re(this,"crypto"),Re(this,"storage"),Re(this,"history"),Re(this,"expirer"),Re(this,"pairing"),Re(this,"verify"),Re(this,"echoClient"),Re(this,"linkModeSupportedApps"),Re(this,"eventClient"),Re(this,"initialized",!1),Re(this,"logChunkController"),Re(this,"on",(a,c)=>this.events.on(a,c)),Re(this,"once",(a,c)=>this.events.once(a,c)),Re(this,"off",(a,c)=>this.events.off(a,c)),Re(this,"removeListener",(a,c)=>this.events.removeListener(a,c)),Re(this,"dispatchEnvelope",({topic:a,message:c,sessionExists:u})=>{if(!a||!c)return;const l={topic:a,message:c,publishedAt:Date.now(),transportType:Te.link_mode};this.relayer.onLinkMessageEvent(l,{sessionExists:u})});const r=this.getGlobalCore(e?.customStoragePrefix);if(r)try{return this.customStoragePrefix=r.customStoragePrefix,this.logger=r.logger,this.heartbeat=r.heartbeat,this.crypto=r.crypto,this.history=r.history,this.expirer=r.expirer,this.storage=r.storage,this.relayer=r.relayer,this.pairing=r.pairing,this.verify=r.verify,this.echoClient=r.echoClient,this.linkModeSupportedApps=r.linkModeSupportedApps,this.eventClient=r.eventClient,this.initialized=r.initialized,this.logChunkController=r.logChunkController,r}catch(a){console.warn("Failed to copy global core",a)}this.projectId=e?.projectId,this.relayUrl=e?.relayUrl||oy,this.customStoragePrefix=e!=null&&e.customStoragePrefix?`:${e.customStoragePrefix}`:"";const i=Jc({level:typeof e?.logger=="string"&&e.logger?e.logger:pD.logger,name:Cc}),{logger:s,chunkLoggerController:o}=nd({opts:i,maxSizeInBytes:e?.maxLogBlobSizeInBytes,loggerOverride:e?.logger});this.logChunkController=o,(n=this.logChunkController)!=null&&n.downloadLogsBlobInBrowser&&(window.downloadLogsBlobInBrowser=async()=>{var a,c;(a=this.logChunkController)!=null&&a.downloadLogsBlobInBrowser&&((c=this.logChunkController)==null||c.downloadLogsBlobInBrowser({clientId:await this.crypto.getClientId()}))}),this.logger=Gt(s,this.name),this.heartbeat=new Vf,this.crypto=new ET(this,this.logger,e?.keychain),this.history=new TN(this,this.logger),this.expirer=new CN(this,this.logger),this.storage=e!=null&&e.storage?e.storage:new rP(zy(zy({},gD),e?.storageOptions)),this.relayer=new YT({core:this,logger:this.logger,relayUrl:this.relayUrl,projectId:this.projectId}),this.pairing=new PN(this,this.logger),this.verify=new kN(this,this.logger,this.storage),this.echoClient=new jN(this.projectId||"",this.logger),this.linkModeSupportedApps=[],this.eventClient=new HN(this,this.logger,e?.telemetryEnabled),this.setGlobalCore(this)}static async init(e){const n=new hh(e);await n.initialize();const r=await n.crypto.getClientId();return await n.storage.setItem(DD,r),n}get context(){return Rt(this.logger)}async start(){this.initialized||await this.initialize()}async getLogsBlob(){var e;return(e=this.logChunkController)==null?void 0:e.logsToBlob({clientId:await this.crypto.getClientId()})}async addLinkModeSupportedApp(e){this.linkModeSupportedApps.includes(e)||(this.linkModeSupportedApps.push(e),await this.storage.setItem(ay,this.linkModeSupportedApps))}async initialize(){this.logger.trace("Initialized");try{await this.crypto.init(),await this.history.init(),await this.expirer.init(),await this.relayer.init(),await this.heartbeat.init(),await this.pairing.init(),this.linkModeSupportedApps=await this.storage.getItem(ay)||[],this.initialized=!0,this.logger.info("Core Initialization Success")}catch(e){throw this.logger.warn(e,`Core Initialization Failure at epoch ${Date.now()}`),this.logger.error(e.message),e}}getGlobalCore(e=""){try{if(this.isGlobalCoreDisabled())return;const n=`_walletConnectCore_${e}`,r=`${n}_count`;return globalThis[r]=(globalThis[r]||0)+1,globalThis[r]>1&&console.warn(`WalletConnect Core is already initialized. This is probably a mistake and can lead to unexpected behavior. Init() was called ${globalThis[r]} times.`),globalThis[n]}catch(n){console.warn("Failed to get global WalletConnect core",n);return}}setGlobalCore(e){var n;try{if(this.isGlobalCoreDisabled())return;const r=`_walletConnectCore_${((n=e.opts)==null?void 0:n.customStoragePrefix)||""}`;globalThis[r]=e}catch(r){console.warn("Failed to set global WalletConnect core",r)}}isGlobalCoreDisabled(){try{return typeof process<"u"&&process.env.DISABLE_GLOBAL_CORE==="true"}catch{return!0}}}const dh=hh,Ky="wc",Vy=2,Hy="client",ph=`${Ky}@${Vy}:${Hy}:`,gh={name:Hy,logger:"error",controller:!1,relayUrl:"wss://relay.walletconnect.org"},Gy="WALLETCONNECT_DEEPLINK_CHOICE",YN="proposal",Wy="Proposal expired",XN="session",As=J.SEVEN_DAYS,JN="engine",st={wc_sessionPropose:{req:{ttl:J.FIVE_MINUTES,prompt:!0,tag:1100},res:{ttl:J.FIVE_MINUTES,prompt:!1,tag:1101},reject:{ttl:J.FIVE_MINUTES,prompt:!1,tag:1120},autoReject:{ttl:J.FIVE_MINUTES,prompt:!1,tag:1121}},wc_sessionSettle:{req:{ttl:J.FIVE_MINUTES,prompt:!1,tag:1102},res:{ttl:J.FIVE_MINUTES,prompt:!1,tag:1103}},wc_sessionUpdate:{req:{ttl:J.ONE_DAY,prompt:!1,tag:1104},res:{ttl:J.ONE_DAY,prompt:!1,tag:1105}},wc_sessionExtend:{req:{ttl:J.ONE_DAY,prompt:!1,tag:1106},res:{ttl:J.ONE_DAY,prompt:!1,tag:1107}},wc_sessionRequest:{req:{ttl:J.FIVE_MINUTES,prompt:!0,tag:1108},res:{ttl:J.FIVE_MINUTES,prompt:!1,tag:1109}},wc_sessionEvent:{req:{ttl:J.FIVE_MINUTES,prompt:!0,tag:1110},res:{ttl:J.FIVE_MINUTES,prompt:!1,tag:1111}},wc_sessionDelete:{req:{ttl:J.ONE_DAY,prompt:!1,tag:1112},res:{ttl:J.ONE_DAY,prompt:!1,tag:1113}},wc_sessionPing:{req:{ttl:J.ONE_DAY,prompt:!1,tag:1114},res:{ttl:J.ONE_DAY,prompt:!1,tag:1115}},wc_sessionAuthenticate:{req:{ttl:J.ONE_HOUR,prompt:!0,tag:1116},res:{ttl:J.ONE_HOUR,prompt:!1,tag:1117},reject:{ttl:J.FIVE_MINUTES,prompt:!1,tag:1118},autoReject:{ttl:J.FIVE_MINUTES,prompt:!1,tag:1119}}},bh={min:J.FIVE_MINUTES,max:J.SEVEN_DAYS},Mn={idle:"IDLE",active:"ACTIVE"},QN={eth_sendTransaction:{key:""},eth_sendRawTransaction:{key:""},wallet_sendCalls:{key:""},solana_signTransaction:{key:"signature"},solana_signAllTransactions:{key:"transactions"},solana_signAndSendTransaction:{key:"signature"},sui_signAndExecuteTransaction:{key:"digest"},sui_signTransaction:{key:""},hedera_signAndExecuteTransaction:{key:"transactionId"},hedera_executeTransaction:{key:"transactionId"},near_signTransaction:{key:""},near_signTransactions:{key:""},tron_signTransaction:{key:"txID"},xrpl_signTransaction:{key:""},xrpl_signTransactionFor:{key:""},algo_signTxn:{key:""},sendTransfer:{key:"txid"},stacks_stxTransfer:{key:"txId"},polkadot_signTransaction:{key:""},cosmos_signDirect:{key:""}},_N="request",$N=["wc_sessionPropose","wc_sessionRequest","wc_authRequest","wc_sessionAuthenticate"],eU="wc",tU="auth",nU="authKeys",rU="pairingTopics",iU="requests",kc=`${eU}@${1.5}:${tU}:`,Lc=`${kc}:PUB_KEY`;var sU=Object.defineProperty,oU=Object.defineProperties,aU=Object.getOwnPropertyDescriptors,Zy=Object.getOwnPropertySymbols,cU=Object.prototype.hasOwnProperty,uU=Object.prototype.propertyIsEnumerable,wh=(t,e,n)=>e in t?sU(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,ve=(t,e)=>{for(var n in e||(e={}))cU.call(e,n)&&wh(t,n,e[n]);if(Zy)for(var n of Zy(e))uU.call(e,n)&&wh(t,n,e[n]);return t},ot=(t,e)=>oU(t,aU(e)),Y=(t,e,n)=>wh(t,typeof e!="symbol"?e+"":e,n);class lU extends IP{constructor(e){super(e),Y(this,"name",JN),Y(this,"events",new ut.exports),Y(this,"initialized",!1),Y(this,"requestQueue",{state:Mn.idle,queue:[]}),Y(this,"sessionRequestQueue",{state:Mn.idle,queue:[]}),Y(this,"emittedSessionRequests",new dI({limit:500})),Y(this,"requestQueueDelay",J.ONE_SECOND),Y(this,"expectedPairingMethodMap",new Map),Y(this,"recentlyDeletedMap",new Map),Y(this,"recentlyDeletedLimit",200),Y(this,"relayMessageCache",[]),Y(this,"pendingSessions",new Map),Y(this,"init",async()=>{this.initialized||(await this.cleanup(),this.registerRelayerEvents(),this.registerExpirerEvents(),this.registerPairingEvents(),await this.registerLinkModeListeners(),this.client.core.pairing.register({methods:Object.keys(st)}),this.initialized=!0,setTimeout(async()=>{await this.processPendingMessageEvents(),this.sessionRequestQueue.queue=this.getPendingSessionRequests(),this.processSessionRequestQueue()},J.toMiliseconds(this.requestQueueDelay)))}),Y(this,"connect",async n=>{var r;this.isInitialized(),await this.confirmOnlineStateOrThrow();const i=ot(ve({},n),{requiredNamespaces:n.requiredNamespaces||{},optionalNamespaces:n.optionalNamespaces||{}});await this.isValidConnect(i),i.optionalNamespaces=SB(i.requiredNamespaces,i.optionalNamespaces),i.requiredNamespaces={};const{pairingTopic:s,requiredNamespaces:o,optionalNamespaces:a,sessionProperties:c,scopedProperties:u,relays:l,authentication:f,walletPay:d}=i,h=((r=f?.[0])==null?void 0:r.ttl)||st.wc_sessionPropose.req.ttl||J.FIVE_MINUTES;this.validateRequestExpiry(h);let p=s,w,m=!1;try{if(p){const R=this.client.core.pairing.pairings.get(p);this.client.logger.warn("connect() with existing pairing topic is deprecated and will be removed in the next major release."),m=R.active}}catch(R){throw this.client.logger.error(`connect() -> pairing.get(${p}) failed`),R}if(!p||!m){const{topic:R,uri:G}=await this.client.core.pairing.create({internal:{skipSubscribe:!0}});p=R,w=G}if(!p){const{message:R}=_("NO_MATCHING_KEY",`connect() pairing topic: ${p}`);throw new Error(R)}const P=await this.client.core.crypto.generateKeyPair(),T=Ve(h),I=ve(ot(ve(ve({requiredNamespaces:o,optionalNamespaces:a,relays:l??[{protocol:sy}],proposer:{publicKey:P,metadata:this.client.metadata},expiryTimestamp:T,pairingTopic:p},c&&{sessionProperties:c}),u&&{scopedProperties:u}),{id:Cn()}),(f||d)&&{requests:{authentication:f?.map(R=>{const{domain:G,chains:H,nonce:E,uri:b,exp:v,nbf:g,type:y,statement:B,requestId:A,resources:O,signatureTypes:D}=R;return{domain:G,chains:H,nonce:E,type:y??"caip122",aud:b,version:"1",iat:new Date().toISOString(),exp:v,nbf:g,statement:B,requestId:A,resources:O,signatureTypes:D}}),walletPay:d}}),x=Ee("session_connect",I.id),{reject:S,resolve:U,done:k}=xi(h,Wy),F=({id:R})=>{R===I.id&&(this.client.events.off("proposal_expire",F),this.pendingSessions.delete(I.id),this.events.emit(x,{error:{message:Wy,code:0}}))};return this.client.events.on("proposal_expire",F),this.events.once(x,({error:R,session:G})=>{this.client.events.off("proposal_expire",F),R?S(R):G&&U(G)}),await this.setProposal(I.id,I),await this.sendProposeSession({proposal:I,publishOpts:{internal:{throwOnFailedPublish:!0},tvf:{correlationId:I.id}}}).catch(R=>{throw this.deleteProposal(I.id),R}),{uri:w,approval:k}}),Y(this,"pair",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow();try{return await this.client.core.pairing.pair(n)}catch(r){throw this.client.logger.error("pair() failed"),r}}),Y(this,"approve",async n=>{var r,i,s;const o=this.client.core.eventClient.createEvent({properties:{topic:(r=n?.id)==null?void 0:r.toString(),trace:[In.session_approve_started]}});try{this.isInitialized(),await this.confirmOnlineStateOrThrow()}catch(G){throw o.setError(Mi.no_internet_connection),G}try{await this.isValidProposalId(n?.id)}catch(G){throw this.client.logger.error(`approve() -> proposal.get(${n?.id}) failed`),o.setError(Mi.proposal_not_found),G}try{await this.isValidApprove(n)}catch(G){throw this.client.logger.error("approve() -> isValidApprove() failed"),o.setError(Mi.session_approve_namespace_validation_failure),G}const{id:a,relayProtocol:c,namespaces:u,sessionProperties:l,scopedProperties:f,sessionConfig:d,proposalRequestsResponses:h}=n,p=this.client.proposal.get(a);this.client.core.eventClient.deleteEvent({eventId:o.eventId});const{pairingTopic:w,proposer:m,requiredNamespaces:P,optionalNamespaces:T}=p;let I=(i=this.client.core.eventClient)==null?void 0:i.getEvent({topic:w});I||(I=(s=this.client.core.eventClient)==null?void 0:s.createEvent({type:In.session_approve_started,properties:{topic:w,trace:[In.session_approve_started,In.session_namespaces_validation_success]}}));const x=await this.client.core.crypto.generateKeyPair(),S=m.publicKey,U=await this.client.core.crypto.generateSharedKey(x,S),k=ot(ve(ve(ve({relay:{protocol:c??"irn"},namespaces:u,controller:{publicKey:x,metadata:this.client.metadata},expiry:Ve(As)},l&&{sessionProperties:l}),f&&{scopedProperties:f}),d&&{sessionConfig:d}),{proposalRequestsResponses:h}),F=Te.relay;I.addTrace(In.subscribing_session_topic);try{await this.client.core.relayer.subscribe(U,{transportType:F,internal:{skipSubscribe:!0}})}catch(G){throw I.setError(Mi.subscribe_session_topic_failure),G}I.addTrace(In.subscribe_session_topic_success);const R=ot(ve({},k),{topic:U,requiredNamespaces:P,optionalNamespaces:T,pairingTopic:w,acknowledged:!1,self:k.controller,peer:{publicKey:m.publicKey,metadata:m.metadata},controller:x,transportType:Te.relay,authentication:h?.authentication,walletPayResult:h?.walletPay});await this.client.session.set(U,R),I.addTrace(In.store_session);try{await this.sendApproveSession({sessionTopic:U,proposal:p,pairingProposalResponse:{relay:{protocol:c??"irn"},responderPublicKey:x},sessionSettleRequest:k,publishOpts:{internal:{throwOnFailedPublish:!0},tvf:ve({correlationId:a},this.getTVFApproveParams(R))}}),I.addTrace(In.session_approve_publish_success)}catch(G){throw this.client.logger.error(G),this.client.session.delete(U,Ue("USER_DISCONNECTED")),await this.client.core.relayer.unsubscribe(U),G}return this.client.core.eventClient.deleteEvent({eventId:I.eventId}),await this.client.core.pairing.updateMetadata({topic:w,metadata:m.metadata}),await this.deleteProposal(a),await this.client.core.pairing.activate({topic:w}),await this.setExpiry(U,Ve(As)),{topic:U,acknowledged:()=>Promise.resolve(this.client.session.get(U))}}),Y(this,"reject",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow();try{await this.isValidReject(n)}catch(o){throw this.client.logger.error("reject() -> isValidReject() failed"),o}const{id:r,reason:i}=n;let s;try{s=this.client.proposal.get(r).pairingTopic}catch(o){throw this.client.logger.error(`reject() -> proposal.get(${r}) failed`),o}s&&await this.sendError({id:r,topic:s,error:i,rpcOpts:st.wc_sessionPropose.reject}),await this.deleteProposal(r)}),Y(this,"update",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow();try{await this.isValidUpdate(n)}catch(f){throw this.client.logger.error("update() -> isValidUpdate() failed"),f}const{topic:r,namespaces:i}=n,{done:s,resolve:o,reject:a}=xi(J.FIVE_MINUTES,"Session update request expired without receiving any acknowledgement"),c=Cn(),u=ri().toString(),l=this.client.session.get(r).namespaces;return this.events.once(Ee("session_update",c),({error:f})=>{f?a(f):o()}),await this.client.session.update(r,{namespaces:i}),await this.sendRequest({topic:r,method:"wc_sessionUpdate",params:{namespaces:i},throwOnFailedPublish:!0,clientRpcId:c,relayRpcId:u}).catch(f=>{this.client.logger.error(f),this.client.session.update(r,{namespaces:l}),a(f)}),{acknowledged:s}}),Y(this,"extend",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow();try{await this.isValidExtend(n)}catch(c){throw this.client.logger.error("extend() -> isValidExtend() failed"),c}const{topic:r}=n,i=Cn(),{done:s,resolve:o,reject:a}=xi(J.FIVE_MINUTES,"Session extend request expired without receiving any acknowledgement");return this.events.once(Ee("session_extend",i),({error:c})=>{c?a(c):o()}),await this.setExpiry(r,Ve(As)),this.sendRequest({topic:r,method:"wc_sessionExtend",params:{},clientRpcId:i,throwOnFailedPublish:!0}).catch(c=>{a(c)}),{acknowledged:s}}),Y(this,"request",async n=>{this.isInitialized();try{await this.isValidRequest(n)}catch(m){throw this.client.logger.error("request() -> isValidRequest() failed"),m}const{chainId:r,request:i,topic:s,expiry:o=st.wc_sessionRequest.req.ttl}=n,a=this.client.session.get(s);a?.transportType===Te.relay&&await this.confirmOnlineStateOrThrow();const c=Cn(),u=ri().toString(),{done:l,resolve:f,reject:d}=xi(o,"Request expired. Please try again.");this.events.once(Ee("session_request",c),({error:m,result:P})=>{m?d(m):f(P)});const h="wc_sessionRequest",p=this.getAppLinkIfEnabled(a.peer.metadata,a.transportType);if(p)return await this.sendRequest({clientRpcId:c,relayRpcId:u,topic:s,method:h,params:{request:ot(ve({},i),{expiryTimestamp:Ve(o)}),chainId:r},expiry:o,throwOnFailedPublish:!0,appLink:p}).catch(m=>d(m)),this.client.events.emit("session_request_sent",{topic:s,request:i,chainId:r,id:c}),await l();const w={request:ot(ve({},i),{expiryTimestamp:Ve(o)}),chainId:r};return await Promise.all([new Promise(async m=>{await this.sendRequest({clientRpcId:c,relayRpcId:u,topic:s,method:h,params:w,expiry:o,throwOnFailedPublish:!0,tvf:this.getTVFParams(c,w)}).catch(P=>d(P)),this.client.events.emit("session_request_sent",{topic:s,request:i,chainId:r,id:c}),m()}),new Promise(async m=>{var P;if(!((P=a.sessionConfig)!=null&&P.disableDeepLink)){const T=await cI(this.client.core.storage,Gy);await sI({id:c,topic:s,wcDeepLink:T})}m()}),l()]).then(m=>m[2])}),Y(this,"respond",async n=>{var r,i;this.isInitialized();const s=this.client.core.eventClient.createEvent({properties:{topic:n?.topic||((i=(r=n?.response)==null?void 0:r.id)==null?void 0:i.toString()),trace:[In.session_request_response_started]}});try{await this.isValidRespond(n)}catch(f){throw s.addTrace(f?.message),s.setError(Mi.session_request_response_validation_failure),f}s.addTrace(In.session_request_response_validation_success);const{topic:o,response:a}=n,{id:c}=a,u=this.client.session.get(o);u.transportType===Te.relay&&await this.confirmOnlineStateOrThrow();const l=this.getAppLinkIfEnabled(u.peer.metadata,u.transportType);try{s.addTrace(In.session_request_response_publish_started),Fn(a)?await this.sendResult({id:c,topic:o,result:a.result,throwOnFailedPublish:!0,appLink:l}):un(a)&&await this.sendError({id:c,topic:o,error:a.error,appLink:l}),this.cleanupAfterResponse(n)}catch(f){throw s.addTrace(f?.message),s.setError(Mi.session_request_response_publish_failure),f}}),Y(this,"ping",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow();try{await this.isValidPing(n)}catch(i){throw this.client.logger.error("ping() -> isValidPing() failed"),i}const{topic:r}=n;if(this.client.session.keys.includes(r)){const i=Cn(),s=ri().toString(),{done:o,resolve:a,reject:c}=xi(J.FIVE_MINUTES,"Ping request expired without receiving any acknowledgement");this.events.once(Ee("session_ping",i),({error:u})=>{u?c(u):a()}),await Promise.all([this.sendRequest({topic:r,method:"wc_sessionPing",params:{},throwOnFailedPublish:!0,clientRpcId:i,relayRpcId:s}),o()])}else this.client.core.pairing.pairings.keys.includes(r)&&(this.client.logger.warn("ping() on pairing topic is deprecated and will be removed in the next major release."),await this.client.core.pairing.ping({topic:r}))}),Y(this,"emit",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow(),await this.isValidEmit(n);const{topic:r,event:i,chainId:s}=n,o=ri().toString(),a=Cn();await this.sendRequest({topic:r,method:"wc_sessionEvent",params:{event:i,chainId:s},throwOnFailedPublish:!0,relayRpcId:o,clientRpcId:a})}),Y(this,"disconnect",async n=>{this.isInitialized(),await this.confirmOnlineStateOrThrow(),await this.isValidDisconnect(n);const{topic:r}=n;if(this.client.session.keys.includes(r))await this.sendRequest({topic:r,method:"wc_sessionDelete",params:Ue("USER_DISCONNECTED"),throwOnFailedPublish:!0}),await this.deleteSession({topic:r,emitEvent:!1});else if(this.client.core.pairing.pairings.keys.includes(r))await this.client.core.pairing.disconnect({topic:r});else{const{message:i}=_("MISMATCHED_TOPIC",`Session or pairing topic not found: ${r}`);throw new Error(i)}}),Y(this,"find",n=>(this.isInitialized(),this.client.session.getAll().filter(r=>AB(r,n)))),Y(this,"getPendingSessionRequests",()=>this.client.pendingRequest.getAll()),Y(this,"authenticate",async(n,r)=>{var i;this.isInitialized(),this.isValidAuthenticate(n);const s=r&&this.client.core.linkModeSupportedApps.includes(r)&&((i=this.client.metadata.redirect)==null?void 0:i.linkMode),o=s?Te.link_mode:Te.relay;o===Te.relay&&await this.confirmOnlineStateOrThrow();const{chains:a,statement:c="",uri:u,domain:l,nonce:f,type:d,exp:h,nbf:p,methods:w=[],expiry:m}=n,P=[...n.resources||[]],{topic:T,uri:I}=await this.client.core.pairing.create({methods:["wc_sessionAuthenticate"],transportType:o});this.client.logger.info({message:"Generated new pairing",pairing:{topic:T,uri:I}});const x=await this.client.core.crypto.generateKeyPair(),S=mc(x);if(await Promise.all([this.client.auth.authKeys.set(Lc,{responseTopic:S,publicKey:x}),this.client.auth.pairingTopics.set(S,{topic:S,pairingTopic:T})]),await this.client.core.relayer.subscribe(S,{transportType:o}),this.client.logger.info(`sending request to new pairing topic: ${T}`),w.length>0){const{namespace:O}=_a(a[0]);let D=B9(O,"request",w);ac(P)&&(D=A9(D,P.pop())),P.push(D)}const U=m&&m>st.wc_sessionAuthenticate.req.ttl?m:st.wc_sessionAuthenticate.req.ttl,k={authPayload:{type:d??"caip122",chains:a,statement:c,aud:u,domain:l,version:"1",nonce:f,iat:new Date().toISOString(),exp:h,nbf:p,resources:P},requester:{publicKey:x,metadata:this.client.metadata},expiryTimestamp:Ve(U)},F={eip155:{chains:a,methods:[...new Set(["personal_sign",...w])],events:["chainChanged","accountsChanged"]}},R={requiredNamespaces:{},optionalNamespaces:F,relays:[{protocol:"irn"}],pairingTopic:T,proposer:{publicKey:x,metadata:this.client.metadata},expiryTimestamp:Ve(st.wc_sessionPropose.req.ttl),id:Cn()},{done:G,resolve:H,reject:E}=xi(U,"Request expired"),b=Cn(),v=Ee("session_connect",R.id),g=Ee("session_request",b),y=async({error:O,session:D})=>{this.events.off(g,B),O?E(O):D&&H({session:D})},B=async O=>{var D,C,M;if(await this.deletePendingAuthRequest(b,{message:"fulfilled",code:0}),O.error){const N=Ue("WC_METHOD_UNSUPPORTED","wc_sessionAuthenticate");return O.error.code===N.code?void 0:(this.events.off(v,y),E(O.error.message))}await this.deleteProposal(R.id),this.events.off(v,y);const{cacaos:L,responder:V}=O.result,q=[],W=[];for(const N of L){await W1({cacao:N,projectId:this.client.core.projectId})||(this.client.logger.error(N,"Signature verification failed"),E(Ue("SESSION_SETTLEMENT_FAILED","Signature verification failed")));const{p:j}=N,K=ac(j.resources),X=[nf(j.iss)],ee=oc(j.iss);if(K){const $=X1(K),re=J1(K);q.push(...$),X.push(...re)}for(const $ of X)W.push(`${$}:${ee}`)}const Z=await this.client.core.crypto.generateSharedKey(x,V.publicKey);let z;q.length>0&&(z={topic:Z,acknowledged:!0,self:{publicKey:x,metadata:this.client.metadata},peer:V,controller:V.publicKey,expiry:Ve(As),requiredNamespaces:{},optionalNamespaces:{},relay:{protocol:"irn"},pairingTopic:T,namespaces:iw([...new Set(q)],[...new Set(W)]),transportType:o},await this.client.core.relayer.subscribe(Z,{transportType:o}),await this.client.session.set(Z,z),T&&await this.client.core.pairing.updateMetadata({topic:T,metadata:V.metadata}),z=this.client.session.get(Z)),(D=this.client.metadata.redirect)!=null&&D.linkMode&&(C=V.metadata.redirect)!=null&&C.linkMode&&(M=V.metadata.redirect)!=null&&M.universal&&r&&(this.client.core.addLinkModeSupportedApp(V.metadata.redirect.universal),this.client.session.update(Z,{transportType:Te.link_mode})),H({auths:L,session:z})};this.events.once(v,y),this.events.once(g,B);let A;try{if(s){const O=hr("wc_sessionAuthenticate",k,b);this.client.core.history.set(T,O);const D=await this.client.core.crypto.encode("",O,{type:Eo,encoding:_r});A=Ec(r,T,D)}else await Promise.all([this.sendRequest({topic:T,method:"wc_sessionAuthenticate",params:k,expiry:n.expiry,throwOnFailedPublish:!0,clientRpcId:b}),this.sendRequest({topic:T,method:"wc_sessionPropose",params:R,expiry:st.wc_sessionPropose.req.ttl,throwOnFailedPublish:!0,clientRpcId:R.id})])}catch(O){throw this.events.off(v,y),this.events.off(g,B),O}return await this.setProposal(R.id,R),await this.setAuthRequest(b,{request:ot(ve({},k),{verifyContext:{}}),pairingTopic:T,transportType:o}),{uri:A??I,response:G}}),Y(this,"approveSessionAuthenticate",async n=>{const{id:r,auths:i}=n,s=this.client.core.eventClient.createEvent({properties:{topic:r.toString(),trace:[ji.authenticated_session_approve_started]}});try{this.isInitialized()}catch(m){throw s.setError(ko.no_internet_connection),m}const o=this.getPendingAuthRequest(r);if(!o)throw s.setError(ko.authenticated_session_pending_request_not_found),new Error(`Could not find pending auth request with id ${r}`);const a=o.transportType||Te.relay;a===Te.relay&&await this.confirmOnlineStateOrThrow();const c=o.requester.publicKey,u=await this.client.core.crypto.generateKeyPair(),l=mc(c),f={type:ar,receiverPublicKey:c,senderPublicKey:u},d=[],h=[];for(const m of i){if(!await W1({cacao:m,projectId:this.client.core.projectId})){s.setError(ko.invalid_cacao);const S=Ue("SESSION_SETTLEMENT_FAILED","Signature verification failed");throw await this.sendError({id:r,topic:l,error:S,encodeOpts:f}),new Error(S.message)}s.addTrace(ji.cacaos_verified);const{p:P}=m,T=ac(P.resources),I=[nf(P.iss)],x=oc(P.iss);if(T){const S=X1(T),U=J1(T);d.push(...S),I.push(...U)}for(const S of I)h.push(`${S}:${x}`)}const p=await this.client.core.crypto.generateSharedKey(u,c);s.addTrace(ji.create_authenticated_session_topic);let w;if(d?.length>0){w={topic:p,acknowledged:!0,self:{publicKey:u,metadata:this.client.metadata},peer:{publicKey:c,metadata:o.requester.metadata},controller:c,expiry:Ve(As),authentication:i,requiredNamespaces:{},optionalNamespaces:{},relay:{protocol:"irn"},pairingTopic:o.pairingTopic,namespaces:iw([...new Set(d)],[...new Set(h)]),transportType:a},s.addTrace(ji.subscribing_authenticated_session_topic);try{await this.client.core.relayer.subscribe(p,{transportType:a})}catch(m){throw s.setError(ko.subscribe_authenticated_session_topic_failure),m}s.addTrace(ji.subscribe_authenticated_session_topic_success),await this.client.session.set(p,w),s.addTrace(ji.store_authenticated_session),await this.client.core.pairing.updateMetadata({topic:o.pairingTopic,metadata:o.requester.metadata})}s.addTrace(ji.publishing_authenticated_session_approve);try{await this.sendResult({topic:l,id:r,result:{cacaos:i,responder:{publicKey:u,metadata:this.client.metadata}},encodeOpts:f,throwOnFailedPublish:!0,appLink:this.getAppLinkIfEnabled(o.requester.metadata,a)})}catch(m){throw s.setError(ko.authenticated_session_approve_publish_failure),m}return await this.client.auth.requests.delete(r,{message:"fulfilled",code:0}),await this.client.core.pairing.activate({topic:o.pairingTopic}),this.client.core.eventClient.deleteEvent({eventId:s.eventId}),{session:w}}),Y(this,"rejectSessionAuthenticate",async n=>{this.isInitialized();const{id:r,reason:i}=n,s=this.getPendingAuthRequest(r);if(!s)throw new Error(`Could not find pending auth request with id ${r}`);s.transportType===Te.relay&&await this.confirmOnlineStateOrThrow();const o=s.requester.publicKey,a=await this.client.core.crypto.generateKeyPair(),c=mc(o),u={type:ar,receiverPublicKey:o,senderPublicKey:a};await this.sendError({id:r,topic:c,error:i,encodeOpts:u,rpcOpts:st.wc_sessionAuthenticate.reject,appLink:this.getAppLinkIfEnabled(s.requester.metadata,s.transportType)}),await this.client.auth.requests.delete(r,{message:"rejected",code:0}),await this.deleteProposal(r)}),Y(this,"formatAuthMessage",n=>{this.isInitialized();const{request:r,iss:i}=n;return Z1(r,i)}),Y(this,"processRelayMessageCache",()=>{setTimeout(async()=>{if(this.relayMessageCache.length!==0)for(;this.relayMessageCache.length>0;)try{const n=this.relayMessageCache.shift();n&&await this.onRelayMessage(n)}catch(n){this.client.logger.error(n)}},50)}),Y(this,"cleanupDuplicatePairings",async n=>{if(n.pairingTopic)try{const r=this.client.core.pairing.pairings.get(n.pairingTopic),i=this.client.core.pairing.pairings.getAll().filter(s=>{var o,a;return((o=s.peerMetadata)==null?void 0:o.url)&&((a=s.peerMetadata)==null?void 0:a.url)===n.peer.metadata.url&&s.topic&&s.topic!==r.topic});if(i.length===0)return;this.client.logger.info(`Cleaning up ${i.length} duplicate pairing(s)`),await Promise.all(i.map(s=>this.client.core.pairing.disconnect({topic:s.topic}))),this.client.logger.info("Duplicate pairings clean up finished")}catch(r){this.client.logger.error(r)}}),Y(this,"deleteSession",async n=>{var r;const{topic:i,expirerHasDeleted:s=!1,emitEvent:o=!0,id:a=0}=n,{self:c}=this.client.session.get(i);await this.client.core.relayer.unsubscribe(i),await this.client.session.delete(i,Ue("USER_DISCONNECTED")),this.addToRecentlyDeleted(i,"session"),this.client.core.crypto.keychain.has(c.publicKey)&&await this.client.core.crypto.deleteKeyPair(c.publicKey),this.client.core.crypto.keychain.has(i)&&await this.client.core.crypto.deleteSymKey(i),s||this.client.core.expirer.del(i),this.client.core.storage.removeItem(Gy).catch(u=>this.client.logger.warn(u)),i===((r=this.sessionRequestQueue.queue[0])==null?void 0:r.topic)&&(this.sessionRequestQueue.state=Mn.idle),await Promise.all(this.getPendingSessionRequests().filter(u=>u.topic===i).map(u=>this.deletePendingSessionRequest(u.id,Ue("USER_DISCONNECTED")))),o&&this.client.events.emit("session_delete",{id:a,topic:i})}),Y(this,"deleteProposal",async(n,r)=>{if(r)try{const i=this.client.proposal.get(n);this.client.core.eventClient.getEvent({topic:i.pairingTopic})?.setError(Mi.proposal_expired)}catch{}await Promise.all([this.client.proposal.delete(n,Ue("USER_DISCONNECTED")),r?Promise.resolve():this.client.core.expirer.del(n)]),this.addToRecentlyDeleted(n,"proposal")}),Y(this,"deletePendingSessionRequest",async(n,r,i=!1)=>{await Promise.all([this.client.pendingRequest.delete(n,r),i?Promise.resolve():this.client.core.expirer.del(n)]),this.addToRecentlyDeleted(n,"request"),this.sessionRequestQueue.queue=this.sessionRequestQueue.queue.filter(s=>s.id!==n),i&&(this.sessionRequestQueue.state=Mn.idle,this.client.events.emit("session_request_expire",{id:n}))}),Y(this,"deletePendingAuthRequest",async(n,r,i=!1)=>{await Promise.all([this.client.auth.requests.delete(n,r),i?Promise.resolve():this.client.core.expirer.del(n)])}),Y(this,"setExpiry",async(n,r)=>{this.client.session.keys.includes(n)&&(this.client.core.expirer.set(n,r),await this.client.session.update(n,{expiry:r}))}),Y(this,"setProposal",async(n,r)=>{this.client.core.expirer.set(n,Ve(st.wc_sessionPropose.req.ttl)),await this.client.proposal.set(n,r)}),Y(this,"setAuthRequest",async(n,r)=>{const{request:i,pairingTopic:s,transportType:o=Te.relay}=r;this.client.core.expirer.set(n,i.expiryTimestamp),await this.client.auth.requests.set(n,{authPayload:i.authPayload,requester:i.requester,expiryTimestamp:i.expiryTimestamp,id:n,pairingTopic:s,verifyContext:i.verifyContext,transportType:o})}),Y(this,"setPendingSessionRequest",async n=>{const{id:r,topic:i,params:s,verifyContext:o}=n,a=s.request.expiryTimestamp||Ve(st.wc_sessionRequest.req.ttl);this.client.core.expirer.set(r,a),await this.client.pendingRequest.set(r,{id:r,topic:i,params:s,verifyContext:o})}),Y(this,"sendRequest",async n=>{const{topic:r,method:i,params:s,expiry:o,relayRpcId:a,clientRpcId:c,throwOnFailedPublish:u,appLink:l,tvf:f,publishOpts:d={}}=n,h=hr(i,s,c);let p;const w=!!l;try{const T=w?_r:Mt;p=await this.client.core.crypto.encode(r,h,{encoding:T})}catch(T){throw await this.cleanup(),this.client.logger.error(`sendRequest() -> core.crypto.encode() for topic ${r} failed`),T}let m;if($N.includes(i)){const T=an(JSON.stringify(h)),I=an(p);m=await this.client.core.verify.register({id:I,decryptedId:T})}const P=ve(ve({},st[i].req),d);if(P.attestation=m,o&&(P.ttl=o),a&&(P.id=a),this.client.core.history.set(r,h),w){const T=Ec(l,r,p);await global.Linking.openURL(T,this.client.name)}else P.tvf=ot(ve({},f),{correlationId:h.id}),u?(P.internal=ot(ve({},P.internal),{throwOnFailedPublish:!0}),await this.client.core.relayer.publish(r,p,P)):this.client.core.relayer.publish(r,p,P).catch(T=>this.client.logger.error(T));return h.id}),Y(this,"sendProposeSession",async n=>{const{proposal:r,publishOpts:i}=n,s=hr("wc_sessionPropose",r,r.id);this.client.core.history.set(r.pairingTopic,s);const o=await this.client.core.crypto.encode(r.pairingTopic,s,{encoding:Mt}),a=an(JSON.stringify(s)),c=an(o),u=await this.client.core.verify.register({id:c,decryptedId:a});await this.client.core.relayer.publishCustom({payload:{pairingTopic:r.pairingTopic,sessionProposal:o},opts:ot(ve({},i),{publishMethod:"wc_proposeSession",attestation:u})})}),Y(this,"sendApproveSession",async n=>{const{sessionTopic:r,pairingProposalResponse:i,proposal:s,sessionSettleRequest:o,publishOpts:a}=n,c=Nc(s.id,i),u=await this.client.core.crypto.encode(s.pairingTopic,c,{encoding:Mt}),l=hr("wc_sessionSettle",o,a?.id),f=await this.client.core.crypto.encode(r,l,{encoding:Mt});this.client.core.history.set(r,l),await this.client.core.relayer.publishCustom({payload:{sessionTopic:r,pairingTopic:s.pairingTopic,sessionProposalResponse:u,sessionSettlementRequest:f},opts:ot(ve({},a),{publishMethod:"wc_approveSession"})})}),Y(this,"sendResult",async n=>{const{id:r,topic:i,result:s,throwOnFailedPublish:o,encodeOpts:a,appLink:c}=n,u=Nc(r,s);let l;const f=c&&typeof(global==null?void 0:global.Linking)<"u";try{const p=f?_r:Mt;l=await this.client.core.crypto.encode(i,u,ot(ve({},a||{}),{encoding:p}))}catch(p){throw await this.cleanup(),this.client.logger.error(`sendResult() -> core.crypto.encode() for topic ${i} failed`),p}let d,h;try{d=await this.client.core.history.get(i,r);const p=d.request;try{h=this.getTVFParams(r,p.params,s)}catch(w){this.client.logger.warn(`sendResult() -> getTVFParams() failed: ${w?.message}`)}}catch(p){throw this.client.logger.error(`sendResult() -> history.get(${i}, ${r}) failed`),p}if(f){const p=Ec(c,i,l);await global.Linking.openURL(p,this.client.name)}else{const p=d.request.method,w=st[p].res;w.tvf=ot(ve({},h),{correlationId:r}),o?(w.internal=ot(ve({},w.internal),{throwOnFailedPublish:!0}),await this.client.core.relayer.publish(i,l,w)):this.client.core.relayer.publish(i,l,w).catch(m=>this.client.logger.error(m))}await this.client.core.history.resolve(u)}),Y(this,"sendError",async n=>{const{id:r,topic:i,error:s,encodeOpts:o,rpcOpts:a,appLink:c}=n,u=Qf(r,s);let l;const f=c&&typeof(global==null?void 0:global.Linking)<"u";try{const h=f?_r:Mt;l=await this.client.core.crypto.encode(i,u,ot(ve({},o||{}),{encoding:h}))}catch(h){throw await this.cleanup(),this.client.logger.error(`sendError() -> core.crypto.encode() for topic ${i} failed`),h}let d;try{d=await this.client.core.history.get(i,r)}catch(h){throw this.client.logger.error(`sendError() -> history.get(${i}, ${r}) failed`),h}if(f){const h=Ec(c,i,l);await global.Linking.openURL(h,this.client.name)}else{const h=d.request.method,p=a||st[h].res;this.client.core.relayer.publish(i,l,p)}await this.client.core.history.resolve(u)}),Y(this,"cleanup",async()=>{const n=[],r=[];this.client.session.getAll().forEach(i=>{let s=!1;Lr(i.expiry)&&(s=!0),this.client.core.crypto.keychain.has(i.topic)||(s=!0),s&&n.push(i.topic)}),this.client.proposal.getAll().forEach(i=>{Lr(i.expiryTimestamp)&&r.push(i.id)}),await Promise.all([...n.map(i=>this.deleteSession({topic:i})),...r.map(i=>this.deleteProposal(i))])}),Y(this,"onProviderMessageEvent",async n=>{!this.initialized||this.relayMessageCache.length>0?this.relayMessageCache.push(n):await this.onRelayMessage(n)}),Y(this,"onRelayEventRequest",async n=>{this.requestQueue.queue.push(n),await this.processRequestsQueue()}),Y(this,"processRequestsQueue",async()=>{if(this.requestQueue.state===Mn.active){this.client.logger.info("Request queue already active, skipping...");return}for(this.client.logger.info(`Request queue starting with ${this.requestQueue.queue.length} requests`);this.requestQueue.queue.length>0;){this.requestQueue.state=Mn.active;const n=this.requestQueue.queue.shift();if(n)try{await this.processRequest(n)}catch(r){this.client.logger.warn(r)}}this.requestQueue.state=Mn.idle}),Y(this,"processRequest",async n=>{const{topic:r,payload:i,attestation:s,transportType:o,encryptedId:a}=n,c=i.method;if(!this.shouldIgnorePairingRequest({topic:r,requestMethod:c}))switch(c){case"wc_sessionPropose":return await this.onSessionProposeRequest({topic:r,payload:i,attestation:s,encryptedId:a});case"wc_sessionSettle":return await this.onSessionSettleRequest(r,i);case"wc_sessionUpdate":return await this.onSessionUpdateRequest(r,i);case"wc_sessionExtend":return await this.onSessionExtendRequest(r,i);case"wc_sessionPing":return await this.onSessionPingRequest(r,i);case"wc_sessionDelete":return await this.onSessionDeleteRequest(r,i);case"wc_sessionRequest":return await this.onSessionRequest({topic:r,payload:i,attestation:s,encryptedId:a,transportType:o});case"wc_sessionEvent":return await this.onSessionEventRequest(r,i);case"wc_sessionAuthenticate":return await this.onSessionAuthenticateRequest({topic:r,payload:i,attestation:s,encryptedId:a,transportType:o});default:return this.client.logger.info(`Unsupported request method ${c}`)}}),Y(this,"onRelayEventResponse",async n=>{const{topic:r,payload:i,transportType:s}=n,o=(await this.client.core.history.get(r,i.id)).request.method;switch(o){case"wc_sessionPropose":return this.onSessionProposeResponse(r,i,s);case"wc_sessionSettle":return this.onSessionSettleResponse(r,i);case"wc_sessionUpdate":return this.onSessionUpdateResponse(r,i);case"wc_sessionExtend":return this.onSessionExtendResponse(r,i);case"wc_sessionPing":return this.onSessionPingResponse(r,i);case"wc_sessionRequest":return this.onSessionRequestResponse(r,i);case"wc_sessionAuthenticate":return this.onSessionAuthenticateResponse(r,i);default:return this.client.logger.info(`Unsupported response method ${o}`)}}),Y(this,"onRelayEventUnknownPayload",n=>{const{topic:r}=n,{message:i}=_("MISSING_OR_INVALID",`Decoded payload on topic ${r} is not identifiable as a JSON-RPC request or a response.`);throw new Error(i)}),Y(this,"shouldIgnorePairingRequest",n=>{const{topic:r,requestMethod:i}=n,s=this.expectedPairingMethodMap.get(r);return!s||s.includes(i)?!1:!!(s.includes("wc_sessionAuthenticate")&&this.client.events.listenerCount("session_authenticate")>0)}),Y(this,"onSessionProposeRequest",async n=>{const{topic:r,payload:i,attestation:s,encryptedId:o}=n,{params:a,id:c}=i;try{const u=this.client.core.eventClient.getEvent({topic:r});this.client.events.listenerCount("session_proposal")===0&&(console.warn("No listener for session_proposal event"),u?.setError(dr.proposal_listener_not_found)),this.isValidConnect(ve({},i.params));const l=a.expiryTimestamp||Ve(st.wc_sessionPropose.req.ttl),f=ve({id:c,pairingTopic:r,expiryTimestamp:l,attestation:s,encryptedId:o},a);await this.setProposal(c,f);const d=await this.getVerifyContext({attestationId:s,hash:an(JSON.stringify(i)),encryptedId:o,metadata:f.proposer.metadata});u?.addTrace(kn.emit_session_proposal),this.client.events.emit("session_proposal",{id:c,params:f,verifyContext:d})}catch(u){await this.sendError({id:c,topic:r,error:u,rpcOpts:st.wc_sessionPropose.autoReject}),this.client.logger.error(u)}}),Y(this,"onSessionProposeResponse",async(n,r,i)=>{const{id:s}=r;if(Fn(r)){const{result:o}=r;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",result:o});const a=this.client.proposal.get(s);this.client.logger.trace({type:"method",method:"onSessionProposeResponse",proposal:a});const c=a.proposer.publicKey;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",selfPublicKey:c});const u=o.responderPublicKey;this.client.logger.trace({type:"method",method:"onSessionProposeResponse",peerPublicKey:u});const l=await this.client.core.crypto.generateSharedKey(c,u);this.pendingSessions.set(s,{sessionTopic:l,pairingTopic:n,proposalId:s,publicKey:c});const f=await this.client.core.relayer.subscribe(l,{transportType:i});this.client.logger.trace({type:"method",method:"onSessionProposeResponse",subscriptionId:f}),await this.client.core.pairing.activate({topic:n})}else if(un(r)){await this.deleteProposal(s);const o=Ee("session_connect",s);if(this.events.listenerCount(o)===0)throw new Error(`emitting ${o} without any listeners, 954`);this.events.emit(o,{error:r.error})}}),Y(this,"onSessionSettleRequest",async(n,r)=>{const{id:i,params:s}=r;try{this.isValidSessionSettleRequest(s);const{relay:o,controller:a,expiry:c,namespaces:u,sessionProperties:l,scopedProperties:f,sessionConfig:d,proposalRequestsResponses:h}=r.params,p=[...this.pendingSessions.values()].find(P=>P.sessionTopic===n);if(!p)return this.client.logger.error(`Pending session not found for topic ${n}`);const w=this.client.proposal.get(p.proposalId),m=ot(ve(ve(ve({topic:n,relay:o,expiry:c,namespaces:u,acknowledged:!0,pairingTopic:p.pairingTopic,requiredNamespaces:w.requiredNamespaces,optionalNamespaces:w.optionalNamespaces,controller:a.publicKey,self:{publicKey:p.publicKey,metadata:this.client.metadata},peer:{publicKey:a.publicKey,metadata:a.metadata}},l&&{sessionProperties:l}),f&&{scopedProperties:f}),d&&{sessionConfig:d}),{transportType:Te.relay,authentication:h?.authentication,walletPayResult:h?.walletPay});await this.client.session.set(m.topic,m),await this.setExpiry(m.topic,m.expiry),await this.client.core.pairing.updateMetadata({topic:p.pairingTopic,metadata:m.peer.metadata}),this.pendingSessions.delete(p.proposalId),this.deleteProposal(p.proposalId,!1),this.cleanupDuplicatePairings(m),await this.sendResult({id:r.id,topic:n,throwOnFailedPublish:!0,result:!0}),this.client.events.emit("session_connect",{session:m}),this.events.emit(Ee("session_connect",p.proposalId),{session:m})}catch(o){await this.sendError({id:i,topic:n,error:o}),this.client.logger.error(o)}}),Y(this,"onSessionSettleResponse",async(n,r)=>{const{id:i}=r;Fn(r)?(await this.client.session.update(n,{acknowledged:!0}),this.events.emit(Ee("session_approve",i),{})):un(r)&&(await this.client.session.delete(n,Ue("USER_DISCONNECTED")),this.events.emit(Ee("session_approve",i),{error:r.error}))}),Y(this,"onSessionUpdateRequest",async(n,r)=>{const{params:i,id:s}=r;try{const o=`${n}_session_update`,a=Bo.get(o);if(a&&this.isRequestOutOfSync(a,s)){this.client.logger.warn(`Discarding out of sync request - ${s}`),this.sendError({id:s,topic:n,error:Ue("INVALID_UPDATE_REQUEST")});return}this.isValidUpdate(ve({topic:n},i));try{Bo.set(o,s),await this.client.session.update(n,{namespaces:i.namespaces}),await this.sendResult({id:s,topic:n,result:!0})}catch(c){throw Bo.delete(o),c}this.client.events.emit("session_update",{id:s,topic:n,params:i})}catch(o){await this.sendError({id:s,topic:n,error:o}),this.client.logger.error(o)}}),Y(this,"isRequestOutOfSync",(n,r)=>r.toString().slice(0,-3)<n.toString().slice(0,-3)),Y(this,"onSessionUpdateResponse",(n,r)=>{const{id:i}=r,s=Ee("session_update",i);if(this.events.listenerCount(s)===0)throw new Error(`emitting ${s} without any listeners`);Fn(r)?this.events.emit(Ee("session_update",i),{}):un(r)&&this.events.emit(Ee("session_update",i),{error:r.error})}),Y(this,"onSessionExtendRequest",async(n,r)=>{const{id:i}=r;try{this.isValidExtend({topic:n}),await this.setExpiry(n,Ve(As)),await this.sendResult({id:i,topic:n,result:!0}),this.client.events.emit("session_extend",{id:i,topic:n})}catch(s){await this.sendError({id:i,topic:n,error:s}),this.client.logger.error(s)}}),Y(this,"onSessionExtendResponse",(n,r)=>{const{id:i}=r,s=Ee("session_extend",i);if(this.events.listenerCount(s)===0)throw new Error(`emitting ${s} without any listeners`);Fn(r)?this.events.emit(Ee("session_extend",i),{}):un(r)&&this.events.emit(Ee("session_extend",i),{error:r.error})}),Y(this,"onSessionPingRequest",async(n,r)=>{const{id:i}=r;try{this.isValidPing({topic:n}),await this.sendResult({id:i,topic:n,result:!0,throwOnFailedPublish:!0}),this.client.events.emit("session_ping",{id:i,topic:n})}catch(s){await this.sendError({id:i,topic:n,error:s}),this.client.logger.error(s)}}),Y(this,"onSessionPingResponse",(n,r)=>{const{id:i}=r,s=Ee("session_ping",i);setTimeout(()=>{if(this.events.listenerCount(s)===0)throw new Error(`emitting ${s} without any listeners 2176`);Fn(r)?this.events.emit(Ee("session_ping",i),{}):un(r)&&this.events.emit(Ee("session_ping",i),{error:r.error})},500)}),Y(this,"onSessionDeleteRequest",async(n,r)=>{const{id:i}=r;try{await this.isValidDisconnect({topic:n,reason:r.params}),this.cleanupPendingSentRequestsForTopic({topic:n,error:Ue("USER_DISCONNECTED")}),await this.deleteSession({topic:n,id:i})}catch(s){this.client.logger.error(s)}}),Y(this,"onSessionRequest",async n=>{var r,i,s;const{topic:o,payload:a,attestation:c,encryptedId:u,transportType:l}=n,{id:f,params:d}=a;try{await this.isValidRequest(ve({topic:o},d));const h=this.client.session.get(o),p=await this.getVerifyContext({attestationId:c,hash:an(JSON.stringify(hr("wc_sessionRequest",d,f))),encryptedId:u,metadata:h.peer.metadata,transportType:l}),w={id:f,topic:o,params:d,verifyContext:p};await this.setPendingSessionRequest(w),l===Te.link_mode&&(r=h.peer.metadata.redirect)!=null&&r.universal&&this.client.core.addLinkModeSupportedApp((i=h.peer.metadata.redirect)==null?void 0:i.universal),(s=this.client.signConfig)!=null&&s.disableRequestQueue?this.emitSessionRequest(w):(this.addSessionRequestToSessionRequestQueue(w),this.processSessionRequestQueue())}catch(h){await this.sendError({id:f,topic:o,error:h}),this.client.logger.error(h)}}),Y(this,"onSessionRequestResponse",(n,r)=>{const{id:i}=r,s=Ee("session_request",i);if(this.events.listenerCount(s)===0)throw new Error(`emitting ${s} without any listeners`);Fn(r)?this.events.emit(Ee("session_request",i),{result:r.result}):un(r)&&this.events.emit(Ee("session_request",i),{error:r.error})}),Y(this,"onSessionEventRequest",async(n,r)=>{const{id:i,params:s}=r;try{const o=`${n}_session_event_${s.event.name}`,a=Bo.get(o);if(a&&this.isRequestOutOfSync(a,i)){this.client.logger.info(`Discarding out of sync request - ${i}`);return}this.isValidEmit(ve({topic:n},s)),this.client.events.emit("session_event",{id:i,topic:n,params:s}),Bo.set(o,i)}catch(o){await this.sendError({id:i,topic:n,error:o}),this.client.logger.error(o)}}),Y(this,"onSessionAuthenticateResponse",(n,r)=>{const{id:i}=r;this.client.logger.trace({type:"method",method:"onSessionAuthenticateResponse",topic:n,payload:r}),Fn(r)?this.events.emit(Ee("session_request",i),{result:r.result}):un(r)&&this.events.emit(Ee("session_request",i),{error:r.error})}),Y(this,"onSessionAuthenticateRequest",async n=>{var r;const{topic:i,payload:s,attestation:o,encryptedId:a,transportType:c}=n;try{const{requester:u,authPayload:l,expiryTimestamp:f}=s.params,d=await this.getVerifyContext({attestationId:o,hash:an(JSON.stringify(s)),encryptedId:a,metadata:u.metadata,transportType:c}),h={requester:u,pairingTopic:i,id:s.id,authPayload:l,verifyContext:d,expiryTimestamp:f};await this.setAuthRequest(s.id,{request:h,pairingTopic:i,transportType:c}),c===Te.link_mode&&(r=u.metadata.redirect)!=null&&r.universal&&this.client.core.addLinkModeSupportedApp(u.metadata.redirect.universal),this.client.events.emit("session_authenticate",{topic:i,params:s.params,id:s.id,verifyContext:d})}catch(u){this.client.logger.error(u);const l=s.params.requester.publicKey,f=await this.client.core.crypto.generateKeyPair(),d=this.getAppLinkIfEnabled(s.params.requester.metadata,c),h={type:ar,receiverPublicKey:l,senderPublicKey:f};await this.sendError({id:s.id,topic:i,error:u,encodeOpts:h,rpcOpts:st.wc_sessionAuthenticate.autoReject,appLink:d})}}),Y(this,"addSessionRequestToSessionRequestQueue",n=>{this.sessionRequestQueue.queue.push(n)}),Y(this,"cleanupAfterResponse",n=>{this.deletePendingSessionRequest(n.response.id,{message:"fulfilled",code:0}),setTimeout(()=>{this.sessionRequestQueue.state=Mn.idle,this.processSessionRequestQueue()},J.toMiliseconds(this.requestQueueDelay))}),Y(this,"cleanupPendingSentRequestsForTopic",({topic:n,error:r})=>{const i=this.client.core.history.pending;i.length>0&&i.filter(s=>s.topic===n&&s.request.method==="wc_sessionRequest").forEach(s=>{this.events.emit(Ee("session_request",s.request.id),{error:r})})}),Y(this,"processSessionRequestQueue",()=>{if(this.sessionRequestQueue.state===Mn.active){this.client.logger.info("session request queue is already active.");return}const n=this.sessionRequestQueue.queue[0];if(!n){this.client.logger.info("session request queue is empty.");return}try{this.emitSessionRequest(n)}catch(r){this.client.logger.error(r)}}),Y(this,"emitSessionRequest",n=>{if(this.emittedSessionRequests.has(n.id)){this.client.logger.warn({id:n.id},`Skipping emitting \`session_request\` event for duplicate request. id: ${n.id}`);return}this.sessionRequestQueue.state=Mn.active,this.emittedSessionRequests.add(n.id),this.client.events.emit("session_request",n)}),Y(this,"onPairingCreated",n=>{if(n.methods&&this.expectedPairingMethodMap.set(n.topic,n.methods),n.active)return;const r=this.client.proposal.getAll().find(i=>i.pairingTopic===n.topic);r&&this.onSessionProposeRequest({topic:n.topic,payload:hr("wc_sessionPropose",ot(ve({},r),{requiredNamespaces:r.requiredNamespaces,optionalNamespaces:r.optionalNamespaces,relays:r.relays,proposer:r.proposer,sessionProperties:r.sessionProperties,scopedProperties:r.scopedProperties}),r.id),attestation:r.attestation,encryptedId:r.encryptedId})}),Y(this,"isValidConnect",async n=>{if(!jt(n)){const{message:u}=_("MISSING_OR_INVALID",`connect() params: ${JSON.stringify(n)}`);throw new Error(u)}const{pairingTopic:r,requiredNamespaces:i,optionalNamespaces:s,sessionProperties:o,scopedProperties:a,relays:c}=n;if(Ge(r)||await this.isValidPairingTopic(r),!MB(c,!0)){const{message:u}=_("MISSING_OR_INVALID",`connect() relays: ${c}`);throw new Error(u)}if(i&&!Ge(i)&&So(i)!==0){const u="requiredNamespaces are deprecated and are automatically assigned to optionalNamespaces";["fatal","error","silent"].includes(this.client.logger.level)?console.warn(u):this.client.logger.warn(u),this.validateNamespaces(i,"requiredNamespaces")}if(s&&!Ge(s)&&So(s)!==0&&this.validateNamespaces(s,"optionalNamespaces"),o&&!Ge(o)&&this.validateSessionProps(o,"sessionProperties"),a&&!Ge(a)){this.validateSessionProps(a,"scopedProperties");const u=Object.keys(i||{}).concat(Object.keys(s||{}));if(!Object.keys(a).every(l=>u.includes(l.split(":")[0])))throw new Error(`Scoped properties must be a subset of required/optional namespaces, received: ${JSON.stringify(a)}, required/optional namespaces: ${JSON.stringify(u)}`)}}),Y(this,"validateNamespaces",(n,r)=>{const i=LB(n,"connect()",r);if(i)throw new Error(i.message)}),Y(this,"isValidApprove",async n=>{if(!jt(n))throw new Error(_("MISSING_OR_INVALID",`approve() params: ${n}`).message);const{id:r,namespaces:i,relayProtocol:s,sessionProperties:o,scopedProperties:a}=n;this.checkRecentlyDeleted(r),await this.isValidProposalId(r);const c=this.client.proposal.get(r),u=Df(i,"approve()");if(u)throw new Error(u.message);const l=uw(c.requiredNamespaces,i,"approve()");if(l)throw new Error(l.message);if(!Me(s,!0)){const{message:f}=_("MISSING_OR_INVALID",`approve() relayProtocol: ${s}`);throw new Error(f)}if(o&&!Ge(o)&&this.validateSessionProps(o,"sessionProperties"),a&&!Ge(a)){this.validateSessionProps(a,"scopedProperties");const f=new Set(Object.keys(i));if(!Object.keys(a).every(d=>f.has(d.split(":")[0])))throw new Error(`Scoped properties must be a subset of approved namespaces, received: ${JSON.stringify(a)}, approved namespaces: ${Array.from(f).join(", ")}`)}}),Y(this,"isValidReject",async n=>{if(!jt(n)){const{message:s}=_("MISSING_OR_INVALID",`reject() params: ${n}`);throw new Error(s)}const{id:r,reason:i}=n;if(this.checkRecentlyDeleted(r),await this.isValidProposalId(r),!zB(i)){const{message:s}=_("MISSING_OR_INVALID",`reject() reason: ${JSON.stringify(i)}`);throw new Error(s)}}),Y(this,"isValidSessionSettleRequest",n=>{if(!jt(n)){const{message:u}=_("MISSING_OR_INVALID",`onSessionSettleRequest() params: ${n}`);throw new Error(u)}const{relay:r,controller:i,namespaces:s,expiry:o}=n;if(!aw(r)){const{message:u}=_("MISSING_OR_INVALID","onSessionSettleRequest() relay protocol should be a string");throw new Error(u)}const a=NB(i,"onSessionSettleRequest()");if(a)throw new Error(a.message);const c=Df(s,"onSessionSettleRequest()");if(c)throw new Error(c.message);if(Lr(o)){const{message:u}=_("EXPIRED","onSessionSettleRequest()");throw new Error(u)}}),Y(this,"isValidUpdate",async n=>{if(!jt(n)){const{message:c}=_("MISSING_OR_INVALID",`update() params: ${n}`);throw new Error(c)}const{topic:r,namespaces:i}=n;this.checkRecentlyDeleted(r),await this.isValidSessionTopic(r);const s=this.client.session.get(r),o=Df(i,"update()");if(o)throw new Error(o.message);const a=uw(s.requiredNamespaces,i,"update()");if(a)throw new Error(a.message)}),Y(this,"isValidExtend",async n=>{if(!jt(n)){const{message:i}=_("MISSING_OR_INVALID",`extend() params: ${n}`);throw new Error(i)}const{topic:r}=n;this.checkRecentlyDeleted(r),await this.isValidSessionTopic(r)}),Y(this,"isValidRequest",async n=>{if(!jt(n)){const{message:c}=_("MISSING_OR_INVALID",`request() params: ${n}`);throw new Error(c)}const{topic:r,request:i,chainId:s,expiry:o}=n;this.checkRecentlyDeleted(r),await this.isValidSessionTopic(r);const{namespaces:a}=this.client.session.get(r);if(!cw(a,s)){const{message:c}=_("MISSING_OR_INVALID",`request() chainId: ${s}`);throw new Error(c)}if(!KB(i)){const{message:c}=_("MISSING_OR_INVALID",`request() ${JSON.stringify(i)}`);throw new Error(c)}if(!GB(a,s,i.method)){const{message:c}=_("MISSING_OR_INVALID",`request() method: ${i.method}`);throw new Error(c)}this.validateRequestExpiry(o)}),Y(this,"isValidRespond",async n=>{var r;if(!jt(n)){const{message:a}=_("MISSING_OR_INVALID",`respond() params: ${n}`);throw new Error(a)}const{topic:i,response:s}=n;try{await this.isValidSessionTopic(i)}catch(a){throw(r=n?.response)!=null&&r.id&&this.cleanupAfterResponse(n),a}if(!VB(s)){const{message:a}=_("MISSING_OR_INVALID",`respond() response: ${JSON.stringify(s)}`);throw new Error(a)}const o=this.client.pendingRequest.get(s.id);if(o.topic!==i){const{message:a}=_("MISMATCHED_TOPIC",`Request response topic mismatch. reqId: ${s.id}, expected topic: ${o.topic}, received topic: ${i}`);throw new Error(a)}}),Y(this,"isValidPing",async n=>{if(!jt(n)){const{message:i}=_("MISSING_OR_INVALID",`ping() params: ${n}`);throw new Error(i)}const{topic:r}=n;await this.isValidSessionOrPairingTopic(r)}),Y(this,"isValidEmit",async n=>{if(!jt(n)){const{message:a}=_("MISSING_OR_INVALID",`emit() params: ${n}`);throw new Error(a)}const{topic:r,event:i,chainId:s}=n;await this.isValidSessionTopic(r);const{namespaces:o}=this.client.session.get(r);if(!cw(o,s)){const{message:a}=_("MISSING_OR_INVALID",`emit() chainId: ${s}`);throw new Error(a)}if(!HB(i)){const{message:a}=_("MISSING_OR_INVALID",`emit() event: ${JSON.stringify(i)}`);throw new Error(a)}if(!WB(o,s,i.name)){const{message:a}=_("MISSING_OR_INVALID",`emit() event: ${JSON.stringify(i)}`);throw new Error(a)}}),Y(this,"isValidDisconnect",async n=>{if(!jt(n)){const{message:i}=_("MISSING_OR_INVALID",`disconnect() params: ${n}`);throw new Error(i)}const{topic:r}=n;await this.isValidSessionOrPairingTopic(r)}),Y(this,"isValidAuthenticate",n=>{const{chains:r,uri:i,domain:s,nonce:o}=n;if(!Array.isArray(r)||r.length===0)throw new Error("chains is required and must be a non-empty array");if(!Me(i,!1))throw new Error("uri is required parameter");if(!Me(s,!1))throw new Error("domain is required parameter");if(!Me(o,!1))throw new Error("nonce is required parameter");if([...new Set(r.map(c=>_a(c).namespace))].length>1)throw new Error("Multi-namespace requests are not supported. Please request single namespace only.");const{namespace:a}=_a(r[0]);if(a!=="eip155")throw new Error("Only eip155 namespace is supported for authenticated sessions. Please use .connect() for non-eip155 chains.")}),Y(this,"getVerifyContext",async n=>{const{attestationId:r,hash:i,encryptedId:s,metadata:o,transportType:a}=n,c={verified:{verifyUrl:o.verifyUrl||qo,validation:"UNKNOWN",origin:o.url||""}};try{if(a===Te.link_mode){const l=this.getAppLinkIfEnabled(o,a);return c.verified.validation=l&&new URL(l).origin===new URL(o.url).origin?"VALID":"INVALID",c}const u=await this.client.core.verify.resolve({attestationId:r,hash:i,encryptedId:s,verifyUrl:o.verifyUrl});u&&(c.verified.origin=u.origin,c.verified.isScam=u.isScam,c.verified.validation=u.origin===new URL(o.url).origin?"VALID":"INVALID")}catch(u){this.client.logger.warn(u)}return this.client.logger.debug(`Verify context: ${JSON.stringify(c)}`),c}),Y(this,"validateSessionProps",(n,r)=>{Object.values(n).forEach((i,s)=>{if(i==null){const{message:o}=_("MISSING_OR_INVALID",`${r} must contain an existing value for each key. Received: ${i} for key ${Object.keys(n)[s]}`);throw new Error(o)}})}),Y(this,"getPendingAuthRequest",n=>{const r=this.client.auth.requests.get(n);return typeof r=="object"?r:void 0}),Y(this,"addToRecentlyDeleted",(n,r)=>{if(this.recentlyDeletedMap.set(n,r),this.recentlyDeletedMap.size>=this.recentlyDeletedLimit){let i=0;const s=this.recentlyDeletedLimit/2;for(const o of this.recentlyDeletedMap.keys()){if(i++>=s)break;this.recentlyDeletedMap.delete(o)}}}),Y(this,"checkRecentlyDeleted",n=>{const r=this.recentlyDeletedMap.get(n);if(r){const{message:i}=_("MISSING_OR_INVALID",`Record was recently deleted - ${r}: ${n}`);throw new Error(i)}}),Y(this,"isLinkModeEnabled",(n,r)=>{var i,s,o,a,c,u,l,f,d;return!n||r!==Te.link_mode?!1:((s=(i=this.client.metadata)==null?void 0:i.redirect)==null?void 0:s.linkMode)===!0&&((a=(o=this.client.metadata)==null?void 0:o.redirect)==null?void 0:a.universal)!==void 0&&((u=(c=this.client.metadata)==null?void 0:c.redirect)==null?void 0:u.universal)!==""&&((l=n?.redirect)==null?void 0:l.universal)!==void 0&&((f=n?.redirect)==null?void 0:f.universal)!==""&&((d=n?.redirect)==null?void 0:d.linkMode)===!0&&this.client.core.linkModeSupportedApps.includes(n.redirect.universal)&&typeof(global==null?void 0:global.Linking)<"u"}),Y(this,"getAppLinkIfEnabled",(n,r)=>{var i;return this.isLinkModeEnabled(n,r)?(i=n?.redirect)==null?void 0:i.universal:void 0}),Y(this,"handleLinkModeMessage",({url:n})=>{if(!n||!n.includes("wc_ev")||!n.includes("topic"))return;const r=m1(n,"topic")||"",i=decodeURIComponent(m1(n,"wc_ev")||""),s=this.client.session.keys.includes(r);s&&this.client.session.update(r,{transportType:Te.link_mode}),this.client.core.dispatchEnvelope({topic:r,message:i,sessionExists:s})}),Y(this,"registerLinkModeListeners",async()=>{var n;if(Yl()||kr()&&(n=this.client.metadata.redirect)!=null&&n.linkMode){const r=global==null?void 0:global.Linking;if(typeof r<"u"){r.addEventListener("url",this.handleLinkModeMessage,this.client.name);const i=await r.getInitialURL();i&&setTimeout(()=>{this.handleLinkModeMessage({url:i})},50)}}}),Y(this,"getTVFApproveParams",n=>{try{const r=tw(n.namespaces),i=yB(n.namespaces),s=mB(n.namespaces),o=n.sessionProperties,a=n.scopedProperties;return{approvedChains:r,approvedMethods:i,approvedEvents:s,sessionProperties:o,scopedProperties:a}}catch(r){return this.client.logger.warn(r,"Error getting TVF approve params"),{}}}),Y(this,"getTVFParams",(n,r,i)=>{var s,o,a;if(!((s=r.request)!=null&&s.method))return{};const c={correlationId:n,rpcMethods:[r.request.method],chainId:r.chainId};try{const u=this.extractTxHashesFromResult(r.request,i);c.txHashes=u,c.contractAddresses=this.isValidContractData(r.request.params)?[(a=(o=r.request.params)==null?void 0:o[0])==null?void 0:a.to]:[]}catch(u){this.client.logger.warn(u,"Error getting TVF params")}return c}),Y(this,"isValidContractData",n=>{var r;if(!n)return!1;try{const i=n?.data||((r=n?.[0])==null?void 0:r.data);if(!i.startsWith("0x"))return!1;const s=i.slice(2);return/^[0-9a-fA-F]*$/.test(s)?s.length%2===0:!1}catch{}return!1}),Y(this,"extractTxHashesFromResult",(n,r)=>{var i;try{if(!r)return[];const s=n.method,o=QN[s];if(s==="sui_signTransaction")return[o9(r.transactionBytes)];if(s==="near_signTransaction")return[z1(r)];if(s==="near_signTransactions")return r.map(c=>z1(c));if(s==="xrpl_signTransactionFor"||s==="xrpl_signTransaction")return[(i=r.tx_json)==null?void 0:i.hash];if(s==="polkadot_signTransaction")return[lO({transaction:n.params.transactionPayload,signature:r.signature})];if(s==="algo_signTxn")return ms(r)?r.map(c=>K1(c)):[K1(r)];if(s==="cosmos_signDirect")return[c9(r)];if(s==="wallet_sendCalls")return u9(r);if(typeof r=="string")return[r];const a=r[o.key];if(ms(a))return s==="solana_signAllTransactions"?a.map(c=>s9(c)):a;if(typeof a=="string")return[a]}catch(s){this.client.logger.warn(s,"Error extracting tx hashes from result")}return[]})}async processPendingMessageEvents(){try{const e=this.client.session.keys,n=this.client.core.relayer.messages.getWithoutAck(e);for(const[r,i]of Object.entries(n))for(const s of i)try{await this.onProviderMessageEvent({topic:r,message:s,publishedAt:Date.now()})}catch{this.client.logger.warn(`Error processing pending message event for topic: ${r}, message: ${s}`)}}catch(e){this.client.logger.warn(e,"processPendingMessageEvents failed")}}isInitialized(){if(!this.initialized){const{message:e}=_("NOT_INITIALIZED",this.name);throw new Error(e)}}async confirmOnlineStateOrThrow(){await this.client.core.relayer.confirmOnlineStateOrThrow()}registerRelayerEvents(){this.client.core.relayer.on(Le.message,e=>{this.onProviderMessageEvent(e)})}async onRelayMessage(e){const{topic:n,message:r,attestation:i,transportType:s}=e,{publicKey:o}=this.client.auth.authKeys.keys.includes(Lc)?this.client.auth.authKeys.get(Lc):{responseTopic:void 0,publicKey:void 0};try{const a=await this.client.core.crypto.decode(n,r,{receiverPublicKey:o,encoding:s===Te.link_mode?_r:Mt});_f(a)?(this.client.core.history.set(n,a),await this.onRelayEventRequest({topic:n,payload:a,attestation:i,transportType:s,encryptedId:an(r)})):Uc(a)?(await this.client.core.history.resolve(a),await this.onRelayEventResponse({topic:n,payload:a,transportType:s}),this.client.core.history.delete(n,a.id)):(this.client.logger.error(`onRelayMessage() -> unknown payload: ${JSON.stringify(a)}`),await this.onRelayEventUnknownPayload({topic:n,payload:a,transportType:s})),await this.client.core.relayer.messages.ack(n,r)}catch(a){this.client.logger.error(`onRelayMessage() -> failed to process an inbound message: ${r}`),this.client.logger.error(a)}}registerExpirerEvents(){this.client.core.expirer.on(fn.expired,async e=>{const{topic:n,id:r}=y1(e.target);if(r&&this.client.pendingRequest.keys.includes(r))return await this.deletePendingSessionRequest(r,_("EXPIRED"),!0);if(r&&this.client.auth.requests.keys.includes(r))return await this.deletePendingAuthRequest(r,_("EXPIRED"),!0);n?this.client.session.keys.includes(n)&&(await this.deleteSession({topic:n,expirerHasDeleted:!0}),this.client.events.emit("session_expire",{topic:n})):r&&(await this.deleteProposal(r,!0),this.client.events.emit("proposal_expire",{id:r}))})}registerPairingEvents(){this.client.core.pairing.events.on(Li.create,e=>this.onPairingCreated(e)),this.client.core.pairing.events.on(Li.delete,e=>{this.addToRecentlyDeleted(e.topic,"pairing")})}isValidPairingTopic(e){if(!Me(e,!1)){const{message:n}=_("MISSING_OR_INVALID",`pairing topic should be a string: ${e}`);throw new Error(n)}if(!this.client.core.pairing.pairings.keys.includes(e)){const{message:n}=_("NO_MATCHING_KEY",`pairing topic doesn't exist: ${e}`);throw new Error(n)}if(Lr(this.client.core.pairing.pairings.get(e).expiry)){const{message:n}=_("EXPIRED",`pairing topic: ${e}`);throw new Error(n)}}async isValidSessionTopic(e){if(!Me(e,!1)){const{message:n}=_("MISSING_OR_INVALID",`session topic should be a string: ${e}`);throw new Error(n)}if(this.checkRecentlyDeleted(e),!this.client.session.keys.includes(e)){const{message:n}=_("NO_MATCHING_KEY",`session topic doesn't exist: ${e}`);throw new Error(n)}if(Lr(this.client.session.get(e).expiry)){await this.deleteSession({topic:e});const{message:n}=_("EXPIRED",`session topic: ${e}`);throw new Error(n)}if(!this.client.core.crypto.keychain.has(e)){const{message:n}=_("MISSING_OR_INVALID",`session topic does not exist in keychain: ${e}`);throw await this.deleteSession({topic:e}),new Error(n)}}async isValidSessionOrPairingTopic(e){if(this.checkRecentlyDeleted(e),this.client.session.keys.includes(e))await this.isValidSessionTopic(e);else if(this.client.core.pairing.pairings.keys.includes(e))this.isValidPairingTopic(e);else if(Me(e,!1)){const{message:n}=_("NO_MATCHING_KEY",`session or pairing topic doesn't exist: ${e}`);throw new Error(n)}else{const{message:n}=_("MISSING_OR_INVALID",`session or pairing topic should be a string: ${e}`);throw new Error(n)}}async isValidProposalId(e){if(!jB(e)){const{message:n}=_("MISSING_OR_INVALID",`proposal id should be a number: ${e}`);throw new Error(n)}if(!this.client.proposal.keys.includes(e)){const{message:n}=_("NO_MATCHING_KEY",`proposal id doesn't exist: ${e}`);throw new Error(n)}if(Lr(this.client.proposal.get(e).expiryTimestamp)){await this.deleteProposal(e);const{message:n}=_("EXPIRED",`proposal id: ${e}`);throw new Error(n)}}validateRequestExpiry(e){if(e&&!XB(e,bh)){const{message:n}=_("MISSING_OR_INVALID",`request() expiry: ${e}. Expiry must be a number (in seconds) between ${bh.min} and ${bh.max}`);throw new Error(n)}}}class fU extends zi{constructor(e,n){super(e,n,YN,ph),this.core=e,this.logger=n}}class Yy extends zi{constructor(e,n){super(e,n,XN,ph),this.core=e,this.logger=n}}class hU extends zi{constructor(e,n){super(e,n,_N,ph,r=>r.id),this.core=e,this.logger=n}}class dU extends zi{constructor(e,n){super(e,n,nU,kc,()=>Lc),this.core=e,this.logger=n}}class pU extends zi{constructor(e,n){super(e,n,rU,kc),this.core=e,this.logger=n}}class gU extends zi{constructor(e,n){super(e,n,iU,kc,r=>r.id),this.core=e,this.logger=n}}var bU=Object.defineProperty,wU=(t,e,n)=>e in t?bU(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,yh=(t,e,n)=>wU(t,typeof e!="symbol"?e+"":e,n);class yU{constructor(e,n){this.core=e,this.logger=n,yh(this,"authKeys"),yh(this,"pairingTopics"),yh(this,"requests"),this.authKeys=new dU(this.core,this.logger),this.pairingTopics=new pU(this.core,this.logger),this.requests=new gU(this.core,this.logger)}async init(){await this.authKeys.init(),await this.pairingTopics.init(),await this.requests.init()}}var mU=Object.defineProperty,vU=(t,e,n)=>e in t?mU(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,we=(t,e,n)=>vU(t,typeof e!="symbol"?e+"":e,n);class mh extends xP{constructor(e){super(e),we(this,"protocol",Ky),we(this,"version",Vy),we(this,"name",gh.name),we(this,"metadata"),we(this,"core"),we(this,"logger"),we(this,"events",new ut.exports.EventEmitter),we(this,"engine"),we(this,"session"),we(this,"proposal"),we(this,"pendingRequest"),we(this,"auth"),we(this,"signConfig"),we(this,"on",(r,i)=>this.events.on(r,i)),we(this,"once",(r,i)=>this.events.once(r,i)),we(this,"off",(r,i)=>this.events.off(r,i)),we(this,"removeListener",(r,i)=>this.events.removeListener(r,i)),we(this,"removeAllListeners",r=>this.events.removeAllListeners(r)),we(this,"connect",async r=>{try{return await this.engine.connect(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"pair",async r=>{try{return await this.engine.pair(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"approve",async r=>{try{return await this.engine.approve(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"reject",async r=>{try{return await this.engine.reject(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"update",async r=>{try{return await this.engine.update(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"extend",async r=>{try{return await this.engine.extend(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"request",async r=>{try{return await this.engine.request(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"respond",async r=>{try{return await this.engine.respond(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"ping",async r=>{try{return await this.engine.ping(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"emit",async r=>{try{return await this.engine.emit(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"disconnect",async r=>{try{return await this.engine.disconnect(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"find",r=>{try{return this.engine.find(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"getPendingSessionRequests",()=>{try{return this.engine.getPendingSessionRequests()}catch(r){throw this.logger.error(r.message),r}}),we(this,"authenticate",async(r,i)=>{try{return await this.engine.authenticate(r,i)}catch(s){throw this.logger.error(s.message),s}}),we(this,"formatAuthMessage",r=>{try{return this.engine.formatAuthMessage(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"approveSessionAuthenticate",async r=>{try{return await this.engine.approveSessionAuthenticate(r)}catch(i){throw this.logger.error(i.message),i}}),we(this,"rejectSessionAuthenticate",async r=>{try{return await this.engine.rejectSessionAuthenticate(r)}catch(i){throw this.logger.error(i.message),i}}),this.name=e?.name||gh.name,this.metadata=$7(e?.metadata),this.signConfig=e?.signConfig;const n=hw({logger:e?.logger||gh.logger,name:this.name});this.logger=n,this.core=e?.core||new dh(e),this.session=new Yy(this.core,this.logger),this.proposal=new fU(this.core,this.logger),this.pendingRequest=new hU(this.core,this.logger),this.engine=new lU(this),this.auth=new yU(this.core,this.logger)}static async init(e){const n=new mh(e);return await n.initialize(),n}get context(){return Rt(this.logger)}get pairing(){return this.core.pairing.pairings}async initialize(){this.logger.trace("Initialized");try{await this.core.start(),await this.session.init(),await this.proposal.init(),await this.pendingRequest.init(),await this.auth.init(),await this.engine.init(),this.logger.info("SignClient Initialization Success")}catch(e){throw this.logger.info("SignClient Initialization Failure"),this.logger.error(e.message),e}}}const EU=Yy,xU=mh;class IU extends ut.exports{constructor(){super()}}class Xy{constructor(e){this.opts=e}}class Jy{constructor(e){this.client=e}}var SU=Object.defineProperty,BU=Object.defineProperties,OU=Object.getOwnPropertyDescriptors,Qy=Object.getOwnPropertySymbols,AU=Object.prototype.hasOwnProperty,PU=Object.prototype.propertyIsEnumerable,vh=(t,e,n)=>e in t?SU(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,DU=(t,e)=>{for(var n in e||(e={}))AU.call(e,n)&&vh(t,n,e[n]);if(Qy)for(var n of Qy(e))PU.call(e,n)&&vh(t,n,e[n]);return t},RU=(t,e)=>BU(t,OU(e)),Be=(t,e,n)=>vh(t,typeof e!="symbol"?e+"":e,n);class TU extends Jy{constructor(e){super(e),Be(this,"signClient"),Be(this,"init",async()=>{this.signClient=await xU.init({core:this.client.core,metadata:this.client.metadata,signConfig:this.client.signConfig}),this.signClient.core.eventClient.init().catch(n=>{this.client.logger.warn(n)})}),Be(this,"pair",async n=>{await this.client.core.pairing.pair(n)}),Be(this,"approveSession",async n=>{const{topic:r,acknowledged:i}=await this.signClient.approve(RU(DU({},n),{id:n.id,namespaces:n.namespaces,sessionProperties:n.sessionProperties,scopedProperties:n.scopedProperties,sessionConfig:n.sessionConfig,proposalRequestsResponses:n?.proposalRequestsResponses}));return await i(),this.signClient.session.get(r)}),Be(this,"rejectSession",async n=>await this.signClient.reject(n)),Be(this,"updateSession",async n=>await this.signClient.update(n)),Be(this,"extendSession",async n=>await this.signClient.extend(n)),Be(this,"respondSessionRequest",async n=>await this.signClient.respond(n)),Be(this,"disconnectSession",async n=>await this.signClient.disconnect(n)),Be(this,"emitSessionEvent",async n=>await this.signClient.emit(n)),Be(this,"getActiveSessions",()=>this.signClient.session.getAll().reduce((n,r)=>(n[r.topic]=r,n),{})),Be(this,"getPendingSessionProposals",()=>this.signClient.proposal.getAll()),Be(this,"getPendingSessionRequests",()=>this.signClient.getPendingSessionRequests()),Be(this,"approveSessionAuthenticate",async n=>await this.signClient.approveSessionAuthenticate(n)),Be(this,"rejectSessionAuthenticate",async n=>await this.signClient.rejectSessionAuthenticate(n)),Be(this,"formatAuthMessage",n=>this.signClient.formatAuthMessage(n)),Be(this,"registerDeviceToken",n=>this.client.core.echoClient.registerDeviceToken(n)),Be(this,"on",(n,r)=>(this.setEvent(n,"off"),this.setEvent(n,"on"),this.client.events.on(n,r))),Be(this,"once",(n,r)=>(this.setEvent(n,"off"),this.setEvent(n,"once"),this.client.events.once(n,r))),Be(this,"off",(n,r)=>(this.setEvent(n,"off"),this.client.events.off(n,r))),Be(this,"removeListener",(n,r)=>(this.setEvent(n,"removeListener"),this.client.events.removeListener(n,r))),Be(this,"onSessionRequest",n=>{this.client.events.emit("session_request",n)}),Be(this,"onSessionProposal",n=>{this.client.events.emit("session_proposal",n)}),Be(this,"onSessionDelete",n=>{this.client.events.emit("session_delete",n)}),Be(this,"onProposalExpire",n=>{this.client.events.emit("proposal_expire",n)}),Be(this,"onSessionRequestExpire",n=>{this.client.events.emit("session_request_expire",n)}),Be(this,"onSessionRequestAuthenticate",n=>{this.client.events.emit("session_authenticate",n)}),Be(this,"setEvent",(n,r)=>{switch(n){case"session_request":this.signClient.events[r]("session_request",this.onSessionRequest);break;case"session_proposal":this.signClient.events[r]("session_proposal",this.onSessionProposal);break;case"session_delete":this.signClient.events[r]("session_delete",this.onSessionDelete);break;case"proposal_expire":this.signClient.events[r]("proposal_expire",this.onProposalExpire);break;case"session_request_expire":this.signClient.events[r]("session_request_expire",this.onSessionRequestExpire);break;case"session_authenticate":this.signClient.events[r]("session_authenticate",this.onSessionRequestAuthenticate);break}}),this.signClient={}}}const NU={decryptMessage:async t=>{const e={core:new dh({storageOptions:t.storageOptions,storage:t.storage,customStoragePrefix:t.customStoragePrefix})};await e.core.crypto.init();const n=e.core.crypto.decode(t.topic,t.encryptedMessage);return e.core=null,n},getMetadata:async t=>{const e={core:new dh({storageOptions:t.storageOptions,storage:t.storage,customStoragePrefix:t.customStoragePrefix}),sessionStore:null};e.sessionStore=new EU(e.core,e.core.logger),await e.sessionStore.init();const n=e.sessionStore.get(t.topic),r=n?.peer.metadata;return e.core=null,e.sessionStore=null,r}};function UU(t){const e=t.toLowerCase();return e.includes("pay.")||e.includes("pay=")||e.includes("pay_")||e.includes("pay%2e")||e.includes("pay%3d")||e.includes("pay%5f")}var CU=Object.defineProperty,_y=Object.getOwnPropertySymbols,FU=Object.prototype.hasOwnProperty,qU=Object.prototype.propertyIsEnumerable,Eh=(t,e,n)=>e in t?CU(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,kU=(t,e)=>{for(var n in e||(e={}))FU.call(e,n)&&Eh(t,n,e[n]);if(_y)for(var n of _y(e))qU.call(e,n)&&Eh(t,n,e[n]);return t},Oe=(t,e,n)=>Eh(t,typeof e!="symbol"?e+"":e,n);const $y=class mm extends Xy{constructor(e){super(e),Oe(this,"name"),Oe(this,"core"),Oe(this,"logger"),Oe(this,"events",new ut.exports),Oe(this,"engine"),Oe(this,"metadata"),Oe(this,"signConfig"),Oe(this,"pay"),Oe(this,"on",(n,r)=>this.engine.on(n,r)),Oe(this,"once",(n,r)=>this.engine.once(n,r)),Oe(this,"off",(n,r)=>this.engine.off(n,r)),Oe(this,"removeListener",(n,r)=>this.engine.removeListener(n,r)),Oe(this,"pair",async n=>{try{return await this.engine.pair(n)}catch(r){throw this.logger.error(r.message),r}}),Oe(this,"approveSession",async n=>{try{return await this.engine.approveSession(n)}catch(r){throw this.logger.error(r.message),r}}),Oe(this,"rejectSession",async n=>{try{return await this.engine.rejectSession(n)}catch(r){throw this.logger.error(r.message),r}}),Oe(this,"updateSession",async n=>{try{return await this.engine.updateSession(n)}catch(r){throw this.logger.error(r.message),r}}),Oe(this,"extendSession",async n=>{try{return await this.engine.extendSession(n)}catch(r){throw this.logger.error(r.message),r}}),Oe(this,"respondSessionRequest",async n=>{try{return await this.engine.respondSessionRequest(n)}catch(r){throw this.logger.error(r.message),r}}),Oe(this,"disconnectSession",async n=>{try{return await this.engine.disconnectSession(n)}catch(r){throw this.logger.error(r.message),r}}),Oe(this,"emitSessionEvent",async n=>{try{return await this.engine.emitSessionEvent(n)}catch(r){throw this.logger.error(r.message),r}}),Oe(this,"getActiveSessions",()=>{try{return this.engine.getActiveSessions()}catch(n){throw this.logger.error(n.message),n}}),Oe(this,"getPendingSessionProposals",()=>{try{return this.engine.getPendingSessionProposals()}catch(n){throw this.logger.error(n.message),n}}),Oe(this,"getPendingSessionRequests",()=>{try{return this.engine.getPendingSessionRequests()}catch(n){throw this.logger.error(n.message),n}}),Oe(this,"registerDeviceToken",n=>{try{return this.engine.registerDeviceToken(n)}catch(r){throw this.logger.error(r.message),r}}),Oe(this,"approveSessionAuthenticate",n=>{try{return this.engine.approveSessionAuthenticate(n)}catch(r){throw this.logger.error(r.message),r}}),Oe(this,"rejectSessionAuthenticate",n=>{try{return this.engine.rejectSessionAuthenticate(n)}catch(r){throw this.logger.error(r.message),r}}),Oe(this,"formatAuthMessage",n=>{try{return this.engine.formatAuthMessage(n)}catch(r){throw this.logger.error(r.message),r}}),this.metadata=e.metadata,this.name=e.name||Kf,this.signConfig=e.signConfig,this.core=e.core,this.logger=this.core.logger,this.engine=new TU(this),this.pay=void 0}static async init(e){const n=new mm(e);return await n.initialize(),n}async initialize(){this.logger.trace("Initialized");try{await this.engine.init(),Fw.isAvailable()&&(this.pay=new Fw(kU({clientId:await this.core.crypto.getClientId(),appId:this.core.projectId},this.opts.payConfig||{}))),this.logger.info("WalletKit Initialization Success")}catch(e){throw this.logger.info("WalletKit Initialization Failure"),this.logger.error(e.message),e}}};Oe($y,"notifications",NU);let em=$y;const LU=em;_e.CLIENT_CONTEXT=Kf,_e.CLIENT_STORAGE_OPTIONS=EA,_e.CLIENT_STORAGE_PREFIX=vA,_e.IWalletKit=Xy,_e.IWalletKitEngine=Jy,_e.IWalletKitEvents=IU,_e.PROTOCOL=qw,_e.PROTOCOL_VERSION=mA,_e.REQUEST_CONTEXT=xA,_e.WalletKit=LU,_e.default=em,_e.isPaymentLink=UU,Object.defineProperty(_e,"__esModule",{value:!0})});
41
43
  //# sourceMappingURL=index.umd.js.map