@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
10 lines (9 loc) • 26.9 kB
JavaScript
"use strict";var Ir=Object.create;var M=Object.defineProperty;var Tr=Object.getOwnPropertyDescriptor;var Ur=Object.getOwnPropertyNames;var Ar=Object.getPrototypeOf,Lr=Object.prototype.hasOwnProperty;var Rr=(t,r)=>()=>(t&&(r=t(t=0)),r);var P=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Sr=(t,r)=>{for(var e in r)M(t,e,{get:r[e],enumerable:!0})},rr=(t,r,e,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Ur(r))!Lr.call(t,n)&&n!==e&&M(t,n,{get:()=>r[n],enumerable:!(i=Tr(r,n))||i.enumerable});return t};var er=(t,r,e)=>(e=t!=null?Ir(Ar(t)):{},rr(r||!t||!t.__esModule?M(e,"default",{value:t,enumerable:!0}):e,t)),Cr=t=>rr(M({},"__esModule",{value:!0}),t);var nr=P(H=>{"use strict";g();H.byteLength=br;H.toByteArray=Dr;H.fromByteArray=Hr;var F=[],m=[],_r=typeof Uint8Array!="undefined"?Uint8Array:Array,V="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(U=0,tr=V.length;U<tr;++U)F[U]=V[U],m[V.charCodeAt(U)]=U;var U,tr;m["-".charCodeAt(0)]=62;m["_".charCodeAt(0)]=63;function ir(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var i=e===r?0:4-e%4;return[e,i]}function br(t){var r=ir(t),e=r[0],i=r[1];return(e+i)*3/4-i}function Nr(t,r,e){return(r+e)*3/4-e}function Dr(t){var r,e=ir(t),i=e[0],n=e[1],u=new _r(Nr(t,i,n)),o=0,s=n>0?i-4:i,p;for(p=0;p<s;p+=4)r=m[t.charCodeAt(p)]<<18|m[t.charCodeAt(p+1)]<<12|m[t.charCodeAt(p+2)]<<6|m[t.charCodeAt(p+3)],u[o++]=r>>16&255,u[o++]=r>>8&255,u[o++]=r&255;return n===2&&(r=m[t.charCodeAt(p)]<<2|m[t.charCodeAt(p+1)]>>4,u[o++]=r&255),n===1&&(r=m[t.charCodeAt(p)]<<10|m[t.charCodeAt(p+1)]<<4|m[t.charCodeAt(p+2)]>>2,u[o++]=r>>8&255,u[o++]=r&255),u}function Mr(t){return F[t>>18&63]+F[t>>12&63]+F[t>>6&63]+F[t&63]}function Pr(t,r,e){for(var i,n=[],u=r;u<e;u+=3)i=(t[u]<<16&16711680)+(t[u+1]<<8&65280)+(t[u+2]&255),n.push(Mr(i));return n.join("")}function Hr(t){for(var r,e=t.length,i=e%3,n=[],u=16383,o=0,s=e-i;o<s;o+=u)n.push(Pr(t,o,o+u>s?s:o+u));return i===1?(r=t[e-1],n.push(F[r>>2]+F[r<<4&63]+"==")):i===2&&(r=(t[e-2]<<8)+t[e-1],n.push(F[r>>10]+F[r>>4&63]+F[r<<2&63]+"=")),n.join("")}});var ur=P(z=>{g();z.read=function(t,r,e,i,n){var u,o,s=n*8-i-1,p=(1<<s)-1,h=p>>1,l=-7,f=e?n-1:0,d=e?-1:1,w=t[r+f];for(f+=d,u=w&(1<<-l)-1,w>>=-l,l+=s;l>0;u=u*256+t[r+f],f+=d,l-=8);for(o=u&(1<<-l)-1,u>>=-l,l+=i;l>0;o=o*256+t[r+f],f+=d,l-=8);if(u===0)u=1-h;else{if(u===p)return o?NaN:(w?-1:1)*(1/0);o=o+Math.pow(2,i),u=u-h}return(w?-1:1)*o*Math.pow(2,u-i)};z.write=function(t,r,e,i,n,u){var o,s,p,h=u*8-n-1,l=(1<<h)-1,f=l>>1,d=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=i?0:u-1,R=i?1:-1,kr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(s=isNaN(r)?1:0,o=l):(o=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-o))<1&&(o--,p*=2),o+f>=1?r+=d/p:r+=d*Math.pow(2,1-f),r*p>=2&&(o++,p/=2),o+f>=l?(s=0,o=l):o+f>=1?(s=(r*p-1)*Math.pow(2,n),o=o+f):(s=r*Math.pow(2,f-1)*Math.pow(2,n),o=0));n>=8;t[e+w]=s&255,w+=R,s/=256,n-=8);for(o=o<<n|s,h+=n;h>0;t[e+w]=o&255,w+=R,o/=256,h-=8);t[e+w-R]|=kr*128}});var mr=P(b=>{"use strict";g();var G=nr(),_=ur(),or=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;b.Buffer=a;b.SlowBuffer=Gr;b.INSPECT_MAX_BYTES=50;var q=2147483647;b.kMaxLength=q;a.TYPED_ARRAY_SUPPORT=qr();!a.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function qr(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.buffer}});Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.byteOffset}});function k(t){if(t>q)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,a.prototype),r}function a(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return K(t)}return pr(t,r,e)}a.poolSize=8192;function pr(t,r,e){if(typeof t=="string")return Yr(t,r);if(ArrayBuffer.isView(t))return Vr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(v(t,ArrayBuffer)||t&&v(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(v(t,SharedArrayBuffer)||t&&v(t.buffer,SharedArrayBuffer)))return X(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var i=t.valueOf&&t.valueOf();if(i!=null&&i!==t)return a.from(i,r,e);var n=zr(t);if(n)return n;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return a.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}a.from=function(t,r,e){return pr(t,r,e)};Object.setPrototypeOf(a.prototype,Uint8Array.prototype);Object.setPrototypeOf(a,Uint8Array);function fr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function Wr(t,r,e){return fr(t),t<=0?k(t):r!==void 0?typeof e=="string"?k(t).fill(r,e):k(t).fill(r):k(t)}a.alloc=function(t,r,e){return Wr(t,r,e)};function K(t){return fr(t),k(t<0?0:Z(t)|0)}a.allocUnsafe=function(t){return K(t)};a.allocUnsafeSlow=function(t){return K(t)};function Yr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=hr(t,r)|0,i=k(e),n=i.write(t,r);return n!==e&&(i=i.slice(0,n)),i}function Q(t){for(var r=t.length<0?0:Z(t.length)|0,e=k(r),i=0;i<r;i+=1)e[i]=t[i]&255;return e}function Vr(t){if(v(t,Uint8Array)){var r=new Uint8Array(t);return X(r.buffer,r.byteOffset,r.byteLength)}return Q(t)}function X(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var i;return r===void 0&&e===void 0?i=new Uint8Array(t):e===void 0?i=new Uint8Array(t,r):i=new Uint8Array(t,r,e),Object.setPrototypeOf(i,a.prototype),i}function zr(t){if(a.isBuffer(t)){var r=Z(t.length)|0,e=k(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?k(0):Q(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Q(t.data)}function Z(t){if(t>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return t|0}function Gr(t){return+t!=t&&(t=0),a.alloc(+t)}a.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==a.prototype};a.compare=function(r,e){if(v(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),v(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),!a.isBuffer(r)||!a.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var i=r.length,n=e.length,u=0,o=Math.min(i,n);u<o;++u)if(r[u]!==e[u]){i=r[u],n=e[u];break}return i<n?-1:n<i?1:0};a.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};a.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return a.alloc(0);var i;if(e===void 0)for(e=0,i=0;i<r.length;++i)e+=r[i].length;var n=a.allocUnsafe(e),u=0;for(i=0;i<r.length;++i){var o=r[i];if(v(o,Uint8Array))u+o.length>n.length?a.from(o).copy(n,u):Uint8Array.prototype.set.call(n,o,u);else if(a.isBuffer(o))o.copy(n,u);else throw new TypeError('"list" argument must be an Array of Buffers');u+=o.length}return n};function hr(t,r){if(a.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||v(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&e===0)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return J(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return gr(t).length;default:if(n)return i?-1:J(t).length;r=(""+r).toLowerCase(),n=!0}}a.byteLength=hr;function Qr(t,r,e){var i=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return te(this,r,e);case"utf8":case"utf-8":return cr(this,r,e);case"ascii":return re(this,r,e);case"latin1":case"binary":return ee(this,r,e);case"base64":return Or(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ie(this,r,e);default:if(i)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),i=!0}}a.prototype._isBuffer=!0;function A(t,r,e){var i=t[r];t[r]=t[e],t[e]=i}a.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)A(this,e,e+1);return this};a.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)A(this,e,e+3),A(this,e+1,e+2);return this};a.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)A(this,e,e+7),A(this,e+1,e+6),A(this,e+2,e+5),A(this,e+3,e+4);return this};a.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?cr(this,0,r):Qr.apply(this,arguments)};a.prototype.toLocaleString=a.prototype.toString;a.prototype.equals=function(r){if(!a.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:a.compare(this,r)===0};a.prototype.inspect=function(){var r="",e=b.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};or&&(a.prototype[or]=a.prototype.inspect);a.prototype.compare=function(r,e,i,n,u){if(v(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),!a.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),i===void 0&&(i=r?r.length:0),n===void 0&&(n=0),u===void 0&&(u=this.length),e<0||i>r.length||n<0||u>this.length)throw new RangeError("out of range index");if(n>=u&&e>=i)return 0;if(n>=u)return-1;if(e>=i)return 1;if(e>>>=0,i>>>=0,n>>>=0,u>>>=0,this===r)return 0;for(var o=u-n,s=i-e,p=Math.min(o,s),h=this.slice(n,u),l=r.slice(e,i),f=0;f<p;++f)if(h[f]!==l[f]){o=h[f],s=l[f];break}return o<s?-1:s<o?1:0};function lr(t,r,e,i,n){if(t.length===0)return-1;if(typeof e=="string"?(i=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,$(e)&&(e=n?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(n)return-1;e=t.length-1}else if(e<0)if(n)e=0;else return-1;if(typeof r=="string"&&(r=a.from(r,i)),a.isBuffer(r))return r.length===0?-1:ar(t,r,e,i,n);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?n?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):ar(t,[r],e,i,n);throw new TypeError("val must be string, number or Buffer")}function ar(t,r,e,i,n){var u=1,o=t.length,s=r.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(t.length<2||r.length<2)return-1;u=2,o/=2,s/=2,e/=2}function p(w,R){return u===1?w[R]:w.readUInt16BE(R*u)}var h;if(n){var l=-1;for(h=e;h<o;h++)if(p(t,h)===p(r,l===-1?0:h-l)){if(l===-1&&(l=h),h-l+1===s)return l*u}else l!==-1&&(h-=h-l),l=-1}else for(e+s>o&&(e=o-s),h=e;h>=0;h--){for(var f=!0,d=0;d<s;d++)if(p(t,h+d)!==p(r,d)){f=!1;break}if(f)return h}return-1}a.prototype.includes=function(r,e,i){return this.indexOf(r,e,i)!==-1};a.prototype.indexOf=function(r,e,i){return lr(this,r,e,i,!0)};a.prototype.lastIndexOf=function(r,e,i){return lr(this,r,e,i,!1)};function Xr(t,r,e,i){e=Number(e)||0;var n=t.length-e;i?(i=Number(i),i>n&&(i=n)):i=n;var u=r.length;i>u/2&&(i=u/2);for(var o=0;o<i;++o){var s=parseInt(r.substr(o*2,2),16);if($(s))return o;t[e+o]=s}return o}function Jr(t,r,e,i){return W(J(r,t.length-e),t,e,i)}function Kr(t,r,e,i){return W(oe(r),t,e,i)}function Zr(t,r,e,i){return W(gr(r),t,e,i)}function $r(t,r,e,i){return W(ae(r,t.length-e),t,e,i)}a.prototype.write=function(r,e,i,n){if(e===void 0)n="utf8",i=this.length,e=0;else if(i===void 0&&typeof e=="string")n=e,i=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(i)?(i=i>>>0,n===void 0&&(n="utf8")):(n=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var u=this.length-e;if((i===void 0||i>u)&&(i=u),r.length>0&&(i<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var o=!1;;)switch(n){case"hex":return Xr(this,r,e,i);case"utf8":case"utf-8":return Jr(this,r,e,i);case"ascii":case"latin1":case"binary":return Kr(this,r,e,i);case"base64":return Zr(this,r,e,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return $r(this,r,e,i);default:if(o)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),o=!0}};a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Or(t,r,e){return r===0&&e===t.length?G.fromByteArray(t):G.fromByteArray(t.slice(r,e))}function cr(t,r,e){e=Math.min(t.length,e);for(var i=[],n=r;n<e;){var u=t[n],o=null,s=u>239?4:u>223?3:u>191?2:1;if(n+s<=e){var p,h,l,f;switch(s){case 1:u<128&&(o=u);break;case 2:p=t[n+1],(p&192)===128&&(f=(u&31)<<6|p&63,f>127&&(o=f));break;case 3:p=t[n+1],h=t[n+2],(p&192)===128&&(h&192)===128&&(f=(u&15)<<12|(p&63)<<6|h&63,f>2047&&(f<55296||f>57343)&&(o=f));break;case 4:p=t[n+1],h=t[n+2],l=t[n+3],(p&192)===128&&(h&192)===128&&(l&192)===128&&(f=(u&15)<<18|(p&63)<<12|(h&63)<<6|l&63,f>65535&&f<1114112&&(o=f))}}o===null?(o=65533,s=1):o>65535&&(o-=65536,i.push(o>>>10&1023|55296),o=56320|o&1023),i.push(o),n+=s}return jr(i)}var sr=4096;function jr(t){var r=t.length;if(r<=sr)return String.fromCharCode.apply(String,t);for(var e="",i=0;i<r;)e+=String.fromCharCode.apply(String,t.slice(i,i+=sr));return e}function re(t,r,e){var i="";e=Math.min(t.length,e);for(var n=r;n<e;++n)i+=String.fromCharCode(t[n]&127);return i}function ee(t,r,e){var i="";e=Math.min(t.length,e);for(var n=r;n<e;++n)i+=String.fromCharCode(t[n]);return i}function te(t,r,e){var i=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>i)&&(e=i);for(var n="",u=r;u<e;++u)n+=se[t[u]];return n}function ie(t,r,e){for(var i=t.slice(r,e),n="",u=0;u<i.length-1;u+=2)n+=String.fromCharCode(i[u]+i[u+1]*256);return n}a.prototype.slice=function(r,e){var i=this.length;r=~~r,e=e===void 0?i:~~e,r<0?(r+=i,r<0&&(r=0)):r>i&&(r=i),e<0?(e+=i,e<0&&(e=0)):e>i&&(e=i),e<r&&(e=r);var n=this.subarray(r,e);return Object.setPrototypeOf(n,a.prototype),n};function y(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(r,e,i){r=r>>>0,e=e>>>0,i||y(r,e,this.length);for(var n=this[r],u=1,o=0;++o<e&&(u*=256);)n+=this[r+o]*u;return n};a.prototype.readUintBE=a.prototype.readUIntBE=function(r,e,i){r=r>>>0,e=e>>>0,i||y(r,e,this.length);for(var n=this[r+--e],u=1;e>0&&(u*=256);)n+=this[r+--e]*u;return n};a.prototype.readUint8=a.prototype.readUInt8=function(r,e){return r=r>>>0,e||y(r,1,this.length),this[r]};a.prototype.readUint16LE=a.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||y(r,2,this.length),this[r]|this[r+1]<<8};a.prototype.readUint16BE=a.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||y(r,2,this.length),this[r]<<8|this[r+1]};a.prototype.readUint32LE=a.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||y(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};a.prototype.readUint32BE=a.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||y(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};a.prototype.readIntLE=function(r,e,i){r=r>>>0,e=e>>>0,i||y(r,e,this.length);for(var n=this[r],u=1,o=0;++o<e&&(u*=256);)n+=this[r+o]*u;return u*=128,n>=u&&(n-=Math.pow(2,8*e)),n};a.prototype.readIntBE=function(r,e,i){r=r>>>0,e=e>>>0,i||y(r,e,this.length);for(var n=e,u=1,o=this[r+--n];n>0&&(u*=256);)o+=this[r+--n]*u;return u*=128,o>=u&&(o-=Math.pow(2,8*e)),o};a.prototype.readInt8=function(r,e){return r=r>>>0,e||y(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};a.prototype.readInt16LE=function(r,e){r=r>>>0,e||y(r,2,this.length);var i=this[r]|this[r+1]<<8;return i&32768?i|4294901760:i};a.prototype.readInt16BE=function(r,e){r=r>>>0,e||y(r,2,this.length);var i=this[r+1]|this[r]<<8;return i&32768?i|4294901760:i};a.prototype.readInt32LE=function(r,e){return r=r>>>0,e||y(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};a.prototype.readInt32BE=function(r,e){return r=r>>>0,e||y(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};a.prototype.readFloatLE=function(r,e){return r=r>>>0,e||y(r,4,this.length),_.read(this,r,!0,23,4)};a.prototype.readFloatBE=function(r,e){return r=r>>>0,e||y(r,4,this.length),_.read(this,r,!1,23,4)};a.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||y(r,8,this.length),_.read(this,r,!0,52,8)};a.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||y(r,8,this.length),_.read(this,r,!1,52,8)};function x(t,r,e,i,n,u){if(!a.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>n||r<u)throw new RangeError('"value" argument is out of bounds');if(e+i>t.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(r,e,i,n){if(r=+r,e=e>>>0,i=i>>>0,!n){var u=Math.pow(2,8*i)-1;x(this,r,e,i,u,0)}var o=1,s=0;for(this[e]=r&255;++s<i&&(o*=256);)this[e+s]=r/o&255;return e+i};a.prototype.writeUintBE=a.prototype.writeUIntBE=function(r,e,i,n){if(r=+r,e=e>>>0,i=i>>>0,!n){var u=Math.pow(2,8*i)-1;x(this,r,e,i,u,0)}var o=i-1,s=1;for(this[e+o]=r&255;--o>=0&&(s*=256);)this[e+o]=r/s&255;return e+i};a.prototype.writeUint8=a.prototype.writeUInt8=function(r,e,i){return r=+r,e=e>>>0,i||x(this,r,e,1,255,0),this[e]=r&255,e+1};a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(r,e,i){return r=+r,e=e>>>0,i||x(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(r,e,i){return r=+r,e=e>>>0,i||x(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(r,e,i){return r=+r,e=e>>>0,i||x(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(r,e,i){return r=+r,e=e>>>0,i||x(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};a.prototype.writeIntLE=function(r,e,i,n){if(r=+r,e=e>>>0,!n){var u=Math.pow(2,8*i-1);x(this,r,e,i,u-1,-u)}var o=0,s=1,p=0;for(this[e]=r&255;++o<i&&(s*=256);)r<0&&p===0&&this[e+o-1]!==0&&(p=1),this[e+o]=(r/s>>0)-p&255;return e+i};a.prototype.writeIntBE=function(r,e,i,n){if(r=+r,e=e>>>0,!n){var u=Math.pow(2,8*i-1);x(this,r,e,i,u-1,-u)}var o=i-1,s=1,p=0;for(this[e+o]=r&255;--o>=0&&(s*=256);)r<0&&p===0&&this[e+o+1]!==0&&(p=1),this[e+o]=(r/s>>0)-p&255;return e+i};a.prototype.writeInt8=function(r,e,i){return r=+r,e=e>>>0,i||x(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};a.prototype.writeInt16LE=function(r,e,i){return r=+r,e=e>>>0,i||x(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeInt16BE=function(r,e,i){return r=+r,e=e>>>0,i||x(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeInt32LE=function(r,e,i){return r=+r,e=e>>>0,i||x(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};a.prototype.writeInt32BE=function(r,e,i){return r=+r,e=e>>>0,i||x(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function yr(t,r,e,i,n,u){if(e+i>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function xr(t,r,e,i,n){return r=+r,e=e>>>0,n||yr(t,r,e,4,34028234663852886e22,-34028234663852886e22),_.write(t,r,e,i,23,4),e+4}a.prototype.writeFloatLE=function(r,e,i){return xr(this,r,e,!0,i)};a.prototype.writeFloatBE=function(r,e,i){return xr(this,r,e,!1,i)};function wr(t,r,e,i,n){return r=+r,e=e>>>0,n||yr(t,r,e,8,17976931348623157e292,-17976931348623157e292),_.write(t,r,e,i,52,8),e+8}a.prototype.writeDoubleLE=function(r,e,i){return wr(this,r,e,!0,i)};a.prototype.writeDoubleBE=function(r,e,i){return wr(this,r,e,!1,i)};a.prototype.copy=function(r,e,i,n){if(!a.isBuffer(r))throw new TypeError("argument should be a Buffer");if(i||(i=0),!n&&n!==0&&(n=this.length),e>=r.length&&(e=r.length),e||(e=0),n>0&&n<i&&(n=i),n===i||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),r.length-e<n-i&&(n=r.length-e+i);var u=n-i;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,i,n):Uint8Array.prototype.set.call(r,this.subarray(i,n),e),u};a.prototype.fill=function(r,e,i,n){if(typeof r=="string"){if(typeof e=="string"?(n=e,e=0,i=this.length):typeof i=="string"&&(n=i,i=this.length),n!==void 0&&typeof n!="string")throw new TypeError("encoding must be a string");if(typeof n=="string"&&!a.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(r.length===1){var u=r.charCodeAt(0);(n==="utf8"&&u<128||n==="latin1")&&(r=u)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<i)throw new RangeError("Out of range index");if(i<=e)return this;e=e>>>0,i=i===void 0?this.length:i>>>0,r||(r=0);var o;if(typeof r=="number")for(o=e;o<i;++o)this[o]=r;else{var s=a.isBuffer(r)?r:a.from(r,n),p=s.length;if(p===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(o=0;o<i-e;++o)this[o+e]=s[o%p]}return this};var ne=/[^+/0-9A-Za-z-_]/g;function ue(t){if(t=t.split("=")[0],t=t.trim().replace(ne,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function J(t,r){r=r||1/0;for(var e,i=t.length,n=null,u=[],o=0;o<i;++o){if(e=t.charCodeAt(o),e>55295&&e<57344){if(!n){if(e>56319){(r-=3)>-1&&u.push(239,191,189);continue}else if(o+1===i){(r-=3)>-1&&u.push(239,191,189);continue}n=e;continue}if(e<56320){(r-=3)>-1&&u.push(239,191,189),n=e;continue}e=(n-55296<<10|e-56320)+65536}else n&&(r-=3)>-1&&u.push(239,191,189);if(n=null,e<128){if((r-=1)<0)break;u.push(e)}else if(e<2048){if((r-=2)<0)break;u.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;u.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;u.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return u}function oe(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function ae(t,r){for(var e,i,n,u=[],o=0;o<t.length&&!((r-=2)<0);++o)e=t.charCodeAt(o),i=e>>8,n=e%256,u.push(n),u.push(i);return u}function gr(t){return G.toByteArray(ue(t))}function W(t,r,e,i){for(var n=0;n<i&&!(n+e>=r.length||n>=t.length);++n)r[n+e]=t[n];return n}function v(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function $(t){return t!==t}var se=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var i=e*16,n=0;n<16;++n)r[i+n]=t[e]+t[n];return r}()});var Br=P((Fe,Er)=>{g();var c=Er.exports={},E,B;function O(){throw new Error("setTimeout has not been defined")}function j(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?E=setTimeout:E=O}catch(t){E=O}try{typeof clearTimeout=="function"?B=clearTimeout:B=j}catch(t){B=j}})();function dr(t){if(E===setTimeout)return setTimeout(t,0);if((E===O||!E)&&setTimeout)return E=setTimeout,setTimeout(t,0);try{return E(t,0)}catch(r){try{return E.call(null,t,0)}catch(e){return E.call(this,t,0)}}}function pe(t){if(B===clearTimeout)return clearTimeout(t);if((B===j||!B)&&clearTimeout)return B=clearTimeout,clearTimeout(t);try{return B(t)}catch(r){try{return B.call(null,t)}catch(e){return B.call(this,t)}}}var I=[],N=!1,L,Y=-1;function fe(){!N||!L||(N=!1,L.length?I=L.concat(I):Y=-1,I.length&&Fr())}function Fr(){if(!N){var t=dr(fe);N=!0;for(var r=I.length;r;){for(L=I,I=[];++Y<r;)L&&L[Y].run();Y=-1,r=I.length}L=null,N=!1,pe(t)}}c.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];I.push(new vr(t,r)),I.length===1&&!N&&dr(Fr)};function vr(t,r){this.fun=t,this.array=r}vr.prototype.run=function(){this.fun.apply(null,this.array)};c.title="browser";c.browser=!0;c.env={};c.argv=[];c.version="";c.versions={};function T(){}c.on=T;c.addListener=T;c.once=T;c.off=T;c.removeListener=T;c.removeAllListeners=T;c.emit=T;c.prependListener=T;c.prependOnceListener=T;c.listeners=function(t){return[]};c.binding=function(t){throw new Error("process.binding is not supported")};c.cwd=function(){return"/"};c.chdir=function(t){throw new Error("process.chdir is not supported")};c.umask=function(){return 0}});var S,C,ve,g=Rr(()=>{S=er(mr()),C=er(Br()),ve=function(t){function r(){var i=this||self;return delete t.prototype.__magic__,i}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var xe={};Sr(xe,{ACTIONS_WITH_EGLD_VALUE:()=>le,ACTIONS_WITH_MANDATORY_OPERATIONS:()=>he,ACTIONS_WITH_VALUE_IN_ACTION_FIELD:()=>ye,ACTIONS_WITH_VALUE_IN_DATA_FIELD:()=>ce});module.exports=Cr(xe);g();g();var he=["reDelegateRewards","claimRewards","unBond"],le=["wrapEgld","unwrapEgld"],ce=["unStake"],ye=["unDelegate"];0&&(module.exports={ACTIONS_WITH_EGLD_VALUE,ACTIONS_WITH_MANDATORY_OPERATIONS,ACTIONS_WITH_VALUE_IN_ACTION_FIELD,ACTIONS_WITH_VALUE_IN_DATA_FIELD});
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
//# sourceMappingURL=constants.js.map