@ckb-ccc/core 1.15.0 → 1.16.0
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/CHANGELOG.md +15 -0
- package/README.md +2 -0
- package/dist/address.advanced-8N_Hcv6p.mjs +2 -0
- package/dist/address.advanced-8N_Hcv6p.mjs.map +1 -0
- package/dist/advanced.d.mts +1 -1
- package/dist/advanced.mjs +1 -1
- package/dist/{advancedBarrel-Dwyn3WMm.d.mts → advancedBarrel-4xTrm-An.d.mts} +145 -3
- package/dist/advancedBarrel-4xTrm-An.d.mts.map +1 -0
- package/dist/advancedBarrel.d.mts +1 -1
- package/dist/advancedBarrel.mjs +1 -1
- package/dist/{barrel-DO-IW8Ui.mjs → barrel-D3tMRxi5.mjs} +2 -2
- package/dist/barrel-D3tMRxi5.mjs.map +1 -0
- package/dist/barrel.d.mts +1 -1
- package/dist/barrel.mjs +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +1 -1
- package/dist.commonjs/address.advanced-CUIioHfv.js +2 -0
- package/dist.commonjs/address.advanced-CUIioHfv.js.map +1 -0
- package/dist.commonjs/advanced.d.ts +1 -1
- package/dist.commonjs/advanced.js +1 -1
- package/dist.commonjs/{advancedBarrel-D97MfkUZ.d.ts → advancedBarrel-XD_hMVay.d.ts} +145 -3
- package/dist.commonjs/advancedBarrel-XD_hMVay.d.ts.map +1 -0
- package/dist.commonjs/advancedBarrel.d.ts +1 -1
- package/dist.commonjs/advancedBarrel.js +1 -1
- package/dist.commonjs/{barrel-D5PRJCB6.js → barrel-D6tLiPED.js} +2 -2
- package/dist.commonjs/barrel-D6tLiPED.js.map +1 -0
- package/dist.commonjs/barrel.d.ts +1 -1
- package/dist.commonjs/barrel.js +1 -1
- package/dist.commonjs/index.d.ts +1 -1
- package/dist.commonjs/index.js +1 -1
- package/package.json +2 -2
- package/src/client/cache/cache.ts +1 -2
- package/src/client/cache/memory.ts +1 -2
- package/src/client/client.ts +1 -2
- package/src/client/clientPublicMainnet.advanced.ts +17 -0
- package/src/client/clientPublicTestnet.advanced.ts +17 -0
- package/src/client/clientTypes.ts +1 -6
- package/src/client/jsonRpc/transformers.ts +1 -2
- package/src/client/knownScript.ts +1 -0
- package/src/codec/entity.ts +2 -1
- package/src/utils/index.ts +3 -3
- package/dist/address.advanced-BHxWrbFc.mjs +0 -2
- package/dist/address.advanced-BHxWrbFc.mjs.map +0 -1
- package/dist/advancedBarrel-Dwyn3WMm.d.mts.map +0 -1
- package/dist/barrel-DO-IW8Ui.mjs.map +0 -1
- package/dist.commonjs/address.advanced-UCU9Hn8t.js +0 -2
- package/dist.commonjs/address.advanced-UCU9Hn8t.js.map +0 -1
- package/dist.commonjs/advancedBarrel-D97MfkUZ.d.ts.map +0 -1
- package/dist.commonjs/barrel-D5PRJCB6.js.map +0 -1
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,n)=>{let r={};for(var i in e)t(r,i,{get:e[i],enumerable:!0});return n||t(r,Symbol.toStringTag,{value:`Module`}),r},s=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},c=(n,r,a)=>(a=n==null?{}:e(i(n)),s(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));let l=require("bech32"),u=require("buffer/index.js"),d=require("isomorphic-ws");d=c(d);const f=Uint8Array;function p(e,...t){return t.reduce((t,n)=>{let r=g(n);for(let t of r)e.push(t);return t},e)}function m(...e){return new Uint8Array(p([],...e))}function h(e,t){return u.Buffer.from(g(e)).toString(t)}function g(e,t){if(e instanceof Uint8Array)return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(typeof e==`string`){if(t!==void 0)return u.Buffer.from(e,t);let n=e.startsWith(`0x`)?e.slice(2):e,r=n.length%2==0?n:`0${n}`,i=u.Buffer.from(r,`hex`);if(i.length*2!==r.length)throw Error(`Invalid bytes ${e}`);return i}if(Array.from(e).some(e=>e<0||255<e))throw Error(`Invalid bytes ${JSON.stringify(e)}`);return new Uint8Array(e)}function ee(e,t){if(e===t)return!0;let n=g(e),r=g(t);if(n.length!==r.length)return!1;for(let e=0;e<n.length;e++)if(n[e]!==r[e])return!1;return!0}var _=class e{constructor(e,t,n){this.encode=e,this.decode=t,this.byteLength=n}encodeOr(e,t){try{return this.encode(e)}catch{return t}}decodeOr(e,t,n){try{return this.decode(e,n)}catch{return t}}static from({encode:t,decode:n,byteLength:r}){return new e(e=>{let n=t(e);if(r!==void 0&&n.byteLength!==r)throw Error(`Codec.encode: expected byte length ${r}, got ${n.byteLength}`);return n},(e,t)=>{let i=g(e);if(r!==void 0&&i.byteLength!==r)throw Error(`Codec.decode: expected byte length ${r}, got ${i.byteLength}`);return n(e,t)},r)}map({inMap:t,outMap:n}){return new e(e=>this.encode(t?t(e):e),(e,t)=>n?n(this.decode(e,t)):this.decode(e,t),this.byteLength)}mapIn(e){return this.map({inMap:e})}mapOut(e){return this.map({outMap:e})}};function te(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name===`Uint8Array`&&`BYTES_PER_ELEMENT`in e&&e.BYTES_PER_ELEMENT===1}function v(e,t=``){if(typeof e!=`number`){let n=t&&`"${t}" `;throw TypeError(`${n}expected number, got ${typeof e}`)}if(!Number.isSafeInteger(e)||e<0){let n=t&&`"${t}" `;throw RangeError(`${n}expected integer >= 0, got ${e}`)}}function y(e,t,n=``){let r=te(e),i=e?.length,a=t!==void 0;if(!r||a&&i!==t){let o=n&&`"${n}" `,s=a?` of length ${t}`:``,c=r?`length=${i}`:`type=${typeof e}`,l=o+`expected Uint8Array`+s+`, got `+c;throw r?RangeError(l):TypeError(l)}return e}function ne(e){if(typeof e!=`function`||typeof e.create!=`function`)throw TypeError(`Hash must wrapped by utils.createHasher`);if(v(e.outputLen),v(e.blockLen),e.outputLen<1)throw Error(`"outputLen" must be >= 1`);if(e.blockLen<1)throw Error(`"blockLen" must be >= 1`)}function re(e,t=!0){if(e.destroyed)throw Error(`Hash instance has been destroyed`);if(t&&e.finished)throw Error(`Hash#digest() has already been called`)}function ie(e,t){y(e,void 0,`digestInto() output`);let n=t.outputLen;if(e.length<n)throw RangeError(`"digestInto() output" expected to be of length >=`+n)}function ae(e){return new Uint32Array(e.buffer,e.byteOffset,Math.floor(e.byteLength/4))}function oe(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function se(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function ce(e,t){return e<<32-t|e>>>t}function le(e,t){return e<<t|e>>>32-t>>>0}const ue=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function de(e){return e<<24&4278190080|e<<8&16711680|e>>>8&65280|e>>>24&255}const b=ue?e=>e:e=>de(e)>>>0;function fe(e){for(let t=0;t<e.length;t++)e[t]=de(e[t]);return e}const x=ue?e=>e:fe,pe=typeof Uint8Array.from([]).toHex==`function`&&typeof Uint8Array.fromHex==`function`,me=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,`0`));function he(e){if(y(e),pe)return e.toHex();let t=``;for(let n=0;n<e.length;n++)t+=me[e[n]];return t}const S={_0:48,_9:57,A:65,F:70,a:97,f:102};function ge(e){if(e>=S._0&&e<=S._9)return e-S._0;if(e>=S.A&&e<=S.F)return e-(S.A-10);if(e>=S.a&&e<=S.f)return e-(S.a-10)}function _e(e){if(typeof e!=`string`)throw TypeError(`hex string expected, got `+typeof e);if(pe)try{return Uint8Array.fromHex(e)}catch(e){throw e instanceof SyntaxError?RangeError(e.message):e}let t=e.length,n=t/2;if(t%2)throw RangeError(`hex string expected, got unpadded hex of length `+t);let r=new Uint8Array(n);for(let t=0,i=0;t<n;t++,i+=2){let n=ge(e.charCodeAt(i)),a=ge(e.charCodeAt(i+1));if(n===void 0||a===void 0){let t=e[i]+e[i+1];throw RangeError(`hex string expected, got non-hex character "`+t+`" at index `+i)}r[t]=n*16+a}return r}const ve=async()=>{};async function ye(e,t,n){let r=Date.now();for(let i=0;i<e;i++){n(i);let e=Date.now()-r;e>=0&&e<t||(await ve(),r+=e)}}function be(e){if(typeof e!=`string`)throw TypeError(`string expected`);return new Uint8Array(new TextEncoder().encode(e))}function xe(e,t=``){return typeof e==`string`?be(e):y(e,void 0,t)}function Se(...e){let t=0;for(let n=0;n<e.length;n++){let r=e[n];y(r),t+=r.length}let n=new Uint8Array(t);for(let t=0,r=0;t<e.length;t++){let i=e[t];n.set(i,r),r+=i.length}return n}function Ce(e,t){if(t!==void 0&&{}.toString.call(t)!==`[object Object]`)throw TypeError(`options must be object or undefined`);return Object.assign(e,t)}function we(e,t={}){let n=(t,n)=>e(n).update(t).digest(),r=e(void 0);return n.outputLen=r.outputLen,n.blockLen=r.blockLen,n.canXOF=r.canXOF,n.create=t=>e(t),Object.assign(n,t),Object.freeze(n)}function Te(e=32){v(e,`bytesLength`);let t=typeof globalThis==`object`?globalThis.crypto:null;if(typeof t?.getRandomValues!=`function`)throw Error(`crypto.getRandomValues must be defined`);if(e>65536)throw RangeError(`"bytesLength" expected <= 65536, got ${e}`);return t.getRandomValues(new Uint8Array(e))}const Ee=e=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,e])}),De=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]);function Oe(e,t,n){return e&t^~e&n}function ke(e,t,n){return e&t^e&n^t&n}var Ae=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,t,n,r){this.blockLen=e,this.outputLen=t,this.padOffset=n,this.isLE=r,this.buffer=new Uint8Array(e),this.view=se(this.buffer)}update(e){re(this),y(e);let{view:t,buffer:n,blockLen:r}=this,i=e.length;for(let a=0;a<i;){let o=Math.min(r-this.pos,i-a);if(o===r){let t=se(e);for(;r<=i-a;a+=r)this.process(t,a);continue}n.set(e.subarray(a,a+o),this.pos),this.pos+=o,a+=o,this.pos===r&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){re(this),ie(e,this),this.finished=!0;let{buffer:t,view:n,blockLen:r,isLE:i}=this,{pos:a}=this;t[a++]=128,oe(this.buffer.subarray(a)),this.padOffset>r-a&&(this.process(n,0),a=0);for(let e=a;e<r;e++)t[e]=0;n.setBigUint64(r-8,BigInt(this.length*8),i),this.process(n,0);let o=se(e),s=this.outputLen;if(s%4)throw Error(`_sha2: outputLen must be aligned to 32bit`);let c=s/4,l=this.get();if(c>l.length)throw Error(`_sha2: outputLen bigger than state`);for(let e=0;e<c;e++)o.setUint32(4*e,l[e],i)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let n=e.slice(0,t);return this.destroy(),n}_cloneInto(e){e||=new this.constructor,e.set(...this.get());let{blockLen:t,buffer:n,length:r,finished:i,destroyed:a,pos:o}=this;return e.destroyed=a,e.finished=i,e.length=r,e.pos=o,r%t&&e.buffer.set(n),e}clone(){return this._cloneInto()}};const je=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),Me=BigInt(2**32-1),Ne=BigInt(32);function Pe(e,t=!1){return t?{h:Number(e&Me),l:Number(e>>Ne&Me)}:{h:Number(e>>Ne&Me)|0,l:Number(e&Me)|0}}function Fe(e,t=!1){let n=e.length,r=new Uint32Array(n),i=new Uint32Array(n);for(let a=0;a<n;a++){let{h:n,l:o}=Pe(e[a],t);[r[a],i[a]]=[n,o]}return[r,i]}const Ie=(e,t,n)=>e>>>n|t<<32-n,Le=(e,t,n)=>e<<32-n|t>>>n,Re=(e,t,n)=>e<<64-n|t>>>n-32,ze=(e,t,n)=>e>>>n-32|t<<64-n,Be=(e,t)=>t,Ve=(e,t)=>e,He=(e,t,n)=>e<<n|t>>>32-n,Ue=(e,t,n)=>t<<n|e>>>32-n,We=(e,t,n)=>t<<n-32|e>>>64-n,Ge=(e,t,n)=>e<<n-32|t>>>64-n;function Ke(e,t,n,r){let i=(t>>>0)+(r>>>0);return{h:e+n+(i/2**32|0)|0,l:i|0}}const qe=(e,t,n)=>(e>>>0)+(t>>>0)+(n>>>0),Je=(e,t,n,r)=>t+n+r+(e/2**32|0)|0,C=Uint32Array.from([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),w=new Uint32Array(32);function T(e,t,n,r,i,a){let o=i[a],s=i[a+1],c=w[2*e],l=w[2*e+1],u=w[2*t],d=w[2*t+1],f=w[2*n],p=w[2*n+1],m=w[2*r],h=w[2*r+1],g=qe(c,u,o);l=Je(g,l,d,s),c=g|0,{Dh:h,Dl:m}={Dh:h^l,Dl:m^c},{Dh:h,Dl:m}={Dh:Be(h,m),Dl:Ve(h,m)},{h:p,l:f}=Ke(p,f,h,m),{Bh:d,Bl:u}={Bh:d^p,Bl:u^f},{Bh:d,Bl:u}={Bh:Ie(d,u,24),Bl:Le(d,u,24)},w[2*e]=c,w[2*e+1]=l,w[2*t]=u,w[2*t+1]=d,w[2*n]=f,w[2*n+1]=p,w[2*r]=m,w[2*r+1]=h}function E(e,t,n,r,i,a){let o=i[a],s=i[a+1],c=w[2*e],l=w[2*e+1],u=w[2*t],d=w[2*t+1],f=w[2*n],p=w[2*n+1],m=w[2*r],h=w[2*r+1],g=qe(c,u,o);l=Je(g,l,d,s),c=g|0,{Dh:h,Dl:m}={Dh:h^l,Dl:m^c},{Dh:h,Dl:m}={Dh:Ie(h,m,16),Dl:Le(h,m,16)},{h:p,l:f}=Ke(p,f,h,m),{Bh:d,Bl:u}={Bh:d^p,Bl:u^f},{Bh:d,Bl:u}={Bh:Re(d,u,63),Bl:ze(d,u,63)},w[2*e]=c,w[2*e+1]=l,w[2*t]=u,w[2*t+1]=d,w[2*n]=f,w[2*n+1]=p,w[2*r]=m,w[2*r+1]=h}function Ye(e,t={},n,r,i){if(v(n),e<=0||e>n)throw Error(`outputLen bigger than keyLen`);let{key:a,salt:o,personalization:s}=t;if(a!==void 0&&(a.length<1||a.length>n))throw Error(`"key" expected to be undefined or of length=1..`+n);o!==void 0&&y(o,r,`salt`),s!==void 0&&y(s,i,`personalization`)}var Xe=class{buffer;buffer32;finished=!1;destroyed=!1;length=0;pos=0;blockLen;outputLen;canXOF=!1;constructor(e,t){v(e),v(t),this.blockLen=e,this.outputLen=t,this.buffer=new Uint8Array(e),this.buffer32=ae(this.buffer)}update(e){re(this),y(e);let{blockLen:t,buffer:n,buffer32:r}=this,i=e.length,a=e.byteOffset,o=e.buffer;for(let s=0;s<i;){this.pos===t&&(x(r),this.compress(r,0,!1),x(r),this.pos=0);let c=Math.min(t-this.pos,i-s),l=a+s;if(c===t&&!(l%4)&&s+c<i){let e=new Uint32Array(o,l,Math.floor((i-s)/4));x(e);for(let n=0;s+t<i;n+=r.length,s+=t)this.length+=t,this.compress(e,n,!1);x(e);continue}n.set(e.subarray(s,s+c),this.pos),this.pos+=c,this.length+=c,s+=c}return this}digestInto(e){re(this),ie(e,this);let{pos:t,buffer32:n}=this;if(this.finished=!0,oe(this.buffer.subarray(t)),x(n),this.compress(n,0,!0),x(n),e.byteOffset&3)throw RangeError(`"digestInto() output" expected 4-byte aligned byteOffset, got `+e.byteOffset);let r=this.get(),i=ae(e),a=Math.floor(this.outputLen/4);for(let e=0;e<a;e++)i[e]=b(r[e]);let o=this.outputLen%4;if(!o)return;let s=a*4,c=r[a];for(let t=0;t<o;t++)e[s+t]=c>>>8*t}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let n=e.slice(0,t);return this.destroy(),n}_cloneInto(e){let{buffer:t,length:n,finished:r,destroyed:i,outputLen:a,pos:o}=this;return e||=new this.constructor({dkLen:a}),e.set(...this.get()),e.buffer.set(t),e.destroyed=i,e.finished=r,e.length=n,e.pos=o,e.outputLen=a,e}clone(){return this._cloneInto()}},Ze=class extends Xe{v0l=C[0]|0;v0h=C[1]|0;v1l=C[2]|0;v1h=C[3]|0;v2l=C[4]|0;v2h=C[5]|0;v3l=C[6]|0;v3h=C[7]|0;v4l=C[8]|0;v4h=C[9]|0;v5l=C[10]|0;v5h=C[11]|0;v6l=C[12]|0;v6h=C[13]|0;v7l=C[14]|0;v7h=C[15]|0;constructor(e={}){let t=e.dkLen===void 0?64:e.dkLen;super(128,t),Ye(t,e,64,16,16);let{key:n,personalization:r,salt:i}=e,a=0;if(n!==void 0&&(y(n,void 0,`key`),a=n.length),this.v0l^=this.outputLen|a<<8|16842752,i!==void 0){y(i,void 0,`salt`);let e=ae(i);this.v4l^=b(e[0]),this.v4h^=b(e[1]),this.v5l^=b(e[2]),this.v5h^=b(e[3])}if(r!==void 0){y(r,void 0,`personalization`);let e=ae(r);this.v6l^=b(e[0]),this.v6h^=b(e[1]),this.v7l^=b(e[2]),this.v7h^=b(e[3])}if(n!==void 0){let e=new Uint8Array(this.blockLen);e.set(n),this.update(e)}}get(){let{v0l:e,v0h:t,v1l:n,v1h:r,v2l:i,v2h:a,v3l:o,v3h:s,v4l:c,v4h:l,v5l:u,v5h:d,v6l:f,v6h:p,v7l:m,v7h:h}=this;return[e,t,n,r,i,a,o,s,c,l,u,d,f,p,m,h]}set(e,t,n,r,i,a,o,s,c,l,u,d,f,p,m,h){this.v0l=e|0,this.v0h=t|0,this.v1l=n|0,this.v1h=r|0,this.v2l=i|0,this.v2h=a|0,this.v3l=o|0,this.v3h=s|0,this.v4l=c|0,this.v4h=l|0,this.v5l=u|0,this.v5h=d|0,this.v6l=f|0,this.v6h=p|0,this.v7l=m|0,this.v7h=h|0}compress(e,t,n){this.get().forEach((e,t)=>w[t]=e),w.set(C,16);let{h:r,l:i}=Pe(BigInt(this.length));w[24]=C[8]^i,w[25]=C[9]^r,n&&(w[28]=~w[28],w[29]=~w[29]);let a=0,o=De;for(let n=0;n<12;n++)T(0,4,8,12,e,t+2*o[a++]),E(0,4,8,12,e,t+2*o[a++]),T(1,5,9,13,e,t+2*o[a++]),E(1,5,9,13,e,t+2*o[a++]),T(2,6,10,14,e,t+2*o[a++]),E(2,6,10,14,e,t+2*o[a++]),T(3,7,11,15,e,t+2*o[a++]),E(3,7,11,15,e,t+2*o[a++]),T(0,5,10,15,e,t+2*o[a++]),E(0,5,10,15,e,t+2*o[a++]),T(1,6,11,12,e,t+2*o[a++]),E(1,6,11,12,e,t+2*o[a++]),T(2,7,8,13,e,t+2*o[a++]),E(2,7,8,13,e,t+2*o[a++]),T(3,4,9,14,e,t+2*o[a++]),E(3,4,9,14,e,t+2*o[a++]);this.v0l^=w[0]^w[16],this.v0h^=w[1]^w[17],this.v1l^=w[2]^w[18],this.v1h^=w[3]^w[19],this.v2l^=w[4]^w[20],this.v2h^=w[5]^w[21],this.v3l^=w[6]^w[22],this.v3h^=w[7]^w[23],this.v4l^=w[8]^w[24],this.v4h^=w[9]^w[25],this.v5l^=w[10]^w[26],this.v5h^=w[11]^w[27],this.v6l^=w[12]^w[28],this.v6h^=w[13]^w[29],this.v7l^=w[14]^w[30],this.v7h^=w[15]^w[31],oe(w)}destroy(){this.destroyed=!0,oe(this.buffer32),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}};const Qe=we(e=>new Ze(e));function $e(e){if(!(typeof e==`string`&&e.length%2==0&&e.startsWith(`0x`)))return!1;for(let t=2;t<e.length;t++){let n=e.charAt(t);if(!(`0`<=n&&n<=`9`||`a`<=n&&n<=`f`))return!1}return!0}function D(e){return $e(e)?e:`0x${h(g(e),`hex`)}`}function et(e){return $e(e)?tt(e):g(e).length}function tt(e){return Math.floor((e.length-1)/2)}const nt=g(`ckb-default-hash`,`utf8`);var rt=class{constructor(e=32,t=nt){this.hasher=Qe.create({personalization:t,dkLen:e})}update(e){return this.hasher.update(g(e)),this}digest(){return D(this.hasher.digest())}};function it(...e){let t=new rt;return e.forEach(e=>t.update(e)),t.digest()}function at(...e){return it(...e).slice(0,42)}var O=class{static Base(){class e{static encode(e){throw Error(`encode not implemented, use @ccc.codec to decorate your type`)}static decode(e){throw Error(`decode not implemented, use @ccc.codec to decorate your type`)}static fromBytes(e){throw Error(`fromBytes not implemented, use @ccc.codec to decorate your type`)}static from(e){throw Error(`from not implemented`)}toBytes(){return this.constructor.encode(this)}clone(){return this.constructor.fromBytes(this.toBytes())}eq(e){return this===e?!0:ee(this.toBytes(),(this.constructor?.from(e)??e).toBytes())}hash(){return it(this.toBytes())}toHex(){return D(this.toBytes())}}return e.encode=void 0,e.decode=void 0,e.fromBytes=void 0,e}};function k(e){return function(t,...n){return t.byteLength=e.byteLength,t.encode===void 0&&(t.encode=function(n){return e.encode(t.from(n))}),t.decode===void 0&&(t.decode=function(n){return t.from(e.decode(g(n)))}),t.fromBytes===void 0&&(t.fromBytes=function(n){return t.from(e.decode(g(n)))}),t}}function ot(e,t=8){let n=st(e).toString();if(t===0)return n;let r=n.length<=t?`0`:n.slice(0,-t),i=n.slice(-t).padStart(t,`0`).replace(/0*$/,``);return i===``?r:`${r}.${i}`}function st(e,t=8){if(typeof e==`bigint`)return e;let[n,r]=(typeof e==`number`?e.toFixed(t):e.toString()).split(`.`),i=BigInt(n.padEnd(n.length+t,`0`));return r===void 0?i:i+BigInt(r.slice(0,t).padEnd(t,`0`))}const A=0n,ct=st(`1`);function lt(e,...t){let n=j(e);return t.forEach(e=>{let t=j(e);t<n&&(n=t)}),n}function ut(e,...t){let n=j(e);return t.forEach(e=>{let t=j(e);t>n&&(n=t)}),n}function j(e){if(typeof e==`bigint`)return e;if(e===`0x`)return BigInt(0);if(typeof e==`string`||typeof e==`number`)return BigInt(e);let t=D(e);return BigInt(t)}function M(e){let t=j(e);if(t<0n)throw Error(`value must be non-negative`);return`0x${t.toString(16)}`}function dt(e,t){return ft(e,t)}function ft(e,t){return pt(e,t).reverse()}function pt(e,t){let n=j(e);if(n<j(0)){if(t==null)throw Error(`negative number can not be serialized without knowing bytes length`);if(n=(j(1)<<j(8)*j(t))+n,n<0)throw Error(`negative number underflow`)}let r=g(n.toString(16));if(t==null)return r;if(r.length>t)throw Error(`number overflow`);return m(`00`.repeat(t-r.length),r)}function mt(e){return ht(e)}function ht(e){return gt(g(e).map(e=>e).reverse())}function gt(e){return j(g(e))}function N(e,t=!1){return _.from({byteLength:e,encode:n=>t?dt(n,e):pt(n,e),decode:e=>t?mt(e):gt(e)})}function _t(e,t=!1){if(e>4)throw Error(`uintNumber: byteLength must be less than or equal to 4`);return N(e,t).map({outMap:e=>Number(e)})}function vt(e){return _.from({byteLength:e,encode:()=>new Uint8Array(e),decode:()=>{}})}const yt=_.from({encode:e=>g(e),decode:e=>g(e)}),bt=_.from({encode:e=>g(e),decode:e=>D(e)}),xt=_t(1,!0),St=_t(2,!0),Ct=_t(2),wt=St,Tt=_t(4,!0),Et=_t(4),Dt=Tt,Ot=N(8,!0),kt=N(8),At=Ot,jt=N(16,!0),Mt=N(16),Nt=jt,Pt=N(32,!0),Ft=N(32),It=Pt,Lt=N(64,!0),Rt=N(64),zt=Lt,Bt=_.from({byteLength:1,encode:e=>g(e?[1]:[0]),decode:e=>g(e)[0]!==0}),Vt=_.from({byteLength:1,encode:e=>g(e),decode:e=>D(e)}),Ht=_.from({byteLength:4,encode:e=>g(e),decode:e=>D(e)}),Ut=_.from({byteLength:8,encode:e=>g(e),decode:e=>D(e)}),Wt=_.from({byteLength:16,encode:e=>g(e),decode:e=>D(e)}),Gt=_.from({byteLength:32,encode:e=>g(e),decode:e=>D(e)});function P(e){return dt(e,4)}function F(e){return Number(mt(e))}function Kt(e){let t=e.byteLength;if(t===void 0)throw Error(`fixedItemVec: itemCodec requires a byte length`);return _.from({encode(t){try{let n=[];p(n,P(t.length));for(let r of t)p(n,e.encode(r));return g(n)}catch(e){throw Error(`fixedItemVec failed`,{cause:e})}},decode(n,r){let i=g(n);if(i.byteLength<4)throw Error(`fixedItemVec: too short buffer, expected at least 4 bytes, but got ${i.byteLength}`);let a=4+F(i.slice(0,4))*t;if(i.byteLength!==a)throw Error(`fixedItemVec: invalid buffer size, expected ${a}, but got ${i.byteLength}`);try{let n=[];for(let o=4;o<a;o+=t)n.push(e.decode(i.slice(o,o+t),r));return n}catch(e){throw Error(`fixedItemVec failed`,{cause:e})}}})}function qt(e){return _.from({encode(t){try{let n=4+t.length*4,r=[],i=[];for(let a of t){let t=e.encode(a);p(r,P(n)),p(i,t),n+=t.byteLength}return m(P(r.length+i.length+4),r,i)}catch(e){throw Error(`dynItemVec failed`,{cause:e})}},decode(t,n){let r=g(t);if(r.byteLength<4)throw Error(`dynItemVec: too short buffer, expected at least 4 bytes, but got ${r.byteLength}`);let i=F(r.slice(0,4));if(i!==r.byteLength)throw Error(`dynItemVec: invalid buffer size, expected ${i}, but got ${r.byteLength}`);if(i===4)return[];let a=(F(r.slice(4,8))-4)/4,o=Array.from(Array(a),(e,t)=>F(r.slice(4+t*4,8+t*4)));o.push(i);try{let t=[];for(let i=0;i<o.length-1;i++){let a=o[i],s=o[i+1],c=r.slice(a,s);t.push(e.decode(c,n))}return t}catch(e){throw Error(`dynItemVec failed`,{cause:e})}}})}function I(e){return e.byteLength===void 0?qt(e):Kt(e)}function L(e){return _.from({encode(t){if(t==null)return g([]);try{return e.encode(t)}catch(e){throw Error(`option failed`,{cause:e})}},decode(t,n){if(g(t).byteLength!==0)try{return e.decode(t,n)}catch(e){throw Error(`option failed`,{cause:e})}}})}function Jt(e){return _.from({encode(t){try{let n=g(e.encode(t));return m(P(n.byteLength),n)}catch(e){throw Error(`byteVec failed`,{cause:e})}},decode(t,n){let r=g(t);if(r.byteLength<4)throw Error(`byteVec: too short buffer, expected at least 4 bytes, but got ${r.byteLength}`);let i=F(r.slice(0,4));if(i!==r.byteLength-4)throw Error(`byteVec: invalid buffer size, expected ${i}, but got ${r.byteLength}`);try{return e.decode(r.slice(4),n)}catch(e){throw Error(`byteVec failed`,{cause:e})}}})}function Yt(e){let t=Object.keys(e);return _.from({encode(n){let r=4+t.length*4,i=[],a=[];for(let o of t)try{let t=e[o].encode(n[o]);p(i,P(r)),p(a,t),r+=t.byteLength}catch(e){throw Error(`table.${o} failed`,{cause:e})}return m(P(i.length+a.length+4),i,a)},decode(n,r){let i=g(n);if(i.byteLength<4)throw Error(`table: too short buffer, expected at least 4 bytes, but got ${i.byteLength}`);let a=F(i.slice(0,4)),o=(F(i.slice(4,8))-4)/4;if(a!==i.byteLength)throw Error(`table: invalid buffer size, expected ${a}, but got ${i.byteLength}`);if(o<t.length)throw Error(`table: invalid field count, expected ${t.length}, but got ${o}`);if(o>t.length&&!r?.isExtraFieldIgnored)throw Error(`table: invalid field count, expected ${t.length}, but got ${o}, and extra fields are not allowed in the current configuration. If you want to ignore extra fields, set isExtraFieldIgnored to true.`);let s=t.map((e,t)=>F(i.slice(4+t*4,8+t*4)));o>t.length?s.push(F(i.slice(4+t.length*4,8+t.length*4))):s.push(a);let c={};for(let n=0;n<s.length-1;n++){let a=s[n],o=s[n+1],l=t[n],u=e[l],d=i.slice(a,o);try{Object.assign(c,{[l]:u.decode(d,r)})}catch(e){throw Error(`table.${l} failed`,{cause:e})}}return c}})}function Xt(e,t){let n=Object.entries(e),r;if(n.length>0){let e=n[0][1].byteLength;e!==void 0&&n.every(([,{byteLength:t}])=>t===e)&&(r=e+4)}return _.from({byteLength:r,encode({type:r,value:i}){let a=r.toString(),o=e[a];if(!o)throw Error(`union: invalid type, expected ${n.map(e=>e[0]).toString()}, but got ${a}`);let s=t?t[a]??-1:n.findIndex(e=>e[0]===a);if(s<0)throw Error(`union: invalid field id ${s} of ${a}`);let c=P(s);try{return m(c,o.encode(i))}catch(e){throw Error(`union.${a} failed`,{cause:e})}},decode(n,r){let i=g(n),a=F(i.slice(0,4)),o=Object.keys(e),s=t?Object.entries(t).find(([,e])=>e===a)?.[0]:o[a];if(!s){if(!t)throw Error(`union: unknown union field index ${a}, only ${o.toString()} are allowed`);let e=Object.keys(t);throw Error(`union: unknown union field index ${a}, only ${e.toString()} and ${o.toString()} are allowed`)}return{type:s,value:e[s].decode(i.slice(4),r)}}})}function Zt(e){let t=Object.values(e),n=Object.keys(e);return _.from({byteLength:t.reduce((e,t)=>{if(t.byteLength===void 0)throw Error(`struct: all fields must be fixed-size`);return e+t.byteLength},0),encode(t){let r=[];for(let i of n)try{p(r,e[i].encode(t[i]))}catch(e){throw Error(`struct.${i} failed`,{cause:e})}return g(r)},decode(t,n){let r=g(t),i={},a=0;return Object.entries(e).forEach(([e,t])=>{let o=r.slice(a,a+t.byteLength);try{Object.assign(i,{[e]:t.decode(o,n)})}catch(t){throw Error(`struct.${e} failed`,{cause:t})}a+=t.byteLength}),i}})}function Qt(e,t){if(e.byteLength===void 0)throw Error(`array: itemCodec requires a byte length`);let n=e.byteLength*t;return _.from({byteLength:n,encode(t){try{let n=[];for(let r of t)p(n,e.encode(r));return g(n)}catch(e){throw Error(`array failed`,{cause:e})}},decode(t,r){let i=g(t);if(i.byteLength!=n)throw Error(`array: invalid buffer size, expected ${n}, but got ${i.byteLength}`);try{let t=[];for(let n=0;n<i.byteLength;n+=e.byteLength)t.push(e.decode(i.slice(n,n+e.byteLength),r));return t}catch(e){throw Error(`array failed`,{cause:e})}}})}const $t=L(xt),en=I(xt),tn=L(wt),nn=I(wt),rn=L(Dt),an=I(Dt),on=L(At),sn=I(At),cn=L(Nt),ln=I(Nt),un=L(It),dn=I(It),fn=L(zt),pn=I(zt),mn=Jt(bt),hn=L(mn),gn=I(mn),_n=L(Bt),vn=I(Bt),yn=L(Vt),bn=I(Vt),xn=L(Ht),Sn=I(Ht),Cn=L(Ut),wn=I(Ut),Tn=L(Wt),En=I(Wt),Dn=L(Gt),On=I(Gt),kn=Jt({encode:e=>g(e,`utf8`),decode:e=>h(e,`utf8`)}),An=I(kn),jn=L(kn);function R(e,t){if(t!=null)return e(t)}async function Mn(e,t,n){if(n===void 0){if(e.length===0)throw TypeError(`Reduce of empty array with no initial value`);n=e[0],e=e.slice(1)}return e.reduce((e,n,r,i)=>e.then(e=>Promise.resolve(t(e,n,r,i)).then(t=>t??e)),Promise.resolve(n))}function Nn(e){return new Promise(t=>setTimeout(t,Number(j(e))))}function Pn(e){return/webview|wv|ip((?!.*Safari)|(?=.*like Safari))/i.test(e)}function Fn(e){return JSON.stringify(e,(e,t)=>typeof t==`bigint`?M(t):t)}function In(e,t){for(e=j(e),t=j(t),e=e<0n?-e:e,t=t<0n?-t:t;t!==A;)[e,t]=[t,e%t];return e}function z(e,t,n,r){var i=arguments.length,a=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,o;if(typeof Reflect==`object`&&typeof Reflect.decorate==`function`)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}var B;let V=B=class extends O.Base(){constructor(e,t,n){super(),this.integer=e,this.numerator=t,this.denominator=n}normalizeBase(){return this.denominator===0n?new B(this.integer,A,j(1)):this.denominator<0n?new B(this.integer,-this.numerator,-this.denominator):this}normalizeCanonical(){let{integer:e,numerator:t,denominator:n}=this.normalizeBase();if(t<0n){let r=(-t+n-1n)/n;e-=r,t+=n*r}let r=In(t,n);return t/=r,n/=r,e+=t/n,t%=n,new B(e,t,n)}get 0(){return this.integer}get 1(){return this.numerator}get 2(){return this.denominator}toNum(){if(this.integer<0n||this.numerator<0n||this.denominator<0n)throw Error(`Negative values in Epoch to Num conversion`);if(this.integer>=j(`0x1000000`)||this.numerator>=j(`0x10000`)||this.denominator>=j(`0x10000`))throw Error(`Integer must be < 2^24, numerator and denominator must be < 2^16`);return this.integer+(this.numerator<<j(24))+(this.denominator<<j(40))}toPackedHex(){return M(this.toNum())}static fromNum(e){let t=j(e);return new B(t&j(`0xffffff`),t>>j(24)&j(`0xffff`),t>>j(40)&j(`0xffff`))}static from(e){return e instanceof B?e:Array.isArray(e)?new B(j(e[0]),j(e[1]),j(e[2])):typeof e==`object`?new B(j(e.integer),j(e.numerator),j(e.denominator)):B.fromNum(e)}clone(){return new B(this.integer,this.numerator,this.denominator)}static get Genesis(){return new B(A,A,A)}static get OneNervosDaoCycle(){return new B(j(180),A,j(1))}compare(e){if(this===e)return 0;let t=this.normalizeBase(),n=B.from(e).normalizeBase(),r=(t.integer*t.denominator+t.numerator)*n.denominator,i=(n.integer*n.denominator+n.numerator)*t.denominator;return r>i?1:r<i?-1:0}lt(e){return this.compare(e)<0}le(e){return this.compare(e)<=0}eq(e){return this.compare(e)===0}ge(e){return this.compare(e)>=0}gt(e){return this.compare(e)>0}add(e){let t=this.normalizeBase(),n=B.from(e).normalizeBase(),r=t.integer+n.integer,i,a;return t.denominator===n.denominator?(i=t.numerator+n.numerator,a=t.denominator):(i=t.numerator*n.denominator+n.numerator*t.denominator,a=t.denominator*n.denominator),new B(r,i,a).normalizeCanonical()}sub(e){let{integer:t,numerator:n,denominator:r}=B.from(e);return this.add(new B(-t,-n,r))}toUnix(e,t=j(14400*1e3)){let{integer:n,numerator:r,denominator:i}=this.sub(e.epoch);return e.timestamp+t*n+t*r/i}};V=B=z([k(Zt({padding:vt(1),denominator:N(2),numerator:N(2),integer:N(3)}))],V);function Ln(e){return V.from(e)}function Rn(e){return V.fromNum(e)}function zn(e){return V.from(e).toPackedHex()}const Bn=j(1e7),Vn=j(1e3);function Hn([e,t]){return[j(e),j(t)]}var Un=class e{constructor(e,t){this.cellDep=e,this.type=t}static from(t){return t instanceof e?t:new e(Q.from(t.cellDep),R(G.from,t.type))}},Wn=class e{constructor(e,t,n){this.codeHash=e,this.hashType=t,this.cellDeps=n}static from(t){return t instanceof e?t:new e(D(t.codeHash),Sr(t.hashType),t.cellDeps.map(e=>Un.from(e)))}},Gn=class e{constructor(e,t,n,r,i,a,o){this.transaction=e,this.status=t,this.cycles=n,this.blockHash=r,this.blockNumber=i,this.txIndex=a,this.reason=o}static from(t){return t instanceof e?t:new e($.from(t.transaction),t.status,R(j,t.cycles),R(D,t.blockHash),R(j,t.blockNumber),R(j,t.txIndex),t.reason)}clone(){return new e(this.transaction.clone(),this.status,this.cycles,this.blockHash,this.blockNumber,this.txIndex,this.reason)}},Kn=class e{constructor(e,t,n,r,i,a,o){this.script=e,this.scriptLenRange=t,this.outputData=n,this.outputDataSearchMode=r,this.outputDataLenRange=i,this.outputCapacityRange=a,this.blockRange=o}static from(t){return t instanceof e?t:new e(R(G.from,t.script),R(Hn,t.scriptLenRange),R(D,t.outputData),t.outputDataSearchMode??void 0,R(Hn,t.outputDataLenRange),R(Hn,t.outputCapacityRange),R(Hn,t.blockRange))}},qn=class e{constructor(e,t,n,r,i){this.script=e,this.scriptType=t,this.scriptSearchMode=n,this.filter=r,this.withData=i}static from(t){return t instanceof e?t:new e(G.from(t.script),t.scriptType,t.scriptSearchMode,R(Kn.from,t.filter),t.withData??void 0)}},Jn=class e{constructor(e,t,n,r,i){this.script=e,this.scriptType=t,this.scriptSearchMode=n,this.filter=r,this.groupByTransaction=i}static from(t){return t instanceof e?t:new e(G.from(t.script),t.scriptType,t.scriptSearchMode,R(Kn.from,t.filter),t.groupByTransaction??void 0)}},H=class e{constructor(e,t,n,r,i,a,o,s,c,l,u,d){this.compactTarget=e,this.dao=t,this.epoch=n,this.extraHash=r,this.hash=i,this.nonce=a,this.number=o,this.parentHash=s,this.proposalsHash=c,this.timestamp=l,this.transactionsRoot=u,this.version=d}static from(t){return t instanceof e?t:new e(j(t.compactTarget),{c:j(t.dao.c),ar:j(t.dao.ar),s:j(t.dao.s),u:j(t.dao.u)},V.from(t.epoch),D(t.extraHash),D(t.hash),j(t.nonce),j(t.number),D(t.parentHash),D(t.proposalsHash),j(t.timestamp),D(t.transactionsRoot),j(t.version))}},Yn=class e{constructor(e,t){this.header=e,this.proposals=t}static from(t){return t instanceof e?t:new e(H.from(t.header),t.proposals.map(D))}},Xn=class e{constructor(e,t,n,r){this.header=e,this.proposals=t,this.transactions=n,this.uncles=r}static from(t){return t instanceof e?t:new e(H.from(t.header),t.proposals.map(D),t.transactions.map($.from),t.uncles.map(Yn.from))}},U=class extends Error{constructor(e){super(`Client request error ${e.message}`),this.code=e.code,this.data=e.data}},Zn=class extends U{constructor(e,t){super(e),this.outPoint=Y.from(t)}},Qn=class extends U{constructor(e,t,n,r,i,a){super(e),this.source=t,this.errorCode=r,this.scriptHashType=i,this.sourceIndex=j(n),this.scriptCodeHash=D(a)}},$n=class extends U{constructor(e,t){super(e),this.txHash=D(t)}},er=class extends U{constructor(e,t,n){super(e),this.currentFee=j(t),this.leastFee=j(n)}},tr=class extends U{constructor(e){let t=j(e).toString();super({message:`Wait transaction timeout ${t}ms`,data:JSON.stringify({timeout:t})})}},nr=class extends U{constructor(e,t){let n=j(e).toString(),r=j(t).toString();super({message:`Max fee rate exceeded limit ${n}, actual ${r}. Developer might forgot to complete transaction fee before sending. See https://api.ckbccc.com/classes/_ckb_ccc_core.index.ccc.Transaction.html#completeFeeBy.`,data:JSON.stringify({limit:n,actual:r})})}};const rr=j(1e3*10*50);function ir(e,t,n){if(!t)return!0;let r=D(e),i=D(t);return!(n===`exact`&&r!==i||n===`prefix`&&!r.startsWith(i)||n===`partial`&&r.search(i)===-1)}function ar(e,t,n){if(!t)return!0;if(!e)return!1;let r=G.from(e),i=G.from(t);return r.codeHash!==i.codeHash||r.hashType!==i.hashType?!1:ir(r.args,i?.args,n)}function or(e,t){if(!t)return!0;let n=j(e),[r,i]=Hn(t);return r<=n&&n<i}function sr(e,t){return t?or(e?g(G.from(e).args).length+33:0,t):!0}function cr(e,t){let n=qn.from(e),r=Hr.from(t);return!(n.scriptType===`lock`&&(!ar(r.cellOutput.lock,n.script,n.scriptSearchMode)||!ar(r.cellOutput.type,n.filter?.script,`prefix`)||!sr(r.cellOutput.type,n.filter?.scriptLenRange))||n.scriptType===`type`&&(!ar(r.cellOutput.type,n.script,n.scriptSearchMode)||!ar(r.cellOutput.lock,n.filter?.script,`prefix`)||!sr(r.cellOutput.lock,n.filter?.scriptLenRange))||!ir(r.outputData,n.filter?.outputData,n.filter?.outputDataSearchMode??`prefix`)||!or(g(r.outputData).length,n.filter?.outputDataLenRange)||!or(r.cellOutput.capacity,n.filter?.outputCapacityRange))}var lr=class extends Map{constructor(e){if(super(),this.capacity=e,this.lru=new Set,!Number.isInteger(e)||e<1)throw Error(`Capacity must be a positive integer`)}get(e){if(super.has(e))return this.lru.delete(e),this.lru.add(e),super.get(e)}set(e,t){if(super.set(e,t),this.lru.delete(e),this.lru.add(e),this.lru.size>this.capacity){let e=this.lru.keys().next().value;this.delete(e)}return this}delete(e){return super.delete(e)?(this.lru.delete(e),!0):!1}clear(){super.clear(),this.lru.clear()}};let ur=function(e){return e.NervosDao=`NervosDao`,e.Secp256k1Blake160=`Secp256k1Blake160`,e.Secp256k1Multisig=`Secp256k1Multisig`,e.Secp256k1MultisigV2Beta=`Secp256k1MultisigV2Beta`,e.Secp256k1MultisigV2=`Secp256k1MultisigV2`,e.AnyoneCanPay=`AnyoneCanPay`,e.TypeId=`TypeId`,e.XUdt=`XUdt`,e.JoyId=`JoyId`,e.COTA=`COTA`,e.PWLock=`PWLock`,e.OmniLock=`OmniLock`,e.NostrLock=`NostrLock`,e.UniqueType=`UniqueType`,e.DidCkb=`DidCkb`,e.AlwaysSuccess=`AlwaysSuccess`,e.InputTypeProxyLock=`InputTypeProxyLock`,e.OutputTypeProxyLock=`OutputTypeProxyLock`,e.LockProxyLock=`LockProxyLock`,e.SingleUseLock=`SingleUseLock`,e.TypeBurnLock=`TypeBurnLock`,e.EasyToDiscoverType=`EasyToDiscoverType`,e.TimeLock=`TimeLock`,e}({});const dr=Object.freeze({NervosDao:{codeHash:`0x82d76d1b75fe2fd9a27dfbaa65a039221a380d76c926f378d3f81cf3e7e13f2e`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0xe2fb199810d49a4d8beec56718ba2593b665db9d52299a0f9e6e75416d73ff5c`,index:2},depType:`code`}}]},Secp256k1Blake160:{codeHash:`0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0x71a7ba8fc96349fea0ed3a5c47992e3b4084b031a42264a018e0072e8172e46c`,index:0},depType:`depGroup`}}]},Secp256k1Multisig:{codeHash:`0x5c5069eb0857efc65e1bca0c07df34c31663b3622fd3876c876320fc9634e2a8`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0x71a7ba8fc96349fea0ed3a5c47992e3b4084b031a42264a018e0072e8172e46c`,index:1},depType:`depGroup`}}]},Secp256k1MultisigV2Beta:{codeHash:`0xd1a9f877aed3f5e07cb9c52b61ab96d06f250ae6883cc7f0a2423db0976fc821`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0x44be4f4feda80c0e41783ab10e191df3b2bb5c3731b0970c916dbec385dcdc60`,index:0},depType:`depGroup`}}]},Secp256k1MultisigV2:{codeHash:`0x36c971b8d41fbd94aabca77dc75e826729ac98447b46f91e00796155dddb0d29`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0x6888aa39ab30c570c2c30d9d5684d3769bf77265a7973211a3c087fe8efbf738`,index:0},depType:`depGroup`}}]},AnyoneCanPay:{codeHash:`0xd369597ff47f29fbc0d47d2e3775370d1250b85140c670e4718af712983a2354`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0x4153a2014952d7cac45f285ce9a7c5c0c0e1b21f2d378b82ac1433cb11c25c4d`,index:0},depType:`depGroup`}}]},TypeId:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,cellDeps:[]},XUdt:{codeHash:`0x50bd8d6680b8b9cf98b73f3c08faf8b2a21914311954118ad6609be6e78a1b95`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0xc07844ce21b38e4b071dd0e1ee3b0e27afd8d7532491327f39b786343f558ab7`,index:0},depType:`code`}}]},JoyId:{codeHash:`0xd00c84f0ec8fd441c38bc3f87a371f547190f2fcff88e642bc5bf54b9e318323`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0x8a605a4402cadda69fa64fd25cbbd74058e3eb86a7a72aee3d25df278564d31b`,index:0},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0x2d1f2d4d1514ccc3bb4f04f5437a5ae30d00636ee57cedd2c70ab3ea75b62adc`}},{cellDep:{outPoint:{txHash:`0x8a605a4402cadda69fa64fd25cbbd74058e3eb86a7a72aee3d25df278564d31b`,index:1},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0xc086090432098835ec542a1b94bdd1b842c5aa1ccd1616873fe77f4a04044417`}},{cellDep:{outPoint:{txHash:`0x8a605a4402cadda69fa64fd25cbbd74058e3eb86a7a72aee3d25df278564d31b`,index:2},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0x165b225c6fbed7e655b024384d9083de3243375f9893706f4452858ecd694e96`}},{cellDep:{outPoint:{txHash:`0x8a605a4402cadda69fa64fd25cbbd74058e3eb86a7a72aee3d25df278564d31b`,index:3},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0xafb8408d0094ab944e6286aac750b9bb854ac0bcb66dfe5c60559744a700e70c`}},{cellDep:{outPoint:{txHash:`0x8a605a4402cadda69fa64fd25cbbd74058e3eb86a7a72aee3d25df278564d31b`,index:4},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0x773bf0647be24b4e18ef44068fd069b9de5549c4b86be227779ceb9179598ec4`}}]},COTA:{codeHash:`0x1122a4fb54697cf2e6e3a96c9d80fd398a936559b90954c6e88eb7ba0cf652df`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0xabaa25237554f0d6c586dc010e7e85e6870bcfd9fb8773257ecacfbe1fd738a0`,index:0},depType:`depGroup`}}]},PWLock:{codeHash:`0xbf43c3602455798c1a61a596e0d95278864c552fafe231c063b3fabf97a8febc`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0x71a7ba8fc96349fea0ed3a5c47992e3b4084b031a42264a018e0072e8172e46c`,index:0},depType:`depGroup`}},{cellDep:{outPoint:{txHash:`0x1d60cb8f4666e039f418ea94730b1a8c5aa0bf2f7781474406387462924d15d4`,index:0},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0x42ade2f25eb938b5dbfd3d8f07b8b07aa593d848e7ff14bdfbbea5aeb6175261`}}]},OmniLock:{codeHash:`0x9b819793a64463aed77c615d6cb226eea5487ccfc0783043a587254cda2b6f26`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0x71a7ba8fc96349fea0ed3a5c47992e3b4084b031a42264a018e0072e8172e46c`,index:0},depType:`depGroup`}},{cellDep:{outPoint:{txHash:`0xc76edf469816aa22f416503c38d0b533d2a018e253e379f134c3985b3472c842`,index:0},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0x855508fe0f0ca25b935b070452ecaee48f6c9f1d66cd15f046616b99e948236a`}}]},NostrLock:{codeHash:`0x641a89ad2f77721b803cd50d01351c1f308444072d5fa20088567196c0574c68`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0x99b116dd1e4f1fa903b70112ae672c18bb34241d3d03a9ad555cd2a611be7327`,index:0},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0xfad8cb75eb0bb01718e2336002064568bc05887af107f74ed5dd501829e192f8`}}]},UniqueType:{codeHash:`0x2c8c11c985da60b0a330c61a85507416d6382c130ba67f0c47ab071e00aec628`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0x67524c01c0cb5492e499c7c7e406f2f9d823e162d6b0cf432eacde0c9808c2ad`,index:0},depType:`code`}}]},DidCkb:{codeHash:`0x4a06164dc34dccade5afe3e847a97b6db743e79f5477fa3295acf02849c5984a`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0xe2f74c56cdc610d2b9fe898a96a80118845f5278605d7f9ad535dad69ae015bf`,index:0},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,args:`0x55573ef6d78e3ca75170ff476176732309a8b31efe94320a954ded3d75c2cb18`,hashType:`type`}}]},AlwaysSuccess:{codeHash:`0x3b521cc4b552f109d092d8cc468a8048acb53c5952dbe769d2b2f9cf6e47f7f1`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0x10d63a996157d32c01078058000052674ca58d15f921bec7f1dcdac2160eb66b`,index:0},depType:`code`}}]},InputTypeProxyLock:{codeHash:`0x5123908965c711b0ffd8aec642f1ede329649bda1ebdca6bd24124d3796f768a`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0x10d63a996157d32c01078058000052674ca58d15f921bec7f1dcdac2160eb66b`,index:1},depType:`code`}}]},OutputTypeProxyLock:{codeHash:`0x2df53b592db3ae3685b7787adcfef0332a611edb83ca3feca435809964c3aff2`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0x10d63a996157d32c01078058000052674ca58d15f921bec7f1dcdac2160eb66b`,index:2},depType:`code`}}]},LockProxyLock:{codeHash:`0x5d41e32e224c15f152b7e6529100ebeac83b162f5f692a5365774dad2c1a1d02`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0x10d63a996157d32c01078058000052674ca58d15f921bec7f1dcdac2160eb66b`,index:3},depType:`code`}}]},SingleUseLock:{codeHash:`0x8290467a512e5b9a6b816469b0edabba1f4ac474e28ffdd604c2a7c76446bbaf`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0x10d63a996157d32c01078058000052674ca58d15f921bec7f1dcdac2160eb66b`,index:4},depType:`code`}}]},TypeBurnLock:{codeHash:`0xff78bae0abf17d7a404c0be0f9ad9c9185b3f88dcc60403453d5ba8e1f22f53a`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0x10d63a996157d32c01078058000052674ca58d15f921bec7f1dcdac2160eb66b`,index:5},depType:`code`}}]},EasyToDiscoverType:{codeHash:`0xaba4430cc7110d699007095430a1faa72973edf2322ddbfd4d1d219cacf237af`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0xb0ed754fb27d67fd8388c97fed914fb7998eceaa01f3e6f967e498de1ba0ac9b`,index:0},depType:`code`}}]},TimeLock:{codeHash:`0x6fac4b2e89360a1e692efcddcb3a28656d8446549fb83da6d896db8b714f4451`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0xb0ed754fb27d67fd8388c97fed914fb7998eceaa01f3e6f967e498de1ba0ac9b`,index:1},depType:`code`}}]}});var fr=class{constructor(e,t=3e4){this.url=e,this.timeout=t}async request(e){let t=new AbortController,n=setTimeout(()=>t.abort(),this.timeout),r=await(await fetch(this.url,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify(e),signal:t.signal})).json();return clearTimeout(n),r}},pr=class{constructor(e,t=3e4){this.url=e,this.timeout=t,this.ongoing=new Map}request(e){let t=(()=>{if(this.socket&&this.socket.readyState!==this.socket.CLOSING&&this.socket.readyState!==this.socket.CLOSED&&this.openSocket)return this.openSocket;let e=new d.default(this.url),t=({data:e})=>{let t=JSON.parse(e);if(typeof t!=`object`||!t||typeof t.id!=`number`)throw Error(`Unknown response ${e}`);let n=t.id,r=this.ongoing.get(n);if(!r)return;let[i,a,o]=r;clearTimeout(o),this.ongoing.delete(n),i(t)},n=()=>{this.ongoing.forEach(([e,t,n])=>{clearTimeout(n),t(Error(`Connection closed`))}),this.ongoing.clear()};return e.onclose=n,e.onerror=n,e.onmessage=t,this.socket=e,this.openSocket=new Promise(t=>{e.readyState===e.OPEN?t(e):e.onopen=()=>{t(e)}}),this.openSocket})();return new Promise((n,r)=>{let i=[n,r,setTimeout(()=>{this.ongoing.delete(e.id),t.then(e=>e.close()).catch(e=>r(e)),r(Error(`Request timeout`))},this.timeout)];this.ongoing.set(e.id,i),t.then(t=>{t.readyState===t.CLOSED||t.readyState===t.CLOSING?(clearTimeout(i[2]),this.ongoing.delete(e.id),r(Error(`Connection closed`))):t.send(JSON.stringify(e))}).catch(e=>r(e))})}};function mr(e,t){return e.startsWith(`wss://`)||e.startsWith(`ws://`)?new pr(e,t?.timeout):new fr(e,t?.timeout)}var hr=class{constructor(e){this.transports=e,this.i=0}async request(e){let t=0;for(;;)try{return await this.transports[this.i%this.transports.length].request(e)}catch(e){if(t+=1,this.i+=1,t>=this.transports.length)throw e}}},gr=class e{static hashTypeFrom(e){return Sr(e)}static hashTypeTo(e){return e}static depTypeFrom(e){switch(Lr(e)){case`code`:return`code`;case`depGroup`:return`dep_group`}}static depTypeTo(e){switch(e){case`code`:return`code`;case`dep_group`:return`depGroup`}}static scriptFrom(t){let n=G.from(t);return{code_hash:n.codeHash,hash_type:e.hashTypeFrom(n.hashType),args:n.args}}static scriptTo(t){return G.from({codeHash:t.code_hash,hashType:e.hashTypeTo(t.hash_type),args:t.args})}static outPointFrom(e){let t=Y.from(e);return{index:M(t.index),tx_hash:t.txHash}}static outPointTo(e){return Y.from({index:e.index,txHash:e.tx_hash})}static cellInputFrom(t){let n=Z.from(t);return{previous_output:e.outPointFrom(n.previousOutput),since:M(n.since)}}static cellInputTo(t){return Z.from({previousOutput:e.outPointTo(t.previous_output),since:t.since})}static cellOutputFrom(t,n){let r=X.from(t,n);return{capacity:M(r.capacity),lock:e.scriptFrom(r.lock),type:R(e.scriptFrom,r.type)}}static cellOutputTo(t){return X.from({capacity:t.capacity,lock:e.scriptTo(t.lock),type:R(e.scriptTo,t.type)})}static cellDepFrom(t){return{out_point:e.outPointFrom(t.outPoint),dep_type:e.depTypeFrom(t.depType)}}static cellDepTo(t){return Q.from({outPoint:e.outPointTo(t.out_point),depType:e.depTypeTo(t.dep_type)})}static transactionFrom(t){let n=$.from(t);return{version:M(n.version),cell_deps:n.cellDeps.map(t=>e.cellDepFrom(t)),header_deps:n.headerDeps,inputs:n.inputs.map(t=>e.cellInputFrom(t)),outputs:n.outputs.map(t=>e.cellOutputFrom(t)),outputs_data:n.outputsData,witnesses:n.witnesses}}static transactionTo(t){return $.from({version:t.version,cellDeps:t.cell_deps.map(t=>e.cellDepTo(t)),headerDeps:t.header_deps,inputs:t.inputs.map(t=>e.cellInputTo(t)),outputs:t.outputs.map(t=>e.cellOutputTo(t)),outputsData:t.outputs_data,witnesses:t.witnesses})}static transactionResponseTo({cycles:t,tx_status:{status:n,block_number:r,block_hash:i,tx_index:a,reason:o},transaction:s}){if(s!=null)return Gn.from({transaction:e.transactionTo(s),status:n,cycles:R(j,t),blockHash:R(D,i),blockNumber:R(j,r),txIndex:R(j,a),reason:o})}static blockHeaderTo(e){let t=g(e.dao);return{compactTarget:j(e.compact_target),dao:{c:ht(t.slice(0,8)),ar:ht(t.slice(8,16)),s:ht(t.slice(16,24)),u:ht(t.slice(24,32))},epoch:V.fromNum(e.epoch),extraHash:e.extra_hash,hash:e.hash,nonce:j(e.nonce),number:j(e.number),parentHash:e.parent_hash,proposalsHash:e.proposals_hash,timestamp:j(e.timestamp),transactionsRoot:e.transactions_root,version:j(e.version)}}static blockUncleTo(t){return{header:e.blockHeaderTo(t.header),proposals:t.proposals}}static blockTo(t){return{header:e.blockHeaderTo(t.header),proposals:t.proposals,transactions:t.transactions.map(t=>e.transactionTo(t)),uncles:t.uncles.map(t=>e.blockUncleTo(t))}}static rangeFrom([e,t]){return[M(e),M(t)]}static indexerSearchKeyFilterFrom(t){return{script:R(e.scriptFrom,t.script),script_len_range:R(e.rangeFrom,t.scriptLenRange),output_data:t.outputData,output_data_filter_mode:t.outputDataSearchMode,output_data_len_range:R(e.rangeFrom,t.outputDataLenRange),output_capacity_range:R(e.rangeFrom,t.outputCapacityRange),block_range:R(e.rangeFrom,t.blockRange)}}static indexerSearchKeyFrom(t){let n=qn.from(t);return{script:e.scriptFrom(n.script),script_type:n.scriptType,script_search_mode:n.scriptSearchMode,filter:R(e.indexerSearchKeyFilterFrom,n.filter),with_data:n.withData}}static findCellsResponseTo({last_cursor:t,objects:n}){return{lastCursor:t,cells:n.map(t=>Hr.from({outPoint:e.outPointTo(t.out_point),cellOutput:e.cellOutputTo(t.output),outputData:t.output_data??`0x`}))}}static indexerSearchKeyTransactionFrom(t){let n=Jn.from(t);return{script:e.scriptFrom(n.script),script_type:n.scriptType,script_search_mode:n.scriptSearchMode,filter:R(e.indexerSearchKeyFilterFrom,n.filter),group_by_transaction:n.groupByTransaction}}static findTransactionsResponseTo({last_cursor:e,objects:t}){return t.length===0?{lastCursor:e,transactions:[]}:`io_index`in t[0]?{lastCursor:e,transactions:t.map(e=>({txHash:e.tx_hash,blockNumber:j(e.block_number),txIndex:j(e.tx_index),cellIndex:j(e.io_index),isInput:e.io_type===`input`}))}:{lastCursor:e,transactions:t.map(e=>({txHash:e.tx_hash,blockNumber:j(e.block_number),txIndex:j(e.tx_index),cells:e.cells.map(([e,t])=>({isInput:e===`input`,cellIndex:j(t)}))}))}}};const _r=Object.freeze({NervosDao:{codeHash:`0x82d76d1b75fe2fd9a27dfbaa65a039221a380d76c926f378d3f81cf3e7e13f2e`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0x8f8c79eb6671709633fe6a46de93c0fedc9c1b8a6527a18d3983879542635c9f`,index:2},depType:`code`}}]},Secp256k1Blake160:{codeHash:`0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0xf8de3bb47d055cdf460d93a2a6e1b05f7432f9777c8c474abf4eec1d4aee5d37`,index:0},depType:`depGroup`}}]},Secp256k1Multisig:{codeHash:`0x5c5069eb0857efc65e1bca0c07df34c31663b3622fd3876c876320fc9634e2a8`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0xf8de3bb47d055cdf460d93a2a6e1b05f7432f9777c8c474abf4eec1d4aee5d37`,index:1},depType:`depGroup`}}]},Secp256k1MultisigV2Beta:{codeHash:`0x765b3ed6ae264b335d07e73ac332bf2c0f38f8d3340ed521cb447b4c42dd5f09`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0xf2013f123b2cb745e3fdf5c935a3925647496f88090503eef58332a9245b4172`,index:0},depType:`depGroup`}}]},Secp256k1MultisigV2:{codeHash:`0x36c971b8d41fbd94aabca77dc75e826729ac98447b46f91e00796155dddb0d29`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0x2eefdeb21f3a3edf697c28a52601b4419806ed60bb427420455cc29a090b26d5`,index:0},depType:`depGroup`}}]},AnyoneCanPay:{codeHash:`0x3419a1c09eb2567f6552ee7a8ecffd64155cffe0f1796e6e61ec088d740c1356`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0xec26b0f85ed839ece5f11c4c4e837ec359f5adc4420410f6453b1f6b60fb96a6`,index:0},depType:`depGroup`}}]},TypeId:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,cellDeps:[]},XUdt:{codeHash:`0x25c29dc317811a6f6f3985a7a9ebc4838bd388d19d0feeecf0bcd60f6c0975bb`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0xbf6fb538763efec2a70a6a3dcb7242787087e1030c4e7d86585bc63a9d337f5f`,index:0},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0x44ec8b96663e06cc94c8c468a4d46d7d9af69eaf418f6390c9f11bb763dda0ae`}}]},JoyId:{codeHash:`0xd23761b364210735c19c60561d213fb3beae2fd6172743719eff6920e020baac`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0x4a596d31dc35e88fb1591debbf680b04a44b4a434e3a94453c21ea8950ffb4d9`,index:0},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0x1c9fc299ba0570d077b4d7fb9acff1ccc0de69d369942d82678bae937c44ec30`}},{cellDep:{outPoint:{txHash:`0x4a596d31dc35e88fb1591debbf680b04a44b4a434e3a94453c21ea8950ffb4d9`,index:1},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0x27f0d3ccdc2fcd52ae31fbacad5f86b97bc147d7093e4807cd6e3d21c1fe6841`}},{cellDep:{outPoint:{txHash:`0xf2c9dbfe7438a8c622558da8fa912d36755271ea469d3a25cb8d3373d35c8638`,index:1},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0x0ac15fe5b2d059ec39de03f2d3159d5463abb918a1a07a9fa00d2b9c61d89ef3`}},{cellDep:{outPoint:{txHash:`0x95ecf9b41701b45d431657a67bbfa3f07ef7ceb53bf87097f3674e1a4a19ce62`,index:1},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0xc7bafc5550ccad7cea32c27764f5df6aca4de547da65e3e67fa08477a1af7f5e`}},{cellDep:{outPoint:{txHash:`0x8b3255491f3c4dcc1cfca33d5c6bcaec5409efe4bbda243900f9580c47e0242e`,index:1},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0x71decef9ca8725e64ec99a5521790d16b8d5daadb4989b45dd6ab51806a8c0e4`}}]},COTA:{codeHash:`0x89cd8003a0eaf8e65e0c31525b7d1d5c1becefd2ea75bb4cff87810ae37764d8`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0x636a786001f87cb615acfcf408be0f9a1f077001f0bbc75ca54eadfe7e221713`,index:0},depType:`depGroup`}}]},PWLock:{codeHash:`0x58c5f491aba6d61678b7cf7edf4910b1f5e00ec0cde2f42e0abb4fd9aff25a63`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0xf8de3bb47d055cdf460d93a2a6e1b05f7432f9777c8c474abf4eec1d4aee5d37`,index:0},depType:`depGroup`}},{cellDep:{outPoint:{txHash:`0x57a62003daeab9d54aa29b944fc3b451213a5ebdf2e232216a3cfed0dde61b38`,index:0},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0xf6d90bfe3041d0fd7e01c45770241697f5f837974bd6ae1672a7ec0f9f523268`}}]},OmniLock:{codeHash:`0xf329effd1c475a2978453c8600e1eaf0bc2087ee093c3ee64cc96ec6847752cb`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0xf8de3bb47d055cdf460d93a2a6e1b05f7432f9777c8c474abf4eec1d4aee5d37`,index:0},depType:`depGroup`}},{cellDep:{outPoint:{txHash:`0xec18bf0d857c981c3d1f4e17999b9b90c484b303378e94de1a57b0872f5d4602`,index:0},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0x761f51fc9cd6a504c32c6ae64b3746594d1af27629b427c5ccf6c9a725a89144`}}]},NostrLock:{codeHash:`0x6ae5ee0cb887b2df5a9a18137315b9bdc55be8d52637b2de0624092d5f0c91d5`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0xa2a434dcdbe280b9ed75bb7d6c7d68186a842456aba0fc506657dc5ed7c01d68`,index:0},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0x8dc56c6f35f0c535e23ded1629b1f20535477a1b43e59f14617d11e32c50e0aa`}}]},UniqueType:{codeHash:`0x8e341bcfec6393dcd41e635733ff2dca00a6af546949f70c57a706c0f344df8b`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0xff91b063c78ed06f10a1ed436122bd7d671f9a72ef5f5fa28d05252c17cf4cef`,index:0},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,hashType:`type`,args:`0xe04976b67600fd25ac50305f77b33aee2c12e3c18e63ece9119e5b32117884b5`}}]},DidCkb:{codeHash:`0x510150477b10d6ab551a509b71265f3164e9fd4137fcb5a4322f49f03092c7c5`,hashType:`type`,cellDeps:[{cellDep:{outPoint:{txHash:`0x0e7a830e2d5ebd05cd45a55f93f94559edea0ef1237b7233f49f7facfb3d6a6c`,index:0},depType:`code`},type:{codeHash:`0x00000000000000000000000000000000000000000000000000545950455f4944`,args:`0x3c27695173b888ed44ddf36f901789014384ad6c05a9137f3db9a0779c141c35`,hashType:`type`}}]},AlwaysSuccess:{codeHash:`0x3b521cc4b552f109d092d8cc468a8048acb53c5952dbe769d2b2f9cf6e47f7f1`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0xb4f171c9c9caf7401f54a8e56225ae21d95032150a87a4678eac3f66a3137b93`,index:0},depType:`code`}}]},InputTypeProxyLock:{codeHash:`0x5123908965c711b0ffd8aec642f1ede329649bda1ebdca6bd24124d3796f768a`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0xb4f171c9c9caf7401f54a8e56225ae21d95032150a87a4678eac3f66a3137b93`,index:1},depType:`code`}}]},OutputTypeProxyLock:{codeHash:`0x2df53b592db3ae3685b7787adcfef0332a611edb83ca3feca435809964c3aff2`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0xb4f171c9c9caf7401f54a8e56225ae21d95032150a87a4678eac3f66a3137b93`,index:2},depType:`code`}}]},LockProxyLock:{codeHash:`0x5d41e32e224c15f152b7e6529100ebeac83b162f5f692a5365774dad2c1a1d02`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0xb4f171c9c9caf7401f54a8e56225ae21d95032150a87a4678eac3f66a3137b93`,index:3},depType:`code`}}]},SingleUseLock:{codeHash:`0x8290467a512e5b9a6b816469b0edabba1f4ac474e28ffdd604c2a7c76446bbaf`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0xb4f171c9c9caf7401f54a8e56225ae21d95032150a87a4678eac3f66a3137b93`,index:4},depType:`code`}}]},TypeBurnLock:{codeHash:`0xff78bae0abf17d7a404c0be0f9ad9c9185b3f88dcc60403453d5ba8e1f22f53a`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0xb4f171c9c9caf7401f54a8e56225ae21d95032150a87a4678eac3f66a3137b93`,index:5},depType:`code`}}]},EasyToDiscoverType:{codeHash:`0xaba4430cc7110d699007095430a1faa72973edf2322ddbfd4d1d219cacf237af`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0x1b4ffcad55ecd36ffb2715b6816b83da73851f1a24fe594f263c4f34dad90792`,index:0},depType:`code`}}]},TimeLock:{codeHash:`0x6fac4b2e89360a1e692efcddcb3a28656d8446549fb83da6d896db8b714f4451`,hashType:`data1`,cellDeps:[{cellDep:{outPoint:{txHash:`0x1b4ffcad55ecd36ffb2715b6816b83da73851f1a24fe594f263c4f34dad90792`,index:1},depType:`code`}}]}}),vr={type:1,data:0,data1:2,data2:4},yr={1:`type`,0:`data`,2:`data1`,4:`data2`},br=Object.keys(vr);var W;const xr=_.from({byteLength:1,encode:Cr,decode:wr});function Sr(e){let t=(()=>{if(typeof e==`number`)return yr[e];if(typeof e==`bigint`)return yr[Number(e)];if(br.includes(e))return e})();if(t===void 0)throw Error(`Invalid hash type ${e}`);return t}function Cr(e){return g([vr[Sr(e)]])}function wr(e){return yr[g(e)[0]]}let G=W=class extends O.Base(){constructor(e,t,n){super(),this.codeHash=e,this.hashType=t,this.args=n}get occupiedSize(){return 33+g(this.args).length}clone(){return new W(this.codeHash,this.hashType,this.args)}eq(e){return e=W.from(e),this.args===e.args&&this.codeHash===e.codeHash&&this.hashType===e.hashType}static from(e){return e instanceof W?e:new W(D(e.codeHash),Sr(e.hashType),D(e.args))}static async fromKnownScript(e,t,n){let r=await e.getKnownScript(t);return new W(r.codeHash,r.hashType,D(n))}};G=W=z([k(Yt({codeHash:Gt,hashType:xr,args:mn}))],G);const Tr=L(G),Er=I(G),Dr={code:0,depGroup:1},Or={0:`code`,1:`depGroup`},kr=Object.keys(Dr);var Ar=class extends Error{constructor(e,t){let n=j(e),r=t?.isForChange??!1;super(`Insufficient CKB, need ${ot(n)} extra CKB${r?` for the change cell`:``}`),this.amount=n,this.isForChange=r}},jr=class extends Error{constructor(e,t){let n=j(e),r=G.from(t);super(`Insufficient coin, need ${n} extra coin`),this.amount=n,this.type=r}},K,Mr,q,Nr,Pr,Fr,J;const Ir=_.from({byteLength:1,encode:Rr,decode:zr});function Lr(e){let t=typeof e==`number`?Or[e]:typeof e==`bigint`?Or[Number(e)]:e;if(t===void 0)throw Error(`Invalid dep type ${e}`);return t}function Rr(e){return g([Dr[Lr(e)]])}function zr(e){return Or[g(e)[0]]}let Y=K=class extends O.Base(){constructor(e,t){super(),this.txHash=e,this.index=t}static from(e){return e instanceof K?e:new K(D(e.txHash),j(e.index))}clone(){return new K(this.txHash,this.index)}eq(e){return e=K.from(e),this.txHash===e.txHash&&this.index===e.index}};Y=K=z([k(Zt({txHash:Gt,index:Dt}))],Y);let X=Mr=class extends O.Base(){constructor(e,t,n){super(),this.capacity=e,this.lock=t,this.type=n}get occupiedSize(){return 8+this.lock.occupiedSize+(this.type?.occupiedSize??0)}static from(e,t){let n=e instanceof Mr?e:new Mr(j(e.capacity??0),G.from(e.lock),R(G.from,e.type));return t!=null&&(n.capacity=ut(n.capacity,st(n.occupiedSize+g(t).length))),n}clone(){return new Mr(this.capacity,this.lock.clone(),this.type?.clone())}};X=Mr=z([k(Yt({capacity:At,lock:G,type:Tr}))],X);const Br=I(X);var Vr=class e{constructor(e,t,n){this.cellOutput=e,this.outputData=t,this.outPoint=n}static from(t){if(t instanceof e)return t;let n=D(t.outputData??`0x`);return new e(X.from(t.cellOutput,n),n,R(Y.from,t.outPoint??t.previousOutput))}get occupiedSize(){return this.cellOutput.occupiedSize+g(this.outputData).byteLength}get capacityFree(){return this.cellOutput.capacity-st(this.occupiedSize)}async isNervosDao(e,t){let{type:n}=this.cellOutput,r=await e.getKnownScript(`NervosDao`);if(!n||n.codeHash!==r.codeHash||n.hashType!==r.hashType)return!1;let i=j(this.outputData)!==A;return!t||t===`deposited`&&!i||t===`withdrew`&&i}clone(){return new e(this.cellOutput.clone(),this.outputData,this.outPoint?.clone())}},Hr=class e extends Vr{constructor(e,t,n){super(t,n,e),this.outPoint=e}static from(t){return t instanceof e?t:new e(Y.from(t.outPoint??t.previousOutput),X.from(t.cellOutput,t.outputData),D(t.outputData??`0x`))}async getDaoProfit(e){if(!await this.isNervosDao(e,`withdrew`))return A;let{depositHeader:t,withdrawHeader:n}=await this.getNervosDaoInfo(e);if(!n||!t)throw Error(`Unable to get headers of a Nervos DAO cell ${this.outPoint.txHash}:${this.outPoint.index.toString()}`);return Xr(this.capacityFree,t,n)}async getNervosDaoInfo(e){if(!await this.isNervosDao(e))return{};if(j(this.outputData)===0n){let t=await e.getCellWithHeader(this.outPoint);if(!t?.header)throw Error(`Unable to get header of a Nervos DAO deposited cell ${this.outPoint.txHash}:${this.outPoint.index.toString()}`);return{depositHeader:t.header}}let[t,n]=await Promise.all([e.getHeaderByNumber(mt(this.outputData)),e.getCellWithHeader(this.outPoint)]);if(!n?.header||!t)throw Error(`Unable to get headers of a Nervos DAO withdrew cell ${this.outPoint.txHash}:${this.outPoint.index.toString()}`);return{depositHeader:t,withdrawHeader:n.header}}clone(){return new e(this.outPoint.clone(),this.cellOutput.clone(),this.outputData)}};let Ur=q=class extends O.Base(){constructor(e,t,n){super(),this.relative=e,this.metric=t,this.value=n}clone(){return new q(this.relative,this.metric,this.value)}static from(e){return e instanceof q?e:typeof e==`object`&&`relative`in e?new q(e.relative,e.metric,j(e.value)):q.fromNum(e)}toNum(){return this.value|(this.relative===`absolute`?A:j(`0x8000000000000000`))|{blockNumber:j(`0x0000000000000000`),epoch:j(`0x2000000000000000`),timestamp:j(`0x4000000000000000`)}[this.metric]}static fromNum(e){let t=j(e),n=t>>j(63)===0n?`absolute`:`relative`,r=[`blockNumber`,`epoch`,`timestamp`][Number(t>>j(61)&j(3))],i=t&j(`0x00ffffffffffffff`);return new q(n,r,i)}};Ur=q=z([k(At.mapIn(e=>Ur.from(e).toNum()))],Ur);let Z=Nr=class extends O.Base(){constructor(e,t,n,r){super(),this.previousOutput=e,this.since=t,this.cellOutput=n,this.outputData=r}static from(e){return e instanceof Nr?e:new Nr(Y.from(`previousOutput`in e?e.previousOutput:e.outPoint),Ur.from(e.since??0).toNum(),R(X.from,e.cellOutput),R(D,e.outputData))}async getCell(e){if(await this.completeExtraInfos(e),!this.cellOutput||!this.outputData)throw Error(`Unable to complete input`);return Hr.from({outPoint:this.previousOutput,cellOutput:this.cellOutput,outputData:this.outputData})}async completeExtraInfos(e){if(this.cellOutput&&this.outputData)return;let t=await e.getCell(this.previousOutput);t&&(this.cellOutput=t.cellOutput,this.outputData=t.outputData)}async getExtraCapacity(e){return(await this.getCell(e)).getDaoProfit(e)}clone(){return new Nr(this.previousOutput.clone(),this.since,this.cellOutput?.clone(),this.outputData)}};Z=Nr=z([k(Zt({since:Ur,previousOutput:Y}).mapIn(e=>Z.from(e)))],Z);const Wr=I(Z);let Q=Pr=class extends O.Base(){constructor(e,t){super(),this.outPoint=e,this.depType=t}static from(e){return e instanceof Pr?e:new Pr(Y.from(e.outPoint),Lr(e.depType))}clone(){return new Pr(this.outPoint.clone(),this.depType)}};Q=Pr=z([k(Zt({outPoint:Y,depType:Ir}))],Q);const Gr=I(Q);let Kr=Fr=class extends O.Base(){constructor(e,t,n){super(),this.lock=e,this.inputType=t,this.outputType=n}static from(e){return e instanceof Fr?e:new Fr(R(D,e.lock),R(D,e.inputType),R(D,e.outputType))}};Kr=Fr=z([k(Yt({lock:hn,inputType:hn,outputType:hn}))],Kr);function qr(e){let t=g(e).slice(0,16);return t.length===0?A:mt(t)}const Jr=Yt({version:Dt,cellDeps:Gr,headerDeps:On,inputs:Wr,outputs:Br,outputsData:gn});let $=J=class extends O.Base(){constructor(e,t,n,r,i,a,o){super(),this.version=e,this.cellDeps=t,this.headerDeps=n,this.inputs=r,this.outputs=i,this.outputsData=a,this.witnesses=o}static default(){return new J(0n,[],[],[],[],[],[])}copy(e){let t=J.from(e);this.version=t.version,this.cellDeps=t.cellDeps,this.headerDeps=t.headerDeps,this.inputs=t.inputs,this.outputs=t.outputs,this.outputsData=t.outputsData,this.witnesses=t.witnesses}clone(){return new J(this.version,this.cellDeps.map(e=>e.clone()),this.headerDeps.map(e=>e),this.inputs.map(e=>e.clone()),this.outputs.map(e=>e.clone()),this.outputsData.map(e=>e),this.witnesses.map(e=>e))}static from(e){if(e instanceof J)return e;let t=e.outputs?.map((t,n)=>X.from(t,e.outputsData?.[n]??[]))??[],n=t.map((t,n)=>D(e.outputsData?.[n]??`0x`));return e.outputsData!=null&&n.length<e.outputsData.length&&n.push(...e.outputsData.slice(n.length).map(e=>D(e))),new J(j(e.version??0),e.cellDeps?.map(e=>Q.from(e))??[],e.headerDeps?.map(D)??[],e.inputs?.map(e=>Z.from(e))??[],t,n,e.witnesses?.map(D)??[])}static fromLumosSkeleton(e){return J.from({version:0n,cellDeps:e.cellDeps.toArray(),headerDeps:e.headerDeps.toArray(),inputs:e.inputs.toArray().map((t,n)=>{if(!t.outPoint)throw Error(`outPoint is required in input`);return Z.from({previousOutput:t.outPoint,since:e.inputSinces.get(n,`0x0`),cellOutput:t.cellOutput,outputData:t.data})}),outputs:e.outputs.toArray().map(e=>e.cellOutput),outputsData:e.outputs.toArray().map(e=>e.data),witnesses:e.witnesses.toArray()})}stringify(){return JSON.stringify(this,(e,t)=>typeof t==`bigint`?M(t):t)}rawToBytes(){return Jr.encode(this)}hash(){return it(this.rawToBytes())}hashFull(){return it(this.toBytes())}static hashWitnessToHasher(e,t){let n=g(D(e));t.update(dt(n.length,8)),t.update(n)}async getSignHashInfo(e,t,n=new rt){let r=G.from(e),i=-1;n.update(this.hash());for(let e=0;e<this.witnesses.length;e+=1){let a=this.inputs[e];if(a){let{cellOutput:n}=await a.getCell(t);if(!r.eq(n.lock))continue;i===-1&&(i=e)}if(i===-1)return;J.hashWitnessToHasher(this.witnesses[e],n)}if(i!==-1)return{message:n.digest(),position:i}}async findInputIndexByLockId(e,t){let n=G.from({...e,args:`0x`});for(let e=0;e<this.inputs.length;e+=1){let{cellOutput:r}=await this.inputs[e].getCell(t);if(n.codeHash===r.lock.codeHash&&n.hashType===r.lock.hashType)return e}}async findInputIndexByLock(e,t){let n=G.from(e);for(let e=0;e<this.inputs.length;e+=1){let{cellOutput:r}=await this.inputs[e].getCell(t);if(n.eq(r.lock))return e}}async findLastInputIndexByLock(e,t){let n=G.from(e);for(let e=this.inputs.length-1;e>=0;--e){let{cellOutput:r}=await this.inputs[e].getCell(t);if(n.eq(r.lock))return e}}addCellDeps(...e){e.flat().forEach(e=>{let t=Q.from(e);this.cellDeps.some(e=>e.eq(t))||this.cellDeps.push(t)})}addCellDepsAtStart(...e){e.flat().forEach(e=>{let t=Q.from(e);this.cellDeps.some(e=>e.eq(t))||this.cellDeps.unshift(t)})}async addCellDepInfos(e,...t){this.addCellDeps(await e.getCellDeps(...t))}async addCellDepsOfKnownScripts(e,...t){await Promise.all(t.flat().map(async t=>this.addCellDepInfos(e,(await e.getKnownScript(t)).cellDeps)))}setOutputDataAt(e,t){this.outputsData.length<e&&this.outputsData.push(...Array.from(Array(e-this.outputsData.length),()=>`0x`)),this.outputsData[e]=D(t)}getInput(e){return this.inputs[Number(j(e))]}addInput(e){return this.witnesses.length>this.inputs.length&&this.witnesses.splice(this.inputs.length,0,`0x`),this.inputs.push(Z.from(e))}getOutput(e){let t=Number(j(e));if(!(t>=this.outputs.length))return Vr.from({cellOutput:this.outputs[t],outputData:this.outputsData[t]??`0x`})}get outputCells(){let{outputs:e,outputsData:t}=this;function*n(){for(let n=0;n<e.length;n++)yield Vr.from({cellOutput:e[n],outputData:t[n]??`0x`})}return n()}addOutput(e,t){let n=`cellOutput`in e?Vr.from(e):Vr.from({cellOutput:e,outputData:t}),r=this.outputs.push(n.cellOutput);return this.setOutputDataAt(r-1,n.outputData),r}getWitnessArgsAt(e){try{return this.getWitnessArgsAtUnsafe(e)}catch{return}}getWitnessArgsAtUnsafe(e){let t=this.witnesses[e];return(t??`0x`)===`0x`?void 0:Kr.fromBytes(t)}setWitnessArgsAt(e,t){this.setWitnessAt(e,t.toBytes())}setWitnessAt(e,t){this.witnesses.length<e&&this.witnesses.push(...Array.from(Array(e-this.witnesses.length),()=>`0x`)),this.witnesses[e]=D(t)}async prepareSighashAllWitness(e,t,n){let r=await this.findInputIndexByLock(e,n);if(r===void 0)return;let i=this.getWitnessArgsAt(r)??Kr.from({});i.lock=D(Array.from(Array(t),()=>0)),this.setWitnessArgsAt(r,i)}async getInputsCapacityExtra(e){return Mn(this.inputs,async(t,n)=>t+await n.getExtraCapacity(e),A)}async getInputsCapacity(e){return await Mn(this.inputs,async(t,n)=>{let{cellOutput:{capacity:r}}=await n.getCell(e);return t+r},A)+await this.getInputsCapacityExtra(e)}getOutputsCapacity(){return this.outputs.reduce((e,{capacity:t})=>e+t,A)}async getInputsUdtBalance(e,t){return Mn(this.inputs,async(n,r)=>{let{cellOutput:i,outputData:a}=await r.getCell(e);if(i.type?.eq(t))return n+qr(a)},A)}getOutputsUdtBalance(e){return this.outputs.reduce((t,n,r)=>n.type?.eq(e)?t+qr(this.outputsData[r]):t,A)}async completeInputs(e,t,n,r){let i=[],a=r,o=!1;for await(let r of e.findCells(t,!0)){if(this.inputs.some(({previousOutput:e})=>e.eq(r.outPoint)))continue;let e=i.push(r),t=await Promise.resolve(n(a,r,e-1,i));if(t===void 0){o=!0;break}a=t}return i.forEach(e=>this.addInput(e)),o?{addedCount:i.length}:{addedCount:i.length,accumulated:a}}async completeInputsByCapacity(e,t,n){let r=this.getOutputsCapacity()+j(t??0),i=await this.getInputsCapacity(e.client);if(i>=r)return 0;let{addedCount:a,accumulated:o}=await this.completeInputs(e,n??{scriptLenRange:[0,1],outputDataLenRange:[0,1]},(e,{cellOutput:{capacity:t}})=>{let n=e+t;return n>=r?void 0:n},i);if(o===void 0)return a;throw new Ar(r-o)}async completeInputsAll(e,t){let{addedCount:n}=await this.completeInputs(e,t??{scriptLenRange:[0,1],outputDataLenRange:[0,1]},(e,{cellOutput:{capacity:t}})=>e+t,A);return n}async completeInputsByUdt(e,t,n){let r=this.getOutputsUdtBalance(t)+j(n??0);if(r===0n)return 0;let[i,a]=await Mn(this.inputs,async([n,r],i)=>{let{cellOutput:a,outputData:o}=await i.getCell(e.client);if(a.type?.eq(t))return[n+qr(o),r+1]},[A,0]);if(i===r||i>=r&&a>=2)return 0;let{addedCount:o,accumulated:s}=await this.completeInputs(e,{script:t,outputDataLenRange:[16,j(`0xffffffff`)]},(e,{outputData:t},n,i)=>{let o=e+qr(t);return o===r||o>=r&&a+i.length>=2?void 0:o},i);if(s===void 0||s>=r)return o;throw new jr(r-s,t)}async completeInputsAddOne(e,t){let{addedCount:n,accumulated:r}=await this.completeInputs(e,t??{scriptLenRange:[0,1],outputDataLenRange:[0,1]},()=>void 0,!0);if(r===void 0)return n;throw Error(`Insufficient CKB, need at least one new cell`)}async completeInputsAtLeastOne(e,t){return this.inputs.length>0?0:this.completeInputsAddOne(e,t)}async getFee(e){return await this.getInputsCapacity(e)-this.getOutputsCapacity()}async getFeeRate(e){return await this.getFee(e)*j(1e3)/j(this.toBytes().length+4)}estimateFee(e){return(j(this.toBytes().length+4)*j(e)+j(999))/j(1e3)}async completeFee(e,t,n,r,i){let a=n??await e.client.getFeeRate(i?.feeRateBlockRange,i);await this.getInputsCapacity(e.client);let o=A,s=A,c=0;for(;;){c+=await(async()=>{if(!(i?.shouldAddInputs??!0))return 0;try{return await this.completeInputsByCapacity(e,o+s,r)}catch(e){throw e instanceof Ar&&s!==0n?new Ar(e.amount,{isForChange:!0}):e}})();let n=await this.getFee(e.client);if(n<o+s)throw new Ar(o+s-n,{isForChange:s!==A});if(await e.prepareTransaction(this),o===0n&&(o=this.estimateFee(a)),n===o)return[c,!1];let l=this.clone(),u=j(await Promise.resolve(t(l,n-o)));if(u>0n){s=u;continue}if(await l.getFee(e.client)!==o)throw Error(`The change function doesn't use all available capacity`);await e.prepareTransaction(l);let d=l.estimateFee(a);if(o>d)throw Error(`The change function removed existed transaction data`);if(o===d)return this.copy(l),[c,!0];o=d}}completeFeeChangeToLock(e,t,n,r,i){let a=G.from(t);return this.completeFee(e,(e,t)=>{let n=X.from({capacity:0,lock:a}),r=st(n.occupiedSize);return t<r?r:(n.capacity=t,e.addOutput(n),0)},n,r,i)}async completeFeeBy(e,t,n,r){let{script:i}=await e.getRecommendedAddressObj();return this.completeFeeChangeToLock(e,i,t,n,r)}completeFeeChangeToOutput(e,t,n,r,i){let a=Number(j(t));if(!this.outputs[a])throw Error(`Non-existed output to change`);return this.completeFee(e,(e,t)=>(e.outputs[a].capacity+=t,0),n,r,i)}};$=J=z([k(Yt({raw:Jr,witnesses:gn}).mapIn(e=>{let t=$.from(e);return{raw:t,witnesses:t.witnesses}}).mapOut(e=>$.from({...e.raw,witnesses:e.witnesses})))],$);async function Yr(e,t){if(e.outputs.length<=64)return!1;let{codeHash:n,hashType:r}=await t.getKnownScript(`NervosDao`),i=G.from({codeHash:n,hashType:r,args:`0x`});if(e.outputs.some(e=>e.type?.eq(i)))return!0;for(let n of e.inputs)if(await n.completeExtraInfos(t),n.cellOutput?.type?.eq(i))return!0;return!1}function Xr(e,t,n){let r=H.from(t),i=H.from(n),a=j(e);return a*i.dao.ar/r.dao.ar-a}function Zr(e,t){let n=H.from(e).epoch.normalizeBase(),r=H.from(t).epoch.normalizeBase(),i=j(180),a=(r.integer-n.integer)%i,o=r.integer;return(a!==0n||n.numerator*r.denominator<=r.numerator*n.denominator)&&(o+=-a+i),new V(o,n.numerator,n.denominator)}function Qr(e){try{let{words:t,prefix:n}=l.bech32m.decode(e,ti),r=l.bech32m.fromWords(t),i=r[0],a=r.slice(1);if(i===0)return{prefix:n,format:0,payload:a}}catch{}try{let{prefix:t,words:n}=l.bech32.decode(e,ti),r=l.bech32.fromWords(n),i=r[0],a=r.slice(1);if([2,4,1].includes(i))return{prefix:t,format:i,payload:a}}catch{}throw Error(`Unknown address format ${e}`)}async function $r(e,t,n,r){if(t===0){if(n.length<33)throw Error(`Invalid full address without enough payload ${D(n)}`);return{script:{codeHash:n.slice(0,32),hashType:wr(n.slice(32,33)),args:n.slice(33)},prefix:e}}if(t===2){if(n.length<32)throw Error(`Invalid full data address without enough payload ${D(n)}`);return{script:{codeHash:n.slice(0,32),hashType:`data`,args:n.slice(32)},prefix:e}}if(t===4){if(n.length<32)throw Error(`Invalid full type address without enough payload ${D(n)}`);return{script:{codeHash:n.slice(0,32),hashType:`type`,args:n.slice(32)},prefix:e}}if(n.length!==21)throw Error(`Invalid short address without enough payload ${D(n)}`);let i=[`Secp256k1Blake160`,`Secp256k1Multisig`,`AnyoneCanPay`][n[0]];if(i===void 0)throw Error(`Invalid short address with unknown script ${D(n)}`);return{script:await G.fromKnownScript(r,i,n.slice(1)),prefix:e}}let ei=function(e){return e[e.Full=0]=`Full`,e[e.Short=1]=`Short`,e[e.FullData=2]=`FullData`,e[e.FullType=4]=`FullType`,e}({});const ti=1023;Object.defineProperty(exports,"$",{enumerable:!0,get:function(){return or}}),Object.defineProperty(exports,"$n",{enumerable:!0,get:function(){return ht}}),Object.defineProperty(exports,"$r",{enumerable:!0,get:function(){return p}}),Object.defineProperty(exports,"$t",{enumerable:!0,get:function(){return nn}}),Object.defineProperty(exports,"A",{enumerable:!0,get:function(){return Or}}),Object.defineProperty(exports,"An",{enumerable:!0,get:function(){return wt}}),Object.defineProperty(exports,"Ar",{enumerable:!0,get:function(){return re}}),Object.defineProperty(exports,"At",{enumerable:!0,get:function(){return Nn}}),Object.defineProperty(exports,"B",{enumerable:!0,get:function(){return yr}}),Object.defineProperty(exports,"Bn",{enumerable:!0,get:function(){return Rt}}),Object.defineProperty(exports,"Br",{enumerable:!0,get:function(){return se}}),Object.defineProperty(exports,"Bt",{enumerable:!0,get:function(){return Cn}}),Object.defineProperty(exports,"C",{enumerable:!0,get:function(){return Rr}}),Object.defineProperty(exports,"Cn",{enumerable:!0,get:function(){return Ht}}),Object.defineProperty(exports,"Cr",{enumerable:!0,get:function(){return Ue}}),Object.defineProperty(exports,"Ct",{enumerable:!0,get:function(){return Rn}}),Object.defineProperty(exports,"D",{enumerable:!0,get:function(){return jr}}),Object.defineProperty(exports,"Dn",{enumerable:!0,get:function(){return Nt}}),Object.defineProperty(exports,"Dr",{enumerable:!0,get:function(){return ke}}),Object.defineProperty(exports,"Dt",{enumerable:!0,get:function(){return In}}),Object.defineProperty(exports,"E",{enumerable:!0,get:function(){return Ar}}),Object.defineProperty(exports,"En",{enumerable:!0,get:function(){return yt}}),Object.defineProperty(exports,"Er",{enumerable:!0,get:function(){return Ae}}),Object.defineProperty(exports,"Et",{enumerable:!0,get:function(){return R}}),Object.defineProperty(exports,"F",{enumerable:!0,get:function(){return Sr}}),Object.defineProperty(exports,"Fn",{enumerable:!0,get:function(){return Pt}}),Object.defineProperty(exports,"Fr",{enumerable:!0,get:function(){return he}}),Object.defineProperty(exports,"Ft",{enumerable:!0,get:function(){return En}}),Object.defineProperty(exports,"G",{enumerable:!0,get:function(){return pr}}),Object.defineProperty(exports,"Gn",{enumerable:!0,get:function(){return xt}}),Object.defineProperty(exports,"Gr",{enumerable:!0,get:function(){return Te}}),Object.defineProperty(exports,"Gt",{enumerable:!0,get:function(){return hn}}),Object.defineProperty(exports,"H",{enumerable:!0,get:function(){return gr}}),Object.defineProperty(exports,"Hn",{enumerable:!0,get:function(){return At}}),Object.defineProperty(exports,"Hr",{enumerable:!0,get:function(){return te}}),Object.defineProperty(exports,"Ht",{enumerable:!0,get:function(){return yn}}),Object.defineProperty(exports,"I",{enumerable:!0,get:function(){return wr}}),Object.defineProperty(exports,"In",{enumerable:!0,get:function(){return Dt}}),Object.defineProperty(exports,"Ir",{enumerable:!0,get:function(){return Ce}}),Object.defineProperty(exports,"It",{enumerable:!0,get:function(){return Dn}}),Object.defineProperty(exports,"J",{enumerable:!0,get:function(){return ur}}),Object.defineProperty(exports,"Jn",{enumerable:!0,get:function(){return _t}}),Object.defineProperty(exports,"Jr",{enumerable:!0,get:function(){return x}}),Object.defineProperty(exports,"Jt",{enumerable:!0,get:function(){return jn}}),Object.defineProperty(exports,"K",{enumerable:!0,get:function(){return fr}}),Object.defineProperty(exports,"Kn",{enumerable:!0,get:function(){return vt}}),Object.defineProperty(exports,"Kr",{enumerable:!0,get:function(){return le}}),Object.defineProperty(exports,"Kt",{enumerable:!0,get:function(){return gn}}),Object.defineProperty(exports,"L",{enumerable:!0,get:function(){return Cr}}),Object.defineProperty(exports,"Ln",{enumerable:!0,get:function(){return Et}}),Object.defineProperty(exports,"Lr",{enumerable:!0,get:function(){return oe}}),Object.defineProperty(exports,"Lt",{enumerable:!0,get:function(){return On}}),Object.defineProperty(exports,"M",{enumerable:!0,get:function(){return G}}),Object.defineProperty(exports,"Mn",{enumerable:!0,get:function(){return St}}),Object.defineProperty(exports,"Mr",{enumerable:!0,get:function(){return v}}),Object.defineProperty(exports,"Mt",{enumerable:!0,get:function(){return _n}}),Object.defineProperty(exports,"N",{enumerable:!0,get:function(){return Tr}}),Object.defineProperty(exports,"Nn",{enumerable:!0,get:function(){return It}}),Object.defineProperty(exports,"Nr",{enumerable:!0,get:function(){return ie}}),Object.defineProperty(exports,"Nt",{enumerable:!0,get:function(){return vn}}),Object.defineProperty(exports,"O",{enumerable:!0,get:function(){return kr}}),Object.defineProperty(exports,"On",{enumerable:!0,get:function(){return Mt}}),Object.defineProperty(exports,"Or",{enumerable:!0,get:function(){return je}}),Object.defineProperty(exports,"Ot",{enumerable:!0,get:function(){return Pn}}),Object.defineProperty(exports,"P",{enumerable:!0,get:function(){return Er}}),Object.defineProperty(exports,"Pn",{enumerable:!0,get:function(){return Ft}}),Object.defineProperty(exports,"Pr",{enumerable:!0,get:function(){return ye}}),Object.defineProperty(exports,"Pt",{enumerable:!0,get:function(){return Tn}}),Object.defineProperty(exports,"Q",{enumerable:!0,get:function(){return ir}}),Object.defineProperty(exports,"Qn",{enumerable:!0,get:function(){return mt}}),Object.defineProperty(exports,"Qr",{enumerable:!0,get:function(){return m}}),Object.defineProperty(exports,"Qt",{enumerable:!0,get:function(){return tn}}),Object.defineProperty(exports,"R",{enumerable:!0,get:function(){return br}}),Object.defineProperty(exports,"Rn",{enumerable:!0,get:function(){return Tt}}),Object.defineProperty(exports,"Rr",{enumerable:!0,get:function(){return Se}}),Object.defineProperty(exports,"Rt",{enumerable:!0,get:function(){return xn}}),Object.defineProperty(exports,"S",{enumerable:!0,get:function(){return zr}}),Object.defineProperty(exports,"Sn",{enumerable:!0,get:function(){return Gt}}),Object.defineProperty(exports,"Sr",{enumerable:!0,get:function(){return He}}),Object.defineProperty(exports,"St",{enumerable:!0,get:function(){return Ln}}),Object.defineProperty(exports,"T",{enumerable:!0,get:function(){return qr}}),Object.defineProperty(exports,"Tn",{enumerable:!0,get:function(){return bt}}),Object.defineProperty(exports,"Tr",{enumerable:!0,get:function(){return Oe}}),Object.defineProperty(exports,"Tt",{enumerable:!0,get:function(){return z}}),Object.defineProperty(exports,"U",{enumerable:!0,get:function(){return hr}}),Object.defineProperty(exports,"Un",{enumerable:!0,get:function(){return kt}}),Object.defineProperty(exports,"Ur",{enumerable:!0,get:function(){return xe}}),Object.defineProperty(exports,"Ut",{enumerable:!0,get:function(){return bn}}),Object.defineProperty(exports,"V",{enumerable:!0,get:function(){return _r}}),Object.defineProperty(exports,"Vn",{enumerable:!0,get:function(){return Lt}}),Object.defineProperty(exports,"Vr",{enumerable:!0,get:function(){return _e}}),Object.defineProperty(exports,"Vt",{enumerable:!0,get:function(){return wn}}),Object.defineProperty(exports,"W",{enumerable:!0,get:function(){return mr}}),Object.defineProperty(exports,"Wn",{enumerable:!0,get:function(){return Ot}}),Object.defineProperty(exports,"Wr",{enumerable:!0,get:function(){return Ee}}),Object.defineProperty(exports,"Wt",{enumerable:!0,get:function(){return mn}}),Object.defineProperty(exports,"X",{enumerable:!0,get:function(){return lr}}),Object.defineProperty(exports,"Xn",{enumerable:!0,get:function(){return pt}}),Object.defineProperty(exports,"Xr",{enumerable:!0,get:function(){return _}}),Object.defineProperty(exports,"Xt",{enumerable:!0,get:function(){return cn}}),Object.defineProperty(exports,"Y",{enumerable:!0,get:function(){return rr}}),Object.defineProperty(exports,"Yn",{enumerable:!0,get:function(){return gt}}),Object.defineProperty(exports,"Yr",{enumerable:!0,get:function(){return ae}}),Object.defineProperty(exports,"Yt",{enumerable:!0,get:function(){return An}}),Object.defineProperty(exports,"Z",{enumerable:!0,get:function(){return cr}}),Object.defineProperty(exports,"Zn",{enumerable:!0,get:function(){return j}}),Object.defineProperty(exports,"Zr",{enumerable:!0,get:function(){return f}}),Object.defineProperty(exports,"Zt",{enumerable:!0,get:function(){return ln}}),Object.defineProperty(exports,"_",{enumerable:!0,get:function(){return $}}),Object.defineProperty(exports,"_n",{enumerable:!0,get:function(){return Xt}}),Object.defineProperty(exports,"_r",{enumerable:!0,get:function(){return et}}),Object.defineProperty(exports,"_t",{enumerable:!0,get:function(){return Wn}}),Object.defineProperty(exports,"a",{enumerable:!0,get:function(){return Hr}}),Object.defineProperty(exports,"an",{enumerable:!0,get:function(){return pn}}),Object.defineProperty(exports,"ar",{enumerable:!0,get:function(){return ct}}),Object.defineProperty(exports,"at",{enumerable:!0,get:function(){return Yn}}),Object.defineProperty(exports,"b",{enumerable:!0,get:function(){return Xr}}),Object.defineProperty(exports,"bn",{enumerable:!0,get:function(){return Vt}}),Object.defineProperty(exports,"br",{enumerable:!0,get:function(){return We}}),Object.defineProperty(exports,"bt",{enumerable:!0,get:function(){return Hn}}),Object.defineProperty(exports,"c",{enumerable:!0,get:function(){return Gr}}),Object.defineProperty(exports,"cn",{enumerable:!0,get:function(){return $t}}),Object.defineProperty(exports,"cr",{enumerable:!0,get:function(){return ot}}),Object.defineProperty(exports,"ct",{enumerable:!0,get:function(){return Jn}}),Object.defineProperty(exports,"d",{enumerable:!0,get:function(){return X}}),Object.defineProperty(exports,"dn",{enumerable:!0,get:function(){return Jt}}),Object.defineProperty(exports,"dr",{enumerable:!0,get:function(){return 32}}),Object.defineProperty(exports,"dt",{enumerable:!0,get:function(){return $n}}),Object.defineProperty(exports,"ei",{enumerable:!0,get:function(){return ee}}),Object.defineProperty(exports,"en",{enumerable:!0,get:function(){return un}}),Object.defineProperty(exports,"er",{enumerable:!0,get:function(){return ft}}),Object.defineProperty(exports,"et",{enumerable:!0,get:function(){return ar}}),Object.defineProperty(exports,"f",{enumerable:!0,get:function(){return Br}}),Object.defineProperty(exports,"fn",{enumerable:!0,get:function(){return qt}}),Object.defineProperty(exports,"fr",{enumerable:!0,get:function(){return 20}}),Object.defineProperty(exports,"ft",{enumerable:!0,get:function(){return nr}}),Object.defineProperty(exports,"g",{enumerable:!0,get:function(){return Ur}}),Object.defineProperty(exports,"gn",{enumerable:!0,get:function(){return Yt}}),Object.defineProperty(exports,"gr",{enumerable:!0,get:function(){return nt}}),Object.defineProperty(exports,"gt",{enumerable:!0,get:function(){return tr}}),Object.defineProperty(exports,"h",{enumerable:!0,get:function(){return Jr}}),Object.defineProperty(exports,"hn",{enumerable:!0,get:function(){return Zt}}),Object.defineProperty(exports,"hr",{enumerable:!0,get:function(){return at}}),Object.defineProperty(exports,"ht",{enumerable:!0,get:function(){return Qn}}),Object.defineProperty(exports,"i",{enumerable:!0,get:function(){return Qr}}),Object.defineProperty(exports,"ii",{enumerable:!0,get:function(){return c}}),Object.defineProperty(exports,"in",{enumerable:!0,get:function(){return fn}}),Object.defineProperty(exports,"ir",{enumerable:!0,get:function(){return M}}),Object.defineProperty(exports,"it",{enumerable:!0,get:function(){return H}}),Object.defineProperty(exports,"j",{enumerable:!0,get:function(){return xr}}),Object.defineProperty(exports,"jn",{enumerable:!0,get:function(){return Ct}}),Object.defineProperty(exports,"jr",{enumerable:!0,get:function(){return ne}}),Object.defineProperty(exports,"jt",{enumerable:!0,get:function(){return Fn}}),Object.defineProperty(exports,"k",{enumerable:!0,get:function(){return Dr}}),Object.defineProperty(exports,"kn",{enumerable:!0,get:function(){return jt}}),Object.defineProperty(exports,"kr",{enumerable:!0,get:function(){return y}}),Object.defineProperty(exports,"kt",{enumerable:!0,get:function(){return Mn}}),Object.defineProperty(exports,"l",{enumerable:!0,get:function(){return Z}}),Object.defineProperty(exports,"ln",{enumerable:!0,get:function(){return en}}),Object.defineProperty(exports,"lr",{enumerable:!0,get:function(){return O}}),Object.defineProperty(exports,"lt",{enumerable:!0,get:function(){return Gn}}),Object.defineProperty(exports,"m",{enumerable:!0,get:function(){return Y}}),Object.defineProperty(exports,"mn",{enumerable:!0,get:function(){return L}}),Object.defineProperty(exports,"mr",{enumerable:!0,get:function(){return it}}),Object.defineProperty(exports,"mt",{enumerable:!0,get:function(){return Zn}}),Object.defineProperty(exports,"n",{enumerable:!0,get:function(){return ei}}),Object.defineProperty(exports,"ni",{enumerable:!0,get:function(){return h}}),Object.defineProperty(exports,"nn",{enumerable:!0,get:function(){return rn}}),Object.defineProperty(exports,"nr",{enumerable:!0,get:function(){return lt}}),Object.defineProperty(exports,"nt",{enumerable:!0,get:function(){return Un}}),Object.defineProperty(exports,"o",{enumerable:!0,get:function(){return Vr}}),Object.defineProperty(exports,"on",{enumerable:!0,get:function(){return on}}),Object.defineProperty(exports,"or",{enumerable:!0,get:function(){return A}}),Object.defineProperty(exports,"ot",{enumerable:!0,get:function(){return qn}}),Object.defineProperty(exports,"p",{enumerable:!0,get:function(){return Ir}}),Object.defineProperty(exports,"pn",{enumerable:!0,get:function(){return Kt}}),Object.defineProperty(exports,"pr",{enumerable:!0,get:function(){return rt}}),Object.defineProperty(exports,"pt",{enumerable:!0,get:function(){return er}}),Object.defineProperty(exports,"q",{enumerable:!0,get:function(){return dr}}),Object.defineProperty(exports,"qn",{enumerable:!0,get:function(){return N}}),Object.defineProperty(exports,"qr",{enumerable:!0,get:function(){return ce}}),Object.defineProperty(exports,"qt",{enumerable:!0,get:function(){return kn}}),Object.defineProperty(exports,"r",{enumerable:!0,get:function(){return $r}}),Object.defineProperty(exports,"ri",{enumerable:!0,get:function(){return o}}),Object.defineProperty(exports,"rn",{enumerable:!0,get:function(){return an}}),Object.defineProperty(exports,"rr",{enumerable:!0,get:function(){return dt}}),Object.defineProperty(exports,"rt",{enumerable:!0,get:function(){return Xn}}),Object.defineProperty(exports,"s",{enumerable:!0,get:function(){return Q}}),Object.defineProperty(exports,"sn",{enumerable:!0,get:function(){return sn}}),Object.defineProperty(exports,"sr",{enumerable:!0,get:function(){return st}}),Object.defineProperty(exports,"st",{enumerable:!0,get:function(){return Kn}}),Object.defineProperty(exports,"t",{enumerable:!0,get:function(){return ti}}),Object.defineProperty(exports,"ti",{enumerable:!0,get:function(){return g}}),Object.defineProperty(exports,"tn",{enumerable:!0,get:function(){return dn}}),Object.defineProperty(exports,"tr",{enumerable:!0,get:function(){return ut}}),Object.defineProperty(exports,"tt",{enumerable:!0,get:function(){return sr}}),Object.defineProperty(exports,"u",{enumerable:!0,get:function(){return Wr}}),Object.defineProperty(exports,"un",{enumerable:!0,get:function(){return Qt}}),Object.defineProperty(exports,"ur",{enumerable:!0,get:function(){return k}}),Object.defineProperty(exports,"ut",{enumerable:!0,get:function(){return U}}),Object.defineProperty(exports,"v",{enumerable:!0,get:function(){return Kr}}),Object.defineProperty(exports,"vn",{enumerable:!0,get:function(){return I}}),Object.defineProperty(exports,"vr",{enumerable:!0,get:function(){return tt}}),Object.defineProperty(exports,"vt",{enumerable:!0,get:function(){return Bn}}),Object.defineProperty(exports,"w",{enumerable:!0,get:function(){return Yr}}),Object.defineProperty(exports,"wn",{enumerable:!0,get:function(){return Ut}}),Object.defineProperty(exports,"wr",{enumerable:!0,get:function(){return Fe}}),Object.defineProperty(exports,"wt",{enumerable:!0,get:function(){return zn}}),Object.defineProperty(exports,"x",{enumerable:!0,get:function(){return Lr}}),Object.defineProperty(exports,"xn",{enumerable:!0,get:function(){return Wt}}),Object.defineProperty(exports,"xr",{enumerable:!0,get:function(){return Ge}}),Object.defineProperty(exports,"xt",{enumerable:!0,get:function(){return V}}),Object.defineProperty(exports,"y",{enumerable:!0,get:function(){return Zr}}),Object.defineProperty(exports,"yn",{enumerable:!0,get:function(){return Bt}}),Object.defineProperty(exports,"yr",{enumerable:!0,get:function(){return D}}),Object.defineProperty(exports,"yt",{enumerable:!0,get:function(){return Vn}}),Object.defineProperty(exports,"z",{enumerable:!0,get:function(){return vr}}),Object.defineProperty(exports,"zn",{enumerable:!0,get:function(){return zt}}),Object.defineProperty(exports,"zr",{enumerable:!0,get:function(){return we}}),Object.defineProperty(exports,"zt",{enumerable:!0,get:function(){return Sn}});
|
|
2
|
-
//# sourceMappingURL=address.advanced-UCU9Hn8t.js.map
|