UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

10 lines (9 loc) 27.2 kB
"use strict";var Ur=Object.create;var D=Object.defineProperty;var Ir=Object.getOwnPropertyDescriptor;var Tr=Object.getOwnPropertyNames;var Lr=Object.getPrototypeOf,Ar=Object.prototype.hasOwnProperty;var br=(t,r)=>()=>(t&&(r=t(t=0)),r);var q=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Rr=(t,r)=>{for(var e in r)D(t,e,{get:r[e],enumerable:!0})},rr=(t,r,e,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Tr(r))!Ar.call(t,n)&&n!==e&&D(t,n,{get:()=>r[n],enumerable:!(i=Ir(r,n))||i.enumerable});return t};var er=(t,r,e)=>(e=t!=null?Ur(Lr(t)):{},rr(r||!t||!t.__esModule?D(e,"default",{value:t,enumerable:!0}):e,t)),Sr=t=>rr(D({},"__esModule",{value:!0}),t);var nr=q(P=>{"use strict";g();P.byteLength=Mr;P.toByteArray=_r;P.fromByteArray=Pr;var F=[],m=[],Cr=typeof Uint8Array!="undefined"?Uint8Array:Array,W="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(T=0,tr=W.length;T<tr;++T)F[T]=W[T],m[W.charCodeAt(T)]=T;var T,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 Mr(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 _r(t){var r,e=ir(t),i=e[0],n=e[1],u=new Cr(Nr(t,i,n)),a=0,s=n>0?i-4:i,f;for(f=0;f<s;f+=4)r=m[t.charCodeAt(f)]<<18|m[t.charCodeAt(f+1)]<<12|m[t.charCodeAt(f+2)]<<6|m[t.charCodeAt(f+3)],u[a++]=r>>16&255,u[a++]=r>>8&255,u[a++]=r&255;return n===2&&(r=m[t.charCodeAt(f)]<<2|m[t.charCodeAt(f+1)]>>4,u[a++]=r&255),n===1&&(r=m[t.charCodeAt(f)]<<10|m[t.charCodeAt(f+1)]<<4|m[t.charCodeAt(f+2)]>>2,u[a++]=r>>8&255,u[a++]=r&255),u}function Dr(t){return F[t>>18&63]+F[t>>12&63]+F[t>>6&63]+F[t&63]}function qr(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(Dr(i));return n.join("")}function Pr(t){for(var r,e=t.length,i=e%3,n=[],u=16383,a=0,s=e-i;a<s;a+=u)n.push(qr(t,a,a+u>s?s:a+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=q(G=>{g();G.read=function(t,r,e,i,n){var u,a,s=n*8-i-1,f=(1<<s)-1,h=f>>1,l=-7,p=e?n-1:0,d=e?-1:1,w=t[r+p];for(p+=d,u=w&(1<<-l)-1,w>>=-l,l+=s;l>0;u=u*256+t[r+p],p+=d,l-=8);for(a=u&(1<<-l)-1,u>>=-l,l+=i;l>0;a=a*256+t[r+p],p+=d,l-=8);if(u===0)u=1-h;else{if(u===f)return a?NaN:(w?-1:1)*(1/0);a=a+Math.pow(2,i),u=u-h}return(w?-1:1)*a*Math.pow(2,u-i)};G.write=function(t,r,e,i,n,u){var a,s,f,h=u*8-n-1,l=(1<<h)-1,p=l>>1,d=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=i?0:u-1,b=i?1:-1,Er=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(s=isNaN(r)?1:0,a=l):(a=Math.floor(Math.log(r)/Math.LN2),r*(f=Math.pow(2,-a))<1&&(a--,f*=2),a+p>=1?r+=d/f:r+=d*Math.pow(2,1-p),r*f>=2&&(a++,f/=2),a+p>=l?(s=0,a=l):a+p>=1?(s=(r*f-1)*Math.pow(2,n),a=a+p):(s=r*Math.pow(2,p-1)*Math.pow(2,n),a=0));n>=8;t[e+w]=s&255,w+=b,s/=256,n-=8);for(a=a<<n|s,h+=n;h>0;t[e+w]=a&255,w+=b,a/=256,h-=8);t[e+w-b]|=Er*128}});var mr=q(M=>{"use strict";g();var Q=nr(),C=ur(),ar=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;M.Buffer=o;M.SlowBuffer=Qr;M.INSPECT_MAX_BYTES=50;var H=2147483647;M.kMaxLength=H;o.TYPED_ARRAY_SUPPORT=Hr();!o.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 Hr(){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(o.prototype,"parent",{enumerable:!0,get:function(){if(!!o.isBuffer(this))return this.buffer}});Object.defineProperty(o.prototype,"offset",{enumerable:!0,get:function(){if(!!o.isBuffer(this))return this.byteOffset}});function E(t){if(t>H)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,o.prototype),r}function o(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 Z(t)}return fr(t,r,e)}o.poolSize=8192;function fr(t,r,e){if(typeof t=="string")return zr(t,r);if(ArrayBuffer.isView(t))return Wr(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 V(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 o.from(i,r,e);var n=Gr(t);if(n)return n;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return o.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)}o.from=function(t,r,e){return fr(t,r,e)};Object.setPrototypeOf(o.prototype,Uint8Array.prototype);Object.setPrototypeOf(o,Uint8Array);function pr(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 Yr(t,r,e){return pr(t),t<=0?E(t):r!==void 0?typeof e=="string"?E(t).fill(r,e):E(t).fill(r):E(t)}o.alloc=function(t,r,e){return Yr(t,r,e)};function Z(t){return pr(t),E(t<0?0:K(t)|0)}o.allocUnsafe=function(t){return Z(t)};o.allocUnsafeSlow=function(t){return Z(t)};function zr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!o.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=hr(t,r)|0,i=E(e),n=i.write(t,r);return n!==e&&(i=i.slice(0,n)),i}function X(t){for(var r=t.length<0?0:K(t.length)|0,e=E(r),i=0;i<r;i+=1)e[i]=t[i]&255;return e}function Wr(t){if(v(t,Uint8Array)){var r=new Uint8Array(t);return V(r.buffer,r.byteOffset,r.byteLength)}return X(t)}function V(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,o.prototype),i}function Gr(t){if(o.isBuffer(t)){var r=K(t.length)|0,e=E(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?E(0):X(t);if(t.type==="Buffer"&&Array.isArray(t.data))return X(t.data)}function K(t){if(t>=H)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+H.toString(16)+" bytes");return t|0}function Qr(t){return+t!=t&&(t=0),o.alloc(+t)}o.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==o.prototype};o.compare=function(r,e){if(v(r,Uint8Array)&&(r=o.from(r,r.offset,r.byteLength)),v(e,Uint8Array)&&(e=o.from(e,e.offset,e.byteLength)),!o.isBuffer(r)||!o.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,a=Math.min(i,n);u<a;++u)if(r[u]!==e[u]){i=r[u],n=e[u];break}return i<n?-1:n<i?1:0};o.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}};o.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return o.alloc(0);var i;if(e===void 0)for(e=0,i=0;i<r.length;++i)e+=r[i].length;var n=o.allocUnsafe(e),u=0;for(i=0;i<r.length;++i){var a=r[i];if(v(a,Uint8Array))u+a.length>n.length?o.from(a).copy(n,u):Uint8Array.prototype.set.call(n,a,u);else if(o.isBuffer(a))a.copy(n,u);else throw new TypeError('"list" argument must be an Array of Buffers');u+=a.length}return n};function hr(t,r){if(o.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}}o.byteLength=hr;function Xr(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 jr(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}}o.prototype._isBuffer=!0;function L(t,r,e){var i=t[r];t[r]=t[e],t[e]=i}o.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)L(this,e,e+1);return this};o.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)L(this,e,e+3),L(this,e+1,e+2);return this};o.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)L(this,e,e+7),L(this,e+1,e+6),L(this,e+2,e+5),L(this,e+3,e+4);return this};o.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?cr(this,0,r):Xr.apply(this,arguments)};o.prototype.toLocaleString=o.prototype.toString;o.prototype.equals=function(r){if(!o.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:o.compare(this,r)===0};o.prototype.inspect=function(){var r="",e=M.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};ar&&(o.prototype[ar]=o.prototype.inspect);o.prototype.compare=function(r,e,i,n,u){if(v(r,Uint8Array)&&(r=o.from(r,r.offset,r.byteLength)),!o.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 a=u-n,s=i-e,f=Math.min(a,s),h=this.slice(n,u),l=r.slice(e,i),p=0;p<f;++p)if(h[p]!==l[p]){a=h[p],s=l[p];break}return a<s?-1:s<a?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=o.from(r,i)),o.isBuffer(r))return r.length===0?-1:or(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):or(t,[r],e,i,n);throw new TypeError("val must be string, number or Buffer")}function or(t,r,e,i,n){var u=1,a=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,a/=2,s/=2,e/=2}function f(w,b){return u===1?w[b]:w.readUInt16BE(b*u)}var h;if(n){var l=-1;for(h=e;h<a;h++)if(f(t,h)===f(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>a&&(e=a-s),h=e;h>=0;h--){for(var p=!0,d=0;d<s;d++)if(f(t,h+d)!==f(r,d)){p=!1;break}if(p)return h}return-1}o.prototype.includes=function(r,e,i){return this.indexOf(r,e,i)!==-1};o.prototype.indexOf=function(r,e,i){return lr(this,r,e,i,!0)};o.prototype.lastIndexOf=function(r,e,i){return lr(this,r,e,i,!1)};function Vr(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 a=0;a<i;++a){var s=parseInt(r.substr(a*2,2),16);if($(s))return a;t[e+a]=s}return a}function Jr(t,r,e,i){return Y(J(r,t.length-e),t,e,i)}function Zr(t,r,e,i){return Y(ae(r),t,e,i)}function Kr(t,r,e,i){return Y(gr(r),t,e,i)}function $r(t,r,e,i){return Y(oe(r,t.length-e),t,e,i)}o.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 a=!1;;)switch(n){case"hex":return Vr(this,r,e,i);case"utf8":case"utf-8":return Jr(this,r,e,i);case"ascii":case"latin1":case"binary":return Zr(this,r,e,i);case"base64":return Kr(this,r,e,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return $r(this,r,e,i);default:if(a)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),a=!0}};o.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function jr(t,r,e){return r===0&&e===t.length?Q.fromByteArray(t):Q.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],a=null,s=u>239?4:u>223?3:u>191?2:1;if(n+s<=e){var f,h,l,p;switch(s){case 1:u<128&&(a=u);break;case 2:f=t[n+1],(f&192)===128&&(p=(u&31)<<6|f&63,p>127&&(a=p));break;case 3:f=t[n+1],h=t[n+2],(f&192)===128&&(h&192)===128&&(p=(u&15)<<12|(f&63)<<6|h&63,p>2047&&(p<55296||p>57343)&&(a=p));break;case 4:f=t[n+1],h=t[n+2],l=t[n+3],(f&192)===128&&(h&192)===128&&(l&192)===128&&(p=(u&15)<<18|(f&63)<<12|(h&63)<<6|l&63,p>65535&&p<1114112&&(a=p))}}a===null?(a=65533,s=1):a>65535&&(a-=65536,i.push(a>>>10&1023|55296),a=56320|a&1023),i.push(a),n+=s}return Or(i)}var sr=4096;function Or(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}o.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,o.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")}o.prototype.readUintLE=o.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,a=0;++a<e&&(u*=256);)n+=this[r+a]*u;return n};o.prototype.readUintBE=o.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};o.prototype.readUint8=o.prototype.readUInt8=function(r,e){return r=r>>>0,e||y(r,1,this.length),this[r]};o.prototype.readUint16LE=o.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||y(r,2,this.length),this[r]|this[r+1]<<8};o.prototype.readUint16BE=o.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||y(r,2,this.length),this[r]<<8|this[r+1]};o.prototype.readUint32LE=o.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};o.prototype.readUint32BE=o.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])};o.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,a=0;++a<e&&(u*=256);)n+=this[r+a]*u;return u*=128,n>=u&&(n-=Math.pow(2,8*e)),n};o.prototype.readIntBE=function(r,e,i){r=r>>>0,e=e>>>0,i||y(r,e,this.length);for(var n=e,u=1,a=this[r+--n];n>0&&(u*=256);)a+=this[r+--n]*u;return u*=128,a>=u&&(a-=Math.pow(2,8*e)),a};o.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]};o.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};o.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};o.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};o.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]};o.prototype.readFloatLE=function(r,e){return r=r>>>0,e||y(r,4,this.length),C.read(this,r,!0,23,4)};o.prototype.readFloatBE=function(r,e){return r=r>>>0,e||y(r,4,this.length),C.read(this,r,!1,23,4)};o.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||y(r,8,this.length),C.read(this,r,!0,52,8)};o.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||y(r,8,this.length),C.read(this,r,!1,52,8)};function x(t,r,e,i,n,u){if(!o.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")}o.prototype.writeUintLE=o.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 a=1,s=0;for(this[e]=r&255;++s<i&&(a*=256);)this[e+s]=r/a&255;return e+i};o.prototype.writeUintBE=o.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 a=i-1,s=1;for(this[e+a]=r&255;--a>=0&&(s*=256);)this[e+a]=r/s&255;return e+i};o.prototype.writeUint8=o.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};o.prototype.writeUint16LE=o.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};o.prototype.writeUint16BE=o.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};o.prototype.writeUint32LE=o.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};o.prototype.writeUint32BE=o.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};o.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 a=0,s=1,f=0;for(this[e]=r&255;++a<i&&(s*=256);)r<0&&f===0&&this[e+a-1]!==0&&(f=1),this[e+a]=(r/s>>0)-f&255;return e+i};o.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 a=i-1,s=1,f=0;for(this[e+a]=r&255;--a>=0&&(s*=256);)r<0&&f===0&&this[e+a+1]!==0&&(f=1),this[e+a]=(r/s>>0)-f&255;return e+i};o.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};o.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};o.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};o.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};o.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),C.write(t,r,e,i,23,4),e+4}o.prototype.writeFloatLE=function(r,e,i){return xr(this,r,e,!0,i)};o.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),C.write(t,r,e,i,52,8),e+8}o.prototype.writeDoubleLE=function(r,e,i){return wr(this,r,e,!0,i)};o.prototype.writeDoubleBE=function(r,e,i){return wr(this,r,e,!1,i)};o.prototype.copy=function(r,e,i,n){if(!o.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};o.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"&&!o.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 a;if(typeof r=="number")for(a=e;a<i;++a)this[a]=r;else{var s=o.isBuffer(r)?r:o.from(r,n),f=s.length;if(f===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<i-e;++a)this[a+e]=s[a%f]}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=[],a=0;a<i;++a){if(e=t.charCodeAt(a),e>55295&&e<57344){if(!n){if(e>56319){(r-=3)>-1&&u.push(239,191,189);continue}else if(a+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 ae(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function oe(t,r){for(var e,i,n,u=[],a=0;a<t.length&&!((r-=2)<0);++a)e=t.charCodeAt(a),i=e>>8,n=e%256,u.push(n),u.push(i);return u}function gr(t){return Q.toByteArray(ue(t))}function Y(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 kr=q((ge,Br)=>{g();var c=Br.exports={},B,k;function j(){throw new Error("setTimeout has not been defined")}function O(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?B=setTimeout:B=j}catch(t){B=j}try{typeof clearTimeout=="function"?k=clearTimeout:k=O}catch(t){k=O}})();function dr(t){if(B===setTimeout)return setTimeout(t,0);if((B===j||!B)&&setTimeout)return B=setTimeout,setTimeout(t,0);try{return B(t,0)}catch(r){try{return B.call(null,t,0)}catch(e){return B.call(this,t,0)}}}function fe(t){if(k===clearTimeout)return clearTimeout(t);if((k===O||!k)&&clearTimeout)return k=clearTimeout,clearTimeout(t);try{return k(t)}catch(r){try{return k.call(null,t)}catch(e){return k.call(this,t)}}}var U=[],N=!1,A,z=-1;function pe(){!N||!A||(N=!1,A.length?U=A.concat(U):z=-1,U.length&&Fr())}function Fr(){if(!N){var t=dr(pe);N=!0;for(var r=U.length;r;){for(A=U,U=[];++z<r;)A&&A[z].run();z=-1,r=U.length}A=null,N=!1,fe(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];U.push(new vr(t,r)),U.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 I(){}c.on=I;c.addListener=I;c.once=I;c.off=I;c.removeListener=I;c.removeAllListeners=I;c.emit=I;c.prependListener=I;c.prependOnceListener=I;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 R,S,me,g=br(()=>{R=er(mr()),S=er(kr()),me=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 le={};Rr(le,{baseTransactionMock:()=>he});module.exports=Sr(le);g();g();var he={blockHash:"",price:60,txHash:"c747f6ea467fb68e2f152a5baa57edbc7e04d297954878084363cbdb961eed7e",gasLimit:6e7,gasPrice:1e9,gasUsed:6e7,miniBlockHash:"d7ad7c1f8f57e3a370b12092604c42157cb5228ab598e9bbca641ee2e4ee7bd2",nonce:965,receiver:"erd1qqqqqqqqqqqqqpgq4gdcg0k83u7lpv4s4532w3au9y9h0vm70eqq6m8qk2",receiverShard:0,round:2044988,sender:"erd1wh9c0sjr2xn8hzf02lwwcr4jk2s84tat9ud2kaq6zr7xzpvl9l5q8awmex",senderShard:0,signature:"transaction-signature-hash",status:"fail",value:"1234",fee:"655440000000000",timestamp:1660821528,data:"cGluZw==",action:{category:"scCall",name:"ping"}};0&&(module.exports={baseTransactionMock}); /*! * 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=base-transaction-mock.js.map