diff --git a/assets/highlight.css b/assets/highlight.css index 11adec679..975b46042 100644 --- a/assets/highlight.css +++ b/assets/highlight.css @@ -9,7 +9,7 @@ --dark-hl-3: #569CD6; --light-hl-4: #000000FF; --dark-hl-4: #D4D4D4; - --light-hl-5: #FF0000; + --light-hl-5: #E50000; --dark-hl-5: #9CDCFE; --light-hl-6: #0000FF; --dark-hl-6: #CE9178; @@ -25,10 +25,8 @@ --dark-hl-11: #DCDCAA; --light-hl-12: #AF00DB; --dark-hl-12: #C586C0; - --light-hl-13: #CD3131; - --dark-hl-13: #F44747; - --light-hl-14: #008000; - --dark-hl-14: #6A9955; + --light-hl-13: #008000; + --dark-hl-13: #6A9955; --light-code-background: #FFFFFF; --dark-code-background: #1E1E1E; } @@ -48,7 +46,6 @@ --hl-11: var(--light-hl-11); --hl-12: var(--light-hl-12); --hl-13: var(--light-hl-13); - --hl-14: var(--light-hl-14); --code-background: var(--light-code-background); } } @@ -67,7 +64,6 @@ --hl-11: var(--dark-hl-11); --hl-12: var(--dark-hl-12); --hl-13: var(--dark-hl-13); - --hl-14: var(--dark-hl-14); --code-background: var(--dark-code-background); } } @@ -86,7 +82,6 @@ --hl-11: var(--light-hl-11); --hl-12: var(--light-hl-12); --hl-13: var(--light-hl-13); - --hl-14: var(--light-hl-14); --code-background: var(--light-code-background); } @@ -105,7 +100,6 @@ --hl-11: var(--dark-hl-11); --hl-12: var(--dark-hl-12); --hl-13: var(--dark-hl-13); - --hl-14: var(--dark-hl-14); --code-background: var(--dark-code-background); } @@ -123,5 +117,4 @@ .hl-11 { color: var(--hl-11); } .hl-12 { color: var(--hl-12); } .hl-13 { color: var(--hl-13); } -.hl-14 { color: var(--hl-14); } pre, code { background: var(--code-background); } diff --git a/assets/main.js b/assets/main.js index c815b3349..7270cff8d 100644 --- a/assets/main.js +++ b/assets/main.js @@ -1,54 +1,59 @@ "use strict"; -(()=>{var Qe=Object.create;var ae=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Ce=Object.getOwnPropertyNames;var Oe=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var _e=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Me=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ce(e))!Re.call(t,i)&&i!==n&&ae(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Qe(Oe(t)):{},Me(e||!t||!t.__esModule?ae(n,"default",{value:t,enumerable:!0}):n,t));var de=_e((ce,he)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var h=t.utils.clone(n)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(r.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. -`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(n+=r[l+1]*i[h+1],l+=2,h+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),m=s.str.charAt(1),v;m in s.node.edges?v=s.node.edges[m]:(v=new t.TokenSet,s.node.edges[m]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ce=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});var le=[];function j(t,e){le.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r}),r.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=class{constructor(){this.listeners={}}addEventListener(e,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){if(!(e in this.listeners))return;let r=this.listeners[e];for(let i=0,s=r.length;i{let n=Date.now();return(...r)=>{n+e-Date.now()<0&&(t(...r),n=Date.now())}};var re=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.navigation=document.querySelector(".col-menu"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.searchInput=document.querySelector("#tsd-search input"),this.searchInput&&this.searchInput.addEventListener("focus",()=>{this.hideShowToolbar()}),this.onResize(),this.onScroll()}triggerResize(){let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onScroll(){this.scrollTop=window.scrollY||0;let n=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(n),this.hideShowToolbar()}hideShowToolbar(){let n=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0||!!this.searchInput&&this.searchInput===document.activeElement,n!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.navigation?.classList.toggle("col-menu--hide")),this.lastY=this.scrollTop}},R=re;R.instance=new re;var X=class extends k{constructor(n){super(n);this.anchors=[];this.index=-1;R.instance.addEventListener("resize",()=>this.onResize()),R.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substring(0,n.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let i=r.href;if(i.indexOf("#")==-1||i.substring(0,n.length)!=n)return;let s=i.substring(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=r.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let n;for(let i=0,s=this.anchors.length;ii.position-s.position);let r=new CustomEvent("scroll",{detail:{scrollTop:R.instance.scrollTop}});this.onScroll(r)}onScroll(n){let r=n.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>r;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let n;return(...r)=>{clearTimeout(n),n=setTimeout(()=>t(r),e)}};var me=De(de());function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let n=document.querySelector("#tsd-search input"),r=document.querySelector("#tsd-search .results");if(!n||!r)throw new Error("The input field or the result list wrapper was not found");let i=!1;r.addEventListener("mousedown",()=>i=!0),r.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),n.addEventListener("focus",()=>t.classList.add("has-focus")),n.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Fe(t,r,n,s)}function Fe(t,e,n,r){n.addEventListener("input",ue(()=>{Ae(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?fe(e,-1):s.key==="ArrowDown"?fe(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=me.Index.load(window.searchData.index))}function Ae(t,e,n,r){if(He(r,t),!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s=i?r.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${pe(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes??"";let m=document.createElement("a");m.href=r.base+u.url,m.innerHTML=l,h.append(m),e.appendChild(h)}}function fe(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function pe(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ie(t.substring(s,o)),`${ie(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ie(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function ie(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var F="mousedown",ye="mousemove",B="mouseup",Z={x:0,y:0},ge=!1,se=!1,je=!1,H=!1,xe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(xe?"is-mobile":"not-mobile");xe&&"ontouchstart"in document.documentElement&&(je=!0,F="touchstart",ye="touchmove",B="touchend");document.addEventListener(F,t=>{se=!0,H=!1;let e=F=="touchstart"?t.targetTouches[0]:t;Z.y=e.pageY||0,Z.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!se&&!H){let e=F=="touchstart"?t.targetTouches[0]:t,n=Z.x-(e.pageX||0),r=Z.y-(e.pageY||0);H=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{se=!1});document.addEventListener("click",t=>{ge&&(t.preventDefault(),t.stopImmediatePropagation(),ge=!1)});var K=class extends k{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(B,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){H||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!H&&this.active&&n.target.closest(".col-menu")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var oe;try{oe=localStorage}catch{oe={getItem(){return null},setItem(){}}}var Q=oe;var Le=document.head.appendChild(document.createElement("style"));Le.dataset.for="filters";var ee=class extends k{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),Le.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } -`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var te=class extends k{constructor(n){super(n);this.calculateHeights(),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.textContent.replace(/\s+/g,"-").toLowerCase()}`,this.setLocalStorage(this.fromLocalStorage(),!0),this.summary.addEventListener("click",r=>this.toggleVisibility(r)),this.icon.style.transform=this.getIconRotation()}getIconRotation(n=this.el.open){return`rotate(${n?0:-90}deg)`}calculateHeights(){let n=this.el.open,{position:r,left:i}=this.el.style;this.el.style.position="fixed",this.el.style.left="-9999px",this.el.open=!0,this.expandedHeight=this.el.offsetHeight+"px",this.el.open=!1,this.collapsedHeight=this.el.offsetHeight+"px",this.el.open=n,this.el.style.height=n?this.expandedHeight:this.collapsedHeight,this.el.style.position=r,this.el.style.left=i}toggleVisibility(n){n.preventDefault(),this.el.style.overflow="hidden",this.el.open?this.collapse():this.expand()}expand(n=!0){this.el.open=!0,this.animate(this.collapsedHeight,this.expandedHeight,{opening:!0,duration:n?300:0})}collapse(n=!0){this.animate(this.expandedHeight,this.collapsedHeight,{opening:!1,duration:n?300:0})}animate(n,r,{opening:i,duration:s=300}){if(this.animation)return;let o={duration:s,easing:"ease"};this.animation=this.el.animate({height:[n,r]},o),this.icon.animate({transform:[this.icon.style.transform||this.getIconRotation(!i),this.getIconRotation(i)]},o).addEventListener("finish",()=>{this.icon.style.transform=this.getIconRotation(i)}),this.animation.addEventListener("finish",()=>this.animationEnd(i))}animationEnd(n){this.el.open=n,this.animation=void 0,this.el.style.height="auto",this.el.style.overflow="visible",this.setLocalStorage(n)}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(Q.setItem(this.key,n.toString()),this.el.open=n,this.handleValueChange(r))}handleValueChange(n=!1){this.fromLocalStorage()===this.el.open&&!n||(this.fromLocalStorage()?this.expand(!1):this.collapse(!1))}};function be(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,Ee(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),Ee(t.value)})}function Ee(t){document.documentElement.dataset.theme=t}ve();j(X,".menu-highlight");j(K,"a[data-toggle]");j(te,".tsd-index-accordion");j(ee,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("theme");Se&&be(Se);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})(); -/*! - * lunr.Builder - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Index - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Pipeline - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Set - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.TokenSet - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Vector - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.stemmer - * Copyright (C) 2020 Oliver Nightingale - * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt - */ -/*! - * lunr.stopWordFilter - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.tokenizer - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.trimmer - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.utils - * Copyright (C) 2020 Oliver Nightingale - */ -/** - * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 - * Copyright (C) 2020 Oliver Nightingale - * @license MIT - */ +"use strict";(()=>{var Pe=Object.create;var ne=Object.defineProperty;var Ie=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var _e=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var Me=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Fe=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!Re.call(t,i)&&i!==n&&ne(t,i,{get:()=>e[i],enumerable:!(r=Ie(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Pe(_e(t)):{},Fe(e||!t||!t.__esModule?ne(n,"default",{value:t,enumerable:!0}):n,t));var ae=Me((se,oe)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var d=t.utils.clone(n)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(n+=r[u+1]*i[d+1],u+=2,d+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),v=s.str.charAt(1),f;v in s.node.edges?f=s.node.edges[v]:(f=new t.TokenSet,s.node.edges[v]=f),s.str.length==1&&(f.final=!0),i.push({node:f,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof se=="object"?oe.exports=n():e.lunr=n()}(this,function(){return t})})()});var re=[];function G(t,e){re.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureActivePageVisible(),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible())}createComponents(e){re.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r}}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(n&&n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let r=document.createElement("p");r.classList.add("warning"),r.textContent="This member is normally hidden due to your filter settings.",n.prepend(r)}}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent="Copied!",e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent="Copy"},100)},1e3)})})}};var ie=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var de=De(ae());async function le(t,e){if(!window.searchData)return;let n=await fetch(window.searchData),r=new Blob([await n.arrayBuffer()]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();t.data=i,t.index=de.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function he(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:t.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{le(e,t)}),le(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");let s=!1;i.addEventListener("mousedown",()=>s=!0),i.addEventListener("mouseup",()=>{s=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{s||(s=!1,t.classList.remove("has-focus"))}),Ae(t,i,r,e)}function Ae(t,e,n,r){n.addEventListener("input",ie(()=>{Ne(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?ue(e,-1):s.key==="ArrowDown"?ue(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function Ne(t,e,n,r){if(!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s;if(i){let o=i.split(" ").map(a=>a.length?`*${a}*`:"").join(" ");s=r.index.search(o)}else s=[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o`,d=ce(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=` + ${ce(l.parent,i)}.${d}`);let v=document.createElement("li");v.classList.value=l.classes??"";let f=document.createElement("a");f.href=r.base+l.url,f.innerHTML=u+d,v.append(f),e.appendChild(v)}}function ue(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function ce(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(K(t.substring(s,o)),`${K(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(K(t.substring(s))),i.join("")}var Be={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>Be[e])}var C=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",pe="mousemove",B="mouseup",J={x:0,y:0},fe=!1,ee=!1,He=!1,D=!1,me=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(me?"is-mobile":"not-mobile");me&&"ontouchstart"in document.documentElement&&(He=!0,F="touchstart",pe="touchmove",B="touchend");document.addEventListener(F,t=>{ee=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(pe,t=>{if(ee&&!D){let e=F=="touchstart"?t.targetTouches[0]:t,n=J.x-(e.pageX||0),r=J.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{ee=!1});document.addEventListener("click",t=>{fe&&(t.preventDefault(),t.stopImmediatePropagation(),fe=!1)});var X=class extends C{constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(F,n=>this.onDocumentPointerDown(n)),document.addEventListener(B,n=>this.onDocumentPointerUp(n))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(e){D||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!D&&this.active&&e.target.closest(".col-sidebar")){let n=e.target.closest("a");if(n){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substring(0,r.indexOf("#"))),n.href.substring(0,r.length)==r&&setTimeout(()=>this.setActive(!1),250)}}}};var te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var ve=document.head.appendChild(document.createElement("style"));ve.dataset.for="filters";var Y=class extends C{constructor(e){super(e),this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),ve.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`,this.handleValueChange()}fromLocalStorage(){let e=Q.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){Q.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),document.querySelectorAll(".tsd-index-section").forEach(e=>{e.style.display="block";let n=Array.from(e.querySelectorAll(".tsd-index-link")).every(r=>r.offsetParent==null);e.style.display=n?"none":"block"})}};var Z=class extends C{constructor(e){super(e),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let r=this.summary.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function ge(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,ye(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ye(t.value)})}function ye(t){document.documentElement.dataset.theme=t}var Le;function be(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",xe),xe())}async function xe(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();Le=t.dataset.base+"/",t.innerHTML="";for(let s of i)we(s,t,[]);window.app.createComponents(t),window.app.ensureActivePageVisible()}function we(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-index-accordion`:"tsd-index-accordion",s.dataset.key=i.join("$");let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.innerHTML='',Ee(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)we(u,l,i)}else Ee(t,r,t.class)}function Ee(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=Le+t.path,n&&(r.className=n),location.href===r.href&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else e.appendChild(document.createElement("span")).textContent=t.text}G(X,"a[data-toggle]");G(Z,".tsd-index-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("tsd-theme");Se&&ge(Se);var je=new U;Object.defineProperty(window,"app",{value:je});he();be();})(); +/*! Bundled license information: + +lunr/lunr.js: + (** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + *) + (*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + *) + (*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + *) +*/ diff --git a/assets/navigation.js b/assets/navigation.js new file mode 100644 index 000000000..710233cf9 --- /dev/null +++ b/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAA62d23LjuBGG38XXU5nsZHezmTudbCu2LJckO8lubalgEpa4JgkGJD1SUnn3FEmJxLG7Ic/dTOHv7wdBkAQagPzbf68qfqiuvl4lecwPXC5EzNPy6tNVwar91derTMR1ysvPWvGf9lWWXn26ekvy+Orrj5+uon2SxpLnV19/64GjKBJ1Xg2oKGVlaaFOMh35w5df/vfJJD0yWSVRUrAqETkRq8UQPFa8LEReciL+LCeQ1xWr+JSnFSOyhwACvQyseEmqeVGkSURr7kFKJN6LiKXtNQawh6BgF3oLgdFk392UEW61FUHnX3ZBu9AreWSSZWWARxdApF9wDYH1b2/fOtrzLORuKFFEn0tuB+1elCXH36KNCKWMWcryKOBRcAWhLrcijZN8R4KftFRmWM3NINSF2NcHKUoMqi+5nmHNQLr+cSqiNwzXilDKin9jMkabUdWizKdiJ1nMSd8LK4BKfxZh8EYPssUBxYkDQpjyMpJJUQlJYA1ihEp/B2hiiDqTUkgqVROD1HeWkkZNvZBEu+PHZ5bWeD3NAIh+y8r9NYsqIY8YV5GCRM7Saj/Zc/zZVKQQcd4Ftc/FoxTidcHLku3QhvDFQV4LLt9SPpKSHdsQzMPUg+wkT0K+NqYeYmuThqcibsZ/GN8VA3kMDXmd8BR/W5p6GruvFT4PcwbRXFb8nbOUbtDpaex1slunIqD2pwAyPWdVLdHu7wihOWwki94I/dOOoPGfuUxeE45+HOwIlE8bNBNHyhvOUupLV9ViTDIQp0mWlyyizHYVKZEYMJV2R1F9mlfcROSvCdrj3FEhPteS8//gje+MCvFp//+K93FfHNHrjh8lD2m2LoBIf2THjOOvYTuCyKeOvBwhRAfyy9IVE+pxL3ZJVAb1Yis21HNRp1Vyoec59lLPdf1SfqR9XRxqXfpPQ4hxH0R0IU84XDG2x++KS9YGvn+xs9bnko8lrHsKPVdNSnGZ3NAk1ykKHAVbHtSsiyIPuAJyGkPRl/P8VcgstLF8oR9fSTCtQhcRoFS/ySZm+YtiwtK0Sd9CyEF1cVpfhQVm9Od5UiXnfDmNrIUQbe6e15WQzimry6KXh6wYrPgrlzyPiB56zHdYAPGahKx9+LKZLnhQ0r6txLLgMqAP6THfI3fvdSGk7d0p9YFIyqYT3rkXpLhJXc+lvzi7rWMJPeE988/kBtigQmAEEopp07JNUo3wAbG0KBhebdPB1CW2U/qbBiUDN4ckJldVEwcnsgfWh3LYKoacvqY8JKrsA9lwlUdLhI/rJI2fuSzhl6Mqg3ATkRVJygk1NJQQdJqUTXD2QgI71CBcHmWdr/i/a15Cr1lNRwHiFdWEOHItagl2IlVGwCFfc0WFwzaH5kLqFG/BXvmB5Zke+T1WZgbYd1qUsYGUb8sNr7r3XJI1C4FZsXx9pU1nkEjEdH3Mo5Wo85jmZMkh/N071uYnBQS55/HutJbTaq+FVGbdN1LUBWBAiAbNk92+a91bzmIuPZmHwc6lhwweRLfuW1Pe6rYYXBnieTPmIqXdegt/UJgV5XKAKNBMlFWokycEXFaIJKui/WTPcnD6pulAYJLVKas4derp1FMM8I+ZoQyABjx6SCTNFL21ppSCbVatuG/hwSIraiJcu070uwgHBlpe4kY3espzlvHm3d8OMspRFPGy5DHBzxdKsE1E3nxKl+9cyiSmPDNmBM1kWUQi7m73U54QGtGOoRkpbT878KiNJrm5AmlLrxCelB0nbMJwEAkbL9Z1UaRHypOuCS9fv+2B32HpVmOFrNq2T7g5OCmvhaSOxYJZ5KU/yTJecUn5roJxVMNul0WQlxoC2eATW++cVl2zGY3n/ex8cyyUWvK8zsrPZrlO+0UnKdfhYRkKgFaJLIkUeTOpFmXXDerSQsNyv888r6Y8EnoCsWMqRf74pbo5oDFNeWVduFPkZyLNSG/D8XwUx5KXpY459xS9HMwOjuftdrDpMWdNO3txhojCbO4Qhhw0CHEsROpFnQsxxrHifsapEGFMRF5JFjk+tEohwpjnFZevzu+nWopQFrzaC8copi9C4teVbCYyvvYYihHOpi5Sf7P2pRjFC8Bjn16TA4+9hKEY4yR55aecCgnLk2NWcvfhFENAYIEcKqP9tvopbTGBsxEVS/2crhjkdC8lB6ErAGPTnZi4tw/0RVh8rG5hUKNjcweDtWIGLSZqxWSOJ81kaxCib9WpLyLF+2ujlCOk8zxpxSMhXW8mU4KtUh49vf9cdPkK4iULh74mMiUXrxOGnHuB75qhQGnonbNFINM3aHOQfVJwAag7MeWrrVaMrug54kmncLpkqSe6K7wwu09K6l+zNFK2p60rWbtGJU4ZzvXvetbLIRJ4WoN4PmOeR2kd81hNhNowlwqmtvvhXKC2AFwfyBw97i4D+9ndezvN9txutTRkUcEmmQqQ1uzhXLuSiecSSrR3S58hgFj4KZagcyuttu/w/o7sEYJsETeaeCI5q9hL6hgLWBJwVQA6PUI8JUI7SxN6euZRip1kWbcuu2COlLmpgGi+8yv4OZXu+KJn3KUUwjnMXa69G2ySJSHwDvk893xATAWJ9o+k2o+mAKwTIKwyFdVEZJkrFawVX5qC/W6Z17CEq3V6xz00dOtQsm8LXMDZG0+y9eMnY6hnYQ55d2ObIw2ON4BeDpGe8upY8NhzQWopSAEPFFNPD4MHh4mnhKFvL+3L+ywqb48byoiZowdefRPyrdlYPdCSc9JHyyMpUh3+5aefQXhJJJdErDljcUNdUxcL2ae3YKYhQ6BdwmskdzDUkJGgFGIAbsWrWlo7h11QVYmgzQVUHedaKjUQ5ihOBbgGcEZ4k0HZiDeem3MilWOIQKCSVGdpaq7YeBoOCSIaKnHmwWG3mRUAGg0HAYlGQADRqJZmPaFWxONQ2+4AYsD1eQLCjbAL8wSgRt2o3rrfmB0YhpqeT1cGNKQ35BIz7Oq8IZBZk/q+3WweJ2nCPW8cXUKHtRsrCcRWR8fay7xesnt514A7N1erSO+2ah3UjOaovdGjBfF1WYkMe6tbKgg5yyMR69NmBdWXkhCTZvgFc1oJCuOxfSrVpA0aAq47IArBOgWEOuWhsNa3ZRD0bjHFgLoEhPHjiu+SsrI+EsA7Cgu6zBDo91gQZHi+5QtesVgb+isGpggCPjJZ8r+vlw/LwshjKkBTBAPb8+u0tveJwwyAtvaJQYPoPsl5s96lz31VrCaBYF0qCoTpEhBWsejtUbax5q5LFWjJEOiQnSDcM0AfbAPcOUAP2tS7HS8rDk2RDA2EU7zRb6RHS8QD9Q1qAEXc5ObaRJ37vepUIpO6kdzV+g9aNImX09aZrsgg/Plvf/3hpy9uir6vwSLZOxuctG5O6mENhQSSkV3qIY68kh3fvB/bb6mVlek4ZjnGW5S7gkVvENIhwajOj21H839kbYr+WxQOlilAW386XW3H/9rMtuv5r7MB985k0oybys+6Quf9RUPd3yxXo4fp9tfZarltwmbr9Xa9Wc0fbpxgQA/YzB4my+lsul083W/m6/nNdj25nS1GLgePlABfP41paE0IgVer5Wo7f3ge3c+n28V8slo21792sj1aFN9f53g03a5nD9PZys93iAEDuzbbE2btvLmQHrC5nz3cbG63XevC/dIjBeCL0T+397MHF+xUBAXbzQW3ABgAGK3nDzf3s+14ubz3XrupIeCgpjQ1AI69JO2vHnp3r77Webfm/tkj1eE//6jDG8W8dHzwNa6hoiCdyyoOqHeFRcemO1FuxCKJpGj/7WSaIghYFDyPm3f2eRaBVRgKIBmt2Lf+d4zsH0NyObkiIKuy+XGkdnP/fOokqwIA9MJK/vOPG9Fsy3W2tCaAQMlu3uxN9INUAQRqyjdi3Po6QaqAAGp9IVArwEG3/ABQbvkBR3SbfQFKJwBAkeAy4kAzawIQlBV1xYEupCsgVLMHg3dHuJ0gpRzFEJ9RrxgwiJvDCNzaHDtANQEKaka/fkpTiiJOo10/5SRAQcuXP/yQ5csfJuBTt67axheSR6zi8ZVFBXZ0mB7Izg5HlZuN3u4HXC3HMXlJr6VDDBnoP0owKgrjNJ6Cd0vp8PM+LqqDpgdseI70eU2Agnx9fihFEUCf1wQoyNPn+8LQPt8F+rulWo5W7tzTHEdqAbY/iGwYZBRi0OXm18nuWorMPYU3bbwhdLONCLTSA3CjbpEg4JrcAVQj8vW45IDJjufNT5Jxa4vBADYkIEz9CUfg5eEUwuBu08X4+MAy53vOkACwPT8A46ChFEAkJXL8cOB5pCCcMJOzRFSgKxPqwfpSoQb8maVJDNxsXQGg0tO3qXlGmjvggpkaAJexN25uOjnkTeDy5Q8eOfs6FhNgl3LWbfUONnVHhliLki/rKtzYERdg2w6tg03tKLrllDfPUqilI4pu+SCWRaihFUO3WxbVPA/1s4Poht3m81BHRxRmqWyc6vZOG2tRBH86glSZc0/8QGVICEplpryspDh+qDZEBqU6p41ZH6kNDUGpTL+x6SPVoUKQCjXZJL0f+lxtJY5OovPZXf8qk+XiD0IMZ1lRHclObjViYW74uPAOBmKQShlnocgtgMUhtueZR6gtFofYnveBXNj0xHCwEmXF5ZTL5L37gWp+3IhFzjORJ5HbFgiAjLjcuVJ9zlGqVwwZ9MsIGzHyLTlYIgh4uqimHddc/Q0shWdoCLiNWNhNCLGdASSjNY8kr1B8L4OgXT5nxb61vwbjnA6YmgDcqNTOzfmZrZAE7vYPwsxOA+FOfRCYURkSAFact6u5MH0hACjPNwp+RB0yEMrjpvvCRF0D4ZJd7p3P94UIQEmMQnkwjzQc7n/LggGIEXEVxCNF4AQoEdauViWvR1/P1AQAqOIsbT56Lsa5jBDe9LPTeVmIpMgA6HtzUPno7Y9KMQqxdz6bHPe+ZwdqA7SUrgBQ31hSXYtuI+Xpj464eA6ZBf39/2BzPAR5fQAA" \ No newline at end of file diff --git a/assets/search.js b/assets/search.js index ea164533f..b67625ae6 100644 --- a/assets/search.js +++ b/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":64,\"name\":\"signTransaction\",\"url\":\"functions/signTransaction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/signTransaction.html#signTransaction.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"signTransaction.signTransaction\"},{\"kind\":1024,\"name\":\"txID\",\"url\":\"functions/signTransaction.html#signTransaction.__type.txID\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"signTransaction.signTransaction.__type\"},{\"kind\":1024,\"name\":\"blob\",\"url\":\"functions/signTransaction.html#signTransaction.__type.blob\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"signTransaction.signTransaction.__type\"},{\"kind\":64,\"name\":\"signBid\",\"url\":\"functions/signBid.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"signBytes\",\"url\":\"functions/signBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"verifyBytes\",\"url\":\"functions/verifyBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"encodeObj\",\"url\":\"functions/encodeObj.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"decodeObj\",\"url\":\"functions/decodeObj.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"MULTISIG_BAD_SENDER_ERROR_MSG\",\"url\":\"variables/MULTISIG_BAD_SENDER_ERROR_MSG.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"ERROR_MULTISIG_BAD_SENDER\",\"url\":\"variables/ERROR_MULTISIG_BAD_SENDER.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"ERROR_INVALID_MICROALGOS\",\"url\":\"variables/ERROR_INVALID_MICROALGOS.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":128,\"name\":\"Algodv2\",\"url\":\"classes/Algodv2.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Algodv2.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"healthCheck\",\"url\":\"classes/Algodv2.html#healthCheck\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"versionsCheck\",\"url\":\"classes/Algodv2.html#versionsCheck\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"sendRawTransaction\",\"url\":\"classes/Algodv2.html#sendRawTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"accountInformation\",\"url\":\"classes/Algodv2.html#accountInformation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"accountAssetInformation\",\"url\":\"classes/Algodv2.html#accountAssetInformation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"accountApplicationInformation\",\"url\":\"classes/Algodv2.html#accountApplicationInformation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"block\",\"url\":\"classes/Algodv2.html#block\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getBlockHash\",\"url\":\"classes/Algodv2.html#getBlockHash\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getBlockTxids\",\"url\":\"classes/Algodv2.html#getBlockTxids\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"pendingTransactionInformation\",\"url\":\"classes/Algodv2.html#pendingTransactionInformation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"pendingTransactionsInformation\",\"url\":\"classes/Algodv2.html#pendingTransactionsInformation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"pendingTransactionByAddress\",\"url\":\"classes/Algodv2.html#pendingTransactionByAddress\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"status\",\"url\":\"classes/Algodv2.html#status\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"statusAfterBlock\",\"url\":\"classes/Algodv2.html#statusAfterBlock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getTransactionParams\",\"url\":\"classes/Algodv2.html#getTransactionParams\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"supply\",\"url\":\"classes/Algodv2.html#supply\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"compile\",\"url\":\"classes/Algodv2.html#compile\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"disassemble\",\"url\":\"classes/Algodv2.html#disassemble\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"dryrun\",\"url\":\"classes/Algodv2.html#dryrun\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getAssetByID\",\"url\":\"classes/Algodv2.html#getAssetByID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getApplicationByID\",\"url\":\"classes/Algodv2.html#getApplicationByID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getApplicationBoxByName\",\"url\":\"classes/Algodv2.html#getApplicationBoxByName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getApplicationBoxes\",\"url\":\"classes/Algodv2.html#getApplicationBoxes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"genesis\",\"url\":\"classes/Algodv2.html#genesis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getTransactionProof\",\"url\":\"classes/Algodv2.html#getTransactionProof\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getLightBlockHeaderProof\",\"url\":\"classes/Algodv2.html#getLightBlockHeaderProof\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getStateProof\",\"url\":\"classes/Algodv2.html#getStateProof\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"simulateRawTransactions\",\"url\":\"classes/Algodv2.html#simulateRawTransactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"simulateTransactions\",\"url\":\"classes/Algodv2.html#simulateTransactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"setBlockOffsetTimestamp\",\"url\":\"classes/Algodv2.html#setBlockOffsetTimestamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getBlockOffsetTimestamp\",\"url\":\"classes/Algodv2.html#getBlockOffsetTimestamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"setSyncRound\",\"url\":\"classes/Algodv2.html#setSyncRound\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"unsetSyncRound\",\"url\":\"classes/Algodv2.html#unsetSyncRound\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getSyncRound\",\"url\":\"classes/Algodv2.html#getSyncRound\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"ready\",\"url\":\"classes/Algodv2.html#ready\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getLedgerStateDeltaForTransactionGroup\",\"url\":\"classes/Algodv2.html#getLedgerStateDeltaForTransactionGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getLedgerStateDelta\",\"url\":\"classes/Algodv2.html#getLedgerStateDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getTransactionGroupLedgerStateDeltasForRound\",\"url\":\"classes/Algodv2.html#getTransactionGroupLedgerStateDeltasForRound\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"setIntEncoding\",\"url\":\"classes/Algodv2.html#setIntEncoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Algodv2\"},{\"kind\":2048,\"name\":\"getIntEncoding\",\"url\":\"classes/Algodv2.html#getIntEncoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Algodv2\"},{\"kind\":128,\"name\":\"Kmd\",\"url\":\"classes/Kmd.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Kmd.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"versions\",\"url\":\"classes/Kmd.html#versions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"listWallets\",\"url\":\"classes/Kmd.html#listWallets\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"createWallet\",\"url\":\"classes/Kmd.html#createWallet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"initWalletHandle\",\"url\":\"classes/Kmd.html#initWalletHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"releaseWalletHandle\",\"url\":\"classes/Kmd.html#releaseWalletHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"renewWalletHandle\",\"url\":\"classes/Kmd.html#renewWalletHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"renameWallet\",\"url\":\"classes/Kmd.html#renameWallet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"getWallet\",\"url\":\"classes/Kmd.html#getWallet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"exportMasterDerivationKey\",\"url\":\"classes/Kmd.html#exportMasterDerivationKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"importKey\",\"url\":\"classes/Kmd.html#importKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"exportKey\",\"url\":\"classes/Kmd.html#exportKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"generateKey\",\"url\":\"classes/Kmd.html#generateKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"deleteKey\",\"url\":\"classes/Kmd.html#deleteKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"listKeys\",\"url\":\"classes/Kmd.html#listKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"signTransaction\",\"url\":\"classes/Kmd.html#signTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"signTransactionWithSpecificPublicKey\",\"url\":\"classes/Kmd.html#signTransactionWithSpecificPublicKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"listMultisig\",\"url\":\"classes/Kmd.html#listMultisig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"importMultisig\",\"url\":\"classes/Kmd.html#importMultisig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"exportMultisig\",\"url\":\"classes/Kmd.html#exportMultisig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"signMultisigTransaction\",\"url\":\"classes/Kmd.html#signMultisigTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"deleteMultisig\",\"url\":\"classes/Kmd.html#deleteMultisig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"setIntEncoding\",\"url\":\"classes/Kmd.html#setIntEncoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Kmd\"},{\"kind\":2048,\"name\":\"getIntEncoding\",\"url\":\"classes/Kmd.html#getIntEncoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Kmd\"},{\"kind\":8,\"name\":\"IntDecoding\",\"url\":\"enums/IntDecoding.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"DEFAULT\",\"url\":\"enums/IntDecoding.html#DEFAULT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"IntDecoding\"},{\"kind\":16,\"name\":\"SAFE\",\"url\":\"enums/IntDecoding.html#SAFE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"IntDecoding\"},{\"kind\":16,\"name\":\"MIXED\",\"url\":\"enums/IntDecoding.html#MIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"IntDecoding\"},{\"kind\":16,\"name\":\"BIGINT\",\"url\":\"enums/IntDecoding.html#BIGINT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"IntDecoding\"},{\"kind\":256,\"name\":\"Account\",\"url\":\"interfaces/Account.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"addr\",\"url\":\"interfaces/Account.html#addr\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Account\"},{\"kind\":1024,\"name\":\"sk\",\"url\":\"interfaces/Account.html#sk\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Account\"},{\"kind\":128,\"name\":\"Indexer\",\"url\":\"classes/Indexer.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Indexer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"makeHealthCheck\",\"url\":\"classes/Indexer.html#makeHealthCheck\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupAssetBalances\",\"url\":\"classes/Indexer.html#lookupAssetBalances\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupAssetTransactions\",\"url\":\"classes/Indexer.html#lookupAssetTransactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupAccountTransactions\",\"url\":\"classes/Indexer.html#lookupAccountTransactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupBlock\",\"url\":\"classes/Indexer.html#lookupBlock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupTransactionByID\",\"url\":\"classes/Indexer.html#lookupTransactionByID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupAccountByID\",\"url\":\"classes/Indexer.html#lookupAccountByID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupAccountAssets\",\"url\":\"classes/Indexer.html#lookupAccountAssets\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupAccountCreatedAssets\",\"url\":\"classes/Indexer.html#lookupAccountCreatedAssets\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupAccountAppLocalStates\",\"url\":\"classes/Indexer.html#lookupAccountAppLocalStates\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupAccountCreatedApplications\",\"url\":\"classes/Indexer.html#lookupAccountCreatedApplications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupAssetByID\",\"url\":\"classes/Indexer.html#lookupAssetByID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupApplications\",\"url\":\"classes/Indexer.html#lookupApplications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupApplicationLogs\",\"url\":\"classes/Indexer.html#lookupApplicationLogs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"searchAccounts\",\"url\":\"classes/Indexer.html#searchAccounts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"searchForTransactions\",\"url\":\"classes/Indexer.html#searchForTransactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"searchForAssets\",\"url\":\"classes/Indexer.html#searchForAssets\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"searchForApplications\",\"url\":\"classes/Indexer.html#searchForApplications\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"searchForApplicationBoxes\",\"url\":\"classes/Indexer.html#searchForApplicationBoxes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"lookupApplicationBoxByIDandName\",\"url\":\"classes/Indexer.html#lookupApplicationBoxByIDandName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"setIntEncoding\",\"url\":\"classes/Indexer.html#setIntEncoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Indexer\"},{\"kind\":2048,\"name\":\"getIntEncoding\",\"url\":\"classes/Indexer.html#getIntEncoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Indexer\"},{\"kind\":256,\"name\":\"BaseHTTPClient\",\"url\":\"interfaces/BaseHTTPClient.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"interfaces/BaseHTTPClient.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"BaseHTTPClient\"},{\"kind\":2048,\"name\":\"post\",\"url\":\"interfaces/BaseHTTPClient.html#post\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"BaseHTTPClient\"},{\"kind\":2048,\"name\":\"delete\",\"url\":\"interfaces/BaseHTTPClient.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"BaseHTTPClient\"},{\"kind\":256,\"name\":\"BaseHTTPClientResponse\",\"url\":\"interfaces/BaseHTTPClientResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"body\",\"url\":\"interfaces/BaseHTTPClientResponse.html#body\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHTTPClientResponse\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/BaseHTTPClientResponse.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHTTPClientResponse\"},{\"kind\":1024,\"name\":\"headers\",\"url\":\"interfaces/BaseHTTPClientResponse.html#headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHTTPClientResponse\"},{\"kind\":256,\"name\":\"BaseHTTPClientError\",\"url\":\"interfaces/BaseHTTPClientError.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"response\",\"url\":\"interfaces/BaseHTTPClientError.html#response\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHTTPClientError\"},{\"kind\":256,\"name\":\"AlgodTokenHeader\",\"url\":\"interfaces/AlgodTokenHeader.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"X-Algo-API-Token\",\"url\":\"interfaces/AlgodTokenHeader.html#X_Algo_API_Token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlgodTokenHeader\"},{\"kind\":256,\"name\":\"IndexerTokenHeader\",\"url\":\"interfaces/IndexerTokenHeader.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"X-Indexer-API-Token\",\"url\":\"interfaces/IndexerTokenHeader.html#X_Indexer_API_Token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IndexerTokenHeader\"},{\"kind\":256,\"name\":\"KMDTokenHeader\",\"url\":\"interfaces/KMDTokenHeader.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"X-KMD-API-Token\",\"url\":\"interfaces/KMDTokenHeader.html#X_KMD_API_Token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KMDTokenHeader\"},{\"kind\":256,\"name\":\"CustomTokenHeader\",\"url\":\"interfaces/CustomTokenHeader.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":4194304,\"name\":\"TokenHeader\",\"url\":\"types/TokenHeader.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"waitForConfirmation\",\"url\":\"functions/waitForConfirmation.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isValidAddress\",\"url\":\"functions/isValidAddress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"encodeAddress\",\"url\":\"functions/encodeAddress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"decodeAddress\",\"url\":\"functions/decodeAddress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"getApplicationAddress\",\"url\":\"functions/getApplicationAddress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bytesToBigInt\",\"url\":\"functions/bytesToBigInt.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bigIntToBytes\",\"url\":\"functions/bigIntToBytes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"encodeUint64\",\"url\":\"functions/encodeUint64.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"decodeUint64\",\"url\":\"functions/decodeUint64.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"generateAccount\",\"url\":\"functions/generateAccount.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4,\"name\":\"modelsv2\",\"url\":\"modules/modelsv2.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":128,\"name\":\"Account\",\"url\":\"classes/modelsv2.Account.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.Account.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.Account.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"address\",\"url\":\"classes/modelsv2.Account.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"classes/modelsv2.Account.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"amountWithoutPendingRewards\",\"url\":\"classes/modelsv2.Account.html#amountWithoutPendingRewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"minBalance\",\"url\":\"classes/modelsv2.Account.html#minBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"pendingRewards\",\"url\":\"classes/modelsv2.Account.html#pendingRewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"rewards\",\"url\":\"classes/modelsv2.Account.html#rewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/modelsv2.Account.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/modelsv2.Account.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"totalAppsOptedIn\",\"url\":\"classes/modelsv2.Account.html#totalAppsOptedIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"totalAssetsOptedIn\",\"url\":\"classes/modelsv2.Account.html#totalAssetsOptedIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"totalCreatedApps\",\"url\":\"classes/modelsv2.Account.html#totalCreatedApps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"totalCreatedAssets\",\"url\":\"classes/modelsv2.Account.html#totalCreatedAssets\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"appsLocalState\",\"url\":\"classes/modelsv2.Account.html#appsLocalState\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"appsTotalExtraPages\",\"url\":\"classes/modelsv2.Account.html#appsTotalExtraPages\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"appsTotalSchema\",\"url\":\"classes/modelsv2.Account.html#appsTotalSchema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"assets\",\"url\":\"classes/modelsv2.Account.html#assets\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"authAddr\",\"url\":\"classes/modelsv2.Account.html#authAddr\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"createdApps\",\"url\":\"classes/modelsv2.Account.html#createdApps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"createdAssets\",\"url\":\"classes/modelsv2.Account.html#createdAssets\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"incentiveEligible\",\"url\":\"classes/modelsv2.Account.html#incentiveEligible\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"lastHeartbeat\",\"url\":\"classes/modelsv2.Account.html#lastHeartbeat\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"lastProposed\",\"url\":\"classes/modelsv2.Account.html#lastProposed\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"participation\",\"url\":\"classes/modelsv2.Account.html#participation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"rewardBase\",\"url\":\"classes/modelsv2.Account.html#rewardBase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"sigType\",\"url\":\"classes/modelsv2.Account.html#sigType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"totalBoxBytes\",\"url\":\"classes/modelsv2.Account.html#totalBoxBytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"totalBoxes\",\"url\":\"classes/modelsv2.Account.html#totalBoxes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Account\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.Account.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.Account\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.Account.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.Account\"},{\"kind\":128,\"name\":\"AccountApplicationResponse\",\"url\":\"classes/modelsv2.AccountApplicationResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.AccountApplicationResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountApplicationResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.AccountApplicationResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountApplicationResponse\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/modelsv2.AccountApplicationResponse.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountApplicationResponse\"},{\"kind\":1024,\"name\":\"appLocalState\",\"url\":\"classes/modelsv2.AccountApplicationResponse.html#appLocalState\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountApplicationResponse\"},{\"kind\":1024,\"name\":\"createdApp\",\"url\":\"classes/modelsv2.AccountApplicationResponse.html#createdApp\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountApplicationResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.AccountApplicationResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AccountApplicationResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.AccountApplicationResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AccountApplicationResponse\"},{\"kind\":128,\"name\":\"AccountAssetHolding\",\"url\":\"classes/modelsv2.AccountAssetHolding.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.AccountAssetHolding.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetHolding\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.AccountAssetHolding.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetHolding\"},{\"kind\":1024,\"name\":\"assetHolding\",\"url\":\"classes/modelsv2.AccountAssetHolding.html#assetHolding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetHolding\"},{\"kind\":1024,\"name\":\"assetParams\",\"url\":\"classes/modelsv2.AccountAssetHolding.html#assetParams\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetHolding\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.AccountAssetHolding.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AccountAssetHolding\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.AccountAssetHolding.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AccountAssetHolding\"},{\"kind\":128,\"name\":\"AccountAssetResponse\",\"url\":\"classes/modelsv2.AccountAssetResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.AccountAssetResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.AccountAssetResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetResponse\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/modelsv2.AccountAssetResponse.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetResponse\"},{\"kind\":1024,\"name\":\"assetHolding\",\"url\":\"classes/modelsv2.AccountAssetResponse.html#assetHolding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetResponse\"},{\"kind\":1024,\"name\":\"createdAsset\",\"url\":\"classes/modelsv2.AccountAssetResponse.html#createdAsset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.AccountAssetResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AccountAssetResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.AccountAssetResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AccountAssetResponse\"},{\"kind\":128,\"name\":\"AccountAssetsInformationResponse\",\"url\":\"classes/modelsv2.AccountAssetsInformationResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.AccountAssetsInformationResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetsInformationResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.AccountAssetsInformationResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetsInformationResponse\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/modelsv2.AccountAssetsInformationResponse.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetsInformationResponse\"},{\"kind\":1024,\"name\":\"assetHoldings\",\"url\":\"classes/modelsv2.AccountAssetsInformationResponse.html#assetHoldings\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetsInformationResponse\"},{\"kind\":1024,\"name\":\"nextToken\",\"url\":\"classes/modelsv2.AccountAssetsInformationResponse.html#nextToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountAssetsInformationResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.AccountAssetsInformationResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AccountAssetsInformationResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.AccountAssetsInformationResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AccountAssetsInformationResponse\"},{\"kind\":128,\"name\":\"AccountParticipation\",\"url\":\"classes/modelsv2.AccountParticipation.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.AccountParticipation.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountParticipation\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.AccountParticipation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountParticipation\"},{\"kind\":1024,\"name\":\"selectionParticipationKey\",\"url\":\"classes/modelsv2.AccountParticipation.html#selectionParticipationKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountParticipation\"},{\"kind\":1024,\"name\":\"voteFirstValid\",\"url\":\"classes/modelsv2.AccountParticipation.html#voteFirstValid\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountParticipation\"},{\"kind\":1024,\"name\":\"voteKeyDilution\",\"url\":\"classes/modelsv2.AccountParticipation.html#voteKeyDilution\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountParticipation\"},{\"kind\":1024,\"name\":\"voteLastValid\",\"url\":\"classes/modelsv2.AccountParticipation.html#voteLastValid\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountParticipation\"},{\"kind\":1024,\"name\":\"voteParticipationKey\",\"url\":\"classes/modelsv2.AccountParticipation.html#voteParticipationKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountParticipation\"},{\"kind\":1024,\"name\":\"stateProofKey\",\"url\":\"classes/modelsv2.AccountParticipation.html#stateProofKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountParticipation\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.AccountParticipation.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AccountParticipation\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.AccountParticipation.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AccountParticipation\"},{\"kind\":128,\"name\":\"AccountStateDelta\",\"url\":\"classes/modelsv2.AccountStateDelta.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.AccountStateDelta.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountStateDelta\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.AccountStateDelta.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountStateDelta\"},{\"kind\":1024,\"name\":\"address\",\"url\":\"classes/modelsv2.AccountStateDelta.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountStateDelta\"},{\"kind\":1024,\"name\":\"delta\",\"url\":\"classes/modelsv2.AccountStateDelta.html#delta\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AccountStateDelta\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.AccountStateDelta.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AccountStateDelta\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.AccountStateDelta.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AccountStateDelta\"},{\"kind\":128,\"name\":\"AppCallLogs\",\"url\":\"classes/modelsv2.AppCallLogs.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.AppCallLogs.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.AppCallLogs\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.AppCallLogs.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.AppCallLogs\"},{\"kind\":1024,\"name\":\"applicationIndex\",\"url\":\"classes/modelsv2.AppCallLogs.html#applicationIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AppCallLogs\"},{\"kind\":1024,\"name\":\"logs\",\"url\":\"classes/modelsv2.AppCallLogs.html#logs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AppCallLogs\"},{\"kind\":1024,\"name\":\"txid\",\"url\":\"classes/modelsv2.AppCallLogs.html#txid\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AppCallLogs\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.AppCallLogs.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AppCallLogs\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.AppCallLogs.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AppCallLogs\"},{\"kind\":128,\"name\":\"Application\",\"url\":\"classes/modelsv2.Application.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.Application.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.Application\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.Application.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.Application\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/modelsv2.Application.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Application\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"classes/modelsv2.Application.html#params\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Application\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.Application.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.Application\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.Application.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.Application\"},{\"kind\":128,\"name\":\"ApplicationInitialStates\",\"url\":\"classes/modelsv2.ApplicationInitialStates.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationInitialStates.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationInitialStates\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.ApplicationInitialStates.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationInitialStates\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/modelsv2.ApplicationInitialStates.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationInitialStates\"},{\"kind\":1024,\"name\":\"appBoxes\",\"url\":\"classes/modelsv2.ApplicationInitialStates.html#appBoxes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationInitialStates\"},{\"kind\":1024,\"name\":\"appGlobals\",\"url\":\"classes/modelsv2.ApplicationInitialStates.html#appGlobals\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationInitialStates\"},{\"kind\":1024,\"name\":\"appLocals\",\"url\":\"classes/modelsv2.ApplicationInitialStates.html#appLocals\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationInitialStates\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.ApplicationInitialStates.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationInitialStates\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationInitialStates.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationInitialStates\"},{\"kind\":128,\"name\":\"ApplicationKVStorage\",\"url\":\"classes/modelsv2.ApplicationKVStorage.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationKVStorage.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationKVStorage\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.ApplicationKVStorage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationKVStorage\"},{\"kind\":1024,\"name\":\"kvs\",\"url\":\"classes/modelsv2.ApplicationKVStorage.html#kvs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationKVStorage\"},{\"kind\":1024,\"name\":\"account\",\"url\":\"classes/modelsv2.ApplicationKVStorage.html#account\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationKVStorage\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.ApplicationKVStorage.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationKVStorage\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationKVStorage.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationKVStorage\"},{\"kind\":128,\"name\":\"ApplicationLocalReference\",\"url\":\"classes/modelsv2.ApplicationLocalReference.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationLocalReference.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationLocalReference\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.ApplicationLocalReference.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationLocalReference\"},{\"kind\":1024,\"name\":\"account\",\"url\":\"classes/modelsv2.ApplicationLocalReference.html#account\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationLocalReference\"},{\"kind\":1024,\"name\":\"app\",\"url\":\"classes/modelsv2.ApplicationLocalReference.html#app\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationLocalReference\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.ApplicationLocalReference.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationLocalReference\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationLocalReference.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationLocalReference\"},{\"kind\":128,\"name\":\"ApplicationLocalState\",\"url\":\"classes/modelsv2.ApplicationLocalState.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationLocalState.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationLocalState\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.ApplicationLocalState.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationLocalState\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/modelsv2.ApplicationLocalState.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationLocalState\"},{\"kind\":1024,\"name\":\"schema\",\"url\":\"classes/modelsv2.ApplicationLocalState.html#schema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationLocalState\"},{\"kind\":1024,\"name\":\"keyValue\",\"url\":\"classes/modelsv2.ApplicationLocalState.html#keyValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationLocalState\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.ApplicationLocalState.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationLocalState\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationLocalState.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationLocalState\"},{\"kind\":128,\"name\":\"ApplicationParams\",\"url\":\"classes/modelsv2.ApplicationParams.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationParams.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationParams\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.ApplicationParams.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationParams\"},{\"kind\":1024,\"name\":\"approvalProgram\",\"url\":\"classes/modelsv2.ApplicationParams.html#approvalProgram\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationParams\"},{\"kind\":1024,\"name\":\"clearStateProgram\",\"url\":\"classes/modelsv2.ApplicationParams.html#clearStateProgram\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationParams\"},{\"kind\":1024,\"name\":\"creator\",\"url\":\"classes/modelsv2.ApplicationParams.html#creator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationParams\"},{\"kind\":1024,\"name\":\"extraProgramPages\",\"url\":\"classes/modelsv2.ApplicationParams.html#extraProgramPages\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationParams\"},{\"kind\":1024,\"name\":\"globalState\",\"url\":\"classes/modelsv2.ApplicationParams.html#globalState\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationParams\"},{\"kind\":1024,\"name\":\"globalStateSchema\",\"url\":\"classes/modelsv2.ApplicationParams.html#globalStateSchema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationParams\"},{\"kind\":1024,\"name\":\"localStateSchema\",\"url\":\"classes/modelsv2.ApplicationParams.html#localStateSchema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationParams\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.ApplicationParams.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationParams\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationParams.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationParams\"},{\"kind\":128,\"name\":\"ApplicationStateOperation\",\"url\":\"classes/modelsv2.ApplicationStateOperation.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationStateOperation.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationStateOperation\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.ApplicationStateOperation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationStateOperation\"},{\"kind\":1024,\"name\":\"appStateType\",\"url\":\"classes/modelsv2.ApplicationStateOperation.html#appStateType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationStateOperation\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"classes/modelsv2.ApplicationStateOperation.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationStateOperation\"},{\"kind\":1024,\"name\":\"operation\",\"url\":\"classes/modelsv2.ApplicationStateOperation.html#operation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationStateOperation\"},{\"kind\":1024,\"name\":\"account\",\"url\":\"classes/modelsv2.ApplicationStateOperation.html#account\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationStateOperation\"},{\"kind\":1024,\"name\":\"newValue\",\"url\":\"classes/modelsv2.ApplicationStateOperation.html#newValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationStateOperation\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.ApplicationStateOperation.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationStateOperation\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationStateOperation.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationStateOperation\"},{\"kind\":128,\"name\":\"ApplicationStateSchema\",\"url\":\"classes/modelsv2.ApplicationStateSchema.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationStateSchema.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationStateSchema\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.ApplicationStateSchema.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationStateSchema\"},{\"kind\":1024,\"name\":\"numUint\",\"url\":\"classes/modelsv2.ApplicationStateSchema.html#numUint\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationStateSchema\"},{\"kind\":1024,\"name\":\"numByteSlice\",\"url\":\"classes/modelsv2.ApplicationStateSchema.html#numByteSlice\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ApplicationStateSchema\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.ApplicationStateSchema.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationStateSchema\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.ApplicationStateSchema.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ApplicationStateSchema\"},{\"kind\":128,\"name\":\"Asset\",\"url\":\"classes/modelsv2.Asset.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.Asset.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.Asset\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.Asset.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.Asset\"},{\"kind\":1024,\"name\":\"index\",\"url\":\"classes/modelsv2.Asset.html#index\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Asset\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"classes/modelsv2.Asset.html#params\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Asset\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.Asset.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.Asset\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.Asset.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.Asset\"},{\"kind\":128,\"name\":\"AssetHolding\",\"url\":\"classes/modelsv2.AssetHolding.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.AssetHolding.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetHolding\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.AssetHolding.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetHolding\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"classes/modelsv2.AssetHolding.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetHolding\"},{\"kind\":1024,\"name\":\"assetId\",\"url\":\"classes/modelsv2.AssetHolding.html#assetId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetHolding\"},{\"kind\":1024,\"name\":\"isFrozen\",\"url\":\"classes/modelsv2.AssetHolding.html#isFrozen\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetHolding\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.AssetHolding.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AssetHolding\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.AssetHolding.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AssetHolding\"},{\"kind\":128,\"name\":\"AssetHoldingReference\",\"url\":\"classes/modelsv2.AssetHoldingReference.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.AssetHoldingReference.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetHoldingReference\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.AssetHoldingReference.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetHoldingReference\"},{\"kind\":1024,\"name\":\"account\",\"url\":\"classes/modelsv2.AssetHoldingReference.html#account\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetHoldingReference\"},{\"kind\":1024,\"name\":\"asset\",\"url\":\"classes/modelsv2.AssetHoldingReference.html#asset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetHoldingReference\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.AssetHoldingReference.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AssetHoldingReference\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.AssetHoldingReference.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AssetHoldingReference\"},{\"kind\":128,\"name\":\"AssetParams\",\"url\":\"classes/modelsv2.AssetParams.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.AssetParams.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.AssetParams.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"creator\",\"url\":\"classes/modelsv2.AssetParams.html#creator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"decimals\",\"url\":\"classes/modelsv2.AssetParams.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"total\",\"url\":\"classes/modelsv2.AssetParams.html#total\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"clawback\",\"url\":\"classes/modelsv2.AssetParams.html#clawback\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"defaultFrozen\",\"url\":\"classes/modelsv2.AssetParams.html#defaultFrozen\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"freeze\",\"url\":\"classes/modelsv2.AssetParams.html#freeze\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"manager\",\"url\":\"classes/modelsv2.AssetParams.html#manager\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"metadataHash\",\"url\":\"classes/modelsv2.AssetParams.html#metadataHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/modelsv2.AssetParams.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"nameB64\",\"url\":\"classes/modelsv2.AssetParams.html#nameB64\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"classes/modelsv2.AssetParams.html#reserve\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"unitName\",\"url\":\"classes/modelsv2.AssetParams.html#unitName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"unitNameB64\",\"url\":\"classes/modelsv2.AssetParams.html#unitNameB64\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"classes/modelsv2.AssetParams.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"urlB64\",\"url\":\"classes/modelsv2.AssetParams.html#urlB64\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.AssetParams.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.AssetParams.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AssetParams\"},{\"kind\":128,\"name\":\"AvmKeyValue\",\"url\":\"classes/modelsv2.AvmKeyValue.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.AvmKeyValue.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.AvmKeyValue\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.AvmKeyValue.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.AvmKeyValue\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"classes/modelsv2.AvmKeyValue.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AvmKeyValue\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/modelsv2.AvmKeyValue.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AvmKeyValue\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.AvmKeyValue.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AvmKeyValue\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.AvmKeyValue.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AvmKeyValue\"},{\"kind\":128,\"name\":\"AvmValue\",\"url\":\"classes/modelsv2.AvmValue.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.AvmValue.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.AvmValue\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.AvmValue.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.AvmValue\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/modelsv2.AvmValue.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AvmValue\"},{\"kind\":1024,\"name\":\"bytes\",\"url\":\"classes/modelsv2.AvmValue.html#bytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AvmValue\"},{\"kind\":1024,\"name\":\"uint\",\"url\":\"classes/modelsv2.AvmValue.html#uint\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.AvmValue\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.AvmValue.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AvmValue\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.AvmValue.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.AvmValue\"},{\"kind\":128,\"name\":\"BlockHashResponse\",\"url\":\"classes/modelsv2.BlockHashResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.BlockHashResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.BlockHashResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.BlockHashResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.BlockHashResponse\"},{\"kind\":1024,\"name\":\"blockhash\",\"url\":\"classes/modelsv2.BlockHashResponse.html#blockhash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BlockHashResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.BlockHashResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BlockHashResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.BlockHashResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BlockHashResponse\"},{\"kind\":128,\"name\":\"BlockLogsResponse\",\"url\":\"classes/modelsv2.BlockLogsResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.BlockLogsResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.BlockLogsResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.BlockLogsResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.BlockLogsResponse\"},{\"kind\":1024,\"name\":\"logs\",\"url\":\"classes/modelsv2.BlockLogsResponse.html#logs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BlockLogsResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.BlockLogsResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BlockLogsResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.BlockLogsResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BlockLogsResponse\"},{\"kind\":128,\"name\":\"BlockResponse\",\"url\":\"classes/modelsv2.BlockResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.BlockResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.BlockResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.BlockResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.BlockResponse\"},{\"kind\":1024,\"name\":\"block\",\"url\":\"classes/modelsv2.BlockResponse.html#block\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BlockResponse\"},{\"kind\":1024,\"name\":\"cert\",\"url\":\"classes/modelsv2.BlockResponse.html#cert\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BlockResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.BlockResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BlockResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.BlockResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BlockResponse\"},{\"kind\":128,\"name\":\"BlockTxidsResponse\",\"url\":\"classes/modelsv2.BlockTxidsResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.BlockTxidsResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.BlockTxidsResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.BlockTxidsResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.BlockTxidsResponse\"},{\"kind\":1024,\"name\":\"blocktxids\",\"url\":\"classes/modelsv2.BlockTxidsResponse.html#blocktxids\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BlockTxidsResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.BlockTxidsResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BlockTxidsResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.BlockTxidsResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BlockTxidsResponse\"},{\"kind\":128,\"name\":\"Box\",\"url\":\"classes/modelsv2.Box.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.Box.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.Box\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.Box.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.Box\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/modelsv2.Box.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Box\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/modelsv2.Box.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Box\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/modelsv2.Box.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Box\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.Box.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.Box\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.Box.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.Box\"},{\"kind\":128,\"name\":\"BoxDescriptor\",\"url\":\"classes/modelsv2.BoxDescriptor.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.BoxDescriptor.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.BoxDescriptor\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.BoxDescriptor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.BoxDescriptor\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/modelsv2.BoxDescriptor.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BoxDescriptor\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.BoxDescriptor.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BoxDescriptor\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.BoxDescriptor.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BoxDescriptor\"},{\"kind\":128,\"name\":\"BoxReference\",\"url\":\"classes/modelsv2.BoxReference.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.BoxReference.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.BoxReference\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.BoxReference.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.BoxReference\"},{\"kind\":1024,\"name\":\"app\",\"url\":\"classes/modelsv2.BoxReference.html#app\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BoxReference\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/modelsv2.BoxReference.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BoxReference\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.BoxReference.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BoxReference\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.BoxReference.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BoxReference\"},{\"kind\":128,\"name\":\"BoxesResponse\",\"url\":\"classes/modelsv2.BoxesResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.BoxesResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.BoxesResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.BoxesResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.BoxesResponse\"},{\"kind\":1024,\"name\":\"boxes\",\"url\":\"classes/modelsv2.BoxesResponse.html#boxes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BoxesResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.BoxesResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BoxesResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.BoxesResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BoxesResponse\"},{\"kind\":128,\"name\":\"BuildVersion\",\"url\":\"classes/modelsv2.BuildVersion.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.BuildVersion.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.BuildVersion\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.BuildVersion.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.BuildVersion\"},{\"kind\":1024,\"name\":\"branch\",\"url\":\"classes/modelsv2.BuildVersion.html#branch\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BuildVersion\"},{\"kind\":1024,\"name\":\"buildNumber\",\"url\":\"classes/modelsv2.BuildVersion.html#buildNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BuildVersion\"},{\"kind\":1024,\"name\":\"channel\",\"url\":\"classes/modelsv2.BuildVersion.html#channel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BuildVersion\"},{\"kind\":1024,\"name\":\"commitHash\",\"url\":\"classes/modelsv2.BuildVersion.html#commitHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BuildVersion\"},{\"kind\":1024,\"name\":\"major\",\"url\":\"classes/modelsv2.BuildVersion.html#major\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BuildVersion\"},{\"kind\":1024,\"name\":\"minor\",\"url\":\"classes/modelsv2.BuildVersion.html#minor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.BuildVersion\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.BuildVersion.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BuildVersion\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.BuildVersion.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.BuildVersion\"},{\"kind\":128,\"name\":\"CompileResponse\",\"url\":\"classes/modelsv2.CompileResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.CompileResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.CompileResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.CompileResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.CompileResponse\"},{\"kind\":1024,\"name\":\"hash\",\"url\":\"classes/modelsv2.CompileResponse.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.CompileResponse\"},{\"kind\":1024,\"name\":\"result\",\"url\":\"classes/modelsv2.CompileResponse.html#result\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.CompileResponse\"},{\"kind\":1024,\"name\":\"sourcemap\",\"url\":\"classes/modelsv2.CompileResponse.html#sourcemap\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.CompileResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.CompileResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.CompileResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.CompileResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.CompileResponse\"},{\"kind\":128,\"name\":\"DisassembleResponse\",\"url\":\"classes/modelsv2.DisassembleResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.DisassembleResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.DisassembleResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.DisassembleResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.DisassembleResponse\"},{\"kind\":1024,\"name\":\"result\",\"url\":\"classes/modelsv2.DisassembleResponse.html#result\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DisassembleResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.DisassembleResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.DisassembleResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.DisassembleResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.DisassembleResponse\"},{\"kind\":128,\"name\":\"DryrunRequest\",\"url\":\"classes/modelsv2.DryrunRequest.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.DryrunRequest.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunRequest\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.DryrunRequest.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunRequest\"},{\"kind\":1024,\"name\":\"accounts\",\"url\":\"classes/modelsv2.DryrunRequest.html#accounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunRequest\"},{\"kind\":1024,\"name\":\"apps\",\"url\":\"classes/modelsv2.DryrunRequest.html#apps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunRequest\"},{\"kind\":1024,\"name\":\"latestTimestamp\",\"url\":\"classes/modelsv2.DryrunRequest.html#latestTimestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunRequest\"},{\"kind\":1024,\"name\":\"protocolVersion\",\"url\":\"classes/modelsv2.DryrunRequest.html#protocolVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunRequest\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/modelsv2.DryrunRequest.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunRequest\"},{\"kind\":1024,\"name\":\"sources\",\"url\":\"classes/modelsv2.DryrunRequest.html#sources\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunRequest\"},{\"kind\":1024,\"name\":\"txns\",\"url\":\"classes/modelsv2.DryrunRequest.html#txns\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunRequest\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.DryrunRequest.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.DryrunRequest\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.DryrunRequest.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.DryrunRequest\"},{\"kind\":128,\"name\":\"DryrunResponse\",\"url\":\"classes/modelsv2.DryrunResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.DryrunResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.DryrunResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunResponse\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"classes/modelsv2.DryrunResponse.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunResponse\"},{\"kind\":1024,\"name\":\"protocolVersion\",\"url\":\"classes/modelsv2.DryrunResponse.html#protocolVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunResponse\"},{\"kind\":1024,\"name\":\"txns\",\"url\":\"classes/modelsv2.DryrunResponse.html#txns\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.DryrunResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.DryrunResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.DryrunResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.DryrunResponse\"},{\"kind\":128,\"name\":\"DryrunSource\",\"url\":\"classes/modelsv2.DryrunSource.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.DryrunSource.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunSource\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.DryrunSource.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunSource\"},{\"kind\":1024,\"name\":\"fieldName\",\"url\":\"classes/modelsv2.DryrunSource.html#fieldName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunSource\"},{\"kind\":1024,\"name\":\"source\",\"url\":\"classes/modelsv2.DryrunSource.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunSource\"},{\"kind\":1024,\"name\":\"txnIndex\",\"url\":\"classes/modelsv2.DryrunSource.html#txnIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunSource\"},{\"kind\":1024,\"name\":\"appIndex\",\"url\":\"classes/modelsv2.DryrunSource.html#appIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunSource\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.DryrunSource.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.DryrunSource\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.DryrunSource.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.DryrunSource\"},{\"kind\":128,\"name\":\"DryrunState\",\"url\":\"classes/modelsv2.DryrunState.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.DryrunState.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunState\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.DryrunState.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunState\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"classes/modelsv2.DryrunState.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunState\"},{\"kind\":1024,\"name\":\"pc\",\"url\":\"classes/modelsv2.DryrunState.html#pc\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunState\"},{\"kind\":1024,\"name\":\"stack\",\"url\":\"classes/modelsv2.DryrunState.html#stack\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunState\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"classes/modelsv2.DryrunState.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunState\"},{\"kind\":1024,\"name\":\"scratch\",\"url\":\"classes/modelsv2.DryrunState.html#scratch\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunState\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.DryrunState.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.DryrunState\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.DryrunState.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.DryrunState\"},{\"kind\":128,\"name\":\"DryrunTxnResult\",\"url\":\"classes/modelsv2.DryrunTxnResult.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":1024,\"name\":\"disassembly\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#disassembly\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":1024,\"name\":\"appCallMessages\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#appCallMessages\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":1024,\"name\":\"appCallTrace\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#appCallTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":1024,\"name\":\"budgetAdded\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#budgetAdded\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":1024,\"name\":\"budgetConsumed\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#budgetConsumed\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":1024,\"name\":\"globalDelta\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#globalDelta\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":1024,\"name\":\"localDeltas\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#localDeltas\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":1024,\"name\":\"logicSigDisassembly\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#logicSigDisassembly\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":1024,\"name\":\"logicSigMessages\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#logicSigMessages\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":1024,\"name\":\"logicSigTrace\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#logicSigTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":1024,\"name\":\"logs\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#logs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.DryrunTxnResult.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.DryrunTxnResult\"},{\"kind\":128,\"name\":\"ErrorResponse\",\"url\":\"classes/modelsv2.ErrorResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.ErrorResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.ErrorResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.ErrorResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.ErrorResponse\"},{\"kind\":1024,\"name\":\"message\",\"url\":\"classes/modelsv2.ErrorResponse.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ErrorResponse\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"classes/modelsv2.ErrorResponse.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ErrorResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.ErrorResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ErrorResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.ErrorResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ErrorResponse\"},{\"kind\":128,\"name\":\"EvalDelta\",\"url\":\"classes/modelsv2.EvalDelta.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.EvalDelta.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.EvalDelta\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.EvalDelta.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.EvalDelta\"},{\"kind\":1024,\"name\":\"action\",\"url\":\"classes/modelsv2.EvalDelta.html#action\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.EvalDelta\"},{\"kind\":1024,\"name\":\"bytes\",\"url\":\"classes/modelsv2.EvalDelta.html#bytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.EvalDelta\"},{\"kind\":1024,\"name\":\"uint\",\"url\":\"classes/modelsv2.EvalDelta.html#uint\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.EvalDelta\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.EvalDelta.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.EvalDelta\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.EvalDelta.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.EvalDelta\"},{\"kind\":128,\"name\":\"EvalDeltaKeyValue\",\"url\":\"classes/modelsv2.EvalDeltaKeyValue.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.EvalDeltaKeyValue.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.EvalDeltaKeyValue\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.EvalDeltaKeyValue.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.EvalDeltaKeyValue\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"classes/modelsv2.EvalDeltaKeyValue.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.EvalDeltaKeyValue\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/modelsv2.EvalDeltaKeyValue.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.EvalDeltaKeyValue\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.EvalDeltaKeyValue.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.EvalDeltaKeyValue\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.EvalDeltaKeyValue.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.EvalDeltaKeyValue\"},{\"kind\":128,\"name\":\"GetBlockTimeStampOffsetResponse\",\"url\":\"classes/modelsv2.GetBlockTimeStampOffsetResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.GetBlockTimeStampOffsetResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.GetBlockTimeStampOffsetResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.GetBlockTimeStampOffsetResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.GetBlockTimeStampOffsetResponse\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/modelsv2.GetBlockTimeStampOffsetResponse.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.GetBlockTimeStampOffsetResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.GetBlockTimeStampOffsetResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.GetBlockTimeStampOffsetResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.GetBlockTimeStampOffsetResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.GetBlockTimeStampOffsetResponse\"},{\"kind\":128,\"name\":\"GetSyncRoundResponse\",\"url\":\"classes/modelsv2.GetSyncRoundResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.GetSyncRoundResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.GetSyncRoundResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.GetSyncRoundResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.GetSyncRoundResponse\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/modelsv2.GetSyncRoundResponse.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.GetSyncRoundResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.GetSyncRoundResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.GetSyncRoundResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.GetSyncRoundResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.GetSyncRoundResponse\"},{\"kind\":128,\"name\":\"KvDelta\",\"url\":\"classes/modelsv2.KvDelta.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.KvDelta.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.KvDelta\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.KvDelta.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.KvDelta\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"classes/modelsv2.KvDelta.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.KvDelta\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/modelsv2.KvDelta.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.KvDelta\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.KvDelta.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.KvDelta\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.KvDelta.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.KvDelta\"},{\"kind\":128,\"name\":\"LedgerStateDeltaForTransactionGroup\",\"url\":\"classes/modelsv2.LedgerStateDeltaForTransactionGroup.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.LedgerStateDeltaForTransactionGroup.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.LedgerStateDeltaForTransactionGroup\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.LedgerStateDeltaForTransactionGroup.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.LedgerStateDeltaForTransactionGroup\"},{\"kind\":1024,\"name\":\"delta\",\"url\":\"classes/modelsv2.LedgerStateDeltaForTransactionGroup.html#delta\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.LedgerStateDeltaForTransactionGroup\"},{\"kind\":1024,\"name\":\"ids\",\"url\":\"classes/modelsv2.LedgerStateDeltaForTransactionGroup.html#ids\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.LedgerStateDeltaForTransactionGroup\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.LedgerStateDeltaForTransactionGroup.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.LedgerStateDeltaForTransactionGroup\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.LedgerStateDeltaForTransactionGroup.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.LedgerStateDeltaForTransactionGroup\"},{\"kind\":128,\"name\":\"LightBlockHeaderProof\",\"url\":\"classes/modelsv2.LightBlockHeaderProof.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.LightBlockHeaderProof.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.LightBlockHeaderProof\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.LightBlockHeaderProof.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.LightBlockHeaderProof\"},{\"kind\":1024,\"name\":\"index\",\"url\":\"classes/modelsv2.LightBlockHeaderProof.html#index\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.LightBlockHeaderProof\"},{\"kind\":1024,\"name\":\"proof\",\"url\":\"classes/modelsv2.LightBlockHeaderProof.html#proof\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.LightBlockHeaderProof\"},{\"kind\":1024,\"name\":\"treedepth\",\"url\":\"classes/modelsv2.LightBlockHeaderProof.html#treedepth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.LightBlockHeaderProof\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.LightBlockHeaderProof.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.LightBlockHeaderProof\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.LightBlockHeaderProof.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.LightBlockHeaderProof\"},{\"kind\":128,\"name\":\"NodeStatusResponse\",\"url\":\"classes/modelsv2.NodeStatusResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"catchupTime\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#catchupTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"lastRound\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#lastRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"lastVersion\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#lastVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"nextVersion\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#nextVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"nextVersionRound\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#nextVersionRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"nextVersionSupported\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#nextVersionSupported\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"stoppedAtUnsupportedRound\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#stoppedAtUnsupportedRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"timeSinceLastRound\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#timeSinceLastRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"catchpoint\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#catchpoint\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"catchpointAcquiredBlocks\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#catchpointAcquiredBlocks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"catchpointProcessedAccounts\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#catchpointProcessedAccounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"catchpointProcessedKvs\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#catchpointProcessedKvs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"catchpointTotalAccounts\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#catchpointTotalAccounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"catchpointTotalBlocks\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#catchpointTotalBlocks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"catchpointTotalKvs\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#catchpointTotalKvs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"catchpointVerifiedAccounts\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#catchpointVerifiedAccounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"catchpointVerifiedKvs\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#catchpointVerifiedKvs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"lastCatchpoint\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#lastCatchpoint\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"upgradeDelay\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#upgradeDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"upgradeNextProtocolVoteBefore\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#upgradeNextProtocolVoteBefore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"upgradeNoVotes\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#upgradeNoVotes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"upgradeNodeVote\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#upgradeNodeVote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"upgradeVoteRounds\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#upgradeVoteRounds\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"upgradeVotes\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#upgradeVotes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"upgradeVotesRequired\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#upgradeVotesRequired\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"upgradeYesVotes\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#upgradeYesVotes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.NodeStatusResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.NodeStatusResponse\"},{\"kind\":128,\"name\":\"PendingTransactionResponse\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"poolError\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#poolError\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"txn\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#txn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"applicationIndex\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#applicationIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"assetClosingAmount\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#assetClosingAmount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"assetIndex\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#assetIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"closeRewards\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#closeRewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"closingAmount\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#closingAmount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"confirmedRound\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#confirmedRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"globalStateDelta\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#globalStateDelta\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"innerTxns\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#innerTxns\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"localStateDelta\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#localStateDelta\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"logs\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#logs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"receiverRewards\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#receiverRewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"senderRewards\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#senderRewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.PendingTransactionResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.PendingTransactionResponse\"},{\"kind\":128,\"name\":\"PendingTransactionsResponse\",\"url\":\"classes/modelsv2.PendingTransactionsResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.PendingTransactionsResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionsResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.PendingTransactionsResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionsResponse\"},{\"kind\":1024,\"name\":\"topTransactions\",\"url\":\"classes/modelsv2.PendingTransactionsResponse.html#topTransactions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionsResponse\"},{\"kind\":1024,\"name\":\"totalTransactions\",\"url\":\"classes/modelsv2.PendingTransactionsResponse.html#totalTransactions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PendingTransactionsResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.PendingTransactionsResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.PendingTransactionsResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.PendingTransactionsResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.PendingTransactionsResponse\"},{\"kind\":128,\"name\":\"PostTransactionsResponse\",\"url\":\"classes/modelsv2.PostTransactionsResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.PostTransactionsResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.PostTransactionsResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.PostTransactionsResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.PostTransactionsResponse\"},{\"kind\":1024,\"name\":\"txid\",\"url\":\"classes/modelsv2.PostTransactionsResponse.html#txid\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.PostTransactionsResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.PostTransactionsResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.PostTransactionsResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.PostTransactionsResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.PostTransactionsResponse\"},{\"kind\":128,\"name\":\"ScratchChange\",\"url\":\"classes/modelsv2.ScratchChange.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.ScratchChange.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.ScratchChange\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.ScratchChange.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.ScratchChange\"},{\"kind\":1024,\"name\":\"newValue\",\"url\":\"classes/modelsv2.ScratchChange.html#newValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ScratchChange\"},{\"kind\":1024,\"name\":\"slot\",\"url\":\"classes/modelsv2.ScratchChange.html#slot\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.ScratchChange\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.ScratchChange.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ScratchChange\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.ScratchChange.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.ScratchChange\"},{\"kind\":128,\"name\":\"SimulateInitialStates\",\"url\":\"classes/modelsv2.SimulateInitialStates.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateInitialStates.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateInitialStates\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.SimulateInitialStates.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateInitialStates\"},{\"kind\":1024,\"name\":\"appInitialStates\",\"url\":\"classes/modelsv2.SimulateInitialStates.html#appInitialStates\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateInitialStates\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.SimulateInitialStates.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateInitialStates\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateInitialStates.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateInitialStates\"},{\"kind\":128,\"name\":\"SimulateRequest\",\"url\":\"classes/modelsv2.SimulateRequest.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateRequest.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateRequest\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.SimulateRequest.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateRequest\"},{\"kind\":1024,\"name\":\"txnGroups\",\"url\":\"classes/modelsv2.SimulateRequest.html#txnGroups\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateRequest\"},{\"kind\":1024,\"name\":\"allowEmptySignatures\",\"url\":\"classes/modelsv2.SimulateRequest.html#allowEmptySignatures\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateRequest\"},{\"kind\":1024,\"name\":\"allowMoreLogging\",\"url\":\"classes/modelsv2.SimulateRequest.html#allowMoreLogging\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateRequest\"},{\"kind\":1024,\"name\":\"allowUnnamedResources\",\"url\":\"classes/modelsv2.SimulateRequest.html#allowUnnamedResources\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateRequest\"},{\"kind\":1024,\"name\":\"execTraceConfig\",\"url\":\"classes/modelsv2.SimulateRequest.html#execTraceConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateRequest\"},{\"kind\":1024,\"name\":\"extraOpcodeBudget\",\"url\":\"classes/modelsv2.SimulateRequest.html#extraOpcodeBudget\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateRequest\"},{\"kind\":1024,\"name\":\"fixSigners\",\"url\":\"classes/modelsv2.SimulateRequest.html#fixSigners\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateRequest\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/modelsv2.SimulateRequest.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateRequest\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.SimulateRequest.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateRequest\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateRequest.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateRequest\"},{\"kind\":128,\"name\":\"SimulateRequestTransactionGroup\",\"url\":\"classes/modelsv2.SimulateRequestTransactionGroup.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateRequestTransactionGroup.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateRequestTransactionGroup\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.SimulateRequestTransactionGroup.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateRequestTransactionGroup\"},{\"kind\":1024,\"name\":\"txns\",\"url\":\"classes/modelsv2.SimulateRequestTransactionGroup.html#txns\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateRequestTransactionGroup\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.SimulateRequestTransactionGroup.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateRequestTransactionGroup\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateRequestTransactionGroup.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateRequestTransactionGroup\"},{\"kind\":128,\"name\":\"SimulateResponse\",\"url\":\"classes/modelsv2.SimulateResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.SimulateResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateResponse\"},{\"kind\":1024,\"name\":\"lastRound\",\"url\":\"classes/modelsv2.SimulateResponse.html#lastRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateResponse\"},{\"kind\":1024,\"name\":\"txnGroups\",\"url\":\"classes/modelsv2.SimulateResponse.html#txnGroups\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateResponse\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"classes/modelsv2.SimulateResponse.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateResponse\"},{\"kind\":1024,\"name\":\"evalOverrides\",\"url\":\"classes/modelsv2.SimulateResponse.html#evalOverrides\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateResponse\"},{\"kind\":1024,\"name\":\"execTraceConfig\",\"url\":\"classes/modelsv2.SimulateResponse.html#execTraceConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateResponse\"},{\"kind\":1024,\"name\":\"initialStates\",\"url\":\"classes/modelsv2.SimulateResponse.html#initialStates\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.SimulateResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateResponse\"},{\"kind\":128,\"name\":\"SimulateTraceConfig\",\"url\":\"classes/modelsv2.SimulateTraceConfig.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateTraceConfig.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTraceConfig\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.SimulateTraceConfig.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTraceConfig\"},{\"kind\":1024,\"name\":\"enable\",\"url\":\"classes/modelsv2.SimulateTraceConfig.html#enable\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTraceConfig\"},{\"kind\":1024,\"name\":\"scratchChange\",\"url\":\"classes/modelsv2.SimulateTraceConfig.html#scratchChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTraceConfig\"},{\"kind\":1024,\"name\":\"stackChange\",\"url\":\"classes/modelsv2.SimulateTraceConfig.html#stackChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTraceConfig\"},{\"kind\":1024,\"name\":\"stateChange\",\"url\":\"classes/modelsv2.SimulateTraceConfig.html#stateChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTraceConfig\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.SimulateTraceConfig.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateTraceConfig\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateTraceConfig.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateTraceConfig\"},{\"kind\":128,\"name\":\"SimulateTransactionGroupResult\",\"url\":\"classes/modelsv2.SimulateTransactionGroupResult.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateTransactionGroupResult.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionGroupResult\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.SimulateTransactionGroupResult.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionGroupResult\"},{\"kind\":1024,\"name\":\"txnResults\",\"url\":\"classes/modelsv2.SimulateTransactionGroupResult.html#txnResults\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionGroupResult\"},{\"kind\":1024,\"name\":\"appBudgetAdded\",\"url\":\"classes/modelsv2.SimulateTransactionGroupResult.html#appBudgetAdded\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionGroupResult\"},{\"kind\":1024,\"name\":\"appBudgetConsumed\",\"url\":\"classes/modelsv2.SimulateTransactionGroupResult.html#appBudgetConsumed\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionGroupResult\"},{\"kind\":1024,\"name\":\"failedAt\",\"url\":\"classes/modelsv2.SimulateTransactionGroupResult.html#failedAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionGroupResult\"},{\"kind\":1024,\"name\":\"failureMessage\",\"url\":\"classes/modelsv2.SimulateTransactionGroupResult.html#failureMessage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionGroupResult\"},{\"kind\":1024,\"name\":\"unnamedResourcesAccessed\",\"url\":\"classes/modelsv2.SimulateTransactionGroupResult.html#unnamedResourcesAccessed\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionGroupResult\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.SimulateTransactionGroupResult.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateTransactionGroupResult\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateTransactionGroupResult.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateTransactionGroupResult\"},{\"kind\":128,\"name\":\"SimulateTransactionResult\",\"url\":\"classes/modelsv2.SimulateTransactionResult.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateTransactionResult.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionResult\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.SimulateTransactionResult.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionResult\"},{\"kind\":1024,\"name\":\"txnResult\",\"url\":\"classes/modelsv2.SimulateTransactionResult.html#txnResult\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionResult\"},{\"kind\":1024,\"name\":\"appBudgetConsumed\",\"url\":\"classes/modelsv2.SimulateTransactionResult.html#appBudgetConsumed\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionResult\"},{\"kind\":1024,\"name\":\"execTrace\",\"url\":\"classes/modelsv2.SimulateTransactionResult.html#execTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionResult\"},{\"kind\":1024,\"name\":\"fixedSigner\",\"url\":\"classes/modelsv2.SimulateTransactionResult.html#fixedSigner\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionResult\"},{\"kind\":1024,\"name\":\"logicSigBudgetConsumed\",\"url\":\"classes/modelsv2.SimulateTransactionResult.html#logicSigBudgetConsumed\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionResult\"},{\"kind\":1024,\"name\":\"unnamedResourcesAccessed\",\"url\":\"classes/modelsv2.SimulateTransactionResult.html#unnamedResourcesAccessed\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateTransactionResult\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.SimulateTransactionResult.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateTransactionResult\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateTransactionResult.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateTransactionResult\"},{\"kind\":128,\"name\":\"SimulateUnnamedResourcesAccessed\",\"url\":\"classes/modelsv2.SimulateUnnamedResourcesAccessed.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateUnnamedResourcesAccessed.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateUnnamedResourcesAccessed\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.SimulateUnnamedResourcesAccessed.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateUnnamedResourcesAccessed\"},{\"kind\":1024,\"name\":\"accounts\",\"url\":\"classes/modelsv2.SimulateUnnamedResourcesAccessed.html#accounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateUnnamedResourcesAccessed\"},{\"kind\":1024,\"name\":\"appLocals\",\"url\":\"classes/modelsv2.SimulateUnnamedResourcesAccessed.html#appLocals\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateUnnamedResourcesAccessed\"},{\"kind\":1024,\"name\":\"apps\",\"url\":\"classes/modelsv2.SimulateUnnamedResourcesAccessed.html#apps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateUnnamedResourcesAccessed\"},{\"kind\":1024,\"name\":\"assetHoldings\",\"url\":\"classes/modelsv2.SimulateUnnamedResourcesAccessed.html#assetHoldings\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateUnnamedResourcesAccessed\"},{\"kind\":1024,\"name\":\"assets\",\"url\":\"classes/modelsv2.SimulateUnnamedResourcesAccessed.html#assets\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateUnnamedResourcesAccessed\"},{\"kind\":1024,\"name\":\"boxes\",\"url\":\"classes/modelsv2.SimulateUnnamedResourcesAccessed.html#boxes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateUnnamedResourcesAccessed\"},{\"kind\":1024,\"name\":\"extraBoxRefs\",\"url\":\"classes/modelsv2.SimulateUnnamedResourcesAccessed.html#extraBoxRefs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulateUnnamedResourcesAccessed\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.SimulateUnnamedResourcesAccessed.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateUnnamedResourcesAccessed\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulateUnnamedResourcesAccessed.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulateUnnamedResourcesAccessed\"},{\"kind\":128,\"name\":\"SimulationEvalOverrides\",\"url\":\"classes/modelsv2.SimulationEvalOverrides.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulationEvalOverrides.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationEvalOverrides\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.SimulationEvalOverrides.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationEvalOverrides\"},{\"kind\":1024,\"name\":\"allowEmptySignatures\",\"url\":\"classes/modelsv2.SimulationEvalOverrides.html#allowEmptySignatures\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationEvalOverrides\"},{\"kind\":1024,\"name\":\"allowUnnamedResources\",\"url\":\"classes/modelsv2.SimulationEvalOverrides.html#allowUnnamedResources\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationEvalOverrides\"},{\"kind\":1024,\"name\":\"extraOpcodeBudget\",\"url\":\"classes/modelsv2.SimulationEvalOverrides.html#extraOpcodeBudget\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationEvalOverrides\"},{\"kind\":1024,\"name\":\"fixSigners\",\"url\":\"classes/modelsv2.SimulationEvalOverrides.html#fixSigners\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationEvalOverrides\"},{\"kind\":1024,\"name\":\"maxLogCalls\",\"url\":\"classes/modelsv2.SimulationEvalOverrides.html#maxLogCalls\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationEvalOverrides\"},{\"kind\":1024,\"name\":\"maxLogSize\",\"url\":\"classes/modelsv2.SimulationEvalOverrides.html#maxLogSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationEvalOverrides\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.SimulationEvalOverrides.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulationEvalOverrides\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulationEvalOverrides.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulationEvalOverrides\"},{\"kind\":128,\"name\":\"SimulationOpcodeTraceUnit\",\"url\":\"classes/modelsv2.SimulationOpcodeTraceUnit.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulationOpcodeTraceUnit.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationOpcodeTraceUnit\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.SimulationOpcodeTraceUnit.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationOpcodeTraceUnit\"},{\"kind\":1024,\"name\":\"pc\",\"url\":\"classes/modelsv2.SimulationOpcodeTraceUnit.html#pc\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationOpcodeTraceUnit\"},{\"kind\":1024,\"name\":\"scratchChanges\",\"url\":\"classes/modelsv2.SimulationOpcodeTraceUnit.html#scratchChanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationOpcodeTraceUnit\"},{\"kind\":1024,\"name\":\"spawnedInners\",\"url\":\"classes/modelsv2.SimulationOpcodeTraceUnit.html#spawnedInners\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationOpcodeTraceUnit\"},{\"kind\":1024,\"name\":\"stackAdditions\",\"url\":\"classes/modelsv2.SimulationOpcodeTraceUnit.html#stackAdditions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationOpcodeTraceUnit\"},{\"kind\":1024,\"name\":\"stackPopCount\",\"url\":\"classes/modelsv2.SimulationOpcodeTraceUnit.html#stackPopCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationOpcodeTraceUnit\"},{\"kind\":1024,\"name\":\"stateChanges\",\"url\":\"classes/modelsv2.SimulationOpcodeTraceUnit.html#stateChanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationOpcodeTraceUnit\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.SimulationOpcodeTraceUnit.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulationOpcodeTraceUnit\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulationOpcodeTraceUnit.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulationOpcodeTraceUnit\"},{\"kind\":128,\"name\":\"SimulationTransactionExecTrace\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationTransactionExecTrace\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationTransactionExecTrace\"},{\"kind\":1024,\"name\":\"approvalProgramHash\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html#approvalProgramHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationTransactionExecTrace\"},{\"kind\":1024,\"name\":\"approvalProgramTrace\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html#approvalProgramTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationTransactionExecTrace\"},{\"kind\":1024,\"name\":\"clearStateProgramHash\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html#clearStateProgramHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationTransactionExecTrace\"},{\"kind\":1024,\"name\":\"clearStateProgramTrace\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html#clearStateProgramTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationTransactionExecTrace\"},{\"kind\":1024,\"name\":\"clearStateRollback\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html#clearStateRollback\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationTransactionExecTrace\"},{\"kind\":1024,\"name\":\"clearStateRollbackError\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html#clearStateRollbackError\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationTransactionExecTrace\"},{\"kind\":1024,\"name\":\"innerTrace\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html#innerTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationTransactionExecTrace\"},{\"kind\":1024,\"name\":\"logicSigHash\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html#logicSigHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationTransactionExecTrace\"},{\"kind\":1024,\"name\":\"logicSigTrace\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html#logicSigTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SimulationTransactionExecTrace\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulationTransactionExecTrace\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.SimulationTransactionExecTrace.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SimulationTransactionExecTrace\"},{\"kind\":128,\"name\":\"StateProof\",\"url\":\"classes/modelsv2.StateProof.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.StateProof.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.StateProof\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.StateProof.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.StateProof\"},{\"kind\":1024,\"name\":\"message\",\"url\":\"classes/modelsv2.StateProof.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.StateProof\"},{\"kind\":1024,\"name\":\"stateproof\",\"url\":\"classes/modelsv2.StateProof.html#stateproof\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.StateProof\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.StateProof.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.StateProof\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.StateProof.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.StateProof\"},{\"kind\":128,\"name\":\"StateProofMessage\",\"url\":\"classes/modelsv2.StateProofMessage.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.StateProofMessage.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.StateProofMessage\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.StateProofMessage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.StateProofMessage\"},{\"kind\":1024,\"name\":\"blockheaderscommitment\",\"url\":\"classes/modelsv2.StateProofMessage.html#blockheaderscommitment\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.StateProofMessage\"},{\"kind\":1024,\"name\":\"firstattestedround\",\"url\":\"classes/modelsv2.StateProofMessage.html#firstattestedround\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.StateProofMessage\"},{\"kind\":1024,\"name\":\"lastattestedround\",\"url\":\"classes/modelsv2.StateProofMessage.html#lastattestedround\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.StateProofMessage\"},{\"kind\":1024,\"name\":\"lnprovenweight\",\"url\":\"classes/modelsv2.StateProofMessage.html#lnprovenweight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.StateProofMessage\"},{\"kind\":1024,\"name\":\"voterscommitment\",\"url\":\"classes/modelsv2.StateProofMessage.html#voterscommitment\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.StateProofMessage\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.StateProofMessage.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.StateProofMessage\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.StateProofMessage.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.StateProofMessage\"},{\"kind\":128,\"name\":\"SupplyResponse\",\"url\":\"classes/modelsv2.SupplyResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.SupplyResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.SupplyResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.SupplyResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.SupplyResponse\"},{\"kind\":1024,\"name\":\"currentRound\",\"url\":\"classes/modelsv2.SupplyResponse.html#currentRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SupplyResponse\"},{\"kind\":1024,\"name\":\"onlineMoney\",\"url\":\"classes/modelsv2.SupplyResponse.html#onlineMoney\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SupplyResponse\"},{\"kind\":1024,\"name\":\"totalMoney\",\"url\":\"classes/modelsv2.SupplyResponse.html#totalMoney\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.SupplyResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.SupplyResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SupplyResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.SupplyResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.SupplyResponse\"},{\"kind\":128,\"name\":\"TealKeyValue\",\"url\":\"classes/modelsv2.TealKeyValue.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.TealKeyValue.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.TealKeyValue\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.TealKeyValue.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.TealKeyValue\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"classes/modelsv2.TealKeyValue.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TealKeyValue\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/modelsv2.TealKeyValue.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TealKeyValue\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.TealKeyValue.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.TealKeyValue\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.TealKeyValue.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.TealKeyValue\"},{\"kind\":128,\"name\":\"TealValue\",\"url\":\"classes/modelsv2.TealValue.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.TealValue.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.TealValue\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.TealValue.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.TealValue\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/modelsv2.TealValue.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TealValue\"},{\"kind\":1024,\"name\":\"bytes\",\"url\":\"classes/modelsv2.TealValue.html#bytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TealValue\"},{\"kind\":1024,\"name\":\"uint\",\"url\":\"classes/modelsv2.TealValue.html#uint\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TealValue\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.TealValue.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.TealValue\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.TealValue.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.TealValue\"},{\"kind\":128,\"name\":\"TransactionGroupLedgerStateDeltasForRoundResponse\",\"url\":\"classes/modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse\"},{\"kind\":1024,\"name\":\"deltas\",\"url\":\"classes/modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.html#deltas\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse\"},{\"kind\":128,\"name\":\"TransactionParametersResponse\",\"url\":\"classes/modelsv2.TransactionParametersResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.TransactionParametersResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionParametersResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.TransactionParametersResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionParametersResponse\"},{\"kind\":1024,\"name\":\"consensusVersion\",\"url\":\"classes/modelsv2.TransactionParametersResponse.html#consensusVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionParametersResponse\"},{\"kind\":1024,\"name\":\"fee\",\"url\":\"classes/modelsv2.TransactionParametersResponse.html#fee\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionParametersResponse\"},{\"kind\":1024,\"name\":\"genesisHash\",\"url\":\"classes/modelsv2.TransactionParametersResponse.html#genesisHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionParametersResponse\"},{\"kind\":1024,\"name\":\"genesisId\",\"url\":\"classes/modelsv2.TransactionParametersResponse.html#genesisId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionParametersResponse\"},{\"kind\":1024,\"name\":\"lastRound\",\"url\":\"classes/modelsv2.TransactionParametersResponse.html#lastRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionParametersResponse\"},{\"kind\":1024,\"name\":\"minFee\",\"url\":\"classes/modelsv2.TransactionParametersResponse.html#minFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionParametersResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.TransactionParametersResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.TransactionParametersResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.TransactionParametersResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.TransactionParametersResponse\"},{\"kind\":128,\"name\":\"TransactionProofResponse\",\"url\":\"classes/modelsv2.TransactionProofResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.TransactionProofResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionProofResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.TransactionProofResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionProofResponse\"},{\"kind\":1024,\"name\":\"idx\",\"url\":\"classes/modelsv2.TransactionProofResponse.html#idx\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionProofResponse\"},{\"kind\":1024,\"name\":\"proof\",\"url\":\"classes/modelsv2.TransactionProofResponse.html#proof\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionProofResponse\"},{\"kind\":1024,\"name\":\"stibhash\",\"url\":\"classes/modelsv2.TransactionProofResponse.html#stibhash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionProofResponse\"},{\"kind\":1024,\"name\":\"treedepth\",\"url\":\"classes/modelsv2.TransactionProofResponse.html#treedepth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionProofResponse\"},{\"kind\":1024,\"name\":\"hashtype\",\"url\":\"classes/modelsv2.TransactionProofResponse.html#hashtype\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.TransactionProofResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.TransactionProofResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.TransactionProofResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.TransactionProofResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.TransactionProofResponse\"},{\"kind\":128,\"name\":\"Version\",\"url\":\"classes/modelsv2.Version.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"modelsv2\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/modelsv2.Version.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"modelsv2.Version\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/modelsv2.Version.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"modelsv2.Version\"},{\"kind\":1024,\"name\":\"build\",\"url\":\"classes/modelsv2.Version.html#build\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Version\"},{\"kind\":1024,\"name\":\"genesisHashB64\",\"url\":\"classes/modelsv2.Version.html#genesisHashB64\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Version\"},{\"kind\":1024,\"name\":\"genesisId\",\"url\":\"classes/modelsv2.Version.html#genesisId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Version\"},{\"kind\":1024,\"name\":\"versions\",\"url\":\"classes/modelsv2.Version.html#versions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"modelsv2.Version\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/modelsv2.Version.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.Version\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/modelsv2.Version.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"modelsv2.Version\"},{\"kind\":4,\"name\":\"indexerModels\",\"url\":\"modules/indexerModels.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":128,\"name\":\"Account\",\"url\":\"classes/indexerModels.Account.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.Account.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.Account.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"address\",\"url\":\"classes/indexerModels.Account.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"classes/indexerModels.Account.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"amountWithoutPendingRewards\",\"url\":\"classes/indexerModels.Account.html#amountWithoutPendingRewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"minBalance\",\"url\":\"classes/indexerModels.Account.html#minBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"pendingRewards\",\"url\":\"classes/indexerModels.Account.html#pendingRewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"rewards\",\"url\":\"classes/indexerModels.Account.html#rewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/indexerModels.Account.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/indexerModels.Account.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"totalAppsOptedIn\",\"url\":\"classes/indexerModels.Account.html#totalAppsOptedIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"totalAssetsOptedIn\",\"url\":\"classes/indexerModels.Account.html#totalAssetsOptedIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"totalBoxBytes\",\"url\":\"classes/indexerModels.Account.html#totalBoxBytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"totalBoxes\",\"url\":\"classes/indexerModels.Account.html#totalBoxes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"totalCreatedApps\",\"url\":\"classes/indexerModels.Account.html#totalCreatedApps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"totalCreatedAssets\",\"url\":\"classes/indexerModels.Account.html#totalCreatedAssets\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"appsLocalState\",\"url\":\"classes/indexerModels.Account.html#appsLocalState\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"appsTotalExtraPages\",\"url\":\"classes/indexerModels.Account.html#appsTotalExtraPages\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"appsTotalSchema\",\"url\":\"classes/indexerModels.Account.html#appsTotalSchema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"assets\",\"url\":\"classes/indexerModels.Account.html#assets\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"authAddr\",\"url\":\"classes/indexerModels.Account.html#authAddr\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"closedAtRound\",\"url\":\"classes/indexerModels.Account.html#closedAtRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"createdApps\",\"url\":\"classes/indexerModels.Account.html#createdApps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"createdAssets\",\"url\":\"classes/indexerModels.Account.html#createdAssets\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"createdAtRound\",\"url\":\"classes/indexerModels.Account.html#createdAtRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"deleted\",\"url\":\"classes/indexerModels.Account.html#deleted\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"incentiveEligible\",\"url\":\"classes/indexerModels.Account.html#incentiveEligible\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"lastHeartbeat\",\"url\":\"classes/indexerModels.Account.html#lastHeartbeat\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"lastProposed\",\"url\":\"classes/indexerModels.Account.html#lastProposed\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"participation\",\"url\":\"classes/indexerModels.Account.html#participation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"rewardBase\",\"url\":\"classes/indexerModels.Account.html#rewardBase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"sigType\",\"url\":\"classes/indexerModels.Account.html#sigType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Account\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.Account.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.Account\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.Account.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.Account\"},{\"kind\":128,\"name\":\"AccountParticipation\",\"url\":\"classes/indexerModels.AccountParticipation.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.AccountParticipation.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountParticipation\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.AccountParticipation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountParticipation\"},{\"kind\":1024,\"name\":\"selectionParticipationKey\",\"url\":\"classes/indexerModels.AccountParticipation.html#selectionParticipationKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountParticipation\"},{\"kind\":1024,\"name\":\"voteFirstValid\",\"url\":\"classes/indexerModels.AccountParticipation.html#voteFirstValid\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountParticipation\"},{\"kind\":1024,\"name\":\"voteKeyDilution\",\"url\":\"classes/indexerModels.AccountParticipation.html#voteKeyDilution\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountParticipation\"},{\"kind\":1024,\"name\":\"voteLastValid\",\"url\":\"classes/indexerModels.AccountParticipation.html#voteLastValid\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountParticipation\"},{\"kind\":1024,\"name\":\"voteParticipationKey\",\"url\":\"classes/indexerModels.AccountParticipation.html#voteParticipationKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountParticipation\"},{\"kind\":1024,\"name\":\"stateProofKey\",\"url\":\"classes/indexerModels.AccountParticipation.html#stateProofKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountParticipation\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.AccountParticipation.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AccountParticipation\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.AccountParticipation.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AccountParticipation\"},{\"kind\":128,\"name\":\"AccountResponse\",\"url\":\"classes/indexerModels.AccountResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.AccountResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.AccountResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountResponse\"},{\"kind\":1024,\"name\":\"account\",\"url\":\"classes/indexerModels.AccountResponse.html#account\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountResponse\"},{\"kind\":1024,\"name\":\"currentRound\",\"url\":\"classes/indexerModels.AccountResponse.html#currentRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.AccountResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AccountResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.AccountResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AccountResponse\"},{\"kind\":128,\"name\":\"AccountStateDelta\",\"url\":\"classes/indexerModels.AccountStateDelta.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.AccountStateDelta.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountStateDelta\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.AccountStateDelta.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountStateDelta\"},{\"kind\":1024,\"name\":\"address\",\"url\":\"classes/indexerModels.AccountStateDelta.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountStateDelta\"},{\"kind\":1024,\"name\":\"delta\",\"url\":\"classes/indexerModels.AccountStateDelta.html#delta\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountStateDelta\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.AccountStateDelta.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AccountStateDelta\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.AccountStateDelta.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AccountStateDelta\"},{\"kind\":128,\"name\":\"AccountsResponse\",\"url\":\"classes/indexerModels.AccountsResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.AccountsResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountsResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.AccountsResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountsResponse\"},{\"kind\":1024,\"name\":\"accounts\",\"url\":\"classes/indexerModels.AccountsResponse.html#accounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountsResponse\"},{\"kind\":1024,\"name\":\"currentRound\",\"url\":\"classes/indexerModels.AccountsResponse.html#currentRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountsResponse\"},{\"kind\":1024,\"name\":\"nextToken\",\"url\":\"classes/indexerModels.AccountsResponse.html#nextToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AccountsResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.AccountsResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AccountsResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.AccountsResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AccountsResponse\"},{\"kind\":128,\"name\":\"Application\",\"url\":\"classes/indexerModels.Application.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.Application.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.Application\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.Application.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.Application\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/indexerModels.Application.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Application\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"classes/indexerModels.Application.html#params\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Application\"},{\"kind\":1024,\"name\":\"createdAtRound\",\"url\":\"classes/indexerModels.Application.html#createdAtRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Application\"},{\"kind\":1024,\"name\":\"deleted\",\"url\":\"classes/indexerModels.Application.html#deleted\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Application\"},{\"kind\":1024,\"name\":\"deletedAtRound\",\"url\":\"classes/indexerModels.Application.html#deletedAtRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Application\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.Application.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.Application\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.Application.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.Application\"},{\"kind\":128,\"name\":\"ApplicationLocalState\",\"url\":\"classes/indexerModels.ApplicationLocalState.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationLocalState.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLocalState\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.ApplicationLocalState.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLocalState\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/indexerModels.ApplicationLocalState.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLocalState\"},{\"kind\":1024,\"name\":\"schema\",\"url\":\"classes/indexerModels.ApplicationLocalState.html#schema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLocalState\"},{\"kind\":1024,\"name\":\"closedOutAtRound\",\"url\":\"classes/indexerModels.ApplicationLocalState.html#closedOutAtRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLocalState\"},{\"kind\":1024,\"name\":\"deleted\",\"url\":\"classes/indexerModels.ApplicationLocalState.html#deleted\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLocalState\"},{\"kind\":1024,\"name\":\"keyValue\",\"url\":\"classes/indexerModels.ApplicationLocalState.html#keyValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLocalState\"},{\"kind\":1024,\"name\":\"optedInAtRound\",\"url\":\"classes/indexerModels.ApplicationLocalState.html#optedInAtRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLocalState\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.ApplicationLocalState.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationLocalState\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationLocalState.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationLocalState\"},{\"kind\":128,\"name\":\"ApplicationLocalStatesResponse\",\"url\":\"classes/indexerModels.ApplicationLocalStatesResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationLocalStatesResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLocalStatesResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.ApplicationLocalStatesResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLocalStatesResponse\"},{\"kind\":1024,\"name\":\"appsLocalStates\",\"url\":\"classes/indexerModels.ApplicationLocalStatesResponse.html#appsLocalStates\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLocalStatesResponse\"},{\"kind\":1024,\"name\":\"currentRound\",\"url\":\"classes/indexerModels.ApplicationLocalStatesResponse.html#currentRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLocalStatesResponse\"},{\"kind\":1024,\"name\":\"nextToken\",\"url\":\"classes/indexerModels.ApplicationLocalStatesResponse.html#nextToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLocalStatesResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.ApplicationLocalStatesResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationLocalStatesResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationLocalStatesResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationLocalStatesResponse\"},{\"kind\":128,\"name\":\"ApplicationLogData\",\"url\":\"classes/indexerModels.ApplicationLogData.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationLogData.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLogData\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.ApplicationLogData.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLogData\"},{\"kind\":1024,\"name\":\"logs\",\"url\":\"classes/indexerModels.ApplicationLogData.html#logs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLogData\"},{\"kind\":1024,\"name\":\"txid\",\"url\":\"classes/indexerModels.ApplicationLogData.html#txid\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLogData\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.ApplicationLogData.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationLogData\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationLogData.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationLogData\"},{\"kind\":128,\"name\":\"ApplicationLogsResponse\",\"url\":\"classes/indexerModels.ApplicationLogsResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationLogsResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLogsResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.ApplicationLogsResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLogsResponse\"},{\"kind\":1024,\"name\":\"applicationId\",\"url\":\"classes/indexerModels.ApplicationLogsResponse.html#applicationId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLogsResponse\"},{\"kind\":1024,\"name\":\"currentRound\",\"url\":\"classes/indexerModels.ApplicationLogsResponse.html#currentRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLogsResponse\"},{\"kind\":1024,\"name\":\"logData\",\"url\":\"classes/indexerModels.ApplicationLogsResponse.html#logData\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLogsResponse\"},{\"kind\":1024,\"name\":\"nextToken\",\"url\":\"classes/indexerModels.ApplicationLogsResponse.html#nextToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationLogsResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.ApplicationLogsResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationLogsResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationLogsResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationLogsResponse\"},{\"kind\":128,\"name\":\"ApplicationParams\",\"url\":\"classes/indexerModels.ApplicationParams.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationParams.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationParams\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.ApplicationParams.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationParams\"},{\"kind\":1024,\"name\":\"approvalProgram\",\"url\":\"classes/indexerModels.ApplicationParams.html#approvalProgram\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationParams\"},{\"kind\":1024,\"name\":\"clearStateProgram\",\"url\":\"classes/indexerModels.ApplicationParams.html#clearStateProgram\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationParams\"},{\"kind\":1024,\"name\":\"creator\",\"url\":\"classes/indexerModels.ApplicationParams.html#creator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationParams\"},{\"kind\":1024,\"name\":\"extraProgramPages\",\"url\":\"classes/indexerModels.ApplicationParams.html#extraProgramPages\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationParams\"},{\"kind\":1024,\"name\":\"globalState\",\"url\":\"classes/indexerModels.ApplicationParams.html#globalState\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationParams\"},{\"kind\":1024,\"name\":\"globalStateSchema\",\"url\":\"classes/indexerModels.ApplicationParams.html#globalStateSchema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationParams\"},{\"kind\":1024,\"name\":\"localStateSchema\",\"url\":\"classes/indexerModels.ApplicationParams.html#localStateSchema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationParams\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.ApplicationParams.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationParams\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationParams.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationParams\"},{\"kind\":128,\"name\":\"ApplicationResponse\",\"url\":\"classes/indexerModels.ApplicationResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.ApplicationResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationResponse\"},{\"kind\":1024,\"name\":\"currentRound\",\"url\":\"classes/indexerModels.ApplicationResponse.html#currentRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationResponse\"},{\"kind\":1024,\"name\":\"application\",\"url\":\"classes/indexerModels.ApplicationResponse.html#application\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.ApplicationResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationResponse\"},{\"kind\":128,\"name\":\"ApplicationStateSchema\",\"url\":\"classes/indexerModels.ApplicationStateSchema.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationStateSchema.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationStateSchema\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.ApplicationStateSchema.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationStateSchema\"},{\"kind\":1024,\"name\":\"numByteSlice\",\"url\":\"classes/indexerModels.ApplicationStateSchema.html#numByteSlice\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationStateSchema\"},{\"kind\":1024,\"name\":\"numUint\",\"url\":\"classes/indexerModels.ApplicationStateSchema.html#numUint\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationStateSchema\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.ApplicationStateSchema.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationStateSchema\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationStateSchema.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationStateSchema\"},{\"kind\":128,\"name\":\"ApplicationsResponse\",\"url\":\"classes/indexerModels.ApplicationsResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationsResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationsResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.ApplicationsResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationsResponse\"},{\"kind\":1024,\"name\":\"applications\",\"url\":\"classes/indexerModels.ApplicationsResponse.html#applications\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationsResponse\"},{\"kind\":1024,\"name\":\"currentRound\",\"url\":\"classes/indexerModels.ApplicationsResponse.html#currentRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationsResponse\"},{\"kind\":1024,\"name\":\"nextToken\",\"url\":\"classes/indexerModels.ApplicationsResponse.html#nextToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ApplicationsResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.ApplicationsResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationsResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.ApplicationsResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ApplicationsResponse\"},{\"kind\":128,\"name\":\"Asset\",\"url\":\"classes/indexerModels.Asset.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.Asset.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.Asset\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.Asset.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.Asset\"},{\"kind\":1024,\"name\":\"index\",\"url\":\"classes/indexerModels.Asset.html#index\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Asset\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"classes/indexerModels.Asset.html#params\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Asset\"},{\"kind\":1024,\"name\":\"createdAtRound\",\"url\":\"classes/indexerModels.Asset.html#createdAtRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Asset\"},{\"kind\":1024,\"name\":\"deleted\",\"url\":\"classes/indexerModels.Asset.html#deleted\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Asset\"},{\"kind\":1024,\"name\":\"destroyedAtRound\",\"url\":\"classes/indexerModels.Asset.html#destroyedAtRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Asset\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.Asset.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.Asset\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.Asset.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.Asset\"},{\"kind\":128,\"name\":\"AssetBalancesResponse\",\"url\":\"classes/indexerModels.AssetBalancesResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.AssetBalancesResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetBalancesResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.AssetBalancesResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetBalancesResponse\"},{\"kind\":1024,\"name\":\"balances\",\"url\":\"classes/indexerModels.AssetBalancesResponse.html#balances\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetBalancesResponse\"},{\"kind\":1024,\"name\":\"currentRound\",\"url\":\"classes/indexerModels.AssetBalancesResponse.html#currentRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetBalancesResponse\"},{\"kind\":1024,\"name\":\"nextToken\",\"url\":\"classes/indexerModels.AssetBalancesResponse.html#nextToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetBalancesResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.AssetBalancesResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AssetBalancesResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.AssetBalancesResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AssetBalancesResponse\"},{\"kind\":128,\"name\":\"AssetHolding\",\"url\":\"classes/indexerModels.AssetHolding.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.AssetHolding.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetHolding\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.AssetHolding.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetHolding\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"classes/indexerModels.AssetHolding.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetHolding\"},{\"kind\":1024,\"name\":\"assetId\",\"url\":\"classes/indexerModels.AssetHolding.html#assetId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetHolding\"},{\"kind\":1024,\"name\":\"isFrozen\",\"url\":\"classes/indexerModels.AssetHolding.html#isFrozen\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetHolding\"},{\"kind\":1024,\"name\":\"deleted\",\"url\":\"classes/indexerModels.AssetHolding.html#deleted\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetHolding\"},{\"kind\":1024,\"name\":\"optedInAtRound\",\"url\":\"classes/indexerModels.AssetHolding.html#optedInAtRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetHolding\"},{\"kind\":1024,\"name\":\"optedOutAtRound\",\"url\":\"classes/indexerModels.AssetHolding.html#optedOutAtRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetHolding\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.AssetHolding.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AssetHolding\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.AssetHolding.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AssetHolding\"},{\"kind\":128,\"name\":\"AssetHoldingsResponse\",\"url\":\"classes/indexerModels.AssetHoldingsResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.AssetHoldingsResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetHoldingsResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.AssetHoldingsResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetHoldingsResponse\"},{\"kind\":1024,\"name\":\"assets\",\"url\":\"classes/indexerModels.AssetHoldingsResponse.html#assets\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetHoldingsResponse\"},{\"kind\":1024,\"name\":\"currentRound\",\"url\":\"classes/indexerModels.AssetHoldingsResponse.html#currentRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetHoldingsResponse\"},{\"kind\":1024,\"name\":\"nextToken\",\"url\":\"classes/indexerModels.AssetHoldingsResponse.html#nextToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetHoldingsResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.AssetHoldingsResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AssetHoldingsResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.AssetHoldingsResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AssetHoldingsResponse\"},{\"kind\":128,\"name\":\"AssetParams\",\"url\":\"classes/indexerModels.AssetParams.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.AssetParams.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.AssetParams.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"creator\",\"url\":\"classes/indexerModels.AssetParams.html#creator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"decimals\",\"url\":\"classes/indexerModels.AssetParams.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"total\",\"url\":\"classes/indexerModels.AssetParams.html#total\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"clawback\",\"url\":\"classes/indexerModels.AssetParams.html#clawback\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"defaultFrozen\",\"url\":\"classes/indexerModels.AssetParams.html#defaultFrozen\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"freeze\",\"url\":\"classes/indexerModels.AssetParams.html#freeze\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"manager\",\"url\":\"classes/indexerModels.AssetParams.html#manager\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"metadataHash\",\"url\":\"classes/indexerModels.AssetParams.html#metadataHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/indexerModels.AssetParams.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"nameB64\",\"url\":\"classes/indexerModels.AssetParams.html#nameB64\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"classes/indexerModels.AssetParams.html#reserve\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"unitName\",\"url\":\"classes/indexerModels.AssetParams.html#unitName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"unitNameB64\",\"url\":\"classes/indexerModels.AssetParams.html#unitNameB64\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"classes/indexerModels.AssetParams.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"urlB64\",\"url\":\"classes/indexerModels.AssetParams.html#urlB64\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.AssetParams.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.AssetParams.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AssetParams\"},{\"kind\":128,\"name\":\"AssetResponse\",\"url\":\"classes/indexerModels.AssetResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.AssetResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.AssetResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetResponse\"},{\"kind\":1024,\"name\":\"asset\",\"url\":\"classes/indexerModels.AssetResponse.html#asset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetResponse\"},{\"kind\":1024,\"name\":\"currentRound\",\"url\":\"classes/indexerModels.AssetResponse.html#currentRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.AssetResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AssetResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.AssetResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AssetResponse\"},{\"kind\":128,\"name\":\"AssetsResponse\",\"url\":\"classes/indexerModels.AssetsResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.AssetsResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetsResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.AssetsResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetsResponse\"},{\"kind\":1024,\"name\":\"assets\",\"url\":\"classes/indexerModels.AssetsResponse.html#assets\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetsResponse\"},{\"kind\":1024,\"name\":\"currentRound\",\"url\":\"classes/indexerModels.AssetsResponse.html#currentRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetsResponse\"},{\"kind\":1024,\"name\":\"nextToken\",\"url\":\"classes/indexerModels.AssetsResponse.html#nextToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.AssetsResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.AssetsResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AssetsResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.AssetsResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.AssetsResponse\"},{\"kind\":128,\"name\":\"Block\",\"url\":\"classes/indexerModels.Block.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.Block.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.Block.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"genesisHash\",\"url\":\"classes/indexerModels.Block.html#genesisHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"genesisId\",\"url\":\"classes/indexerModels.Block.html#genesisId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"previousBlockHash\",\"url\":\"classes/indexerModels.Block.html#previousBlockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/indexerModels.Block.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"seed\",\"url\":\"classes/indexerModels.Block.html#seed\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"classes/indexerModels.Block.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"transactionsRoot\",\"url\":\"classes/indexerModels.Block.html#transactionsRoot\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"transactionsRootSha256\",\"url\":\"classes/indexerModels.Block.html#transactionsRootSha256\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"bonus\",\"url\":\"classes/indexerModels.Block.html#bonus\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"feesCollected\",\"url\":\"classes/indexerModels.Block.html#feesCollected\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"participationUpdates\",\"url\":\"classes/indexerModels.Block.html#participationUpdates\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"proposer\",\"url\":\"classes/indexerModels.Block.html#proposer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"proposerPayout\",\"url\":\"classes/indexerModels.Block.html#proposerPayout\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"rewards\",\"url\":\"classes/indexerModels.Block.html#rewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"stateProofTracking\",\"url\":\"classes/indexerModels.Block.html#stateProofTracking\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"transactions\",\"url\":\"classes/indexerModels.Block.html#transactions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"txnCounter\",\"url\":\"classes/indexerModels.Block.html#txnCounter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"upgradeState\",\"url\":\"classes/indexerModels.Block.html#upgradeState\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"upgradeVote\",\"url\":\"classes/indexerModels.Block.html#upgradeVote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Block\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.Block.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.Block\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.Block.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.Block\"},{\"kind\":128,\"name\":\"BlockRewards\",\"url\":\"classes/indexerModels.BlockRewards.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.BlockRewards.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockRewards\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.BlockRewards.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockRewards\"},{\"kind\":1024,\"name\":\"feeSink\",\"url\":\"classes/indexerModels.BlockRewards.html#feeSink\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockRewards\"},{\"kind\":1024,\"name\":\"rewardsCalculationRound\",\"url\":\"classes/indexerModels.BlockRewards.html#rewardsCalculationRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockRewards\"},{\"kind\":1024,\"name\":\"rewardsLevel\",\"url\":\"classes/indexerModels.BlockRewards.html#rewardsLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockRewards\"},{\"kind\":1024,\"name\":\"rewardsPool\",\"url\":\"classes/indexerModels.BlockRewards.html#rewardsPool\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockRewards\"},{\"kind\":1024,\"name\":\"rewardsRate\",\"url\":\"classes/indexerModels.BlockRewards.html#rewardsRate\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockRewards\"},{\"kind\":1024,\"name\":\"rewardsResidue\",\"url\":\"classes/indexerModels.BlockRewards.html#rewardsResidue\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockRewards\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.BlockRewards.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.BlockRewards\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.BlockRewards.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.BlockRewards\"},{\"kind\":128,\"name\":\"BlockUpgradeState\",\"url\":\"classes/indexerModels.BlockUpgradeState.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.BlockUpgradeState.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockUpgradeState\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.BlockUpgradeState.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockUpgradeState\"},{\"kind\":1024,\"name\":\"currentProtocol\",\"url\":\"classes/indexerModels.BlockUpgradeState.html#currentProtocol\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockUpgradeState\"},{\"kind\":1024,\"name\":\"nextProtocol\",\"url\":\"classes/indexerModels.BlockUpgradeState.html#nextProtocol\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockUpgradeState\"},{\"kind\":1024,\"name\":\"nextProtocolApprovals\",\"url\":\"classes/indexerModels.BlockUpgradeState.html#nextProtocolApprovals\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockUpgradeState\"},{\"kind\":1024,\"name\":\"nextProtocolSwitchOn\",\"url\":\"classes/indexerModels.BlockUpgradeState.html#nextProtocolSwitchOn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockUpgradeState\"},{\"kind\":1024,\"name\":\"nextProtocolVoteBefore\",\"url\":\"classes/indexerModels.BlockUpgradeState.html#nextProtocolVoteBefore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockUpgradeState\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.BlockUpgradeState.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.BlockUpgradeState\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.BlockUpgradeState.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.BlockUpgradeState\"},{\"kind\":128,\"name\":\"BlockUpgradeVote\",\"url\":\"classes/indexerModels.BlockUpgradeVote.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.BlockUpgradeVote.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockUpgradeVote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.BlockUpgradeVote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockUpgradeVote\"},{\"kind\":1024,\"name\":\"upgradeApprove\",\"url\":\"classes/indexerModels.BlockUpgradeVote.html#upgradeApprove\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockUpgradeVote\"},{\"kind\":1024,\"name\":\"upgradeDelay\",\"url\":\"classes/indexerModels.BlockUpgradeVote.html#upgradeDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockUpgradeVote\"},{\"kind\":1024,\"name\":\"upgradePropose\",\"url\":\"classes/indexerModels.BlockUpgradeVote.html#upgradePropose\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BlockUpgradeVote\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.BlockUpgradeVote.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.BlockUpgradeVote\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.BlockUpgradeVote.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.BlockUpgradeVote\"},{\"kind\":128,\"name\":\"Box\",\"url\":\"classes/indexerModels.Box.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.Box.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.Box\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.Box.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.Box\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/indexerModels.Box.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Box\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/indexerModels.Box.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Box\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/indexerModels.Box.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Box\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.Box.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.Box\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.Box.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.Box\"},{\"kind\":128,\"name\":\"BoxDescriptor\",\"url\":\"classes/indexerModels.BoxDescriptor.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.BoxDescriptor.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.BoxDescriptor\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.BoxDescriptor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.BoxDescriptor\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/indexerModels.BoxDescriptor.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BoxDescriptor\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.BoxDescriptor.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.BoxDescriptor\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.BoxDescriptor.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.BoxDescriptor\"},{\"kind\":128,\"name\":\"BoxesResponse\",\"url\":\"classes/indexerModels.BoxesResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.BoxesResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.BoxesResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.BoxesResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.BoxesResponse\"},{\"kind\":1024,\"name\":\"applicationId\",\"url\":\"classes/indexerModels.BoxesResponse.html#applicationId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BoxesResponse\"},{\"kind\":1024,\"name\":\"boxes\",\"url\":\"classes/indexerModels.BoxesResponse.html#boxes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BoxesResponse\"},{\"kind\":1024,\"name\":\"nextToken\",\"url\":\"classes/indexerModels.BoxesResponse.html#nextToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.BoxesResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.BoxesResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.BoxesResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.BoxesResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.BoxesResponse\"},{\"kind\":128,\"name\":\"ErrorResponse\",\"url\":\"classes/indexerModels.ErrorResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.ErrorResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.ErrorResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.ErrorResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.ErrorResponse\"},{\"kind\":1024,\"name\":\"message\",\"url\":\"classes/indexerModels.ErrorResponse.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ErrorResponse\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"classes/indexerModels.ErrorResponse.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ErrorResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.ErrorResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ErrorResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.ErrorResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ErrorResponse\"},{\"kind\":128,\"name\":\"EvalDelta\",\"url\":\"classes/indexerModels.EvalDelta.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.EvalDelta.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.EvalDelta\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.EvalDelta.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.EvalDelta\"},{\"kind\":1024,\"name\":\"action\",\"url\":\"classes/indexerModels.EvalDelta.html#action\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.EvalDelta\"},{\"kind\":1024,\"name\":\"bytes\",\"url\":\"classes/indexerModels.EvalDelta.html#bytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.EvalDelta\"},{\"kind\":1024,\"name\":\"uint\",\"url\":\"classes/indexerModels.EvalDelta.html#uint\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.EvalDelta\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.EvalDelta.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.EvalDelta\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.EvalDelta.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.EvalDelta\"},{\"kind\":128,\"name\":\"EvalDeltaKeyValue\",\"url\":\"classes/indexerModels.EvalDeltaKeyValue.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.EvalDeltaKeyValue.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.EvalDeltaKeyValue\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.EvalDeltaKeyValue.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.EvalDeltaKeyValue\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"classes/indexerModels.EvalDeltaKeyValue.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.EvalDeltaKeyValue\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/indexerModels.EvalDeltaKeyValue.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.EvalDeltaKeyValue\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.EvalDeltaKeyValue.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.EvalDeltaKeyValue\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.EvalDeltaKeyValue.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.EvalDeltaKeyValue\"},{\"kind\":128,\"name\":\"HashFactory\",\"url\":\"classes/indexerModels.HashFactory.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.HashFactory.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.HashFactory\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.HashFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.HashFactory\"},{\"kind\":1024,\"name\":\"hashType\",\"url\":\"classes/indexerModels.HashFactory.html#hashType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.HashFactory\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.HashFactory.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.HashFactory\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.HashFactory.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.HashFactory\"},{\"kind\":128,\"name\":\"HealthCheck\",\"url\":\"classes/indexerModels.HealthCheck.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.HealthCheck.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.HealthCheck\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.HealthCheck.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.HealthCheck\"},{\"kind\":1024,\"name\":\"dbAvailable\",\"url\":\"classes/indexerModels.HealthCheck.html#dbAvailable\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.HealthCheck\"},{\"kind\":1024,\"name\":\"isMigrating\",\"url\":\"classes/indexerModels.HealthCheck.html#isMigrating\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.HealthCheck\"},{\"kind\":1024,\"name\":\"message\",\"url\":\"classes/indexerModels.HealthCheck.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.HealthCheck\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/indexerModels.HealthCheck.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.HealthCheck\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"classes/indexerModels.HealthCheck.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.HealthCheck\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"classes/indexerModels.HealthCheck.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.HealthCheck\"},{\"kind\":1024,\"name\":\"errors\",\"url\":\"classes/indexerModels.HealthCheck.html#errors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.HealthCheck\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.HealthCheck.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.HealthCheck\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.HealthCheck.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.HealthCheck\"},{\"kind\":128,\"name\":\"IndexerStateProofMessage\",\"url\":\"classes/indexerModels.IndexerStateProofMessage.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.IndexerStateProofMessage.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.IndexerStateProofMessage\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.IndexerStateProofMessage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.IndexerStateProofMessage\"},{\"kind\":1024,\"name\":\"blockHeadersCommitment\",\"url\":\"classes/indexerModels.IndexerStateProofMessage.html#blockHeadersCommitment\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.IndexerStateProofMessage\"},{\"kind\":1024,\"name\":\"firstAttestedRound\",\"url\":\"classes/indexerModels.IndexerStateProofMessage.html#firstAttestedRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.IndexerStateProofMessage\"},{\"kind\":1024,\"name\":\"latestAttestedRound\",\"url\":\"classes/indexerModels.IndexerStateProofMessage.html#latestAttestedRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.IndexerStateProofMessage\"},{\"kind\":1024,\"name\":\"lnProvenWeight\",\"url\":\"classes/indexerModels.IndexerStateProofMessage.html#lnProvenWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.IndexerStateProofMessage\"},{\"kind\":1024,\"name\":\"votersCommitment\",\"url\":\"classes/indexerModels.IndexerStateProofMessage.html#votersCommitment\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.IndexerStateProofMessage\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.IndexerStateProofMessage.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.IndexerStateProofMessage\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.IndexerStateProofMessage.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.IndexerStateProofMessage\"},{\"kind\":128,\"name\":\"MerkleArrayProof\",\"url\":\"classes/indexerModels.MerkleArrayProof.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.MerkleArrayProof.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.MerkleArrayProof\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.MerkleArrayProof.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.MerkleArrayProof\"},{\"kind\":1024,\"name\":\"hashFactory\",\"url\":\"classes/indexerModels.MerkleArrayProof.html#hashFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.MerkleArrayProof\"},{\"kind\":1024,\"name\":\"path\",\"url\":\"classes/indexerModels.MerkleArrayProof.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.MerkleArrayProof\"},{\"kind\":1024,\"name\":\"treeDepth\",\"url\":\"classes/indexerModels.MerkleArrayProof.html#treeDepth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.MerkleArrayProof\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.MerkleArrayProof.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.MerkleArrayProof\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.MerkleArrayProof.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.MerkleArrayProof\"},{\"kind\":128,\"name\":\"MiniAssetHolding\",\"url\":\"classes/indexerModels.MiniAssetHolding.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.MiniAssetHolding.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.MiniAssetHolding\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.MiniAssetHolding.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.MiniAssetHolding\"},{\"kind\":1024,\"name\":\"address\",\"url\":\"classes/indexerModels.MiniAssetHolding.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.MiniAssetHolding\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"classes/indexerModels.MiniAssetHolding.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.MiniAssetHolding\"},{\"kind\":1024,\"name\":\"isFrozen\",\"url\":\"classes/indexerModels.MiniAssetHolding.html#isFrozen\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.MiniAssetHolding\"},{\"kind\":1024,\"name\":\"deleted\",\"url\":\"classes/indexerModels.MiniAssetHolding.html#deleted\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.MiniAssetHolding\"},{\"kind\":1024,\"name\":\"optedInAtRound\",\"url\":\"classes/indexerModels.MiniAssetHolding.html#optedInAtRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.MiniAssetHolding\"},{\"kind\":1024,\"name\":\"optedOutAtRound\",\"url\":\"classes/indexerModels.MiniAssetHolding.html#optedOutAtRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.MiniAssetHolding\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.MiniAssetHolding.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.MiniAssetHolding\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.MiniAssetHolding.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.MiniAssetHolding\"},{\"kind\":128,\"name\":\"ParticipationUpdates\",\"url\":\"classes/indexerModels.ParticipationUpdates.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.ParticipationUpdates.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.ParticipationUpdates\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.ParticipationUpdates.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.ParticipationUpdates\"},{\"kind\":1024,\"name\":\"absentParticipationAccounts\",\"url\":\"classes/indexerModels.ParticipationUpdates.html#absentParticipationAccounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ParticipationUpdates\"},{\"kind\":1024,\"name\":\"expiredParticipationAccounts\",\"url\":\"classes/indexerModels.ParticipationUpdates.html#expiredParticipationAccounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.ParticipationUpdates\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.ParticipationUpdates.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ParticipationUpdates\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.ParticipationUpdates.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.ParticipationUpdates\"},{\"kind\":128,\"name\":\"StateProofFields\",\"url\":\"classes/indexerModels.StateProofFields.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofFields.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofFields\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.StateProofFields.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofFields\"},{\"kind\":1024,\"name\":\"partProofs\",\"url\":\"classes/indexerModels.StateProofFields.html#partProofs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofFields\"},{\"kind\":1024,\"name\":\"positionsToReveal\",\"url\":\"classes/indexerModels.StateProofFields.html#positionsToReveal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofFields\"},{\"kind\":1024,\"name\":\"reveals\",\"url\":\"classes/indexerModels.StateProofFields.html#reveals\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofFields\"},{\"kind\":1024,\"name\":\"saltVersion\",\"url\":\"classes/indexerModels.StateProofFields.html#saltVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofFields\"},{\"kind\":1024,\"name\":\"sigCommit\",\"url\":\"classes/indexerModels.StateProofFields.html#sigCommit\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofFields\"},{\"kind\":1024,\"name\":\"sigProofs\",\"url\":\"classes/indexerModels.StateProofFields.html#sigProofs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofFields\"},{\"kind\":1024,\"name\":\"signedWeight\",\"url\":\"classes/indexerModels.StateProofFields.html#signedWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofFields\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.StateProofFields.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofFields\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofFields.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofFields\"},{\"kind\":128,\"name\":\"StateProofParticipant\",\"url\":\"classes/indexerModels.StateProofParticipant.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofParticipant.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofParticipant\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.StateProofParticipant.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofParticipant\"},{\"kind\":1024,\"name\":\"verifier\",\"url\":\"classes/indexerModels.StateProofParticipant.html#verifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofParticipant\"},{\"kind\":1024,\"name\":\"weight\",\"url\":\"classes/indexerModels.StateProofParticipant.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofParticipant\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.StateProofParticipant.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofParticipant\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofParticipant.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofParticipant\"},{\"kind\":128,\"name\":\"StateProofReveal\",\"url\":\"classes/indexerModels.StateProofReveal.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofReveal.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofReveal\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.StateProofReveal.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofReveal\"},{\"kind\":1024,\"name\":\"participant\",\"url\":\"classes/indexerModels.StateProofReveal.html#participant\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofReveal\"},{\"kind\":1024,\"name\":\"position\",\"url\":\"classes/indexerModels.StateProofReveal.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofReveal\"},{\"kind\":1024,\"name\":\"sigSlot\",\"url\":\"classes/indexerModels.StateProofReveal.html#sigSlot\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofReveal\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.StateProofReveal.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofReveal\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofReveal.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofReveal\"},{\"kind\":128,\"name\":\"StateProofSigSlot\",\"url\":\"classes/indexerModels.StateProofSigSlot.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofSigSlot.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofSigSlot\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.StateProofSigSlot.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofSigSlot\"},{\"kind\":1024,\"name\":\"lowerSigWeight\",\"url\":\"classes/indexerModels.StateProofSigSlot.html#lowerSigWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofSigSlot\"},{\"kind\":1024,\"name\":\"signature\",\"url\":\"classes/indexerModels.StateProofSigSlot.html#signature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofSigSlot\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.StateProofSigSlot.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofSigSlot\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofSigSlot.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofSigSlot\"},{\"kind\":128,\"name\":\"StateProofSignature\",\"url\":\"classes/indexerModels.StateProofSignature.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofSignature.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofSignature\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.StateProofSignature.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofSignature\"},{\"kind\":1024,\"name\":\"falconSignature\",\"url\":\"classes/indexerModels.StateProofSignature.html#falconSignature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofSignature\"},{\"kind\":1024,\"name\":\"merkleArrayIndex\",\"url\":\"classes/indexerModels.StateProofSignature.html#merkleArrayIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofSignature\"},{\"kind\":1024,\"name\":\"proof\",\"url\":\"classes/indexerModels.StateProofSignature.html#proof\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofSignature\"},{\"kind\":1024,\"name\":\"verifyingKey\",\"url\":\"classes/indexerModels.StateProofSignature.html#verifyingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofSignature\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.StateProofSignature.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofSignature\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofSignature.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofSignature\"},{\"kind\":128,\"name\":\"StateProofTracking\",\"url\":\"classes/indexerModels.StateProofTracking.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofTracking.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofTracking\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.StateProofTracking.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofTracking\"},{\"kind\":1024,\"name\":\"nextRound\",\"url\":\"classes/indexerModels.StateProofTracking.html#nextRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofTracking\"},{\"kind\":1024,\"name\":\"onlineTotalWeight\",\"url\":\"classes/indexerModels.StateProofTracking.html#onlineTotalWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofTracking\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/indexerModels.StateProofTracking.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofTracking\"},{\"kind\":1024,\"name\":\"votersCommitment\",\"url\":\"classes/indexerModels.StateProofTracking.html#votersCommitment\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofTracking\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.StateProofTracking.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofTracking\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofTracking.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofTracking\"},{\"kind\":128,\"name\":\"StateProofVerifier\",\"url\":\"classes/indexerModels.StateProofVerifier.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofVerifier.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofVerifier\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.StateProofVerifier.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofVerifier\"},{\"kind\":1024,\"name\":\"commitment\",\"url\":\"classes/indexerModels.StateProofVerifier.html#commitment\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofVerifier\"},{\"kind\":1024,\"name\":\"keyLifetime\",\"url\":\"classes/indexerModels.StateProofVerifier.html#keyLifetime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateProofVerifier\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.StateProofVerifier.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofVerifier\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.StateProofVerifier.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateProofVerifier\"},{\"kind\":128,\"name\":\"StateSchema\",\"url\":\"classes/indexerModels.StateSchema.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.StateSchema.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.StateSchema\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.StateSchema.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.StateSchema\"},{\"kind\":1024,\"name\":\"numByteSlice\",\"url\":\"classes/indexerModels.StateSchema.html#numByteSlice\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateSchema\"},{\"kind\":1024,\"name\":\"numUint\",\"url\":\"classes/indexerModels.StateSchema.html#numUint\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.StateSchema\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.StateSchema.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateSchema\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.StateSchema.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.StateSchema\"},{\"kind\":128,\"name\":\"TealKeyValue\",\"url\":\"classes/indexerModels.TealKeyValue.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TealKeyValue.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TealKeyValue\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TealKeyValue.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TealKeyValue\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"classes/indexerModels.TealKeyValue.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TealKeyValue\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/indexerModels.TealKeyValue.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TealKeyValue\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TealKeyValue.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TealKeyValue\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TealKeyValue.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TealKeyValue\"},{\"kind\":128,\"name\":\"TealValue\",\"url\":\"classes/indexerModels.TealValue.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TealValue.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TealValue\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TealValue.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TealValue\"},{\"kind\":1024,\"name\":\"bytes\",\"url\":\"classes/indexerModels.TealValue.html#bytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TealValue\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/indexerModels.TealValue.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TealValue\"},{\"kind\":1024,\"name\":\"uint\",\"url\":\"classes/indexerModels.TealValue.html#uint\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TealValue\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TealValue.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TealValue\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TealValue.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TealValue\"},{\"kind\":128,\"name\":\"Transaction\",\"url\":\"classes/indexerModels.Transaction.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.Transaction.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.Transaction.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"fee\",\"url\":\"classes/indexerModels.Transaction.html#fee\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"firstValid\",\"url\":\"classes/indexerModels.Transaction.html#firstValid\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"lastValid\",\"url\":\"classes/indexerModels.Transaction.html#lastValid\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"sender\",\"url\":\"classes/indexerModels.Transaction.html#sender\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"applicationTransaction\",\"url\":\"classes/indexerModels.Transaction.html#applicationTransaction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"assetConfigTransaction\",\"url\":\"classes/indexerModels.Transaction.html#assetConfigTransaction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"assetFreezeTransaction\",\"url\":\"classes/indexerModels.Transaction.html#assetFreezeTransaction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"assetTransferTransaction\",\"url\":\"classes/indexerModels.Transaction.html#assetTransferTransaction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"authAddr\",\"url\":\"classes/indexerModels.Transaction.html#authAddr\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"closeRewards\",\"url\":\"classes/indexerModels.Transaction.html#closeRewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"closingAmount\",\"url\":\"classes/indexerModels.Transaction.html#closingAmount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"confirmedRound\",\"url\":\"classes/indexerModels.Transaction.html#confirmedRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"createdApplicationIndex\",\"url\":\"classes/indexerModels.Transaction.html#createdApplicationIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"createdAssetIndex\",\"url\":\"classes/indexerModels.Transaction.html#createdAssetIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"genesisHash\",\"url\":\"classes/indexerModels.Transaction.html#genesisHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"genesisId\",\"url\":\"classes/indexerModels.Transaction.html#genesisId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"globalStateDelta\",\"url\":\"classes/indexerModels.Transaction.html#globalStateDelta\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"group\",\"url\":\"classes/indexerModels.Transaction.html#group\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/indexerModels.Transaction.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"innerTxns\",\"url\":\"classes/indexerModels.Transaction.html#innerTxns\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"intraRoundOffset\",\"url\":\"classes/indexerModels.Transaction.html#intraRoundOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"keyregTransaction\",\"url\":\"classes/indexerModels.Transaction.html#keyregTransaction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"lease\",\"url\":\"classes/indexerModels.Transaction.html#lease\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"localStateDelta\",\"url\":\"classes/indexerModels.Transaction.html#localStateDelta\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"logs\",\"url\":\"classes/indexerModels.Transaction.html#logs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"classes/indexerModels.Transaction.html#note\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"paymentTransaction\",\"url\":\"classes/indexerModels.Transaction.html#paymentTransaction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"receiverRewards\",\"url\":\"classes/indexerModels.Transaction.html#receiverRewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"rekeyTo\",\"url\":\"classes/indexerModels.Transaction.html#rekeyTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"roundTime\",\"url\":\"classes/indexerModels.Transaction.html#roundTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"senderRewards\",\"url\":\"classes/indexerModels.Transaction.html#senderRewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"signature\",\"url\":\"classes/indexerModels.Transaction.html#signature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"stateProofTransaction\",\"url\":\"classes/indexerModels.Transaction.html#stateProofTransaction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"txType\",\"url\":\"classes/indexerModels.Transaction.html#txType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.Transaction.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.Transaction.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.Transaction\"},{\"kind\":128,\"name\":\"TransactionApplication\",\"url\":\"classes/indexerModels.TransactionApplication.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionApplication.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TransactionApplication.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":1024,\"name\":\"applicationId\",\"url\":\"classes/indexerModels.TransactionApplication.html#applicationId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":1024,\"name\":\"accounts\",\"url\":\"classes/indexerModels.TransactionApplication.html#accounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":1024,\"name\":\"applicationArgs\",\"url\":\"classes/indexerModels.TransactionApplication.html#applicationArgs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":1024,\"name\":\"approvalProgram\",\"url\":\"classes/indexerModels.TransactionApplication.html#approvalProgram\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":1024,\"name\":\"clearStateProgram\",\"url\":\"classes/indexerModels.TransactionApplication.html#clearStateProgram\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":1024,\"name\":\"extraProgramPages\",\"url\":\"classes/indexerModels.TransactionApplication.html#extraProgramPages\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":1024,\"name\":\"foreignApps\",\"url\":\"classes/indexerModels.TransactionApplication.html#foreignApps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":1024,\"name\":\"foreignAssets\",\"url\":\"classes/indexerModels.TransactionApplication.html#foreignAssets\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":1024,\"name\":\"globalStateSchema\",\"url\":\"classes/indexerModels.TransactionApplication.html#globalStateSchema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":1024,\"name\":\"localStateSchema\",\"url\":\"classes/indexerModels.TransactionApplication.html#localStateSchema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":1024,\"name\":\"onCompletion\",\"url\":\"classes/indexerModels.TransactionApplication.html#onCompletion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TransactionApplication.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionApplication.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionApplication\"},{\"kind\":128,\"name\":\"TransactionAssetConfig\",\"url\":\"classes/indexerModels.TransactionAssetConfig.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionAssetConfig.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetConfig\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TransactionAssetConfig.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetConfig\"},{\"kind\":1024,\"name\":\"assetId\",\"url\":\"classes/indexerModels.TransactionAssetConfig.html#assetId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetConfig\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"classes/indexerModels.TransactionAssetConfig.html#params\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetConfig\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TransactionAssetConfig.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionAssetConfig\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionAssetConfig.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionAssetConfig\"},{\"kind\":128,\"name\":\"TransactionAssetFreeze\",\"url\":\"classes/indexerModels.TransactionAssetFreeze.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionAssetFreeze.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetFreeze\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TransactionAssetFreeze.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetFreeze\"},{\"kind\":1024,\"name\":\"address\",\"url\":\"classes/indexerModels.TransactionAssetFreeze.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetFreeze\"},{\"kind\":1024,\"name\":\"assetId\",\"url\":\"classes/indexerModels.TransactionAssetFreeze.html#assetId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetFreeze\"},{\"kind\":1024,\"name\":\"newFreezeStatus\",\"url\":\"classes/indexerModels.TransactionAssetFreeze.html#newFreezeStatus\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetFreeze\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TransactionAssetFreeze.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionAssetFreeze\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionAssetFreeze.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionAssetFreeze\"},{\"kind\":128,\"name\":\"TransactionAssetTransfer\",\"url\":\"classes/indexerModels.TransactionAssetTransfer.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionAssetTransfer.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetTransfer\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TransactionAssetTransfer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetTransfer\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"classes/indexerModels.TransactionAssetTransfer.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetTransfer\"},{\"kind\":1024,\"name\":\"assetId\",\"url\":\"classes/indexerModels.TransactionAssetTransfer.html#assetId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetTransfer\"},{\"kind\":1024,\"name\":\"receiver\",\"url\":\"classes/indexerModels.TransactionAssetTransfer.html#receiver\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetTransfer\"},{\"kind\":1024,\"name\":\"closeAmount\",\"url\":\"classes/indexerModels.TransactionAssetTransfer.html#closeAmount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetTransfer\"},{\"kind\":1024,\"name\":\"closeTo\",\"url\":\"classes/indexerModels.TransactionAssetTransfer.html#closeTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetTransfer\"},{\"kind\":1024,\"name\":\"sender\",\"url\":\"classes/indexerModels.TransactionAssetTransfer.html#sender\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionAssetTransfer\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TransactionAssetTransfer.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionAssetTransfer\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionAssetTransfer.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionAssetTransfer\"},{\"kind\":128,\"name\":\"TransactionKeyreg\",\"url\":\"classes/indexerModels.TransactionKeyreg.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionKeyreg.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionKeyreg\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TransactionKeyreg.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionKeyreg\"},{\"kind\":1024,\"name\":\"nonParticipation\",\"url\":\"classes/indexerModels.TransactionKeyreg.html#nonParticipation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionKeyreg\"},{\"kind\":1024,\"name\":\"selectionParticipationKey\",\"url\":\"classes/indexerModels.TransactionKeyreg.html#selectionParticipationKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionKeyreg\"},{\"kind\":1024,\"name\":\"stateProofKey\",\"url\":\"classes/indexerModels.TransactionKeyreg.html#stateProofKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionKeyreg\"},{\"kind\":1024,\"name\":\"voteFirstValid\",\"url\":\"classes/indexerModels.TransactionKeyreg.html#voteFirstValid\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionKeyreg\"},{\"kind\":1024,\"name\":\"voteKeyDilution\",\"url\":\"classes/indexerModels.TransactionKeyreg.html#voteKeyDilution\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionKeyreg\"},{\"kind\":1024,\"name\":\"voteLastValid\",\"url\":\"classes/indexerModels.TransactionKeyreg.html#voteLastValid\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionKeyreg\"},{\"kind\":1024,\"name\":\"voteParticipationKey\",\"url\":\"classes/indexerModels.TransactionKeyreg.html#voteParticipationKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionKeyreg\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TransactionKeyreg.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionKeyreg\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionKeyreg.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionKeyreg\"},{\"kind\":128,\"name\":\"TransactionPayment\",\"url\":\"classes/indexerModels.TransactionPayment.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionPayment.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionPayment\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TransactionPayment.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionPayment\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"classes/indexerModels.TransactionPayment.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionPayment\"},{\"kind\":1024,\"name\":\"receiver\",\"url\":\"classes/indexerModels.TransactionPayment.html#receiver\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionPayment\"},{\"kind\":1024,\"name\":\"closeAmount\",\"url\":\"classes/indexerModels.TransactionPayment.html#closeAmount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionPayment\"},{\"kind\":1024,\"name\":\"closeRemainderTo\",\"url\":\"classes/indexerModels.TransactionPayment.html#closeRemainderTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionPayment\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TransactionPayment.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionPayment\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionPayment.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionPayment\"},{\"kind\":128,\"name\":\"TransactionResponse\",\"url\":\"classes/indexerModels.TransactionResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TransactionResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionResponse\"},{\"kind\":1024,\"name\":\"currentRound\",\"url\":\"classes/indexerModels.TransactionResponse.html#currentRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionResponse\"},{\"kind\":1024,\"name\":\"transaction\",\"url\":\"classes/indexerModels.TransactionResponse.html#transaction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TransactionResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionResponse\"},{\"kind\":128,\"name\":\"TransactionSignature\",\"url\":\"classes/indexerModels.TransactionSignature.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionSignature.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignature\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TransactionSignature.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignature\"},{\"kind\":1024,\"name\":\"logicsig\",\"url\":\"classes/indexerModels.TransactionSignature.html#logicsig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignature\"},{\"kind\":1024,\"name\":\"multisig\",\"url\":\"classes/indexerModels.TransactionSignature.html#multisig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignature\"},{\"kind\":1024,\"name\":\"sig\",\"url\":\"classes/indexerModels.TransactionSignature.html#sig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignature\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TransactionSignature.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionSignature\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionSignature.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionSignature\"},{\"kind\":128,\"name\":\"TransactionSignatureLogicsig\",\"url\":\"classes/indexerModels.TransactionSignatureLogicsig.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionSignatureLogicsig.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureLogicsig\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TransactionSignatureLogicsig.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureLogicsig\"},{\"kind\":1024,\"name\":\"logic\",\"url\":\"classes/indexerModels.TransactionSignatureLogicsig.html#logic\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureLogicsig\"},{\"kind\":1024,\"name\":\"args\",\"url\":\"classes/indexerModels.TransactionSignatureLogicsig.html#args\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureLogicsig\"},{\"kind\":1024,\"name\":\"multisigSignature\",\"url\":\"classes/indexerModels.TransactionSignatureLogicsig.html#multisigSignature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureLogicsig\"},{\"kind\":1024,\"name\":\"signature\",\"url\":\"classes/indexerModels.TransactionSignatureLogicsig.html#signature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureLogicsig\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TransactionSignatureLogicsig.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionSignatureLogicsig\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionSignatureLogicsig.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionSignatureLogicsig\"},{\"kind\":128,\"name\":\"TransactionSignatureMultisig\",\"url\":\"classes/indexerModels.TransactionSignatureMultisig.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionSignatureMultisig.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureMultisig\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TransactionSignatureMultisig.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureMultisig\"},{\"kind\":1024,\"name\":\"subsignature\",\"url\":\"classes/indexerModels.TransactionSignatureMultisig.html#subsignature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureMultisig\"},{\"kind\":1024,\"name\":\"threshold\",\"url\":\"classes/indexerModels.TransactionSignatureMultisig.html#threshold\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureMultisig\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"classes/indexerModels.TransactionSignatureMultisig.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureMultisig\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TransactionSignatureMultisig.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionSignatureMultisig\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionSignatureMultisig.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionSignatureMultisig\"},{\"kind\":128,\"name\":\"TransactionSignatureMultisigSubsignature\",\"url\":\"classes/indexerModels.TransactionSignatureMultisigSubsignature.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionSignatureMultisigSubsignature.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureMultisigSubsignature\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TransactionSignatureMultisigSubsignature.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureMultisigSubsignature\"},{\"kind\":1024,\"name\":\"publicKey\",\"url\":\"classes/indexerModels.TransactionSignatureMultisigSubsignature.html#publicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureMultisigSubsignature\"},{\"kind\":1024,\"name\":\"signature\",\"url\":\"classes/indexerModels.TransactionSignatureMultisigSubsignature.html#signature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionSignatureMultisigSubsignature\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TransactionSignatureMultisigSubsignature.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionSignatureMultisigSubsignature\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionSignatureMultisigSubsignature.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionSignatureMultisigSubsignature\"},{\"kind\":128,\"name\":\"TransactionStateProof\",\"url\":\"classes/indexerModels.TransactionStateProof.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionStateProof.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionStateProof\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TransactionStateProof.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionStateProof\"},{\"kind\":1024,\"name\":\"message\",\"url\":\"classes/indexerModels.TransactionStateProof.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionStateProof\"},{\"kind\":1024,\"name\":\"stateProof\",\"url\":\"classes/indexerModels.TransactionStateProof.html#stateProof\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionStateProof\"},{\"kind\":1024,\"name\":\"stateProofType\",\"url\":\"classes/indexerModels.TransactionStateProof.html#stateProofType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionStateProof\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TransactionStateProof.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionStateProof\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionStateProof.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionStateProof\"},{\"kind\":128,\"name\":\"TransactionsResponse\",\"url\":\"classes/indexerModels.TransactionsResponse.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"indexerModels\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionsResponse.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionsResponse\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/indexerModels.TransactionsResponse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionsResponse\"},{\"kind\":1024,\"name\":\"currentRound\",\"url\":\"classes/indexerModels.TransactionsResponse.html#currentRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionsResponse\"},{\"kind\":1024,\"name\":\"transactions\",\"url\":\"classes/indexerModels.TransactionsResponse.html#transactions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionsResponse\"},{\"kind\":1024,\"name\":\"nextToken\",\"url\":\"classes/indexerModels.TransactionsResponse.html#nextToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"indexerModels.TransactionsResponse\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/indexerModels.TransactionsResponse.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionsResponse\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/indexerModels.TransactionsResponse.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"indexerModels.TransactionsResponse\"},{\"kind\":64,\"name\":\"mnemonicToMasterDerivationKey\",\"url\":\"functions/mnemonicToMasterDerivationKey.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"masterDerivationKeyToMnemonic\",\"url\":\"functions/masterDerivationKeyToMnemonic.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"secretKeyToMnemonic\",\"url\":\"functions/secretKeyToMnemonic.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mnemonicToSecretKey\",\"url\":\"functions/mnemonicToSecretKey.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"seedFromMnemonic\",\"url\":\"functions/seedFromMnemonic.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mnemonicFromSeed\",\"url\":\"functions/mnemonicFromSeed.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"microalgosToAlgos\",\"url\":\"functions/microalgosToAlgos.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"algosToMicroalgos\",\"url\":\"functions/algosToMicroalgos.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"INVALID_MICROALGOS_ERROR_MSG\",\"url\":\"variables/INVALID_MICROALGOS_ERROR_MSG.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"computeGroupID\",\"url\":\"functions/computeGroupID.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"assignGroupID\",\"url\":\"functions/assignGroupID.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"LogicSig\",\"url\":\"classes/LogicSig.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/LogicSig.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":2048,\"name\":\"fromByte\",\"url\":\"classes/LogicSig.html#fromByte\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LogicSig.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":1024,\"name\":\"tag\",\"url\":\"classes/LogicSig.html#tag\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":1024,\"name\":\"logic\",\"url\":\"classes/LogicSig.html#logic\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":1024,\"name\":\"args\",\"url\":\"classes/LogicSig.html#args\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":1024,\"name\":\"sig\",\"url\":\"classes/LogicSig.html#sig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":1024,\"name\":\"msig\",\"url\":\"classes/LogicSig.html#msig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/LogicSig.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":2048,\"name\":\"verify\",\"url\":\"classes/LogicSig.html#verify\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":2048,\"name\":\"address\",\"url\":\"classes/LogicSig.html#address\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":2048,\"name\":\"sign\",\"url\":\"classes/LogicSig.html#sign\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":2048,\"name\":\"appendToMultisig\",\"url\":\"classes/LogicSig.html#appendToMultisig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":2048,\"name\":\"signProgram\",\"url\":\"classes/LogicSig.html#signProgram\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":2048,\"name\":\"singleSignMultisig\",\"url\":\"classes/LogicSig.html#singleSignMultisig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":2048,\"name\":\"toByte\",\"url\":\"classes/LogicSig.html#toByte\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSig\"},{\"kind\":128,\"name\":\"LogicSigAccount\",\"url\":\"classes/LogicSigAccount.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/LogicSigAccount.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSigAccount\"},{\"kind\":2048,\"name\":\"fromByte\",\"url\":\"classes/LogicSigAccount.html#fromByte\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSigAccount\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LogicSigAccount.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"LogicSigAccount\"},{\"kind\":1024,\"name\":\"lsig\",\"url\":\"classes/LogicSigAccount.html#lsig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LogicSigAccount\"},{\"kind\":1024,\"name\":\"sigkey\",\"url\":\"classes/LogicSigAccount.html#sigkey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LogicSigAccount\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/LogicSigAccount.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSigAccount\"},{\"kind\":2048,\"name\":\"toByte\",\"url\":\"classes/LogicSigAccount.html#toByte\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSigAccount\"},{\"kind\":2048,\"name\":\"isDelegated\",\"url\":\"classes/LogicSigAccount.html#isDelegated\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSigAccount\"},{\"kind\":2048,\"name\":\"verify\",\"url\":\"classes/LogicSigAccount.html#verify\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSigAccount\"},{\"kind\":2048,\"name\":\"address\",\"url\":\"classes/LogicSigAccount.html#address\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSigAccount\"},{\"kind\":2048,\"name\":\"signMultisig\",\"url\":\"classes/LogicSigAccount.html#signMultisig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSigAccount\"},{\"kind\":2048,\"name\":\"appendToMultisig\",\"url\":\"classes/LogicSigAccount.html#appendToMultisig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSigAccount\"},{\"kind\":2048,\"name\":\"sign\",\"url\":\"classes/LogicSigAccount.html#sign\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LogicSigAccount\"},{\"kind\":64,\"name\":\"signLogicSigTransaction\",\"url\":\"functions/signLogicSigTransaction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/signLogicSigTransaction.html#signLogicSigTransaction.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"signLogicSigTransaction.signLogicSigTransaction\"},{\"kind\":1024,\"name\":\"txID\",\"url\":\"functions/signLogicSigTransaction.html#signLogicSigTransaction.__type.txID\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"signLogicSigTransaction.signLogicSigTransaction.__type\"},{\"kind\":1024,\"name\":\"blob\",\"url\":\"functions/signLogicSigTransaction.html#signLogicSigTransaction.__type.blob\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"signLogicSigTransaction.signLogicSigTransaction.__type\"},{\"kind\":64,\"name\":\"signLogicSigTransactionObject\",\"url\":\"functions/signLogicSigTransactionObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/signLogicSigTransactionObject.html#signLogicSigTransactionObject.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"signLogicSigTransactionObject.signLogicSigTransactionObject\"},{\"kind\":1024,\"name\":\"txID\",\"url\":\"functions/signLogicSigTransactionObject.html#signLogicSigTransactionObject.__type.txID\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"signLogicSigTransactionObject.signLogicSigTransactionObject.__type\"},{\"kind\":1024,\"name\":\"blob\",\"url\":\"functions/signLogicSigTransactionObject.html#signLogicSigTransactionObject.__type.blob\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"signLogicSigTransactionObject.signLogicSigTransactionObject.__type\"},{\"kind\":64,\"name\":\"logicSigFromByte\",\"url\":\"functions/logicSigFromByte.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"tealSign\",\"url\":\"functions/tealSign.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"tealSignFromProgram\",\"url\":\"functions/tealSignFromProgram.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"verifyTealSign\",\"url\":\"functions/verifyTealSign.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"signMultisigTransaction\",\"url\":\"functions/signMultisigTransaction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/signMultisigTransaction.html#signMultisigTransaction.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"signMultisigTransaction.signMultisigTransaction\"},{\"kind\":1024,\"name\":\"txID\",\"url\":\"functions/signMultisigTransaction.html#signMultisigTransaction.__type.txID\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"signMultisigTransaction.signMultisigTransaction.__type\"},{\"kind\":1024,\"name\":\"blob\",\"url\":\"functions/signMultisigTransaction.html#signMultisigTransaction.__type.blob\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"signMultisigTransaction.signMultisigTransaction.__type\"},{\"kind\":64,\"name\":\"mergeMultisigTransactions\",\"url\":\"functions/mergeMultisigTransactions.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"appendSignMultisigTransaction\",\"url\":\"functions/appendSignMultisigTransaction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/appendSignMultisigTransaction.html#appendSignMultisigTransaction.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"appendSignMultisigTransaction.appendSignMultisigTransaction\"},{\"kind\":1024,\"name\":\"txID\",\"url\":\"functions/appendSignMultisigTransaction.html#appendSignMultisigTransaction.__type.txID\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"appendSignMultisigTransaction.appendSignMultisigTransaction.__type\"},{\"kind\":1024,\"name\":\"blob\",\"url\":\"functions/appendSignMultisigTransaction.html#appendSignMultisigTransaction.__type.blob\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"appendSignMultisigTransaction.appendSignMultisigTransaction.__type\"},{\"kind\":64,\"name\":\"createMultisigTransaction\",\"url\":\"functions/createMultisigTransaction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"appendSignRawMultisigSignature\",\"url\":\"functions/appendSignRawMultisigSignature.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/appendSignRawMultisigSignature.html#appendSignRawMultisigSignature.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"appendSignRawMultisigSignature.appendSignRawMultisigSignature\"},{\"kind\":1024,\"name\":\"txID\",\"url\":\"functions/appendSignRawMultisigSignature.html#appendSignRawMultisigSignature.__type.txID\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"appendSignRawMultisigSignature.appendSignRawMultisigSignature.__type\"},{\"kind\":1024,\"name\":\"blob\",\"url\":\"functions/appendSignRawMultisigSignature.html#appendSignRawMultisigSignature.__type.blob\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"appendSignRawMultisigSignature.appendSignRawMultisigSignature.__type\"},{\"kind\":64,\"name\":\"verifyMultisig\",\"url\":\"functions/verifyMultisig.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"multisigAddress\",\"url\":\"functions/multisigAddress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"SourceMap\",\"url\":\"classes/SourceMap.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SourceMap.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SourceMap\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"classes/SourceMap.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SourceMap\"},{\"kind\":1024,\"name\":\"sources\",\"url\":\"classes/SourceMap.html#sources\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SourceMap\"},{\"kind\":1024,\"name\":\"names\",\"url\":\"classes/SourceMap.html#names\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SourceMap\"},{\"kind\":1024,\"name\":\"mappings\",\"url\":\"classes/SourceMap.html#mappings\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SourceMap\"},{\"kind\":1024,\"name\":\"pcToLine\",\"url\":\"classes/SourceMap.html#pcToLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SourceMap\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/SourceMap.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"SourceMap\"},{\"kind\":1024,\"name\":\"lineToPc\",\"url\":\"classes/SourceMap.html#lineToPc\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SourceMap\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/SourceMap.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"SourceMap\"},{\"kind\":2048,\"name\":\"getLineForPc\",\"url\":\"classes/SourceMap.html#getLineForPc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SourceMap\"},{\"kind\":2048,\"name\":\"getPcsForLine\",\"url\":\"classes/SourceMap.html#getPcsForLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SourceMap\"},{\"kind\":64,\"name\":\"createDryrun\",\"url\":\"functions/createDryrun.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"DryrunResult\",\"url\":\"classes/DryrunResult.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DryrunResult.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DryrunResult\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"classes/DryrunResult.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DryrunResult\"},{\"kind\":1024,\"name\":\"protocolVersion\",\"url\":\"classes/DryrunResult.html#protocolVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DryrunResult\"},{\"kind\":1024,\"name\":\"txns\",\"url\":\"classes/DryrunResult.html#txns\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"DryrunResult\"},{\"kind\":64,\"name\":\"makePaymentTxnWithSuggestedParams\",\"url\":\"functions/makePaymentTxnWithSuggestedParams.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makePaymentTxnWithSuggestedParamsFromObject\",\"url\":\"functions/makePaymentTxnWithSuggestedParamsFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeKeyRegistrationTxnWithSuggestedParams\",\"url\":\"functions/makeKeyRegistrationTxnWithSuggestedParams.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeKeyRegistrationTxnWithSuggestedParamsFromObject\",\"url\":\"functions/makeKeyRegistrationTxnWithSuggestedParamsFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeAssetCreateTxnWithSuggestedParams\",\"url\":\"functions/makeAssetCreateTxnWithSuggestedParams.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeAssetCreateTxnWithSuggestedParamsFromObject\",\"url\":\"functions/makeAssetCreateTxnWithSuggestedParamsFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeAssetConfigTxnWithSuggestedParams\",\"url\":\"functions/makeAssetConfigTxnWithSuggestedParams.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeAssetConfigTxnWithSuggestedParamsFromObject\",\"url\":\"functions/makeAssetConfigTxnWithSuggestedParamsFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeAssetDestroyTxnWithSuggestedParams\",\"url\":\"functions/makeAssetDestroyTxnWithSuggestedParams.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeAssetDestroyTxnWithSuggestedParamsFromObject\",\"url\":\"functions/makeAssetDestroyTxnWithSuggestedParamsFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeAssetFreezeTxnWithSuggestedParams\",\"url\":\"functions/makeAssetFreezeTxnWithSuggestedParams.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeAssetFreezeTxnWithSuggestedParamsFromObject\",\"url\":\"functions/makeAssetFreezeTxnWithSuggestedParamsFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeAssetTransferTxnWithSuggestedParams\",\"url\":\"functions/makeAssetTransferTxnWithSuggestedParams.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeAssetTransferTxnWithSuggestedParamsFromObject\",\"url\":\"functions/makeAssetTransferTxnWithSuggestedParamsFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationCreateTxn\",\"url\":\"functions/makeApplicationCreateTxn.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationCreateTxnFromObject\",\"url\":\"functions/makeApplicationCreateTxnFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationUpdateTxn\",\"url\":\"functions/makeApplicationUpdateTxn.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationUpdateTxnFromObject\",\"url\":\"functions/makeApplicationUpdateTxnFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationDeleteTxn\",\"url\":\"functions/makeApplicationDeleteTxn.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationDeleteTxnFromObject\",\"url\":\"functions/makeApplicationDeleteTxnFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationOptInTxn\",\"url\":\"functions/makeApplicationOptInTxn.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationOptInTxnFromObject\",\"url\":\"functions/makeApplicationOptInTxnFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationCloseOutTxn\",\"url\":\"functions/makeApplicationCloseOutTxn.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationCloseOutTxnFromObject\",\"url\":\"functions/makeApplicationCloseOutTxnFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationClearStateTxn\",\"url\":\"functions/makeApplicationClearStateTxn.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationClearStateTxnFromObject\",\"url\":\"functions/makeApplicationClearStateTxnFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationNoOpTxn\",\"url\":\"functions/makeApplicationNoOpTxn.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationNoOpTxnFromObject\",\"url\":\"functions/makeApplicationNoOpTxnFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeApplicationCallTxnFromObject\",\"url\":\"functions/makeApplicationCallTxnFromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":8,\"name\":\"OnApplicationComplete\",\"url\":\"enums/OnApplicationComplete.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NoOpOC\",\"url\":\"enums/OnApplicationComplete.html#NoOpOC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OnApplicationComplete\"},{\"kind\":16,\"name\":\"OptInOC\",\"url\":\"enums/OnApplicationComplete.html#OptInOC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OnApplicationComplete\"},{\"kind\":16,\"name\":\"CloseOutOC\",\"url\":\"enums/OnApplicationComplete.html#CloseOutOC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OnApplicationComplete\"},{\"kind\":16,\"name\":\"ClearStateOC\",\"url\":\"enums/OnApplicationComplete.html#ClearStateOC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OnApplicationComplete\"},{\"kind\":16,\"name\":\"UpdateApplicationOC\",\"url\":\"enums/OnApplicationComplete.html#UpdateApplicationOC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OnApplicationComplete\"},{\"kind\":16,\"name\":\"DeleteApplicationOC\",\"url\":\"enums/OnApplicationComplete.html#DeleteApplicationOC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OnApplicationComplete\"},{\"kind\":64,\"name\":\"encodeUnsignedSimulateTransaction\",\"url\":\"functions/encodeUnsignedSimulateTransaction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"encodeUnsignedTransaction\",\"url\":\"functions/encodeUnsignedTransaction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"decodeUnsignedTransaction\",\"url\":\"functions/decodeUnsignedTransaction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"decodeSignedTransaction\",\"url\":\"functions/decodeSignedTransaction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"instantiateTxnIfNeeded\",\"url\":\"functions/instantiateTxnIfNeeded.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"ALGORAND_MIN_TX_FEE\",\"url\":\"variables/ALGORAND_MIN_TX_FEE.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":128,\"name\":\"Transaction\",\"url\":\"classes/Transaction.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"from_obj_for_encoding\",\"url\":\"classes/Transaction.html#from_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Transaction.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/Transaction.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"tag\",\"url\":\"classes/Transaction.html#tag\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"from\",\"url\":\"classes/Transaction.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"to\",\"url\":\"classes/Transaction.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"fee\",\"url\":\"classes/Transaction.html#fee\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"classes/Transaction.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"firstRound\",\"url\":\"classes/Transaction.html#firstRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"lastRound\",\"url\":\"classes/Transaction.html#lastRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"classes/Transaction.html#note\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"genesisID\",\"url\":\"classes/Transaction.html#genesisID\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"genesisHash\",\"url\":\"classes/Transaction.html#genesisHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"lease\",\"url\":\"classes/Transaction.html#lease\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"closeRemainderTo\",\"url\":\"classes/Transaction.html#closeRemainderTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"voteKey\",\"url\":\"classes/Transaction.html#voteKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"selectionKey\",\"url\":\"classes/Transaction.html#selectionKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"stateProofKey\",\"url\":\"classes/Transaction.html#stateProofKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"voteFirst\",\"url\":\"classes/Transaction.html#voteFirst\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"voteLast\",\"url\":\"classes/Transaction.html#voteLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"voteKeyDilution\",\"url\":\"classes/Transaction.html#voteKeyDilution\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"assetIndex\",\"url\":\"classes/Transaction.html#assetIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"assetTotal\",\"url\":\"classes/Transaction.html#assetTotal\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"assetDecimals\",\"url\":\"classes/Transaction.html#assetDecimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"assetDefaultFrozen\",\"url\":\"classes/Transaction.html#assetDefaultFrozen\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"assetManager\",\"url\":\"classes/Transaction.html#assetManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"assetReserve\",\"url\":\"classes/Transaction.html#assetReserve\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"assetFreeze\",\"url\":\"classes/Transaction.html#assetFreeze\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"assetClawback\",\"url\":\"classes/Transaction.html#assetClawback\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"assetUnitName\",\"url\":\"classes/Transaction.html#assetUnitName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"assetName\",\"url\":\"classes/Transaction.html#assetName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"assetURL\",\"url\":\"classes/Transaction.html#assetURL\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"assetMetadataHash\",\"url\":\"classes/Transaction.html#assetMetadataHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"freezeAccount\",\"url\":\"classes/Transaction.html#freezeAccount\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"freezeState\",\"url\":\"classes/Transaction.html#freezeState\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"assetRevocationTarget\",\"url\":\"classes/Transaction.html#assetRevocationTarget\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"appIndex\",\"url\":\"classes/Transaction.html#appIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"appOnComplete\",\"url\":\"classes/Transaction.html#appOnComplete\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"appLocalInts\",\"url\":\"classes/Transaction.html#appLocalInts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"appLocalByteSlices\",\"url\":\"classes/Transaction.html#appLocalByteSlices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"appGlobalInts\",\"url\":\"classes/Transaction.html#appGlobalInts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"appGlobalByteSlices\",\"url\":\"classes/Transaction.html#appGlobalByteSlices\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"appApprovalProgram\",\"url\":\"classes/Transaction.html#appApprovalProgram\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"appClearProgram\",\"url\":\"classes/Transaction.html#appClearProgram\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"appArgs\",\"url\":\"classes/Transaction.html#appArgs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"appAccounts\",\"url\":\"classes/Transaction.html#appAccounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"appForeignApps\",\"url\":\"classes/Transaction.html#appForeignApps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"appForeignAssets\",\"url\":\"classes/Transaction.html#appForeignAssets\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"boxes\",\"url\":\"classes/Transaction.html#boxes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Transaction.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"flatFee\",\"url\":\"classes/Transaction.html#flatFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"reKeyTo\",\"url\":\"classes/Transaction.html#reKeyTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"nonParticipation\",\"url\":\"classes/Transaction.html#nonParticipation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"group\",\"url\":\"classes/Transaction.html#group\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"extraPages\",\"url\":\"classes/Transaction.html#extraPages\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"stateProofType\",\"url\":\"classes/Transaction.html#stateProofType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"stateProof\",\"url\":\"classes/Transaction.html#stateProof\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":1024,\"name\":\"stateProofMessage\",\"url\":\"classes/Transaction.html#stateProofMessage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/Transaction.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"estimateSize\",\"url\":\"classes/Transaction.html#estimateSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"bytesToSign\",\"url\":\"classes/Transaction.html#bytesToSign\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"toByte\",\"url\":\"classes/Transaction.html#toByte\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"rawSignTxn\",\"url\":\"classes/Transaction.html#rawSignTxn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"signTxn\",\"url\":\"classes/Transaction.html#signTxn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"attachSignature\",\"url\":\"classes/Transaction.html#attachSignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"rawTxID\",\"url\":\"classes/Transaction.html#rawTxID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"txID\",\"url\":\"classes/Transaction.html#txID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"addLease\",\"url\":\"classes/Transaction.html#addLease\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"addRekey\",\"url\":\"classes/Transaction.html#addRekey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"_getDictForDisplay\",\"url\":\"classes/Transaction.html#_getDictForDisplay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"prettyPrint\",\"url\":\"classes/Transaction.html#prettyPrint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/Transaction.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"kind\":256,\"name\":\"SignedTransaction\",\"url\":\"interfaces/SignedTransaction.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"sig\",\"url\":\"interfaces/SignedTransaction.html#sig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SignedTransaction\"},{\"kind\":1024,\"name\":\"txn\",\"url\":\"interfaces/SignedTransaction.html#txn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SignedTransaction\"},{\"kind\":1024,\"name\":\"msig\",\"url\":\"interfaces/SignedTransaction.html#msig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SignedTransaction\"},{\"kind\":1024,\"name\":\"lsig\",\"url\":\"interfaces/SignedTransaction.html#lsig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SignedTransaction\"},{\"kind\":1024,\"name\":\"sgnr\",\"url\":\"interfaces/SignedTransaction.html#sgnr\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SignedTransaction\"},{\"kind\":4194304,\"name\":\"TransactionLike\",\"url\":\"types/TransactionLike.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"makeBasicAccountTransactionSigner\",\"url\":\"functions/makeBasicAccountTransactionSigner.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeLogicSigAccountTransactionSigner\",\"url\":\"functions/makeLogicSigAccountTransactionSigner.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeMultiSigAccountTransactionSigner\",\"url\":\"functions/makeMultiSigAccountTransactionSigner.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"makeEmptyTransactionSigner\",\"url\":\"functions/makeEmptyTransactionSigner.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isTransactionWithSigner\",\"url\":\"functions/isTransactionWithSigner.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"TransactionSigner\",\"url\":\"types/TransactionSigner.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/TransactionSigner.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"TransactionSigner\"},{\"kind\":256,\"name\":\"TransactionWithSigner\",\"url\":\"interfaces/TransactionWithSigner.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"txn\",\"url\":\"interfaces/TransactionWithSigner.html#txn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionWithSigner\"},{\"kind\":1024,\"name\":\"signer\",\"url\":\"interfaces/TransactionWithSigner.html#signer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionWithSigner\"},{\"kind\":4194304,\"name\":\"ABIArgument\",\"url\":\"types/ABIArgument.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"ABIResult\",\"url\":\"interfaces/ABIResult.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"txID\",\"url\":\"interfaces/ABIResult.html#txID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIResult\"},{\"kind\":1024,\"name\":\"rawReturnValue\",\"url\":\"interfaces/ABIResult.html#rawReturnValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIResult\"},{\"kind\":1024,\"name\":\"method\",\"url\":\"interfaces/ABIResult.html#method\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIResult\"},{\"kind\":1024,\"name\":\"returnValue\",\"url\":\"interfaces/ABIResult.html#returnValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIResult\"},{\"kind\":1024,\"name\":\"decodeError\",\"url\":\"interfaces/ABIResult.html#decodeError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIResult\"},{\"kind\":1024,\"name\":\"txInfo\",\"url\":\"interfaces/ABIResult.html#txInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIResult\"},{\"kind\":8,\"name\":\"AtomicTransactionComposerStatus\",\"url\":\"enums/AtomicTransactionComposerStatus.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"BUILDING\",\"url\":\"enums/AtomicTransactionComposerStatus.html#BUILDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AtomicTransactionComposerStatus\"},{\"kind\":16,\"name\":\"BUILT\",\"url\":\"enums/AtomicTransactionComposerStatus.html#BUILT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AtomicTransactionComposerStatus\"},{\"kind\":16,\"name\":\"SIGNED\",\"url\":\"enums/AtomicTransactionComposerStatus.html#SIGNED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AtomicTransactionComposerStatus\"},{\"kind\":16,\"name\":\"SUBMITTED\",\"url\":\"enums/AtomicTransactionComposerStatus.html#SUBMITTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AtomicTransactionComposerStatus\"},{\"kind\":16,\"name\":\"COMMITTED\",\"url\":\"enums/AtomicTransactionComposerStatus.html#COMMITTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AtomicTransactionComposerStatus\"},{\"kind\":128,\"name\":\"AtomicTransactionComposer\",\"url\":\"classes/AtomicTransactionComposer.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"MAX_GROUP_SIZE\",\"url\":\"classes/AtomicTransactionComposer.html#MAX_GROUP_SIZE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":2048,\"name\":\"parseMethodResponse\",\"url\":\"classes/AtomicTransactionComposer.html#parseMethodResponse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AtomicTransactionComposer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/AtomicTransactionComposer.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":1024,\"name\":\"transactions\",\"url\":\"classes/AtomicTransactionComposer.html#transactions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":1024,\"name\":\"methodCalls\",\"url\":\"classes/AtomicTransactionComposer.html#methodCalls\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":1024,\"name\":\"signedTxns\",\"url\":\"classes/AtomicTransactionComposer.html#signedTxns\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":1024,\"name\":\"txIDs\",\"url\":\"classes/AtomicTransactionComposer.html#txIDs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":2048,\"name\":\"getStatus\",\"url\":\"classes/AtomicTransactionComposer.html#getStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":2048,\"name\":\"count\",\"url\":\"classes/AtomicTransactionComposer.html#count\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/AtomicTransactionComposer.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":2048,\"name\":\"addTransaction\",\"url\":\"classes/AtomicTransactionComposer.html#addTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":2048,\"name\":\"addMethodCall\",\"url\":\"classes/AtomicTransactionComposer.html#addMethodCall\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":2048,\"name\":\"buildGroup\",\"url\":\"classes/AtomicTransactionComposer.html#buildGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":2048,\"name\":\"gatherSignatures\",\"url\":\"classes/AtomicTransactionComposer.html#gatherSignatures\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":2048,\"name\":\"submit\",\"url\":\"classes/AtomicTransactionComposer.html#submit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":2048,\"name\":\"simulate\",\"url\":\"classes/AtomicTransactionComposer.html#simulate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/AtomicTransactionComposer.html#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AtomicTransactionComposer\"},{\"kind\":256,\"name\":\"TransactionParams\",\"url\":\"interfaces/TransactionParams.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/TransactionParams.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/TransactionParams.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"fee\",\"url\":\"interfaces/TransactionParams.html#fee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/TransactionParams.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"firstRound\",\"url\":\"interfaces/TransactionParams.html#firstRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"lastRound\",\"url\":\"interfaces/TransactionParams.html#lastRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"interfaces/TransactionParams.html#note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"genesisID\",\"url\":\"interfaces/TransactionParams.html#genesisID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"genesisHash\",\"url\":\"interfaces/TransactionParams.html#genesisHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"lease\",\"url\":\"interfaces/TransactionParams.html#lease\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"closeRemainderTo\",\"url\":\"interfaces/TransactionParams.html#closeRemainderTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"voteKey\",\"url\":\"interfaces/TransactionParams.html#voteKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"selectionKey\",\"url\":\"interfaces/TransactionParams.html#selectionKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"stateProofKey\",\"url\":\"interfaces/TransactionParams.html#stateProofKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"voteFirst\",\"url\":\"interfaces/TransactionParams.html#voteFirst\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"voteLast\",\"url\":\"interfaces/TransactionParams.html#voteLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"voteKeyDilution\",\"url\":\"interfaces/TransactionParams.html#voteKeyDilution\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"assetIndex\",\"url\":\"interfaces/TransactionParams.html#assetIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"assetTotal\",\"url\":\"interfaces/TransactionParams.html#assetTotal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"assetDecimals\",\"url\":\"interfaces/TransactionParams.html#assetDecimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"assetDefaultFrozen\",\"url\":\"interfaces/TransactionParams.html#assetDefaultFrozen\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"assetManager\",\"url\":\"interfaces/TransactionParams.html#assetManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"assetReserve\",\"url\":\"interfaces/TransactionParams.html#assetReserve\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"assetFreeze\",\"url\":\"interfaces/TransactionParams.html#assetFreeze\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"assetClawback\",\"url\":\"interfaces/TransactionParams.html#assetClawback\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"assetUnitName\",\"url\":\"interfaces/TransactionParams.html#assetUnitName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"assetName\",\"url\":\"interfaces/TransactionParams.html#assetName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"assetURL\",\"url\":\"interfaces/TransactionParams.html#assetURL\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"assetMetadataHash\",\"url\":\"interfaces/TransactionParams.html#assetMetadataHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"freezeAccount\",\"url\":\"interfaces/TransactionParams.html#freezeAccount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"freezeState\",\"url\":\"interfaces/TransactionParams.html#freezeState\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"assetRevocationTarget\",\"url\":\"interfaces/TransactionParams.html#assetRevocationTarget\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"appIndex\",\"url\":\"interfaces/TransactionParams.html#appIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"appOnComplete\",\"url\":\"interfaces/TransactionParams.html#appOnComplete\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"appLocalInts\",\"url\":\"interfaces/TransactionParams.html#appLocalInts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"appLocalByteSlices\",\"url\":\"interfaces/TransactionParams.html#appLocalByteSlices\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"appGlobalInts\",\"url\":\"interfaces/TransactionParams.html#appGlobalInts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"appGlobalByteSlices\",\"url\":\"interfaces/TransactionParams.html#appGlobalByteSlices\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"appApprovalProgram\",\"url\":\"interfaces/TransactionParams.html#appApprovalProgram\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"appClearProgram\",\"url\":\"interfaces/TransactionParams.html#appClearProgram\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"appArgs\",\"url\":\"interfaces/TransactionParams.html#appArgs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"appAccounts\",\"url\":\"interfaces/TransactionParams.html#appAccounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"appForeignApps\",\"url\":\"interfaces/TransactionParams.html#appForeignApps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"appForeignAssets\",\"url\":\"interfaces/TransactionParams.html#appForeignAssets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/TransactionParams.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"flatFee\",\"url\":\"interfaces/TransactionParams.html#flatFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"suggestedParams\",\"url\":\"interfaces/TransactionParams.html#suggestedParams\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"reKeyTo\",\"url\":\"interfaces/TransactionParams.html#reKeyTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"nonParticipation\",\"url\":\"interfaces/TransactionParams.html#nonParticipation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"extraPages\",\"url\":\"interfaces/TransactionParams.html#extraPages\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"boxes\",\"url\":\"interfaces/TransactionParams.html#boxes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"stateProofType\",\"url\":\"interfaces/TransactionParams.html#stateProofType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"stateProof\",\"url\":\"interfaces/TransactionParams.html#stateProof\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":1024,\"name\":\"stateProofMessage\",\"url\":\"interfaces/TransactionParams.html#stateProofMessage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionParams\"},{\"kind\":8,\"name\":\"TransactionType\",\"url\":\"enums/TransactionType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"pay\",\"url\":\"enums/TransactionType.html#pay\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TransactionType\"},{\"kind\":16,\"name\":\"keyreg\",\"url\":\"enums/TransactionType.html#keyreg\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TransactionType\"},{\"kind\":16,\"name\":\"acfg\",\"url\":\"enums/TransactionType.html#acfg\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TransactionType\"},{\"kind\":16,\"name\":\"axfer\",\"url\":\"enums/TransactionType.html#axfer\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TransactionType\"},{\"kind\":16,\"name\":\"afrz\",\"url\":\"enums/TransactionType.html#afrz\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TransactionType\"},{\"kind\":16,\"name\":\"appl\",\"url\":\"enums/TransactionType.html#appl\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TransactionType\"},{\"kind\":16,\"name\":\"stpf\",\"url\":\"enums/TransactionType.html#stpf\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TransactionType\"},{\"kind\":256,\"name\":\"SuggestedParams\",\"url\":\"interfaces/SuggestedParams.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"flatFee\",\"url\":\"interfaces/SuggestedParams.html#flatFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SuggestedParams\"},{\"kind\":1024,\"name\":\"fee\",\"url\":\"interfaces/SuggestedParams.html#fee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SuggestedParams\"},{\"kind\":1024,\"name\":\"firstRound\",\"url\":\"interfaces/SuggestedParams.html#firstRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SuggestedParams\"},{\"kind\":1024,\"name\":\"lastRound\",\"url\":\"interfaces/SuggestedParams.html#lastRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SuggestedParams\"},{\"kind\":1024,\"name\":\"genesisID\",\"url\":\"interfaces/SuggestedParams.html#genesisID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SuggestedParams\"},{\"kind\":1024,\"name\":\"genesisHash\",\"url\":\"interfaces/SuggestedParams.html#genesisHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SuggestedParams\"},{\"kind\":256,\"name\":\"BoxReference\",\"url\":\"interfaces/BoxReference.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"appIndex\",\"url\":\"interfaces/BoxReference.html#appIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BoxReference\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/BoxReference.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BoxReference\"},{\"kind\":4194304,\"name\":\"MustHaveSuggestedParams\",\"url\":\"types/MustHaveSuggestedParams.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"MustHaveSuggestedParamsInline\",\"url\":\"types/MustHaveSuggestedParamsInline.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"PaymentTxn\",\"url\":\"types/PaymentTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"KeyRegistrationTxn\",\"url\":\"types/KeyRegistrationTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"AssetCreateTxn\",\"url\":\"types/AssetCreateTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"AssetConfigTxn\",\"url\":\"types/AssetConfigTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"AssetDestroyTxn\",\"url\":\"types/AssetDestroyTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"AssetFreezeTxn\",\"url\":\"types/AssetFreezeTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"AssetTransferTxn\",\"url\":\"types/AssetTransferTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"AppCreateTxn\",\"url\":\"types/AppCreateTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"AppUpdateTxn\",\"url\":\"types/AppUpdateTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"AppDeleteTxn\",\"url\":\"types/AppDeleteTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"AppOptInTxn\",\"url\":\"types/AppOptInTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"AppCloseOutTxn\",\"url\":\"types/AppCloseOutTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"AppClearStateTxn\",\"url\":\"types/AppClearStateTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"AppNoOpTxn\",\"url\":\"types/AppNoOpTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"StateProofTxn\",\"url\":\"types/StateProofTxn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"EncodedAssetParams\",\"url\":\"interfaces/EncodedAssetParams.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"t\",\"url\":\"interfaces/EncodedAssetParams.html#t\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedAssetParams\"},{\"kind\":1024,\"name\":\"df\",\"url\":\"interfaces/EncodedAssetParams.html#df\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedAssetParams\"},{\"kind\":1024,\"name\":\"dc\",\"url\":\"interfaces/EncodedAssetParams.html#dc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedAssetParams\"},{\"kind\":1024,\"name\":\"m\",\"url\":\"interfaces/EncodedAssetParams.html#m\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedAssetParams\"},{\"kind\":1024,\"name\":\"r\",\"url\":\"interfaces/EncodedAssetParams.html#r\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedAssetParams\"},{\"kind\":1024,\"name\":\"f\",\"url\":\"interfaces/EncodedAssetParams.html#f\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedAssetParams\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"interfaces/EncodedAssetParams.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedAssetParams\"},{\"kind\":1024,\"name\":\"an\",\"url\":\"interfaces/EncodedAssetParams.html#an\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedAssetParams\"},{\"kind\":1024,\"name\":\"un\",\"url\":\"interfaces/EncodedAssetParams.html#un\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedAssetParams\"},{\"kind\":1024,\"name\":\"au\",\"url\":\"interfaces/EncodedAssetParams.html#au\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedAssetParams\"},{\"kind\":1024,\"name\":\"am\",\"url\":\"interfaces/EncodedAssetParams.html#am\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedAssetParams\"},{\"kind\":256,\"name\":\"EncodedLocalStateSchema\",\"url\":\"interfaces/EncodedLocalStateSchema.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"nui\",\"url\":\"interfaces/EncodedLocalStateSchema.html#nui\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedLocalStateSchema\"},{\"kind\":1024,\"name\":\"nbs\",\"url\":\"interfaces/EncodedLocalStateSchema.html#nbs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedLocalStateSchema\"},{\"kind\":256,\"name\":\"EncodedGlobalStateSchema\",\"url\":\"interfaces/EncodedGlobalStateSchema.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"nui\",\"url\":\"interfaces/EncodedGlobalStateSchema.html#nui\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedGlobalStateSchema\"},{\"kind\":1024,\"name\":\"nbs\",\"url\":\"interfaces/EncodedGlobalStateSchema.html#nbs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedGlobalStateSchema\"},{\"kind\":256,\"name\":\"EncodedBoxReference\",\"url\":\"interfaces/EncodedBoxReference.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"i\",\"url\":\"interfaces/EncodedBoxReference.html#i\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedBoxReference\"},{\"kind\":1024,\"name\":\"n\",\"url\":\"interfaces/EncodedBoxReference.html#n\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedBoxReference\"},{\"kind\":256,\"name\":\"EncodedTransaction\",\"url\":\"interfaces/EncodedTransaction.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"fee\",\"url\":\"interfaces/EncodedTransaction.html#fee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"fv\",\"url\":\"interfaces/EncodedTransaction.html#fv\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"lv\",\"url\":\"interfaces/EncodedTransaction.html#lv\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"interfaces/EncodedTransaction.html#note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"snd\",\"url\":\"interfaces/EncodedTransaction.html#snd\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/EncodedTransaction.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"gen\",\"url\":\"interfaces/EncodedTransaction.html#gen\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"gh\",\"url\":\"interfaces/EncodedTransaction.html#gh\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"lx\",\"url\":\"interfaces/EncodedTransaction.html#lx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"grp\",\"url\":\"interfaces/EncodedTransaction.html#grp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"amt\",\"url\":\"interfaces/EncodedTransaction.html#amt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"aamt\",\"url\":\"interfaces/EncodedTransaction.html#aamt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"close\",\"url\":\"interfaces/EncodedTransaction.html#close\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"aclose\",\"url\":\"interfaces/EncodedTransaction.html#aclose\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"rekey\",\"url\":\"interfaces/EncodedTransaction.html#rekey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"rcv\",\"url\":\"interfaces/EncodedTransaction.html#rcv\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"arcv\",\"url\":\"interfaces/EncodedTransaction.html#arcv\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"votekey\",\"url\":\"interfaces/EncodedTransaction.html#votekey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"selkey\",\"url\":\"interfaces/EncodedTransaction.html#selkey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"sprfkey\",\"url\":\"interfaces/EncodedTransaction.html#sprfkey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"votefst\",\"url\":\"interfaces/EncodedTransaction.html#votefst\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"votelst\",\"url\":\"interfaces/EncodedTransaction.html#votelst\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"votekd\",\"url\":\"interfaces/EncodedTransaction.html#votekd\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"nonpart\",\"url\":\"interfaces/EncodedTransaction.html#nonpart\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"caid\",\"url\":\"interfaces/EncodedTransaction.html#caid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"xaid\",\"url\":\"interfaces/EncodedTransaction.html#xaid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"faid\",\"url\":\"interfaces/EncodedTransaction.html#faid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"afrz\",\"url\":\"interfaces/EncodedTransaction.html#afrz\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"fadd\",\"url\":\"interfaces/EncodedTransaction.html#fadd\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"asnd\",\"url\":\"interfaces/EncodedTransaction.html#asnd\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"apar\",\"url\":\"interfaces/EncodedTransaction.html#apar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"apid\",\"url\":\"interfaces/EncodedTransaction.html#apid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"apan\",\"url\":\"interfaces/EncodedTransaction.html#apan\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"apls\",\"url\":\"interfaces/EncodedTransaction.html#apls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"apgs\",\"url\":\"interfaces/EncodedTransaction.html#apgs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"apfa\",\"url\":\"interfaces/EncodedTransaction.html#apfa\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"apas\",\"url\":\"interfaces/EncodedTransaction.html#apas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"apap\",\"url\":\"interfaces/EncodedTransaction.html#apap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"apsu\",\"url\":\"interfaces/EncodedTransaction.html#apsu\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"apaa\",\"url\":\"interfaces/EncodedTransaction.html#apaa\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"apat\",\"url\":\"interfaces/EncodedTransaction.html#apat\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"apep\",\"url\":\"interfaces/EncodedTransaction.html#apep\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"apbx\",\"url\":\"interfaces/EncodedTransaction.html#apbx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"sptype\",\"url\":\"interfaces/EncodedTransaction.html#sptype\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"sp\",\"url\":\"interfaces/EncodedTransaction.html#sp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":1024,\"name\":\"spmsg\",\"url\":\"interfaces/EncodedTransaction.html#spmsg\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedTransaction\"},{\"kind\":256,\"name\":\"EncodedSubsig\",\"url\":\"interfaces/EncodedSubsig.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"pk\",\"url\":\"interfaces/EncodedSubsig.html#pk\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedSubsig\"},{\"kind\":1024,\"name\":\"s\",\"url\":\"interfaces/EncodedSubsig.html#s\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedSubsig\"},{\"kind\":256,\"name\":\"EncodedMultisig\",\"url\":\"interfaces/EncodedMultisig.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"v\",\"url\":\"interfaces/EncodedMultisig.html#v\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedMultisig\"},{\"kind\":1024,\"name\":\"thr\",\"url\":\"interfaces/EncodedMultisig.html#thr\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedMultisig\"},{\"kind\":1024,\"name\":\"subsig\",\"url\":\"interfaces/EncodedMultisig.html#subsig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedMultisig\"},{\"kind\":256,\"name\":\"EncodedLogicSig\",\"url\":\"interfaces/EncodedLogicSig.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"l\",\"url\":\"interfaces/EncodedLogicSig.html#l\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedLogicSig\"},{\"kind\":1024,\"name\":\"arg\",\"url\":\"interfaces/EncodedLogicSig.html#arg\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedLogicSig\"},{\"kind\":1024,\"name\":\"sig\",\"url\":\"interfaces/EncodedLogicSig.html#sig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedLogicSig\"},{\"kind\":1024,\"name\":\"msig\",\"url\":\"interfaces/EncodedLogicSig.html#msig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedLogicSig\"},{\"kind\":256,\"name\":\"EncodedLogicSigAccount\",\"url\":\"interfaces/EncodedLogicSigAccount.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"lsig\",\"url\":\"interfaces/EncodedLogicSigAccount.html#lsig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedLogicSigAccount\"},{\"kind\":1024,\"name\":\"sigkey\",\"url\":\"interfaces/EncodedLogicSigAccount.html#sigkey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedLogicSigAccount\"},{\"kind\":256,\"name\":\"EncodedSignedTransaction\",\"url\":\"interfaces/EncodedSignedTransaction.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"sig\",\"url\":\"interfaces/EncodedSignedTransaction.html#sig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedSignedTransaction\"},{\"kind\":1024,\"name\":\"txn\",\"url\":\"interfaces/EncodedSignedTransaction.html#txn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedSignedTransaction\"},{\"kind\":1024,\"name\":\"msig\",\"url\":\"interfaces/EncodedSignedTransaction.html#msig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedSignedTransaction\"},{\"kind\":1024,\"name\":\"lsig\",\"url\":\"interfaces/EncodedSignedTransaction.html#lsig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedSignedTransaction\"},{\"kind\":1024,\"name\":\"sgnr\",\"url\":\"interfaces/EncodedSignedTransaction.html#sgnr\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncodedSignedTransaction\"},{\"kind\":256,\"name\":\"MultisigMetadata\",\"url\":\"interfaces/MultisigMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/MultisigMetadata.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultisigMetadata\"},{\"kind\":1024,\"name\":\"threshold\",\"url\":\"interfaces/MultisigMetadata.html#threshold\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultisigMetadata\"},{\"kind\":1024,\"name\":\"addrs\",\"url\":\"interfaces/MultisigMetadata.html#addrs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultisigMetadata\"},{\"kind\":256,\"name\":\"Address\",\"url\":\"interfaces/Address.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"publicKey\",\"url\":\"interfaces/Address.html#publicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Address\"},{\"kind\":1024,\"name\":\"checksum\",\"url\":\"interfaces/Address.html#checksum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Address\"},{\"kind\":32,\"name\":\"MAX_LEN\",\"url\":\"variables/MAX_LEN.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"ADDR_BYTE_SIZE\",\"url\":\"variables/ADDR_BYTE_SIZE.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"SINGLE_BYTE_SIZE\",\"url\":\"variables/SINGLE_BYTE_SIZE.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"SINGLE_BOOL_SIZE\",\"url\":\"variables/SINGLE_BOOL_SIZE.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"LENGTH_ENCODE_BYTE_SIZE\",\"url\":\"variables/LENGTH_ENCODE_BYTE_SIZE.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"ABIValue\",\"url\":\"types/ABIValue.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"ABIType\",\"url\":\"classes/ABIType.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/ABIType.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIType\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABIType.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ABIType\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/ABIType.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIType\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ABIType.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIType\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/ABIType.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIType\"},{\"kind\":2048,\"name\":\"byteLen\",\"url\":\"classes/ABIType.html#byteLen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIType\"},{\"kind\":2048,\"name\":\"encode\",\"url\":\"classes/ABIType.html#encode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIType\"},{\"kind\":2048,\"name\":\"decode\",\"url\":\"classes/ABIType.html#decode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIType\"},{\"kind\":128,\"name\":\"ABIUintType\",\"url\":\"classes/ABIUintType.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/ABIUintType.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABIUintType\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABIUintType.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ABIUintType\"},{\"kind\":1024,\"name\":\"bitSize\",\"url\":\"classes/ABIUintType.html#bitSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIUintType\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/ABIUintType.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIUintType\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ABIUintType.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIUintType\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/ABIUintType.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIUintType\"},{\"kind\":2048,\"name\":\"byteLen\",\"url\":\"classes/ABIUintType.html#byteLen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIUintType\"},{\"kind\":2048,\"name\":\"encode\",\"url\":\"classes/ABIUintType.html#encode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIUintType\"},{\"kind\":2048,\"name\":\"decode\",\"url\":\"classes/ABIUintType.html#decode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIUintType\"},{\"kind\":128,\"name\":\"ABIUfixedType\",\"url\":\"classes/ABIUfixedType.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/ABIUfixedType.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABIUfixedType\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABIUfixedType.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ABIUfixedType\"},{\"kind\":1024,\"name\":\"bitSize\",\"url\":\"classes/ABIUfixedType.html#bitSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIUfixedType\"},{\"kind\":1024,\"name\":\"precision\",\"url\":\"classes/ABIUfixedType.html#precision\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIUfixedType\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/ABIUfixedType.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIUfixedType\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ABIUfixedType.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIUfixedType\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/ABIUfixedType.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIUfixedType\"},{\"kind\":2048,\"name\":\"byteLen\",\"url\":\"classes/ABIUfixedType.html#byteLen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIUfixedType\"},{\"kind\":2048,\"name\":\"encode\",\"url\":\"classes/ABIUfixedType.html#encode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIUfixedType\"},{\"kind\":2048,\"name\":\"decode\",\"url\":\"classes/ABIUfixedType.html#decode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIUfixedType\"},{\"kind\":128,\"name\":\"ABIAddressType\",\"url\":\"classes/ABIAddressType.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/ABIAddressType.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABIAddressType\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABIAddressType.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABIAddressType\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/ABIAddressType.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIAddressType\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ABIAddressType.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIAddressType\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/ABIAddressType.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIAddressType\"},{\"kind\":2048,\"name\":\"byteLen\",\"url\":\"classes/ABIAddressType.html#byteLen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIAddressType\"},{\"kind\":2048,\"name\":\"encode\",\"url\":\"classes/ABIAddressType.html#encode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIAddressType\"},{\"kind\":2048,\"name\":\"decode\",\"url\":\"classes/ABIAddressType.html#decode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIAddressType\"},{\"kind\":128,\"name\":\"ABIBoolType\",\"url\":\"classes/ABIBoolType.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/ABIBoolType.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABIBoolType\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABIBoolType.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABIBoolType\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/ABIBoolType.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIBoolType\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ABIBoolType.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIBoolType\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/ABIBoolType.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIBoolType\"},{\"kind\":2048,\"name\":\"byteLen\",\"url\":\"classes/ABIBoolType.html#byteLen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIBoolType\"},{\"kind\":2048,\"name\":\"encode\",\"url\":\"classes/ABIBoolType.html#encode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIBoolType\"},{\"kind\":2048,\"name\":\"decode\",\"url\":\"classes/ABIBoolType.html#decode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIBoolType\"},{\"kind\":128,\"name\":\"ABIByteType\",\"url\":\"classes/ABIByteType.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/ABIByteType.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABIByteType\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABIByteType.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABIByteType\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/ABIByteType.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIByteType\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ABIByteType.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIByteType\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/ABIByteType.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIByteType\"},{\"kind\":2048,\"name\":\"byteLen\",\"url\":\"classes/ABIByteType.html#byteLen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIByteType\"},{\"kind\":2048,\"name\":\"encode\",\"url\":\"classes/ABIByteType.html#encode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIByteType\"},{\"kind\":2048,\"name\":\"decode\",\"url\":\"classes/ABIByteType.html#decode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIByteType\"},{\"kind\":128,\"name\":\"ABIStringType\",\"url\":\"classes/ABIStringType.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/ABIStringType.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABIStringType\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABIStringType.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABIStringType\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/ABIStringType.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIStringType\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ABIStringType.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIStringType\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/ABIStringType.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIStringType\"},{\"kind\":2048,\"name\":\"byteLen\",\"url\":\"classes/ABIStringType.html#byteLen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIStringType\"},{\"kind\":2048,\"name\":\"encode\",\"url\":\"classes/ABIStringType.html#encode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIStringType\"},{\"kind\":2048,\"name\":\"decode\",\"url\":\"classes/ABIStringType.html#decode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIStringType\"},{\"kind\":128,\"name\":\"ABIArrayStaticType\",\"url\":\"classes/ABIArrayStaticType.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/ABIArrayStaticType.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABIArrayStaticType\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABIArrayStaticType.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ABIArrayStaticType\"},{\"kind\":1024,\"name\":\"childType\",\"url\":\"classes/ABIArrayStaticType.html#childType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIArrayStaticType\"},{\"kind\":1024,\"name\":\"staticLength\",\"url\":\"classes/ABIArrayStaticType.html#staticLength\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIArrayStaticType\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/ABIArrayStaticType.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayStaticType\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ABIArrayStaticType.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayStaticType\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/ABIArrayStaticType.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayStaticType\"},{\"kind\":2048,\"name\":\"byteLen\",\"url\":\"classes/ABIArrayStaticType.html#byteLen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayStaticType\"},{\"kind\":2048,\"name\":\"encode\",\"url\":\"classes/ABIArrayStaticType.html#encode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayStaticType\"},{\"kind\":2048,\"name\":\"decode\",\"url\":\"classes/ABIArrayStaticType.html#decode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayStaticType\"},{\"kind\":2048,\"name\":\"toABITupleType\",\"url\":\"classes/ABIArrayStaticType.html#toABITupleType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayStaticType\"},{\"kind\":128,\"name\":\"ABIArrayDynamicType\",\"url\":\"classes/ABIArrayDynamicType.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/ABIArrayDynamicType.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABIArrayDynamicType\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABIArrayDynamicType.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ABIArrayDynamicType\"},{\"kind\":1024,\"name\":\"childType\",\"url\":\"classes/ABIArrayDynamicType.html#childType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIArrayDynamicType\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/ABIArrayDynamicType.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayDynamicType\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ABIArrayDynamicType.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayDynamicType\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/ABIArrayDynamicType.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayDynamicType\"},{\"kind\":2048,\"name\":\"byteLen\",\"url\":\"classes/ABIArrayDynamicType.html#byteLen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayDynamicType\"},{\"kind\":2048,\"name\":\"encode\",\"url\":\"classes/ABIArrayDynamicType.html#encode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayDynamicType\"},{\"kind\":2048,\"name\":\"decode\",\"url\":\"classes/ABIArrayDynamicType.html#decode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayDynamicType\"},{\"kind\":2048,\"name\":\"toABITupleType\",\"url\":\"classes/ABIArrayDynamicType.html#toABITupleType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIArrayDynamicType\"},{\"kind\":128,\"name\":\"ABITupleType\",\"url\":\"classes/ABITupleType.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"parseTupleContent\",\"url\":\"classes/ABITupleType.html#parseTupleContent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABITupleType\"},{\"kind\":2048,\"name\":\"from\",\"url\":\"classes/ABITupleType.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABITupleType\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABITupleType.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ABITupleType\"},{\"kind\":1024,\"name\":\"childTypes\",\"url\":\"classes/ABITupleType.html#childTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABITupleType\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/ABITupleType.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABITupleType\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ABITupleType.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABITupleType\"},{\"kind\":2048,\"name\":\"isDynamic\",\"url\":\"classes/ABITupleType.html#isDynamic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABITupleType\"},{\"kind\":2048,\"name\":\"byteLen\",\"url\":\"classes/ABITupleType.html#byteLen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABITupleType\"},{\"kind\":2048,\"name\":\"encode\",\"url\":\"classes/ABITupleType.html#encode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABITupleType\"},{\"kind\":2048,\"name\":\"decode\",\"url\":\"classes/ABITupleType.html#decode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABITupleType\"},{\"kind\":256,\"name\":\"ABIContractNetworkInfo\",\"url\":\"interfaces/ABIContractNetworkInfo.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"appID\",\"url\":\"interfaces/ABIContractNetworkInfo.html#appID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIContractNetworkInfo\"},{\"kind\":256,\"name\":\"ABIContractNetworks\",\"url\":\"interfaces/ABIContractNetworks.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":256,\"name\":\"ABIContractParams\",\"url\":\"interfaces/ABIContractParams.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ABIContractParams.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIContractParams\"},{\"kind\":1024,\"name\":\"desc\",\"url\":\"interfaces/ABIContractParams.html#desc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIContractParams\"},{\"kind\":1024,\"name\":\"networks\",\"url\":\"interfaces/ABIContractParams.html#networks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIContractParams\"},{\"kind\":1024,\"name\":\"methods\",\"url\":\"interfaces/ABIContractParams.html#methods\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIContractParams\"},{\"kind\":1024,\"name\":\"events\",\"url\":\"interfaces/ABIContractParams.html#events\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIContractParams\"},{\"kind\":128,\"name\":\"ABIContract\",\"url\":\"classes/ABIContract.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABIContract.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ABIContract\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/ABIContract.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIContract\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"classes/ABIContract.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIContract\"},{\"kind\":1024,\"name\":\"networks\",\"url\":\"classes/ABIContract.html#networks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIContract\"},{\"kind\":1024,\"name\":\"methods\",\"url\":\"classes/ABIContract.html#methods\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIContract\"},{\"kind\":1024,\"name\":\"events\",\"url\":\"classes/ABIContract.html#events\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIContract\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/ABIContract.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIContract\"},{\"kind\":2048,\"name\":\"getMethodByName\",\"url\":\"classes/ABIContract.html#getMethodByName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIContract\"},{\"kind\":256,\"name\":\"ABIInterfaceParams\",\"url\":\"interfaces/ABIInterfaceParams.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ABIInterfaceParams.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIInterfaceParams\"},{\"kind\":1024,\"name\":\"desc\",\"url\":\"interfaces/ABIInterfaceParams.html#desc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIInterfaceParams\"},{\"kind\":1024,\"name\":\"methods\",\"url\":\"interfaces/ABIInterfaceParams.html#methods\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIInterfaceParams\"},{\"kind\":128,\"name\":\"ABIInterface\",\"url\":\"classes/ABIInterface.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABIInterface.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ABIInterface\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/ABIInterface.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIInterface\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"classes/ABIInterface.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIInterface\"},{\"kind\":1024,\"name\":\"methods\",\"url\":\"classes/ABIInterface.html#methods\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIInterface\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/ABIInterface.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIInterface\"},{\"kind\":2048,\"name\":\"getMethodByName\",\"url\":\"classes/ABIInterface.html#getMethodByName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIInterface\"},{\"kind\":64,\"name\":\"getMethodByName\",\"url\":\"functions/getMethodByName.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"ABIMethodArgParams\",\"url\":\"interfaces/ABIMethodArgParams.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ABIMethodArgParams.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIMethodArgParams\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ABIMethodArgParams.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIMethodArgParams\"},{\"kind\":1024,\"name\":\"desc\",\"url\":\"interfaces/ABIMethodArgParams.html#desc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIMethodArgParams\"},{\"kind\":256,\"name\":\"ABIMethodReturnParams\",\"url\":\"interfaces/ABIMethodReturnParams.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ABIMethodReturnParams.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIMethodReturnParams\"},{\"kind\":1024,\"name\":\"desc\",\"url\":\"interfaces/ABIMethodReturnParams.html#desc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIMethodReturnParams\"},{\"kind\":256,\"name\":\"ABIMethodParams\",\"url\":\"interfaces/ABIMethodParams.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ABIMethodParams.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIMethodParams\"},{\"kind\":1024,\"name\":\"desc\",\"url\":\"interfaces/ABIMethodParams.html#desc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIMethodParams\"},{\"kind\":1024,\"name\":\"args\",\"url\":\"interfaces/ABIMethodParams.html#args\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIMethodParams\"},{\"kind\":1024,\"name\":\"returns\",\"url\":\"interfaces/ABIMethodParams.html#returns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIMethodParams\"},{\"kind\":1024,\"name\":\"readonly\",\"url\":\"interfaces/ABIMethodParams.html#readonly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIMethodParams\"},{\"kind\":1024,\"name\":\"events\",\"url\":\"interfaces/ABIMethodParams.html#events\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ABIMethodParams\"},{\"kind\":4194304,\"name\":\"ABIArgumentType\",\"url\":\"types/ABIArgumentType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ABIReturnType\",\"url\":\"types/ABIReturnType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"ABIMethod\",\"url\":\"classes/ABIMethod.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromSignature\",\"url\":\"classes/ABIMethod.html#fromSignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIMethod\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABIMethod.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ABIMethod\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/ABIMethod.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIMethod\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"classes/ABIMethod.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIMethod\"},{\"kind\":1024,\"name\":\"args\",\"url\":\"classes/ABIMethod.html#args\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIMethod\"},{\"kind\":1024,\"name\":\"returns\",\"url\":\"classes/ABIMethod.html#returns\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIMethod\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/ABIMethod.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"ABIMethod\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/ABIMethod.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABIMethod.__type\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"classes/ABIMethod.html#__type.description-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABIMethod.__type\"},{\"kind\":1024,\"name\":\"events\",\"url\":\"classes/ABIMethod.html#events\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIMethod\"},{\"kind\":1024,\"name\":\"readonly\",\"url\":\"classes/ABIMethod.html#readonly\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ABIMethod\"},{\"kind\":2048,\"name\":\"getSignature\",\"url\":\"classes/ABIMethod.html#getSignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIMethod\"},{\"kind\":2048,\"name\":\"getSelector\",\"url\":\"classes/ABIMethod.html#getSelector\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIMethod\"},{\"kind\":2048,\"name\":\"txnCount\",\"url\":\"classes/ABIMethod.html#txnCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIMethod\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/ABIMethod.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABIMethod\"},{\"kind\":64,\"name\":\"abiTypeIsTransaction\",\"url\":\"functions/abiTypeIsTransaction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"abiCheckTransactionType\",\"url\":\"functions/abiCheckTransactionType.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":8,\"name\":\"ABITransactionType\",\"url\":\"enums/ABITransactionType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"any\",\"url\":\"enums/ABITransactionType.html#any\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ABITransactionType\"},{\"kind\":16,\"name\":\"pay\",\"url\":\"enums/ABITransactionType.html#pay\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ABITransactionType\"},{\"kind\":16,\"name\":\"keyreg\",\"url\":\"enums/ABITransactionType.html#keyreg\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ABITransactionType\"},{\"kind\":16,\"name\":\"acfg\",\"url\":\"enums/ABITransactionType.html#acfg\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ABITransactionType\"},{\"kind\":16,\"name\":\"axfer\",\"url\":\"enums/ABITransactionType.html#axfer\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ABITransactionType\"},{\"kind\":16,\"name\":\"afrz\",\"url\":\"enums/ABITransactionType.html#afrz\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ABITransactionType\"},{\"kind\":16,\"name\":\"appl\",\"url\":\"enums/ABITransactionType.html#appl\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ABITransactionType\"},{\"kind\":64,\"name\":\"abiTypeIsReference\",\"url\":\"functions/abiTypeIsReference.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":8,\"name\":\"ABIReferenceType\",\"url\":\"enums/ABIReferenceType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"account\",\"url\":\"enums/ABIReferenceType.html#account\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ABIReferenceType\"},{\"kind\":16,\"name\":\"application\",\"url\":\"enums/ABIReferenceType.html#application\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ABIReferenceType\"},{\"kind\":16,\"name\":\"asset\",\"url\":\"enums/ABIReferenceType.html#asset\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ABIReferenceType\"},{\"kind\":4,\"name\":\"\",\"url\":\"modules/_internal_.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":128,\"name\":\"ServiceClient\",\"url\":\"classes/_internal_.ServiceClient.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.ServiceClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".ServiceClient\"},{\"kind\":2048,\"name\":\"setIntEncoding\",\"url\":\"classes/_internal_.ServiceClient.html#setIntEncoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".ServiceClient\"},{\"kind\":2048,\"name\":\"getIntEncoding\",\"url\":\"classes/_internal_.ServiceClient.html#getIntEncoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".ServiceClient\"},{\"kind\":256,\"name\":\"LogicSigStorageStructure\",\"url\":\"interfaces/_internal_.LogicSigStorageStructure.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"logic\",\"url\":\"interfaces/_internal_.LogicSigStorageStructure.html#logic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".LogicSigStorageStructure\"},{\"kind\":1024,\"name\":\"args\",\"url\":\"interfaces/_internal_.LogicSigStorageStructure.html#args\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".LogicSigStorageStructure\"},{\"kind\":1024,\"name\":\"sig\",\"url\":\"interfaces/_internal_.LogicSigStorageStructure.html#sig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".LogicSigStorageStructure\"},{\"kind\":1024,\"name\":\"msig\",\"url\":\"interfaces/_internal_.LogicSigStorageStructure.html#msig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".LogicSigStorageStructure\"},{\"kind\":256,\"name\":\"TransactionStorageStructure\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"fee\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#fee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"firstRound\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#firstRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"lastRound\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#lastRound\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"genesisID\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#genesisID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"genesisHash\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#genesisHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"lease\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#lease\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"closeRemainderTo\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#closeRemainderTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"voteKey\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#voteKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"selectionKey\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#selectionKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"stateProofKey\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#stateProofKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"voteFirst\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#voteFirst\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"voteLast\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#voteLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"voteKeyDilution\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#voteKeyDilution\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"assetIndex\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#assetIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"assetTotal\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#assetTotal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"assetDecimals\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#assetDecimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"assetDefaultFrozen\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#assetDefaultFrozen\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"assetManager\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#assetManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"assetReserve\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#assetReserve\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"assetFreeze\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#assetFreeze\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"assetClawback\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#assetClawback\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"assetUnitName\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#assetUnitName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"assetName\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#assetName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"assetURL\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#assetURL\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"assetMetadataHash\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#assetMetadataHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"freezeAccount\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#freezeAccount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"freezeState\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#freezeState\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"assetRevocationTarget\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#assetRevocationTarget\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"appIndex\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#appIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"appOnComplete\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#appOnComplete\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"appLocalInts\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#appLocalInts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"appLocalByteSlices\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#appLocalByteSlices\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"appGlobalInts\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#appGlobalInts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"appGlobalByteSlices\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#appGlobalByteSlices\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"appApprovalProgram\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#appApprovalProgram\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"appClearProgram\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#appClearProgram\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"appArgs\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#appArgs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"appAccounts\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#appAccounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"appForeignApps\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#appForeignApps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"appForeignAssets\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#appForeignAssets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"flatFee\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#flatFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"reKeyTo\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#reKeyTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"nonParticipation\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#nonParticipation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"group\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#group\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"extraPages\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#extraPages\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"boxes\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#boxes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"stateProofType\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#stateProofType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"stateProof\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#stateProof\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":1024,\"name\":\"stateProofMessage\",\"url\":\"interfaces/_internal_.TransactionStorageStructure.html#stateProofMessage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".TransactionStorageStructure\"},{\"kind\":4194304,\"name\":\"AnyTransaction\",\"url\":\"types/_internal_.AnyTransaction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":4194304,\"name\":\"ConstructTransaction\",\"url\":\"types/_internal_.ConstructTransaction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":4194304,\"name\":\"SpecificParameters\",\"url\":\"types/_internal_.SpecificParameters.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":256,\"name\":\"Overwrites\",\"url\":\"interfaces/_internal_.Overwrites.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_internal_.Overwrites.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".Overwrites\"},{\"kind\":4194304,\"name\":\"SpecificParameters\",\"url\":\"types/_internal_.SpecificParameters-1.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":256,\"name\":\"Overwrites\",\"url\":\"interfaces/_internal_.Overwrites-1.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_internal_.Overwrites-1.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".Overwrites\"},{\"kind\":4194304,\"name\":\"SpecificParametersForCreate\",\"url\":\"types/_internal_.SpecificParametersForCreate.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":256,\"name\":\"OverwritesForCreate\",\"url\":\"interfaces/_internal_.OverwritesForCreate.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_internal_.OverwritesForCreate.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".OverwritesForCreate\"},{\"kind\":4194304,\"name\":\"SpecificParametersForConfig\",\"url\":\"types/_internal_.SpecificParametersForConfig.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":256,\"name\":\"OverwritesForConfig\",\"url\":\"interfaces/_internal_.OverwritesForConfig.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_internal_.OverwritesForConfig.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".OverwritesForConfig\"},{\"kind\":4194304,\"name\":\"SpecificParametersForDestroy\",\"url\":\"types/_internal_.SpecificParametersForDestroy.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":256,\"name\":\"OverwritesForDestroy\",\"url\":\"interfaces/_internal_.OverwritesForDestroy.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_internal_.OverwritesForDestroy.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".OverwritesForDestroy\"},{\"kind\":4194304,\"name\":\"SpecificParametersForFreeze\",\"url\":\"types/_internal_.SpecificParametersForFreeze.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":256,\"name\":\"OverwritesForFreeze\",\"url\":\"interfaces/_internal_.OverwritesForFreeze.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_internal_.OverwritesForFreeze.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".OverwritesForFreeze\"},{\"kind\":4194304,\"name\":\"SpecificParametersForTransfer\",\"url\":\"types/_internal_.SpecificParametersForTransfer.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":256,\"name\":\"OverwritesForTransfer\",\"url\":\"interfaces/_internal_.OverwritesForTransfer.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_internal_.OverwritesForTransfer.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".OverwritesForTransfer\"},{\"kind\":4194304,\"name\":\"SpecificParametersForCreate\",\"url\":\"types/_internal_.SpecificParametersForCreate-1.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":256,\"name\":\"OverwritesForCreate\",\"url\":\"interfaces/_internal_.OverwritesForCreate-1.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_internal_.OverwritesForCreate-1.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".OverwritesForCreate\"},{\"kind\":4194304,\"name\":\"SpecificParametersForUpdate\",\"url\":\"types/_internal_.SpecificParametersForUpdate.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":256,\"name\":\"OverwritesForUpdate\",\"url\":\"interfaces/_internal_.OverwritesForUpdate.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_internal_.OverwritesForUpdate.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".OverwritesForUpdate\"},{\"kind\":4194304,\"name\":\"SpecificParametersForDelete\",\"url\":\"types/_internal_.SpecificParametersForDelete.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":256,\"name\":\"OverwritesForDelete\",\"url\":\"interfaces/_internal_.OverwritesForDelete.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_internal_.OverwritesForDelete.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".OverwritesForDelete\"},{\"kind\":4194304,\"name\":\"SpecificParameters\",\"url\":\"types/_internal_.SpecificParameters-2.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":256,\"name\":\"Overwrites\",\"url\":\"interfaces/_internal_.Overwrites-2.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_internal_.Overwrites-2.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".Overwrites\"},{\"kind\":128,\"name\":\"HTTPClient\",\"url\":\"classes/_internal_.HTTPClient.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":2048,\"name\":\"parseJSON\",\"url\":\"classes/_internal_.HTTPClient.html#parseJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".HTTPClient\"},{\"kind\":2048,\"name\":\"serializeData\",\"url\":\"classes/_internal_.HTTPClient.html#serializeData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\".HTTPClient\"},{\"kind\":2048,\"name\":\"prepareResponse\",\"url\":\"classes/_internal_.HTTPClient.html#prepareResponse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\".HTTPClient\"},{\"kind\":2048,\"name\":\"prepareResponseError\",\"url\":\"classes/_internal_.HTTPClient.html#prepareResponseError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\".HTTPClient\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.HTTPClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".HTTPClient\"},{\"kind\":1024,\"name\":\"bc\",\"url\":\"classes/_internal_.HTTPClient.html#bc\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\".HTTPClient\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/_internal_.HTTPClient.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".HTTPClient\"},{\"kind\":2048,\"name\":\"post\",\"url\":\"classes/_internal_.HTTPClient.html#post\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".HTTPClient\"},{\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/_internal_.HTTPClient.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".HTTPClient\"},{\"kind\":128,\"name\":\"BaseModel\",\"url\":\"classes/_internal_.BaseModel.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.BaseModel.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".BaseModel\"},{\"kind\":1024,\"name\":\"attribute_map\",\"url\":\"classes/_internal_.BaseModel.html#attribute_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".BaseModel\"},{\"kind\":2048,\"name\":\"get_obj_for_encoding\",\"url\":\"classes/_internal_.BaseModel.html#get_obj_for_encoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".BaseModel\"},{\"kind\":128,\"name\":\"DryrunTransactionResult\",\"url\":\"classes/_internal_.DryrunTransactionResult.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":2048,\"name\":\"trace\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#trace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":1024,\"name\":\"disassembly\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#disassembly\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":1024,\"name\":\"appCallMessages\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#appCallMessages\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":1024,\"name\":\"localDeltas\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#localDeltas\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":1024,\"name\":\"globalDelta\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#globalDelta\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":1024,\"name\":\"cost\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#cost\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":1024,\"name\":\"logicSigMessages\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#logicSigMessages\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":1024,\"name\":\"logicSigDisassembly\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#logicSigDisassembly\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":1024,\"name\":\"logs\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#logs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":1024,\"name\":\"appCallTrace\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#appCallTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":1024,\"name\":\"logicSigTrace\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#logicSigTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":1024,\"name\":\"required\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#required\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":1024,\"name\":\"optionals\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#optionals\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":1024,\"name\":\"traces\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#traces\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":2048,\"name\":\"appCallRejected\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#appCallRejected\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":2048,\"name\":\"logicSigRejected\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#logicSigRejected\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":2048,\"name\":\"appTrace\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#appTrace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":2048,\"name\":\"lsigTrace\",\"url\":\"classes/_internal_.DryrunTransactionResult.html#lsigTrace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".DryrunTransactionResult\"},{\"kind\":256,\"name\":\"ARC28Event\",\"url\":\"interfaces/_internal_.ARC28Event.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/_internal_.ARC28Event.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".ARC28Event\"},{\"kind\":1024,\"name\":\"desc\",\"url\":\"interfaces/_internal_.ARC28Event.html#desc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".ARC28Event\"},{\"kind\":1024,\"name\":\"args\",\"url\":\"interfaces/_internal_.ARC28Event.html#args\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".ARC28Event\"},{\"kind\":4194304,\"name\":\"BidOptions\",\"url\":\"types/_internal_.BidOptions.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":128,\"name\":\"HealthCheck\",\"url\":\"classes/_internal_.HealthCheck.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.HealthCheck.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".HealthCheck\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.HealthCheck.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".HealthCheck\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.HealthCheck.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".HealthCheck\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.HealthCheck.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".HealthCheck\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.HealthCheck.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".HealthCheck\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.HealthCheck.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".HealthCheck\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.HealthCheck.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".HealthCheck\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.HealthCheck.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".HealthCheck\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.HealthCheck.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".HealthCheck\"},{\"kind\":128,\"name\":\"Versions\",\"url\":\"classes/_internal_.Versions.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.Versions.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Versions\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.Versions.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Versions\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.Versions.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Versions\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.Versions.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Versions\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.Versions.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Versions\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.Versions.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Versions\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.Versions.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Versions\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.Versions.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Versions\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.Versions.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Versions\"},{\"kind\":128,\"name\":\"SendRawTransaction\",\"url\":\"classes/_internal_.SendRawTransaction.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.SendRawTransaction.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".SendRawTransaction\"},{\"kind\":1024,\"name\":\"txnBytesToPost\",\"url\":\"classes/_internal_.SendRawTransaction.html#txnBytesToPost\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\".SendRawTransaction\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.SendRawTransaction.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SendRawTransaction\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.SendRawTransaction.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SendRawTransaction\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.SendRawTransaction.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SendRawTransaction\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.SendRawTransaction.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SendRawTransaction\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.SendRawTransaction.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SendRawTransaction\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.SendRawTransaction.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SendRawTransaction\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.SendRawTransaction.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SendRawTransaction\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.SendRawTransaction.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SendRawTransaction\"},{\"kind\":128,\"name\":\"AccountInformation\",\"url\":\"classes/_internal_.AccountInformation.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.AccountInformation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".AccountInformation\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.AccountInformation.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".AccountInformation\"},{\"kind\":2048,\"name\":\"exclude\",\"url\":\"classes/_internal_.AccountInformation.html#exclude\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".AccountInformation\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.AccountInformation.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountInformation\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.AccountInformation.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountInformation\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.AccountInformation.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountInformation\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.AccountInformation.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountInformation\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.AccountInformation.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountInformation\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.AccountInformation.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountInformation\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.AccountInformation.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountInformation\"},{\"kind\":128,\"name\":\"AccountAssetInformation\",\"url\":\"classes/_internal_.AccountAssetInformation.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.AccountAssetInformation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".AccountAssetInformation\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.AccountAssetInformation.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".AccountAssetInformation\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.AccountAssetInformation.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountAssetInformation\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.AccountAssetInformation.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountAssetInformation\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.AccountAssetInformation.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountAssetInformation\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.AccountAssetInformation.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountAssetInformation\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.AccountAssetInformation.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountAssetInformation\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.AccountAssetInformation.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountAssetInformation\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.AccountAssetInformation.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountAssetInformation\"},{\"kind\":128,\"name\":\"AccountApplicationInformation\",\"url\":\"classes/_internal_.AccountApplicationInformation.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.AccountApplicationInformation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".AccountApplicationInformation\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.AccountApplicationInformation.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".AccountApplicationInformation\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.AccountApplicationInformation.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountApplicationInformation\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.AccountApplicationInformation.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountApplicationInformation\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.AccountApplicationInformation.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountApplicationInformation\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.AccountApplicationInformation.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountApplicationInformation\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.AccountApplicationInformation.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountApplicationInformation\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.AccountApplicationInformation.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountApplicationInformation\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.AccountApplicationInformation.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".AccountApplicationInformation\"},{\"kind\":128,\"name\":\"Block\",\"url\":\"classes/_internal_.Block.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.Block.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".Block\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/_internal_.Block.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\".Block\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.Block.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Block\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.Block.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Block\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.Block.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Block\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.Block.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Block\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.Block.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Block\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.Block.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Block\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.Block.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Block\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.Block.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Block\"},{\"kind\":128,\"name\":\"GetBlockHash\",\"url\":\"classes/_internal_.GetBlockHash.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.GetBlockHash.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".GetBlockHash\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/_internal_.GetBlockHash.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".GetBlockHash\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.GetBlockHash.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetBlockHash\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.GetBlockHash.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockHash\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.GetBlockHash.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockHash\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.GetBlockHash.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockHash\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.GetBlockHash.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockHash\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.GetBlockHash.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockHash\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.GetBlockHash.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockHash\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.GetBlockHash.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockHash\"},{\"kind\":128,\"name\":\"GetBlockTxids\",\"url\":\"classes/_internal_.GetBlockTxids.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.GetBlockTxids.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".GetBlockTxids\"},{\"kind\":1024,\"name\":\"round\",\"url\":\"classes/_internal_.GetBlockTxids.html#round\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".GetBlockTxids\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.GetBlockTxids.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetBlockTxids\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.GetBlockTxids.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockTxids\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.GetBlockTxids.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockTxids\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.GetBlockTxids.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockTxids\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.GetBlockTxids.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockTxids\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.GetBlockTxids.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockTxids\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.GetBlockTxids.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockTxids\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.GetBlockTxids.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockTxids\"},{\"kind\":128,\"name\":\"PendingTransactionInformation\",\"url\":\"classes/_internal_.PendingTransactionInformation.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.PendingTransactionInformation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".PendingTransactionInformation\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.PendingTransactionInformation.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".PendingTransactionInformation\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.PendingTransactionInformation.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".PendingTransactionInformation\"},{\"kind\":2048,\"name\":\"max\",\"url\":\"classes/_internal_.PendingTransactionInformation.html#max\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".PendingTransactionInformation\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.PendingTransactionInformation.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactionInformation\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.PendingTransactionInformation.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactionInformation\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.PendingTransactionInformation.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactionInformation\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.PendingTransactionInformation.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactionInformation\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.PendingTransactionInformation.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactionInformation\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.PendingTransactionInformation.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactionInformation\"},{\"kind\":128,\"name\":\"PendingTransactions\",\"url\":\"classes/_internal_.PendingTransactions.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.PendingTransactions.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".PendingTransactions\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.PendingTransactions.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".PendingTransactions\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.PendingTransactions.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".PendingTransactions\"},{\"kind\":2048,\"name\":\"max\",\"url\":\"classes/_internal_.PendingTransactions.html#max\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".PendingTransactions\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.PendingTransactions.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactions\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.PendingTransactions.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactions\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.PendingTransactions.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactions\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.PendingTransactions.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactions\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.PendingTransactions.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactions\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.PendingTransactions.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactions\"},{\"kind\":128,\"name\":\"PendingTransactionsByAddress\",\"url\":\"classes/_internal_.PendingTransactionsByAddress.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.PendingTransactionsByAddress.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".PendingTransactionsByAddress\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.PendingTransactionsByAddress.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".PendingTransactionsByAddress\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.PendingTransactionsByAddress.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".PendingTransactionsByAddress\"},{\"kind\":2048,\"name\":\"max\",\"url\":\"classes/_internal_.PendingTransactionsByAddress.html#max\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".PendingTransactionsByAddress\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.PendingTransactionsByAddress.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactionsByAddress\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.PendingTransactionsByAddress.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactionsByAddress\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.PendingTransactionsByAddress.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactionsByAddress\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.PendingTransactionsByAddress.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactionsByAddress\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.PendingTransactionsByAddress.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactionsByAddress\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.PendingTransactionsByAddress.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".PendingTransactionsByAddress\"},{\"kind\":128,\"name\":\"Status\",\"url\":\"classes/_internal_.Status.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.Status.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Status\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.Status.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Status\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.Status.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Status\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.Status.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Status\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.Status.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Status\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.Status.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Status\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.Status.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Status\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.Status.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Status\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.Status.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Status\"},{\"kind\":128,\"name\":\"StatusAfterBlock\",\"url\":\"classes/_internal_.StatusAfterBlock.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.StatusAfterBlock.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".StatusAfterBlock\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.StatusAfterBlock.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".StatusAfterBlock\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.StatusAfterBlock.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StatusAfterBlock\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.StatusAfterBlock.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StatusAfterBlock\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.StatusAfterBlock.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StatusAfterBlock\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.StatusAfterBlock.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StatusAfterBlock\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.StatusAfterBlock.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StatusAfterBlock\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.StatusAfterBlock.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StatusAfterBlock\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.StatusAfterBlock.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StatusAfterBlock\"},{\"kind\":128,\"name\":\"SuggestedParamsRequest\",\"url\":\"classes/_internal_.SuggestedParamsRequest.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.SuggestedParamsRequest.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SuggestedParamsRequest\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.SuggestedParamsRequest.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SuggestedParamsRequest\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.SuggestedParamsRequest.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SuggestedParamsRequest\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.SuggestedParamsRequest.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SuggestedParamsRequest\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.SuggestedParamsRequest.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SuggestedParamsRequest\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.SuggestedParamsRequest.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SuggestedParamsRequest\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.SuggestedParamsRequest.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SuggestedParamsRequest\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.SuggestedParamsRequest.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SuggestedParamsRequest\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.SuggestedParamsRequest.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SuggestedParamsRequest\"},{\"kind\":128,\"name\":\"Supply\",\"url\":\"classes/_internal_.Supply.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.Supply.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Supply\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.Supply.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Supply\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.Supply.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Supply\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.Supply.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Supply\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.Supply.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Supply\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.Supply.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Supply\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.Supply.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Supply\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.Supply.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Supply\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.Supply.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Supply\"},{\"kind\":128,\"name\":\"Compile\",\"url\":\"classes/_internal_.Compile.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.Compile.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".Compile\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.Compile.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Compile\"},{\"kind\":2048,\"name\":\"sourcemap\",\"url\":\"classes/_internal_.Compile.html#sourcemap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Compile\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.Compile.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Compile\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.Compile.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Compile\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.Compile.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Compile\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.Compile.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Compile\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.Compile.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Compile\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.Compile.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Compile\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.Compile.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Compile\"},{\"kind\":128,\"name\":\"Disassemble\",\"url\":\"classes/_internal_.Disassemble.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.Disassemble.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".Disassemble\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.Disassemble.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Disassemble\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.Disassemble.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Disassemble\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.Disassemble.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Disassemble\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.Disassemble.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Disassemble\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.Disassemble.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Disassemble\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.Disassemble.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Disassemble\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.Disassemble.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Disassemble\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.Disassemble.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Disassemble\"},{\"kind\":128,\"name\":\"Dryrun\",\"url\":\"classes/_internal_.Dryrun.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.Dryrun.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".Dryrun\"},{\"kind\":1024,\"name\":\"blob\",\"url\":\"classes/_internal_.Dryrun.html#blob\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\".Dryrun\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.Dryrun.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Dryrun\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.Dryrun.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Dryrun\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.Dryrun.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Dryrun\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.Dryrun.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Dryrun\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.Dryrun.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Dryrun\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.Dryrun.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Dryrun\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.Dryrun.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Dryrun\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.Dryrun.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Dryrun\"},{\"kind\":128,\"name\":\"GetAssetByID\",\"url\":\"classes/_internal_.GetAssetByID.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.GetAssetByID.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".GetAssetByID\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.GetAssetByID.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetAssetByID\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.GetAssetByID.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetAssetByID\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.GetAssetByID.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetAssetByID\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.GetAssetByID.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetAssetByID\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.GetAssetByID.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetAssetByID\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.GetAssetByID.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetAssetByID\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.GetAssetByID.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetAssetByID\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.GetAssetByID.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetAssetByID\"},{\"kind\":128,\"name\":\"GetApplicationByID\",\"url\":\"classes/_internal_.GetApplicationByID.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.GetApplicationByID.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".GetApplicationByID\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.GetApplicationByID.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetApplicationByID\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.GetApplicationByID.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationByID\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.GetApplicationByID.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationByID\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.GetApplicationByID.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationByID\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.GetApplicationByID.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationByID\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.GetApplicationByID.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationByID\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.GetApplicationByID.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationByID\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.GetApplicationByID.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationByID\"},{\"kind\":128,\"name\":\"GetApplicationBoxByName\",\"url\":\"classes/_internal_.GetApplicationBoxByName.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.GetApplicationBoxByName.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".GetApplicationBoxByName\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.GetApplicationBoxByName.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetApplicationBoxByName\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.GetApplicationBoxByName.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetApplicationBoxByName\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.GetApplicationBoxByName.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationBoxByName\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.GetApplicationBoxByName.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationBoxByName\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.GetApplicationBoxByName.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationBoxByName\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.GetApplicationBoxByName.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationBoxByName\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.GetApplicationBoxByName.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationBoxByName\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.GetApplicationBoxByName.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationBoxByName\"},{\"kind\":128,\"name\":\"GetApplicationBoxes\",\"url\":\"classes/_internal_.GetApplicationBoxes.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.GetApplicationBoxes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".GetApplicationBoxes\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.GetApplicationBoxes.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetApplicationBoxes\"},{\"kind\":2048,\"name\":\"max\",\"url\":\"classes/_internal_.GetApplicationBoxes.html#max\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetApplicationBoxes\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.GetApplicationBoxes.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetApplicationBoxes\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.GetApplicationBoxes.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationBoxes\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.GetApplicationBoxes.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationBoxes\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.GetApplicationBoxes.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationBoxes\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.GetApplicationBoxes.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationBoxes\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.GetApplicationBoxes.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationBoxes\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.GetApplicationBoxes.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetApplicationBoxes\"},{\"kind\":128,\"name\":\"Genesis\",\"url\":\"classes/_internal_.Genesis.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.Genesis.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Genesis\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.Genesis.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Genesis\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.Genesis.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Genesis\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.Genesis.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Genesis\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.Genesis.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Genesis\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.Genesis.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Genesis\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.Genesis.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Genesis\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.Genesis.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Genesis\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.Genesis.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Genesis\"},{\"kind\":128,\"name\":\"GetTransactionProof\",\"url\":\"classes/_internal_.GetTransactionProof.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.GetTransactionProof.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".GetTransactionProof\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.GetTransactionProof.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetTransactionProof\"},{\"kind\":2048,\"name\":\"hashType\",\"url\":\"classes/_internal_.GetTransactionProof.html#hashType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetTransactionProof\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.GetTransactionProof.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetTransactionProof\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.GetTransactionProof.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetTransactionProof\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.GetTransactionProof.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetTransactionProof\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.GetTransactionProof.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetTransactionProof\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.GetTransactionProof.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetTransactionProof\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.GetTransactionProof.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetTransactionProof\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.GetTransactionProof.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetTransactionProof\"},{\"kind\":128,\"name\":\"LightBlockHeaderProof\",\"url\":\"classes/_internal_.LightBlockHeaderProof.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LightBlockHeaderProof.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LightBlockHeaderProof\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LightBlockHeaderProof.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LightBlockHeaderProof\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LightBlockHeaderProof.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LightBlockHeaderProof\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LightBlockHeaderProof.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LightBlockHeaderProof\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LightBlockHeaderProof.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LightBlockHeaderProof\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LightBlockHeaderProof.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LightBlockHeaderProof\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LightBlockHeaderProof.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LightBlockHeaderProof\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LightBlockHeaderProof.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LightBlockHeaderProof\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LightBlockHeaderProof.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LightBlockHeaderProof\"},{\"kind\":128,\"name\":\"StateProof\",\"url\":\"classes/_internal_.StateProof.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.StateProof.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".StateProof\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.StateProof.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".StateProof\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.StateProof.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StateProof\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.StateProof.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StateProof\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.StateProof.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StateProof\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.StateProof.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StateProof\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.StateProof.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StateProof\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.StateProof.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StateProof\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.StateProof.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".StateProof\"},{\"kind\":128,\"name\":\"SimulateRawTransactions\",\"url\":\"classes/_internal_.SimulateRawTransactions.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.SimulateRawTransactions.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".SimulateRawTransactions\"},{\"kind\":1024,\"name\":\"requestBytes\",\"url\":\"classes/_internal_.SimulateRawTransactions.html#requestBytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\".SimulateRawTransactions\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.SimulateRawTransactions.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SimulateRawTransactions\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.SimulateRawTransactions.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SimulateRawTransactions\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.SimulateRawTransactions.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SimulateRawTransactions\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.SimulateRawTransactions.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SimulateRawTransactions\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.SimulateRawTransactions.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SimulateRawTransactions\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.SimulateRawTransactions.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SimulateRawTransactions\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.SimulateRawTransactions.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SimulateRawTransactions\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.SimulateRawTransactions.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SimulateRawTransactions\"},{\"kind\":128,\"name\":\"SetBlockOffsetTimestamp\",\"url\":\"classes/_internal_.SetBlockOffsetTimestamp.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.SetBlockOffsetTimestamp.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".SetBlockOffsetTimestamp\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.SetBlockOffsetTimestamp.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SetBlockOffsetTimestamp\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.SetBlockOffsetTimestamp.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SetBlockOffsetTimestamp\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.SetBlockOffsetTimestamp.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SetBlockOffsetTimestamp\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.SetBlockOffsetTimestamp.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SetBlockOffsetTimestamp\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.SetBlockOffsetTimestamp.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SetBlockOffsetTimestamp\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.SetBlockOffsetTimestamp.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SetBlockOffsetTimestamp\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.SetBlockOffsetTimestamp.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SetBlockOffsetTimestamp\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.SetBlockOffsetTimestamp.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SetBlockOffsetTimestamp\"},{\"kind\":128,\"name\":\"GetBlockOffsetTimestamp\",\"url\":\"classes/_internal_.GetBlockOffsetTimestamp.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.GetBlockOffsetTimestamp.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockOffsetTimestamp\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.GetBlockOffsetTimestamp.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetBlockOffsetTimestamp\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.GetBlockOffsetTimestamp.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetBlockOffsetTimestamp\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.GetBlockOffsetTimestamp.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockOffsetTimestamp\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.GetBlockOffsetTimestamp.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockOffsetTimestamp\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.GetBlockOffsetTimestamp.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockOffsetTimestamp\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.GetBlockOffsetTimestamp.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockOffsetTimestamp\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.GetBlockOffsetTimestamp.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockOffsetTimestamp\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.GetBlockOffsetTimestamp.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetBlockOffsetTimestamp\"},{\"kind\":128,\"name\":\"SetSyncRound\",\"url\":\"classes/_internal_.SetSyncRound.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.SetSyncRound.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".SetSyncRound\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.SetSyncRound.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SetSyncRound\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.SetSyncRound.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SetSyncRound\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.SetSyncRound.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SetSyncRound\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.SetSyncRound.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SetSyncRound\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.SetSyncRound.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SetSyncRound\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.SetSyncRound.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SetSyncRound\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.SetSyncRound.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SetSyncRound\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.SetSyncRound.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SetSyncRound\"},{\"kind\":128,\"name\":\"UnsetSyncRound\",\"url\":\"classes/_internal_.UnsetSyncRound.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.UnsetSyncRound.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".UnsetSyncRound\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.UnsetSyncRound.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".UnsetSyncRound\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.UnsetSyncRound.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".UnsetSyncRound\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.UnsetSyncRound.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".UnsetSyncRound\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.UnsetSyncRound.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".UnsetSyncRound\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.UnsetSyncRound.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".UnsetSyncRound\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.UnsetSyncRound.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".UnsetSyncRound\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.UnsetSyncRound.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".UnsetSyncRound\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.UnsetSyncRound.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".UnsetSyncRound\"},{\"kind\":128,\"name\":\"GetSyncRound\",\"url\":\"classes/_internal_.GetSyncRound.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.GetSyncRound.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetSyncRound\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.GetSyncRound.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetSyncRound\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.GetSyncRound.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetSyncRound\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.GetSyncRound.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetSyncRound\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.GetSyncRound.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetSyncRound\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.GetSyncRound.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetSyncRound\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.GetSyncRound.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetSyncRound\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.GetSyncRound.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetSyncRound\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.GetSyncRound.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetSyncRound\"},{\"kind\":128,\"name\":\"Ready\",\"url\":\"classes/_internal_.Ready.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.Ready.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Ready\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.Ready.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".Ready\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.Ready.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Ready\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.Ready.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Ready\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.Ready.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Ready\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.Ready.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Ready\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.Ready.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Ready\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.Ready.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Ready\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.Ready.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".Ready\"},{\"kind\":128,\"name\":\"GetLedgerStateDeltaForTransactionGroup\",\"url\":\"classes/_internal_.GetLedgerStateDeltaForTransactionGroup.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.GetLedgerStateDeltaForTransactionGroup.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".GetLedgerStateDeltaForTransactionGroup\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.GetLedgerStateDeltaForTransactionGroup.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetLedgerStateDeltaForTransactionGroup\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.GetLedgerStateDeltaForTransactionGroup.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDeltaForTransactionGroup\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.GetLedgerStateDeltaForTransactionGroup.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDeltaForTransactionGroup\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.GetLedgerStateDeltaForTransactionGroup.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDeltaForTransactionGroup\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.GetLedgerStateDeltaForTransactionGroup.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDeltaForTransactionGroup\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.GetLedgerStateDeltaForTransactionGroup.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDeltaForTransactionGroup\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.GetLedgerStateDeltaForTransactionGroup.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDeltaForTransactionGroup\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.GetLedgerStateDeltaForTransactionGroup.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDeltaForTransactionGroup\"},{\"kind\":128,\"name\":\"GetLedgerStateDelta\",\"url\":\"classes/_internal_.GetLedgerStateDelta.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.GetLedgerStateDelta.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".GetLedgerStateDelta\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.GetLedgerStateDelta.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetLedgerStateDelta\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.GetLedgerStateDelta.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDelta\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.GetLedgerStateDelta.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDelta\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.GetLedgerStateDelta.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDelta\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.GetLedgerStateDelta.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDelta\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.GetLedgerStateDelta.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDelta\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.GetLedgerStateDelta.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDelta\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.GetLedgerStateDelta.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetLedgerStateDelta\"},{\"kind\":128,\"name\":\"GetTransactionGroupLedgerStateDeltasForRound\",\"url\":\"classes/_internal_.GetTransactionGroupLedgerStateDeltasForRound.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.GetTransactionGroupLedgerStateDeltasForRound.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".GetTransactionGroupLedgerStateDeltasForRound\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.GetTransactionGroupLedgerStateDeltasForRound.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetTransactionGroupLedgerStateDeltasForRound\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.GetTransactionGroupLedgerStateDeltasForRound.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".GetTransactionGroupLedgerStateDeltasForRound\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.GetTransactionGroupLedgerStateDeltasForRound.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetTransactionGroupLedgerStateDeltasForRound\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.GetTransactionGroupLedgerStateDeltasForRound.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetTransactionGroupLedgerStateDeltasForRound\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.GetTransactionGroupLedgerStateDeltasForRound.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetTransactionGroupLedgerStateDeltasForRound\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.GetTransactionGroupLedgerStateDeltasForRound.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetTransactionGroupLedgerStateDeltasForRound\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.GetTransactionGroupLedgerStateDeltasForRound.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetTransactionGroupLedgerStateDeltasForRound\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.GetTransactionGroupLedgerStateDeltasForRound.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".GetTransactionGroupLedgerStateDeltasForRound\"},{\"kind\":128,\"name\":\"MakeHealthCheck\",\"url\":\"classes/_internal_.MakeHealthCheck.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.MakeHealthCheck.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".MakeHealthCheck\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.MakeHealthCheck.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".MakeHealthCheck\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.MakeHealthCheck.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".MakeHealthCheck\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.MakeHealthCheck.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".MakeHealthCheck\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.MakeHealthCheck.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".MakeHealthCheck\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.MakeHealthCheck.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".MakeHealthCheck\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.MakeHealthCheck.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".MakeHealthCheck\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.MakeHealthCheck.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".MakeHealthCheck\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.MakeHealthCheck.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".MakeHealthCheck\"},{\"kind\":128,\"name\":\"LookupAssetBalances\",\"url\":\"classes/_internal_.LookupAssetBalances.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupAssetBalances.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupAssetBalances\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupAssetBalances.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetBalances\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/_internal_.LookupAssetBalances.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetBalances\"},{\"kind\":2048,\"name\":\"currencyGreaterThan\",\"url\":\"classes/_internal_.LookupAssetBalances.html#currencyGreaterThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetBalances\"},{\"kind\":2048,\"name\":\"currencyLessThan\",\"url\":\"classes/_internal_.LookupAssetBalances.html#currencyLessThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetBalances\"},{\"kind\":2048,\"name\":\"nextToken\",\"url\":\"classes/_internal_.LookupAssetBalances.html#nextToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetBalances\"},{\"kind\":2048,\"name\":\"includeAll\",\"url\":\"classes/_internal_.LookupAssetBalances.html#includeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetBalances\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupAssetBalances.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetBalances\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupAssetBalances.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetBalances\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupAssetBalances.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetBalances\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupAssetBalances.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetBalances\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupAssetBalances.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetBalances\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupAssetBalances.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetBalances\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupAssetBalances.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetBalances\"},{\"kind\":128,\"name\":\"LookupAssetTransactions\",\"url\":\"classes/_internal_.LookupAssetTransactions.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"notePrefix\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#notePrefix\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"txType\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#txType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"sigType\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#sigType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"txid\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#txid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"round\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#round\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"minRound\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#minRound\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"maxRound\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#maxRound\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"beforeTime\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#beforeTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"afterTime\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#afterTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"currencyGreaterThan\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#currencyGreaterThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"currencyLessThan\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#currencyLessThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"addressRole\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#addressRole\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"address\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#address\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"excludeCloseTo\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#excludeCloseTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"nextToken\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#nextToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"rekeyTo\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#rekeyTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupAssetTransactions.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetTransactions\"},{\"kind\":128,\"name\":\"LookupAccountTransactions\",\"url\":\"classes/_internal_.LookupAccountTransactions.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"notePrefix\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#notePrefix\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"txType\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#txType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"sigType\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#sigType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"txid\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#txid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"round\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#round\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"minRound\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#minRound\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"maxRound\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#maxRound\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"assetID\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#assetID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"beforeTime\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#beforeTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"afterTime\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#afterTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"currencyGreaterThan\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#currencyGreaterThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"currencyLessThan\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#currencyLessThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"nextToken\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#nextToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"rekeyTo\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#rekeyTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupAccountTransactions.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountTransactions\"},{\"kind\":128,\"name\":\"LookupBlock\",\"url\":\"classes/_internal_.LookupBlock.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupBlock.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupBlock\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupBlock.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupBlock\"},{\"kind\":2048,\"name\":\"headerOnly\",\"url\":\"classes/_internal_.LookupBlock.html#headerOnly\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupBlock\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupBlock.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupBlock\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupBlock.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupBlock\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupBlock.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupBlock\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupBlock.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupBlock\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupBlock.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupBlock\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupBlock.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupBlock\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupBlock.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupBlock\"},{\"kind\":128,\"name\":\"LookupTransactionByID\",\"url\":\"classes/_internal_.LookupTransactionByID.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupTransactionByID.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupTransactionByID\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupTransactionByID.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupTransactionByID\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupTransactionByID.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupTransactionByID\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupTransactionByID.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupTransactionByID\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupTransactionByID.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupTransactionByID\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupTransactionByID.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupTransactionByID\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupTransactionByID.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupTransactionByID\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupTransactionByID.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupTransactionByID\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupTransactionByID.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupTransactionByID\"},{\"kind\":128,\"name\":\"LookupAccountByID\",\"url\":\"classes/_internal_.LookupAccountByID.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupAccountByID.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupAccountByID\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupAccountByID.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountByID\"},{\"kind\":2048,\"name\":\"round\",\"url\":\"classes/_internal_.LookupAccountByID.html#round\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountByID\"},{\"kind\":2048,\"name\":\"includeAll\",\"url\":\"classes/_internal_.LookupAccountByID.html#includeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountByID\"},{\"kind\":2048,\"name\":\"exclude\",\"url\":\"classes/_internal_.LookupAccountByID.html#exclude\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountByID\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupAccountByID.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountByID\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupAccountByID.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountByID\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupAccountByID.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountByID\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupAccountByID.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountByID\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupAccountByID.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountByID\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupAccountByID.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountByID\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupAccountByID.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountByID\"},{\"kind\":128,\"name\":\"LookupAccountAssets\",\"url\":\"classes/_internal_.LookupAccountAssets.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupAccountAssets.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupAccountAssets\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupAccountAssets.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountAssets\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/_internal_.LookupAccountAssets.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountAssets\"},{\"kind\":2048,\"name\":\"round\",\"url\":\"classes/_internal_.LookupAccountAssets.html#round\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountAssets\"},{\"kind\":2048,\"name\":\"nextToken\",\"url\":\"classes/_internal_.LookupAccountAssets.html#nextToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountAssets\"},{\"kind\":2048,\"name\":\"includeAll\",\"url\":\"classes/_internal_.LookupAccountAssets.html#includeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountAssets\"},{\"kind\":2048,\"name\":\"assetId\",\"url\":\"classes/_internal_.LookupAccountAssets.html#assetId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountAssets\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupAccountAssets.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAssets\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupAccountAssets.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAssets\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupAccountAssets.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAssets\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupAccountAssets.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAssets\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupAccountAssets.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAssets\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupAccountAssets.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAssets\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupAccountAssets.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAssets\"},{\"kind\":128,\"name\":\"LookupAccountCreatedAssets\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":2048,\"name\":\"round\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#round\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":2048,\"name\":\"nextToken\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#nextToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":2048,\"name\":\"includeAll\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#includeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":2048,\"name\":\"assetID\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#assetID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupAccountCreatedAssets.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedAssets\"},{\"kind\":128,\"name\":\"LookupAccountAppLocalStates\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":2048,\"name\":\"round\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#round\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":2048,\"name\":\"nextToken\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#nextToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":2048,\"name\":\"includeAll\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#includeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":2048,\"name\":\"applicationID\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#applicationID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupAccountAppLocalStates.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountAppLocalStates\"},{\"kind\":128,\"name\":\"LookupAccountCreatedApplications\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":2048,\"name\":\"round\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#round\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":2048,\"name\":\"nextToken\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#nextToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":2048,\"name\":\"includeAll\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#includeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":2048,\"name\":\"applicationID\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#applicationID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupAccountCreatedApplications.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAccountCreatedApplications\"},{\"kind\":128,\"name\":\"LookupAssetByID\",\"url\":\"classes/_internal_.LookupAssetByID.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupAssetByID.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupAssetByID\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupAssetByID.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetByID\"},{\"kind\":2048,\"name\":\"includeAll\",\"url\":\"classes/_internal_.LookupAssetByID.html#includeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupAssetByID\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupAssetByID.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetByID\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupAssetByID.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetByID\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupAssetByID.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetByID\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupAssetByID.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetByID\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupAssetByID.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetByID\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupAssetByID.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetByID\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupAssetByID.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupAssetByID\"},{\"kind\":128,\"name\":\"LookupApplications\",\"url\":\"classes/_internal_.LookupApplications.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupApplications.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupApplications\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupApplications.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupApplications\"},{\"kind\":2048,\"name\":\"includeAll\",\"url\":\"classes/_internal_.LookupApplications.html#includeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupApplications\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupApplications.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplications\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupApplications.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplications\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupApplications.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplications\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupApplications.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplications\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupApplications.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplications\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupApplications.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplications\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupApplications.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplications\"},{\"kind\":128,\"name\":\"LookupApplicationLogs\",\"url\":\"classes/_internal_.LookupApplicationLogs.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":2048,\"name\":\"minRound\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#minRound\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":2048,\"name\":\"maxRound\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#maxRound\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":2048,\"name\":\"nextToken\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#nextToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":2048,\"name\":\"sender\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#sender\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":2048,\"name\":\"txid\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#txid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupApplicationLogs.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplicationLogs\"},{\"kind\":128,\"name\":\"SearchAccounts\",\"url\":\"classes/_internal_.SearchAccounts.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.SearchAccounts.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.SearchAccounts.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"currencyGreaterThan\",\"url\":\"classes/_internal_.SearchAccounts.html#currencyGreaterThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"currencyLessThan\",\"url\":\"classes/_internal_.SearchAccounts.html#currencyLessThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/_internal_.SearchAccounts.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"assetID\",\"url\":\"classes/_internal_.SearchAccounts.html#assetID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"nextToken\",\"url\":\"classes/_internal_.SearchAccounts.html#nextToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"round\",\"url\":\"classes/_internal_.SearchAccounts.html#round\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"authAddr\",\"url\":\"classes/_internal_.SearchAccounts.html#authAddr\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"applicationID\",\"url\":\"classes/_internal_.SearchAccounts.html#applicationID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"includeAll\",\"url\":\"classes/_internal_.SearchAccounts.html#includeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"exclude\",\"url\":\"classes/_internal_.SearchAccounts.html#exclude\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchAccounts\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.SearchAccounts.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchAccounts\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.SearchAccounts.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchAccounts\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.SearchAccounts.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.SearchAccounts.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.SearchAccounts.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.SearchAccounts.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchAccounts\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.SearchAccounts.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchAccounts\"},{\"kind\":128,\"name\":\"SearchForTransactions\",\"url\":\"classes/_internal_.SearchForTransactions.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.SearchForTransactions.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.SearchForTransactions.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"notePrefix\",\"url\":\"classes/_internal_.SearchForTransactions.html#notePrefix\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"txType\",\"url\":\"classes/_internal_.SearchForTransactions.html#txType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"sigType\",\"url\":\"classes/_internal_.SearchForTransactions.html#sigType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"txid\",\"url\":\"classes/_internal_.SearchForTransactions.html#txid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"round\",\"url\":\"classes/_internal_.SearchForTransactions.html#round\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"minRound\",\"url\":\"classes/_internal_.SearchForTransactions.html#minRound\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"maxRound\",\"url\":\"classes/_internal_.SearchForTransactions.html#maxRound\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"assetID\",\"url\":\"classes/_internal_.SearchForTransactions.html#assetID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/_internal_.SearchForTransactions.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"beforeTime\",\"url\":\"classes/_internal_.SearchForTransactions.html#beforeTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"afterTime\",\"url\":\"classes/_internal_.SearchForTransactions.html#afterTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"addressRole\",\"url\":\"classes/_internal_.SearchForTransactions.html#addressRole\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"address\",\"url\":\"classes/_internal_.SearchForTransactions.html#address\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"excludeCloseTo\",\"url\":\"classes/_internal_.SearchForTransactions.html#excludeCloseTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"nextToken\",\"url\":\"classes/_internal_.SearchForTransactions.html#nextToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"rekeyTo\",\"url\":\"classes/_internal_.SearchForTransactions.html#rekeyTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"applicationID\",\"url\":\"classes/_internal_.SearchForTransactions.html#applicationID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"currencyGreaterThan\",\"url\":\"classes/_internal_.SearchForTransactions.html#currencyGreaterThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"currencyLessThan\",\"url\":\"classes/_internal_.SearchForTransactions.html#currencyLessThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForTransactions\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.SearchForTransactions.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForTransactions\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.SearchForTransactions.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForTransactions\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.SearchForTransactions.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.SearchForTransactions.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.SearchForTransactions.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.SearchForTransactions.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForTransactions\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.SearchForTransactions.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForTransactions\"},{\"kind\":128,\"name\":\"SearchForAssets\",\"url\":\"classes/_internal_.SearchForAssets.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.SearchForAssets.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForAssets\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.SearchForAssets.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForAssets\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/_internal_.SearchForAssets.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForAssets\"},{\"kind\":2048,\"name\":\"creator\",\"url\":\"classes/_internal_.SearchForAssets.html#creator\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForAssets\"},{\"kind\":2048,\"name\":\"name\",\"url\":\"classes/_internal_.SearchForAssets.html#name\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForAssets\"},{\"kind\":2048,\"name\":\"unit\",\"url\":\"classes/_internal_.SearchForAssets.html#unit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForAssets\"},{\"kind\":2048,\"name\":\"index\",\"url\":\"classes/_internal_.SearchForAssets.html#index\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForAssets\"},{\"kind\":2048,\"name\":\"nextToken\",\"url\":\"classes/_internal_.SearchForAssets.html#nextToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForAssets\"},{\"kind\":2048,\"name\":\"includeAll\",\"url\":\"classes/_internal_.SearchForAssets.html#includeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForAssets\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.SearchForAssets.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForAssets\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.SearchForAssets.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForAssets\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.SearchForAssets.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForAssets\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.SearchForAssets.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForAssets\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.SearchForAssets.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForAssets\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.SearchForAssets.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForAssets\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.SearchForAssets.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForAssets\"},{\"kind\":128,\"name\":\"SearchForApplications\",\"url\":\"classes/_internal_.SearchForApplications.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.SearchForApplications.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplications\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.SearchForApplications.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForApplications\"},{\"kind\":2048,\"name\":\"index\",\"url\":\"classes/_internal_.SearchForApplications.html#index\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForApplications\"},{\"kind\":2048,\"name\":\"creator\",\"url\":\"classes/_internal_.SearchForApplications.html#creator\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForApplications\"},{\"kind\":2048,\"name\":\"nextToken\",\"url\":\"classes/_internal_.SearchForApplications.html#nextToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForApplications\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/_internal_.SearchForApplications.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForApplications\"},{\"kind\":2048,\"name\":\"includeAll\",\"url\":\"classes/_internal_.SearchForApplications.html#includeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForApplications\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.SearchForApplications.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplications\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.SearchForApplications.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplications\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.SearchForApplications.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplications\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.SearchForApplications.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplications\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.SearchForApplications.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplications\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.SearchForApplications.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplications\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.SearchForApplications.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplications\"},{\"kind\":128,\"name\":\"SearchForApplicationBoxes\",\"url\":\"classes/_internal_.SearchForApplicationBoxes.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.SearchForApplicationBoxes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".SearchForApplicationBoxes\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.SearchForApplicationBoxes.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForApplicationBoxes\"},{\"kind\":2048,\"name\":\"nextToken\",\"url\":\"classes/_internal_.SearchForApplicationBoxes.html#nextToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForApplicationBoxes\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/_internal_.SearchForApplicationBoxes.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForApplicationBoxes\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.SearchForApplicationBoxes.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".SearchForApplicationBoxes\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.SearchForApplicationBoxes.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplicationBoxes\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.SearchForApplicationBoxes.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplicationBoxes\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.SearchForApplicationBoxes.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplicationBoxes\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.SearchForApplicationBoxes.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplicationBoxes\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.SearchForApplicationBoxes.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplicationBoxes\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.SearchForApplicationBoxes.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".SearchForApplicationBoxes\"},{\"kind\":128,\"name\":\"LookupApplicationBoxByIDandName\",\"url\":\"classes/_internal_.LookupApplicationBoxByIDandName.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.LookupApplicationBoxByIDandName.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".LookupApplicationBoxByIDandName\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.LookupApplicationBoxByIDandName.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupApplicationBoxByIDandName\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.LookupApplicationBoxByIDandName.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".LookupApplicationBoxByIDandName\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.LookupApplicationBoxByIDandName.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplicationBoxByIDandName\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.LookupApplicationBoxByIDandName.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplicationBoxByIDandName\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.LookupApplicationBoxByIDandName.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplicationBoxByIDandName\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.LookupApplicationBoxByIDandName.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplicationBoxByIDandName\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.LookupApplicationBoxByIDandName.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplicationBoxByIDandName\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.LookupApplicationBoxByIDandName.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\".LookupApplicationBoxByIDandName\"},{\"kind\":256,\"name\":\"BlockHeader\",\"url\":\"interfaces/_internal_.BlockHeader.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"fees\",\"url\":\"interfaces/_internal_.BlockHeader.html#fees\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"frac\",\"url\":\"interfaces/_internal_.BlockHeader.html#frac\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"gen\",\"url\":\"interfaces/_internal_.BlockHeader.html#gen\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"gh\",\"url\":\"interfaces/_internal_.BlockHeader.html#gh\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"prev\",\"url\":\"interfaces/_internal_.BlockHeader.html#prev\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"proto\",\"url\":\"interfaces/_internal_.BlockHeader.html#proto\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"rate\",\"url\":\"interfaces/_internal_.BlockHeader.html#rate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"rnd\",\"url\":\"interfaces/_internal_.BlockHeader.html#rnd\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"rwcalr\",\"url\":\"interfaces/_internal_.BlockHeader.html#rwcalr\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"rwd\",\"url\":\"interfaces/_internal_.BlockHeader.html#rwd\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"seed\",\"url\":\"interfaces/_internal_.BlockHeader.html#seed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"ts\",\"url\":\"interfaces/_internal_.BlockHeader.html#ts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"txn\",\"url\":\"interfaces/_internal_.BlockHeader.html#txn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"txn256\",\"url\":\"interfaces/_internal_.BlockHeader.html#txn256\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":1024,\"name\":\"spt\",\"url\":\"interfaces/_internal_.BlockHeader.html#spt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BlockHeader\"},{\"kind\":4194304,\"name\":\"Query\",\"url\":\"types/_internal_.Query.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/_internal_.Query.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\".Query\"},{\"kind\":1024,\"name\":\"format\",\"url\":\"types/_internal_.Query.html#__type.format\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\".Query.__type\"},{\"kind\":256,\"name\":\"DryrunResultResponse\",\"url\":\"interfaces/_internal_.DryrunResultResponse.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/_internal_.DryrunResultResponse.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunResultResponse\"},{\"kind\":1024,\"name\":\"protocol-version\",\"url\":\"interfaces/_internal_.DryrunResultResponse.html#protocol_version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunResultResponse\"},{\"kind\":1024,\"name\":\"txns\",\"url\":\"interfaces/_internal_.DryrunResultResponse.html#txns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunResultResponse\"},{\"kind\":4194304,\"name\":\"DistributiveOverwrite\",\"url\":\"types/_internal_.DistributiveOverwrite.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":4194304,\"name\":\"TransactionBase\",\"url\":\"types/_internal_.TransactionBase.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":256,\"name\":\"BidStorageStructure\",\"url\":\"interfaces/_internal_.BidStorageStructure.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"bidderKey\",\"url\":\"interfaces/_internal_.BidStorageStructure.html#bidderKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BidStorageStructure\"},{\"kind\":1024,\"name\":\"bidAmount\",\"url\":\"interfaces/_internal_.BidStorageStructure.html#bidAmount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BidStorageStructure\"},{\"kind\":1024,\"name\":\"bidID\",\"url\":\"interfaces/_internal_.BidStorageStructure.html#bidID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BidStorageStructure\"},{\"kind\":1024,\"name\":\"auctionKey\",\"url\":\"interfaces/_internal_.BidStorageStructure.html#auctionKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BidStorageStructure\"},{\"kind\":1024,\"name\":\"auctionID\",\"url\":\"interfaces/_internal_.BidStorageStructure.html#auctionID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BidStorageStructure\"},{\"kind\":1024,\"name\":\"maxPrice\",\"url\":\"interfaces/_internal_.BidStorageStructure.html#maxPrice\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".BidStorageStructure\"},{\"kind\":128,\"name\":\"JSONRequest\",\"url\":\"classes/_internal_.JSONRequest.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.JSONRequest.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".JSONRequest\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/_internal_.JSONRequest.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".JSONRequest\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"classes/_internal_.JSONRequest.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".JSONRequest\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"classes/_internal_.JSONRequest.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".JSONRequest\"},{\"kind\":2048,\"name\":\"path\",\"url\":\"classes/_internal_.JSONRequest.html#path\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".JSONRequest\"},{\"kind\":2048,\"name\":\"prepare\",\"url\":\"classes/_internal_.JSONRequest.html#prepare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".JSONRequest\"},{\"kind\":2048,\"name\":\"do\",\"url\":\"classes/_internal_.JSONRequest.html#do\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".JSONRequest\"},{\"kind\":2048,\"name\":\"doRaw\",\"url\":\"classes/_internal_.JSONRequest.html#doRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".JSONRequest\"},{\"kind\":2048,\"name\":\"setIntDecoding\",\"url\":\"classes/_internal_.JSONRequest.html#setIntDecoding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".JSONRequest\"},{\"kind\":4194304,\"name\":\"SuggestedParamsWithMinFee\",\"url\":\"types/_internal_.SuggestedParamsWithMinFee.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":128,\"name\":\"DryrunTrace\",\"url\":\"classes/_internal_.DryrunTrace.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.DryrunTrace.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".DryrunTrace\"},{\"kind\":1024,\"name\":\"trace\",\"url\":\"classes/_internal_.DryrunTrace.html#trace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTrace\"},{\"kind\":256,\"name\":\"DryrunTransactionResultResponse\",\"url\":\"interfaces/_internal_.DryrunTransactionResultResponse.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"disassembly\",\"url\":\"interfaces/_internal_.DryrunTransactionResultResponse.html#disassembly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTransactionResultResponse\"},{\"kind\":1024,\"name\":\"appCallMessages\",\"url\":\"interfaces/_internal_.DryrunTransactionResultResponse.html#appCallMessages\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTransactionResultResponse\"},{\"kind\":1024,\"name\":\"localDeltas\",\"url\":\"interfaces/_internal_.DryrunTransactionResultResponse.html#localDeltas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTransactionResultResponse\"},{\"kind\":1024,\"name\":\"globalDelta\",\"url\":\"interfaces/_internal_.DryrunTransactionResultResponse.html#globalDelta\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTransactionResultResponse\"},{\"kind\":1024,\"name\":\"cost\",\"url\":\"interfaces/_internal_.DryrunTransactionResultResponse.html#cost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTransactionResultResponse\"},{\"kind\":1024,\"name\":\"logicSigMessages\",\"url\":\"interfaces/_internal_.DryrunTransactionResultResponse.html#logicSigMessages\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTransactionResultResponse\"},{\"kind\":1024,\"name\":\"logicSigDisassembly\",\"url\":\"interfaces/_internal_.DryrunTransactionResultResponse.html#logicSigDisassembly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTransactionResultResponse\"},{\"kind\":1024,\"name\":\"logs\",\"url\":\"interfaces/_internal_.DryrunTransactionResultResponse.html#logs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTransactionResultResponse\"},{\"kind\":1024,\"name\":\"appCallTrace\",\"url\":\"interfaces/_internal_.DryrunTransactionResultResponse.html#appCallTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTransactionResultResponse\"},{\"kind\":1024,\"name\":\"logicSigTrace\",\"url\":\"interfaces/_internal_.DryrunTransactionResultResponse.html#logicSigTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTransactionResultResponse\"},{\"kind\":256,\"name\":\"HTTPClientResponse\",\"url\":\"interfaces/_internal_.HTTPClientResponse.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"body\",\"url\":\"interfaces/_internal_.HTTPClientResponse.html#body\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".HTTPClientResponse\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/_internal_.HTTPClientResponse.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".HTTPClientResponse\"},{\"kind\":1024,\"name\":\"headers\",\"url\":\"interfaces/_internal_.HTTPClientResponse.html#headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".HTTPClientResponse\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/_internal_.HTTPClientResponse.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".HTTPClientResponse\"},{\"kind\":1024,\"name\":\"ok\",\"url\":\"interfaces/_internal_.HTTPClientResponse.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".HTTPClientResponse\"},{\"kind\":256,\"name\":\"JSONOptions\",\"url\":\"interfaces/_internal_.JSONOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"intDecoding\",\"url\":\"interfaces/_internal_.JSONOptions.html#intDecoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".JSONOptions\"},{\"kind\":256,\"name\":\"StackPrinterConfig\",\"url\":\"interfaces/_internal_.StackPrinterConfig.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"maxValueWidth\",\"url\":\"interfaces/_internal_.StackPrinterConfig.html#maxValueWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".StackPrinterConfig\"},{\"kind\":1024,\"name\":\"topOfStackFirst\",\"url\":\"interfaces/_internal_.StackPrinterConfig.html#topOfStackFirst\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".StackPrinterConfig\"},{\"kind\":4194304,\"name\":\"Overwrite\",\"url\":\"types/_internal_.Overwrite.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":4194304,\"name\":\"TransactionBaseWithoutSuggestedParams\",\"url\":\"types/_internal_.TransactionBaseWithoutSuggestedParams.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":4194304,\"name\":\"TransactionBaseWithSuggestedParams\",\"url\":\"types/_internal_.TransactionBaseWithSuggestedParams.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":128,\"name\":\"DryrunTraceLine\",\"url\":\"classes/_internal_.DryrunTraceLine.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.DryrunTraceLine.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".DryrunTraceLine\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"classes/_internal_.DryrunTraceLine.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTraceLine\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"classes/_internal_.DryrunTraceLine.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTraceLine\"},{\"kind\":1024,\"name\":\"pc\",\"url\":\"classes/_internal_.DryrunTraceLine.html#pc\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTraceLine\"},{\"kind\":1024,\"name\":\"scratch\",\"url\":\"classes/_internal_.DryrunTraceLine.html#scratch\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTraceLine\"},{\"kind\":1024,\"name\":\"stack\",\"url\":\"classes/_internal_.DryrunTraceLine.html#stack\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunTraceLine\"},{\"kind\":256,\"name\":\"DryrunTraceLineResponse\",\"url\":\"interfaces/_internal_.DryrunTraceLineResponse.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/_internal_.DryrunTraceLineResponse.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTraceLineResponse\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/_internal_.DryrunTraceLineResponse.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTraceLineResponse\"},{\"kind\":1024,\"name\":\"pc\",\"url\":\"interfaces/_internal_.DryrunTraceLineResponse.html#pc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTraceLineResponse\"},{\"kind\":1024,\"name\":\"scratch\",\"url\":\"interfaces/_internal_.DryrunTraceLineResponse.html#scratch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTraceLineResponse\"},{\"kind\":1024,\"name\":\"stack\",\"url\":\"interfaces/_internal_.DryrunTraceLineResponse.html#stack\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".DryrunTraceLineResponse\"},{\"kind\":128,\"name\":\"DryrunStackValue\",\"url\":\"classes/_internal_.DryrunStackValue.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_internal_.DryrunStackValue.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\".DryrunStackValue\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/_internal_.DryrunStackValue.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunStackValue\"},{\"kind\":1024,\"name\":\"bytes\",\"url\":\"classes/_internal_.DryrunStackValue.html#bytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunStackValue\"},{\"kind\":1024,\"name\":\"uint\",\"url\":\"classes/_internal_.DryrunStackValue.html#uint\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\".DryrunStackValue\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/_internal_.DryrunStackValue.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\".DryrunStackValue\"},{\"kind\":256,\"name\":\"StackValueResponse\",\"url\":\"interfaces/_internal_.StackValueResponse.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_internal_.StackValueResponse.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".StackValueResponse\"},{\"kind\":1024,\"name\":\"bytes\",\"url\":\"interfaces/_internal_.StackValueResponse.html#bytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".StackValueResponse\"},{\"kind\":1024,\"name\":\"uint\",\"url\":\"interfaces/_internal_.StackValueResponse.html#uint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\".StackValueResponse\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,70.871]],[\"comment/0\",[]],[\"name/1\",[1,55.589]],[\"comment/1\",[]],[\"name/2\",[2,52.6]],[\"comment/2\",[]],[\"name/3\",[3,59.87]],[\"comment/3\",[]],[\"name/4\",[4,75.986]],[\"comment/4\",[]],[\"name/5\",[5,75.986]],[\"comment/5\",[]],[\"name/6\",[6,75.986]],[\"comment/6\",[]],[\"name/7\",[7,75.986]],[\"comment/7\",[]],[\"name/8\",[8,75.986]],[\"comment/8\",[]],[\"name/9\",[9,75.986]],[\"comment/9\",[]],[\"name/10\",[10,75.986]],[\"comment/10\",[]],[\"name/11\",[11,75.986]],[\"comment/11\",[]],[\"name/12\",[12,75.986]],[\"comment/12\",[]],[\"name/13\",[13,26.059]],[\"comment/13\",[]],[\"name/14\",[14,67.502]],[\"comment/14\",[]],[\"name/15\",[15,75.986]],[\"comment/15\",[]],[\"name/16\",[16,70.871]],[\"comment/16\",[]],[\"name/17\",[17,70.871]],[\"comment/17\",[]],[\"name/18\",[18,70.871]],[\"comment/18\",[]],[\"name/19\",[19,70.871]],[\"comment/19\",[]],[\"name/20\",[20,64.985]],[\"comment/20\",[]],[\"name/21\",[21,70.871]],[\"comment/21\",[]],[\"name/22\",[22,70.871]],[\"comment/22\",[]],[\"name/23\",[23,70.871]],[\"comment/23\",[]],[\"name/24\",[24,75.986]],[\"comment/24\",[]],[\"name/25\",[25,75.986]],[\"comment/25\",[]],[\"name/26\",[26,59.87]],[\"comment/26\",[]],[\"name/27\",[27,70.871]],[\"comment/27\",[]],[\"name/28\",[28,75.986]],[\"comment/28\",[]],[\"name/29\",[29,70.871]],[\"comment/29\",[]],[\"name/30\",[30,70.871]],[\"comment/30\",[]],[\"name/31\",[31,70.871]],[\"comment/31\",[]],[\"name/32\",[32,70.871]],[\"comment/32\",[]],[\"name/33\",[33,70.871]],[\"comment/33\",[]],[\"name/34\",[34,70.871]],[\"comment/34\",[]],[\"name/35\",[35,70.871]],[\"comment/35\",[]],[\"name/36\",[36,70.871]],[\"comment/36\",[]],[\"name/37\",[37,70.871]],[\"comment/37\",[]],[\"name/38\",[38,70.871]],[\"comment/38\",[]],[\"name/39\",[39,75.986]],[\"comment/39\",[]],[\"name/40\",[40,75.986]],[\"comment/40\",[]],[\"name/41\",[41,70.871]],[\"comment/41\",[]],[\"name/42\",[42,75.986]],[\"comment/42\",[]],[\"name/43\",[43,70.871]],[\"comment/43\",[]],[\"name/44\",[44,70.871]],[\"comment/44\",[]],[\"name/45\",[45,70.871]],[\"comment/45\",[]],[\"name/46\",[46,70.871]],[\"comment/46\",[]],[\"name/47\",[47,70.871]],[\"comment/47\",[]],[\"name/48\",[48,70.871]],[\"comment/48\",[]],[\"name/49\",[49,70.871]],[\"comment/49\",[]],[\"name/50\",[50,70.871]],[\"comment/50\",[]],[\"name/51\",[51,70.871]],[\"comment/51\",[]],[\"name/52\",[52,64.985]],[\"comment/52\",[]],[\"name/53\",[53,64.985]],[\"comment/53\",[]],[\"name/54\",[54,70.871]],[\"comment/54\",[]],[\"name/55\",[13,26.059]],[\"comment/55\",[]],[\"name/56\",[55,67.502]],[\"comment/56\",[]],[\"name/57\",[56,75.986]],[\"comment/57\",[]],[\"name/58\",[57,75.986]],[\"comment/58\",[]],[\"name/59\",[58,75.986]],[\"comment/59\",[]],[\"name/60\",[59,75.986]],[\"comment/60\",[]],[\"name/61\",[60,75.986]],[\"comment/61\",[]],[\"name/62\",[61,75.986]],[\"comment/62\",[]],[\"name/63\",[62,75.986]],[\"comment/63\",[]],[\"name/64\",[63,75.986]],[\"comment/64\",[]],[\"name/65\",[64,75.986]],[\"comment/65\",[]],[\"name/66\",[65,75.986]],[\"comment/66\",[]],[\"name/67\",[66,75.986]],[\"comment/67\",[]],[\"name/68\",[67,75.986]],[\"comment/68\",[]],[\"name/69\",[68,75.986]],[\"comment/69\",[]],[\"name/70\",[0,70.871]],[\"comment/70\",[]],[\"name/71\",[69,75.986]],[\"comment/71\",[]],[\"name/72\",[70,75.986]],[\"comment/72\",[]],[\"name/73\",[71,75.986]],[\"comment/73\",[]],[\"name/74\",[72,75.986]],[\"comment/74\",[]],[\"name/75\",[73,70.871]],[\"comment/75\",[]],[\"name/76\",[74,75.986]],[\"comment/76\",[]],[\"name/77\",[52,64.985]],[\"comment/77\",[]],[\"name/78\",[53,64.985]],[\"comment/78\",[]],[\"name/79\",[75,38.963]],[\"comment/79\",[]],[\"name/80\",[76,75.986]],[\"comment/80\",[]],[\"name/81\",[77,75.986]],[\"comment/81\",[]],[\"name/82\",[78,75.986]],[\"comment/82\",[]],[\"name/83\",[79,75.986]],[\"comment/83\",[]],[\"name/84\",[80,57.502]],[\"comment/84\",[]],[\"name/85\",[81,75.986]],[\"comment/85\",[]],[\"name/86\",[82,75.986]],[\"comment/86\",[]],[\"name/87\",[83,70.871]],[\"comment/87\",[]],[\"name/88\",[13,26.059]],[\"comment/88\",[]],[\"name/89\",[84,70.871]],[\"comment/89\",[]],[\"name/90\",[85,70.871]],[\"comment/90\",[]],[\"name/91\",[86,70.871]],[\"comment/91\",[]],[\"name/92\",[87,70.871]],[\"comment/92\",[]],[\"name/93\",[88,70.871]],[\"comment/93\",[]],[\"name/94\",[89,70.871]],[\"comment/94\",[]],[\"name/95\",[90,70.871]],[\"comment/95\",[]],[\"name/96\",[91,70.871]],[\"comment/96\",[]],[\"name/97\",[92,70.871]],[\"comment/97\",[]],[\"name/98\",[93,70.871]],[\"comment/98\",[]],[\"name/99\",[94,70.871]],[\"comment/99\",[]],[\"name/100\",[95,70.871]],[\"comment/100\",[]],[\"name/101\",[96,70.871]],[\"comment/101\",[]],[\"name/102\",[97,70.871]],[\"comment/102\",[]],[\"name/103\",[98,70.871]],[\"comment/103\",[]],[\"name/104\",[99,70.871]],[\"comment/104\",[]],[\"name/105\",[100,70.871]],[\"comment/105\",[]],[\"name/106\",[101,70.871]],[\"comment/106\",[]],[\"name/107\",[102,70.871]],[\"comment/107\",[]],[\"name/108\",[103,70.871]],[\"comment/108\",[]],[\"name/109\",[52,64.985]],[\"comment/109\",[]],[\"name/110\",[53,64.985]],[\"comment/110\",[]],[\"name/111\",[104,75.986]],[\"comment/111\",[]],[\"name/112\",[105,70.871]],[\"comment/112\",[]],[\"name/113\",[106,70.871]],[\"comment/113\",[]],[\"name/114\",[107,70.871]],[\"comment/114\",[]],[\"name/115\",[108,75.986]],[\"comment/115\",[]],[\"name/116\",[109,70.871]],[\"comment/116\",[]],[\"name/117\",[26,59.87]],[\"comment/117\",[]],[\"name/118\",[110,70.871]],[\"comment/118\",[]],[\"name/119\",[111,75.986]],[\"comment/119\",[]],[\"name/120\",[112,75.986]],[\"comment/120\",[]],[\"name/121\",[113,75.986]],[\"comment/121\",[]],[\"name/122\",[114,30.34,115,34.154,116,30.34,117,30.34]],[\"comment/122\",[]],[\"name/123\",[118,75.986]],[\"comment/123\",[]],[\"name/124\",[83,31.855,114,30.34,116,30.34,117,30.34]],[\"comment/124\",[]],[\"name/125\",[119,75.986]],[\"comment/125\",[]],[\"name/126\",[54,31.855,114,30.34,116,30.34,117,30.34]],[\"comment/126\",[]],[\"name/127\",[120,75.986]],[\"comment/127\",[]],[\"name/128\",[121,75.986]],[\"comment/128\",[]],[\"name/129\",[122,75.986]],[\"comment/129\",[]],[\"name/130\",[123,75.986]],[\"comment/130\",[]],[\"name/131\",[124,75.986]],[\"comment/131\",[]],[\"name/132\",[125,75.986]],[\"comment/132\",[]],[\"name/133\",[126,75.986]],[\"comment/133\",[]],[\"name/134\",[127,75.986]],[\"comment/134\",[]],[\"name/135\",[128,75.986]],[\"comment/135\",[]],[\"name/136\",[129,75.986]],[\"comment/136\",[]],[\"name/137\",[130,75.986]],[\"comment/137\",[]],[\"name/138\",[131,75.986]],[\"comment/138\",[]],[\"name/139\",[132,75.986]],[\"comment/139\",[]],[\"name/140\",[80,57.502]],[\"comment/140\",[]],[\"name/141\",[133,30.889]],[\"comment/141\",[]],[\"name/142\",[13,26.059]],[\"comment/142\",[]],[\"name/143\",[134,55.589]],[\"comment/143\",[]],[\"name/144\",[135,56.5]],[\"comment/144\",[]],[\"name/145\",[136,70.871]],[\"comment/145\",[]],[\"name/146\",[137,70.871]],[\"comment/146\",[]],[\"name/147\",[138,70.871]],[\"comment/147\",[]],[\"name/148\",[139,67.502]],[\"comment/148\",[]],[\"name/149\",[140,48.016]],[\"comment/149\",[]],[\"name/150\",[26,59.87]],[\"comment/150\",[]],[\"name/151\",[141,70.871]],[\"comment/151\",[]],[\"name/152\",[142,70.871]],[\"comment/152\",[]],[\"name/153\",[143,70.871]],[\"comment/153\",[]],[\"name/154\",[144,70.871]],[\"comment/154\",[]],[\"name/155\",[145,70.871]],[\"comment/155\",[]],[\"name/156\",[146,70.871]],[\"comment/156\",[]],[\"name/157\",[147,70.871]],[\"comment/157\",[]],[\"name/158\",[148,62.975]],[\"comment/158\",[]],[\"name/159\",[149,64.985]],[\"comment/159\",[]],[\"name/160\",[150,70.871]],[\"comment/160\",[]],[\"name/161\",[151,70.871]],[\"comment/161\",[]],[\"name/162\",[152,70.871]],[\"comment/162\",[]],[\"name/163\",[153,70.871]],[\"comment/163\",[]],[\"name/164\",[154,70.871]],[\"comment/164\",[]],[\"name/165\",[155,70.871]],[\"comment/165\",[]],[\"name/166\",[156,70.871]],[\"comment/166\",[]],[\"name/167\",[157,62.975]],[\"comment/167\",[]],[\"name/168\",[158,70.871]],[\"comment/168\",[]],[\"name/169\",[159,70.871]],[\"comment/169\",[]],[\"name/170\",[160,31.038]],[\"comment/170\",[]],[\"name/171\",[161,30.815]],[\"comment/171\",[]],[\"name/172\",[162,75.986]],[\"comment/172\",[]],[\"name/173\",[133,30.889]],[\"comment/173\",[]],[\"name/174\",[13,26.059]],[\"comment/174\",[]],[\"name/175\",[140,48.016]],[\"comment/175\",[]],[\"name/176\",[163,75.986]],[\"comment/176\",[]],[\"name/177\",[164,75.986]],[\"comment/177\",[]],[\"name/178\",[160,31.038]],[\"comment/178\",[]],[\"name/179\",[161,30.815]],[\"comment/179\",[]],[\"name/180\",[165,75.986]],[\"comment/180\",[]],[\"name/181\",[133,30.889]],[\"comment/181\",[]],[\"name/182\",[13,26.059]],[\"comment/182\",[]],[\"name/183\",[166,64.985]],[\"comment/183\",[]],[\"name/184\",[167,67.502]],[\"comment/184\",[]],[\"name/185\",[160,31.038]],[\"comment/185\",[]],[\"name/186\",[161,30.815]],[\"comment/186\",[]],[\"name/187\",[168,75.986]],[\"comment/187\",[]],[\"name/188\",[133,30.889]],[\"comment/188\",[]],[\"name/189\",[13,26.059]],[\"comment/189\",[]],[\"name/190\",[140,48.016]],[\"comment/190\",[]],[\"name/191\",[166,64.985]],[\"comment/191\",[]],[\"name/192\",[169,75.986]],[\"comment/192\",[]],[\"name/193\",[160,31.038]],[\"comment/193\",[]],[\"name/194\",[161,30.815]],[\"comment/194\",[]],[\"name/195\",[170,75.986]],[\"comment/195\",[]],[\"name/196\",[133,30.889]],[\"comment/196\",[]],[\"name/197\",[13,26.059]],[\"comment/197\",[]],[\"name/198\",[140,48.016]],[\"comment/198\",[]],[\"name/199\",[171,70.871]],[\"comment/199\",[]],[\"name/200\",[172,48.433]],[\"comment/200\",[]],[\"name/201\",[160,31.038]],[\"comment/201\",[]],[\"name/202\",[161,30.815]],[\"comment/202\",[]],[\"name/203\",[173,70.871]],[\"comment/203\",[]],[\"name/204\",[133,30.889]],[\"comment/204\",[]],[\"name/205\",[13,26.059]],[\"comment/205\",[]],[\"name/206\",[174,67.502]],[\"comment/206\",[]],[\"name/207\",[175,67.502]],[\"comment/207\",[]],[\"name/208\",[176,61.303]],[\"comment/208\",[]],[\"name/209\",[177,67.502]],[\"comment/209\",[]],[\"name/210\",[178,67.502]],[\"comment/210\",[]],[\"name/211\",[179,61.303]],[\"comment/211\",[]],[\"name/212\",[160,31.038]],[\"comment/212\",[]],[\"name/213\",[161,30.815]],[\"comment/213\",[]],[\"name/214\",[180,70.871]],[\"comment/214\",[]],[\"name/215\",[133,30.889]],[\"comment/215\",[]],[\"name/216\",[13,26.059]],[\"comment/216\",[]],[\"name/217\",[134,55.589]],[\"comment/217\",[]],[\"name/218\",[181,67.502]],[\"comment/218\",[]],[\"name/219\",[160,31.038]],[\"comment/219\",[]],[\"name/220\",[161,30.815]],[\"comment/220\",[]],[\"name/221\",[182,75.986]],[\"comment/221\",[]],[\"name/222\",[133,30.889]],[\"comment/222\",[]],[\"name/223\",[13,26.059]],[\"comment/223\",[]],[\"name/224\",[183,70.871]],[\"comment/224\",[]],[\"name/225\",[184,58.616]],[\"comment/225\",[]],[\"name/226\",[2,52.6]],[\"comment/226\",[]],[\"name/227\",[160,31.038]],[\"comment/227\",[]],[\"name/228\",[161,30.815]],[\"comment/228\",[]],[\"name/229\",[185,64.985]],[\"comment/229\",[]],[\"name/230\",[133,30.889]],[\"comment/230\",[]],[\"name/231\",[13,26.059]],[\"comment/231\",[]],[\"name/232\",[186,61.303]],[\"comment/232\",[]],[\"name/233\",[187,62.975]],[\"comment/233\",[]],[\"name/234\",[160,31.038]],[\"comment/234\",[]],[\"name/235\",[161,30.815]],[\"comment/235\",[]],[\"name/236\",[188,75.986]],[\"comment/236\",[]],[\"name/237\",[133,30.889]],[\"comment/237\",[]],[\"name/238\",[13,26.059]],[\"comment/238\",[]],[\"name/239\",[186,61.303]],[\"comment/239\",[]],[\"name/240\",[189,75.986]],[\"comment/240\",[]],[\"name/241\",[190,75.986]],[\"comment/241\",[]],[\"name/242\",[191,70.871]],[\"comment/242\",[]],[\"name/243\",[160,31.038]],[\"comment/243\",[]],[\"name/244\",[161,30.815]],[\"comment/244\",[]],[\"name/245\",[192,75.986]],[\"comment/245\",[]],[\"name/246\",[133,30.889]],[\"comment/246\",[]],[\"name/247\",[13,26.059]],[\"comment/247\",[]],[\"name/248\",[193,75.986]],[\"comment/248\",[]],[\"name/249\",[80,57.502]],[\"comment/249\",[]],[\"name/250\",[160,31.038]],[\"comment/250\",[]],[\"name/251\",[161,30.815]],[\"comment/251\",[]],[\"name/252\",[194,75.986]],[\"comment/252\",[]],[\"name/253\",[133,30.889]],[\"comment/253\",[]],[\"name/254\",[13,26.059]],[\"comment/254\",[]],[\"name/255\",[80,57.502]],[\"comment/255\",[]],[\"name/256\",[195,70.871]],[\"comment/256\",[]],[\"name/257\",[160,31.038]],[\"comment/257\",[]],[\"name/258\",[161,30.815]],[\"comment/258\",[]],[\"name/259\",[196,70.871]],[\"comment/259\",[]],[\"name/260\",[133,30.889]],[\"comment/260\",[]],[\"name/261\",[13,26.059]],[\"comment/261\",[]],[\"name/262\",[186,61.303]],[\"comment/262\",[]],[\"name/263\",[197,70.871]],[\"comment/263\",[]],[\"name/264\",[198,70.871]],[\"comment/264\",[]],[\"name/265\",[160,31.038]],[\"comment/265\",[]],[\"name/266\",[161,30.815]],[\"comment/266\",[]],[\"name/267\",[199,70.871]],[\"comment/267\",[]],[\"name/268\",[133,30.889]],[\"comment/268\",[]],[\"name/269\",[13,26.059]],[\"comment/269\",[]],[\"name/270\",[200,67.502]],[\"comment/270\",[]],[\"name/271\",[201,67.502]],[\"comment/271\",[]],[\"name/272\",[202,61.303]],[\"comment/272\",[]],[\"name/273\",[203,67.502]],[\"comment/273\",[]],[\"name/274\",[204,70.871]],[\"comment/274\",[]],[\"name/275\",[205,67.502]],[\"comment/275\",[]],[\"name/276\",[206,67.502]],[\"comment/276\",[]],[\"name/277\",[160,31.038]],[\"comment/277\",[]],[\"name/278\",[161,30.815]],[\"comment/278\",[]],[\"name/279\",[207,75.986]],[\"comment/279\",[]],[\"name/280\",[133,30.889]],[\"comment/280\",[]],[\"name/281\",[13,26.059]],[\"comment/281\",[]],[\"name/282\",[208,75.986]],[\"comment/282\",[]],[\"name/283\",[209,59.87]],[\"comment/283\",[]],[\"name/284\",[210,75.986]],[\"comment/284\",[]],[\"name/285\",[80,57.502]],[\"comment/285\",[]],[\"name/286\",[211,70.871]],[\"comment/286\",[]],[\"name/287\",[160,31.038]],[\"comment/287\",[]],[\"name/288\",[161,30.815]],[\"comment/288\",[]],[\"name/289\",[212,70.871]],[\"comment/289\",[]],[\"name/290\",[133,30.889]],[\"comment/290\",[]],[\"name/291\",[13,26.059]],[\"comment/291\",[]],[\"name/292\",[213,67.502]],[\"comment/292\",[]],[\"name/293\",[214,67.502]],[\"comment/293\",[]],[\"name/294\",[160,31.038]],[\"comment/294\",[]],[\"name/295\",[161,30.815]],[\"comment/295\",[]],[\"name/296\",[215,62.975]],[\"comment/296\",[]],[\"name/297\",[133,30.889]],[\"comment/297\",[]],[\"name/298\",[13,26.059]],[\"comment/298\",[]],[\"name/299\",[216,62.975]],[\"comment/299\",[]],[\"name/300\",[187,62.975]],[\"comment/300\",[]],[\"name/301\",[160,31.038]],[\"comment/301\",[]],[\"name/302\",[161,30.815]],[\"comment/302\",[]],[\"name/303\",[166,64.985]],[\"comment/303\",[]],[\"name/304\",[133,30.889]],[\"comment/304\",[]],[\"name/305\",[13,26.059]],[\"comment/305\",[]],[\"name/306\",[135,56.5]],[\"comment/306\",[]],[\"name/307\",[217,56.5]],[\"comment/307\",[]],[\"name/308\",[218,67.502]],[\"comment/308\",[]],[\"name/309\",[160,31.038]],[\"comment/309\",[]],[\"name/310\",[161,30.815]],[\"comment/310\",[]],[\"name/311\",[219,75.986]],[\"comment/311\",[]],[\"name/312\",[133,30.889]],[\"comment/312\",[]],[\"name/313\",[13,26.059]],[\"comment/313\",[]],[\"name/314\",[80,57.502]],[\"comment/314\",[]],[\"name/315\",[215,62.975]],[\"comment/315\",[]],[\"name/316\",[160,31.038]],[\"comment/316\",[]],[\"name/317\",[161,30.815]],[\"comment/317\",[]],[\"name/318\",[167,67.502]],[\"comment/318\",[]],[\"name/319\",[133,30.889]],[\"comment/319\",[]],[\"name/320\",[13,26.059]],[\"comment/320\",[]],[\"name/321\",[202,61.303]],[\"comment/321\",[]],[\"name/322\",[220,70.871]],[\"comment/322\",[]],[\"name/323\",[221,70.871]],[\"comment/323\",[]],[\"name/324\",[222,70.871]],[\"comment/324\",[]],[\"name/325\",[223,70.871]],[\"comment/325\",[]],[\"name/326\",[224,70.871]],[\"comment/326\",[]],[\"name/327\",[225,70.871]],[\"comment/327\",[]],[\"name/328\",[226,70.871]],[\"comment/328\",[]],[\"name/329\",[227,50.828]],[\"comment/329\",[]],[\"name/330\",[228,70.871]],[\"comment/330\",[]],[\"name/331\",[229,70.871]],[\"comment/331\",[]],[\"name/332\",[230,70.871]],[\"comment/332\",[]],[\"name/333\",[231,70.871]],[\"comment/333\",[]],[\"name/334\",[232,70.871]],[\"comment/334\",[]],[\"name/335\",[233,70.871]],[\"comment/335\",[]],[\"name/336\",[160,31.038]],[\"comment/336\",[]],[\"name/337\",[161,30.815]],[\"comment/337\",[]],[\"name/338\",[234,75.986]],[\"comment/338\",[]],[\"name/339\",[133,30.889]],[\"comment/339\",[]],[\"name/340\",[13,26.059]],[\"comment/340\",[]],[\"name/341\",[209,59.87]],[\"comment/341\",[]],[\"name/342\",[235,58.616]],[\"comment/342\",[]],[\"name/343\",[160,31.038]],[\"comment/343\",[]],[\"name/344\",[161,30.815]],[\"comment/344\",[]],[\"name/345\",[236,75.986]],[\"comment/345\",[]],[\"name/346\",[133,30.889]],[\"comment/346\",[]],[\"name/347\",[13,26.059]],[\"comment/347\",[]],[\"name/348\",[237,48.016]],[\"comment/348\",[]],[\"name/349\",[238,59.87]],[\"comment/349\",[]],[\"name/350\",[239,59.87]],[\"comment/350\",[]],[\"name/351\",[160,31.038]],[\"comment/351\",[]],[\"name/352\",[161,30.815]],[\"comment/352\",[]],[\"name/353\",[240,75.986]],[\"comment/353\",[]],[\"name/354\",[133,30.889]],[\"comment/354\",[]],[\"name/355\",[13,26.059]],[\"comment/355\",[]],[\"name/356\",[241,75.986]],[\"comment/356\",[]],[\"name/357\",[160,31.038]],[\"comment/357\",[]],[\"name/358\",[161,30.815]],[\"comment/358\",[]],[\"name/359\",[242,75.986]],[\"comment/359\",[]],[\"name/360\",[133,30.889]],[\"comment/360\",[]],[\"name/361\",[13,26.059]],[\"comment/361\",[]],[\"name/362\",[184,58.616]],[\"comment/362\",[]],[\"name/363\",[160,31.038]],[\"comment/363\",[]],[\"name/364\",[161,30.815]],[\"comment/364\",[]],[\"name/365\",[243,75.986]],[\"comment/365\",[]],[\"name/366\",[133,30.889]],[\"comment/366\",[]],[\"name/367\",[13,26.059]],[\"comment/367\",[]],[\"name/368\",[20,64.985]],[\"comment/368\",[]],[\"name/369\",[244,75.986]],[\"comment/369\",[]],[\"name/370\",[160,31.038]],[\"comment/370\",[]],[\"name/371\",[161,30.815]],[\"comment/371\",[]],[\"name/372\",[245,75.986]],[\"comment/372\",[]],[\"name/373\",[133,30.889]],[\"comment/373\",[]],[\"name/374\",[13,26.059]],[\"comment/374\",[]],[\"name/375\",[246,75.986]],[\"comment/375\",[]],[\"name/376\",[160,31.038]],[\"comment/376\",[]],[\"name/377\",[161,30.815]],[\"comment/377\",[]],[\"name/378\",[247,70.871]],[\"comment/378\",[]],[\"name/379\",[133,30.889]],[\"comment/379\",[]],[\"name/380\",[13,26.059]],[\"comment/380\",[]],[\"name/381\",[227,50.828]],[\"comment/381\",[]],[\"name/382\",[140,48.016]],[\"comment/382\",[]],[\"name/383\",[235,58.616]],[\"comment/383\",[]],[\"name/384\",[160,31.038]],[\"comment/384\",[]],[\"name/385\",[161,30.815]],[\"comment/385\",[]],[\"name/386\",[248,70.871]],[\"comment/386\",[]],[\"name/387\",[133,30.889]],[\"comment/387\",[]],[\"name/388\",[13,26.059]],[\"comment/388\",[]],[\"name/389\",[227,50.828]],[\"comment/389\",[]],[\"name/390\",[160,31.038]],[\"comment/390\",[]],[\"name/391\",[161,30.815]],[\"comment/391\",[]],[\"name/392\",[249,70.871]],[\"comment/392\",[]],[\"name/393\",[133,30.889]],[\"comment/393\",[]],[\"name/394\",[13,26.059]],[\"comment/394\",[]],[\"name/395\",[195,70.871]],[\"comment/395\",[]],[\"name/396\",[227,50.828]],[\"comment/396\",[]],[\"name/397\",[160,31.038]],[\"comment/397\",[]],[\"name/398\",[161,30.815]],[\"comment/398\",[]],[\"name/399\",[250,70.871]],[\"comment/399\",[]],[\"name/400\",[133,30.889]],[\"comment/400\",[]],[\"name/401\",[13,26.059]],[\"comment/401\",[]],[\"name/402\",[251,61.303]],[\"comment/402\",[]],[\"name/403\",[160,31.038]],[\"comment/403\",[]],[\"name/404\",[161,30.815]],[\"comment/404\",[]],[\"name/405\",[252,75.986]],[\"comment/405\",[]],[\"name/406\",[133,30.889]],[\"comment/406\",[]],[\"name/407\",[13,26.059]],[\"comment/407\",[]],[\"name/408\",[253,75.986]],[\"comment/408\",[]],[\"name/409\",[254,75.986]],[\"comment/409\",[]],[\"name/410\",[255,75.986]],[\"comment/410\",[]],[\"name/411\",[256,75.986]],[\"comment/411\",[]],[\"name/412\",[257,75.986]],[\"comment/412\",[]],[\"name/413\",[258,75.986]],[\"comment/413\",[]],[\"name/414\",[160,31.038]],[\"comment/414\",[]],[\"name/415\",[161,30.815]],[\"comment/415\",[]],[\"name/416\",[259,75.986]],[\"comment/416\",[]],[\"name/417\",[133,30.889]],[\"comment/417\",[]],[\"name/418\",[13,26.059]],[\"comment/418\",[]],[\"name/419\",[260,75.986]],[\"comment/419\",[]],[\"name/420\",[261,70.871]],[\"comment/420\",[]],[\"name/421\",[262,67.502]],[\"comment/421\",[]],[\"name/422\",[160,31.038]],[\"comment/422\",[]],[\"name/423\",[161,30.815]],[\"comment/423\",[]],[\"name/424\",[263,75.986]],[\"comment/424\",[]],[\"name/425\",[133,30.889]],[\"comment/425\",[]],[\"name/426\",[13,26.059]],[\"comment/426\",[]],[\"name/427\",[261,70.871]],[\"comment/427\",[]],[\"name/428\",[160,31.038]],[\"comment/428\",[]],[\"name/429\",[161,30.815]],[\"comment/429\",[]],[\"name/430\",[264,75.986]],[\"comment/430\",[]],[\"name/431\",[133,30.889]],[\"comment/431\",[]],[\"name/432\",[13,26.059]],[\"comment/432\",[]],[\"name/433\",[265,64.985]],[\"comment/433\",[]],[\"name/434\",[266,70.871]],[\"comment/434\",[]],[\"name/435\",[267,75.986]],[\"comment/435\",[]],[\"name/436\",[268,67.502]],[\"comment/436\",[]],[\"name/437\",[140,48.016]],[\"comment/437\",[]],[\"name/438\",[269,70.871]],[\"comment/438\",[]],[\"name/439\",[270,62.975]],[\"comment/439\",[]],[\"name/440\",[160,31.038]],[\"comment/440\",[]],[\"name/441\",[161,30.815]],[\"comment/441\",[]],[\"name/442\",[271,75.986]],[\"comment/442\",[]],[\"name/443\",[133,30.889]],[\"comment/443\",[]],[\"name/444\",[13,26.059]],[\"comment/444\",[]],[\"name/445\",[272,61.303]],[\"comment/445\",[]],[\"name/446\",[268,67.502]],[\"comment/446\",[]],[\"name/447\",[270,62.975]],[\"comment/447\",[]],[\"name/448\",[160,31.038]],[\"comment/448\",[]],[\"name/449\",[161,30.815]],[\"comment/449\",[]],[\"name/450\",[273,75.986]],[\"comment/450\",[]],[\"name/451\",[133,30.889]],[\"comment/451\",[]],[\"name/452\",[13,26.059]],[\"comment/452\",[]],[\"name/453\",[274,75.986]],[\"comment/453\",[]],[\"name/454\",[275,75.986]],[\"comment/454\",[]],[\"name/455\",[276,75.986]],[\"comment/455\",[]],[\"name/456\",[277,62.975]],[\"comment/456\",[]],[\"name/457\",[160,31.038]],[\"comment/457\",[]],[\"name/458\",[161,30.815]],[\"comment/458\",[]],[\"name/459\",[278,75.986]],[\"comment/459\",[]],[\"name/460\",[133,30.889]],[\"comment/460\",[]],[\"name/461\",[13,26.059]],[\"comment/461\",[]],[\"name/462\",[279,67.502]],[\"comment/462\",[]],[\"name/463\",[280,64.985]],[\"comment/463\",[]],[\"name/464\",[281,67.502]],[\"comment/464\",[]],[\"name/465\",[272,61.303]],[\"comment/465\",[]],[\"name/466\",[282,67.502]],[\"comment/466\",[]],[\"name/467\",[160,31.038]],[\"comment/467\",[]],[\"name/468\",[161,30.815]],[\"comment/468\",[]],[\"name/469\",[283,75.986]],[\"comment/469\",[]],[\"name/470\",[133,30.889]],[\"comment/470\",[]],[\"name/471\",[13,26.059]],[\"comment/471\",[]],[\"name/472\",[284,67.502]],[\"comment/472\",[]],[\"name/473\",[285,67.502]],[\"comment/473\",[]],[\"name/474\",[286,67.502]],[\"comment/474\",[]],[\"name/475\",[287,75.986]],[\"comment/475\",[]],[\"name/476\",[288,75.986]],[\"comment/476\",[]],[\"name/477\",[289,67.502]],[\"comment/477\",[]],[\"name/478\",[290,67.502]],[\"comment/478\",[]],[\"name/479\",[291,67.502]],[\"comment/479\",[]],[\"name/480\",[292,67.502]],[\"comment/480\",[]],[\"name/481\",[293,64.985]],[\"comment/481\",[]],[\"name/482\",[184,58.616]],[\"comment/482\",[]],[\"name/483\",[160,31.038]],[\"comment/483\",[]],[\"name/484\",[161,30.815]],[\"comment/484\",[]],[\"name/485\",[294,70.871]],[\"comment/485\",[]],[\"name/486\",[133,30.889]],[\"comment/486\",[]],[\"name/487\",[13,26.059]],[\"comment/487\",[]],[\"name/488\",[295,62.975]],[\"comment/488\",[]],[\"name/489\",[296,67.502]],[\"comment/489\",[]],[\"name/490\",[160,31.038]],[\"comment/490\",[]],[\"name/491\",[161,30.815]],[\"comment/491\",[]],[\"name/492\",[297,70.871]],[\"comment/492\",[]],[\"name/493\",[133,30.889]],[\"comment/493\",[]],[\"name/494\",[13,26.059]],[\"comment/494\",[]],[\"name/495\",[298,70.871]],[\"comment/495\",[]],[\"name/496\",[238,59.87]],[\"comment/496\",[]],[\"name/497\",[239,59.87]],[\"comment/497\",[]],[\"name/498\",[160,31.038]],[\"comment/498\",[]],[\"name/499\",[161,30.815]],[\"comment/499\",[]],[\"name/500\",[299,70.871]],[\"comment/500\",[]],[\"name/501\",[133,30.889]],[\"comment/501\",[]],[\"name/502\",[13,26.059]],[\"comment/502\",[]],[\"name/503\",[209,59.87]],[\"comment/503\",[]],[\"name/504\",[235,58.616]],[\"comment/504\",[]],[\"name/505\",[160,31.038]],[\"comment/505\",[]],[\"name/506\",[161,30.815]],[\"comment/506\",[]],[\"name/507\",[300,75.986]],[\"comment/507\",[]],[\"name/508\",[133,30.889]],[\"comment/508\",[]],[\"name/509\",[13,26.059]],[\"comment/509\",[]],[\"name/510\",[301,75.986]],[\"comment/510\",[]],[\"name/511\",[160,31.038]],[\"comment/511\",[]],[\"name/512\",[161,30.815]],[\"comment/512\",[]],[\"name/513\",[302,75.986]],[\"comment/513\",[]],[\"name/514\",[133,30.889]],[\"comment/514\",[]],[\"name/515\",[13,26.059]],[\"comment/515\",[]],[\"name/516\",[140,48.016]],[\"comment/516\",[]],[\"name/517\",[160,31.038]],[\"comment/517\",[]],[\"name/518\",[161,30.815]],[\"comment/518\",[]],[\"name/519\",[303,75.986]],[\"comment/519\",[]],[\"name/520\",[133,30.889]],[\"comment/520\",[]],[\"name/521\",[13,26.059]],[\"comment/521\",[]],[\"name/522\",[209,59.87]],[\"comment/522\",[]],[\"name/523\",[235,58.616]],[\"comment/523\",[]],[\"name/524\",[160,31.038]],[\"comment/524\",[]],[\"name/525\",[161,30.815]],[\"comment/525\",[]],[\"name/526\",[304,75.986]],[\"comment/526\",[]],[\"name/527\",[133,30.889]],[\"comment/527\",[]],[\"name/528\",[13,26.059]],[\"comment/528\",[]],[\"name/529\",[181,67.502]],[\"comment/529\",[]],[\"name/530\",[305,75.986]],[\"comment/530\",[]],[\"name/531\",[160,31.038]],[\"comment/531\",[]],[\"name/532\",[161,30.815]],[\"comment/532\",[]],[\"name/533\",[306,70.871]],[\"comment/533\",[]],[\"name/534\",[133,30.889]],[\"comment/534\",[]],[\"name/535\",[13,26.059]],[\"comment/535\",[]],[\"name/536\",[216,62.975]],[\"comment/536\",[]],[\"name/537\",[307,67.502]],[\"comment/537\",[]],[\"name/538\",[308,67.502]],[\"comment/538\",[]],[\"name/539\",[160,31.038]],[\"comment/539\",[]],[\"name/540\",[161,30.815]],[\"comment/540\",[]],[\"name/541\",[309,75.986]],[\"comment/541\",[]],[\"name/542\",[133,30.889]],[\"comment/542\",[]],[\"name/543\",[13,26.059]],[\"comment/543\",[]],[\"name/544\",[310,75.986]],[\"comment/544\",[]],[\"name/545\",[311,59.87]],[\"comment/545\",[]],[\"name/546\",[312,75.986]],[\"comment/546\",[]],[\"name/547\",[313,75.986]],[\"comment/547\",[]],[\"name/548\",[314,75.986]],[\"comment/548\",[]],[\"name/549\",[315,75.986]],[\"comment/549\",[]],[\"name/550\",[316,75.986]],[\"comment/550\",[]],[\"name/551\",[317,75.986]],[\"comment/551\",[]],[\"name/552\",[318,75.986]],[\"comment/552\",[]],[\"name/553\",[319,75.986]],[\"comment/553\",[]],[\"name/554\",[320,75.986]],[\"comment/554\",[]],[\"name/555\",[321,75.986]],[\"comment/555\",[]],[\"name/556\",[322,75.986]],[\"comment/556\",[]],[\"name/557\",[323,75.986]],[\"comment/557\",[]],[\"name/558\",[324,75.986]],[\"comment/558\",[]],[\"name/559\",[325,75.986]],[\"comment/559\",[]],[\"name/560\",[326,75.986]],[\"comment/560\",[]],[\"name/561\",[327,75.986]],[\"comment/561\",[]],[\"name/562\",[328,70.871]],[\"comment/562\",[]],[\"name/563\",[329,75.986]],[\"comment/563\",[]],[\"name/564\",[330,75.986]],[\"comment/564\",[]],[\"name/565\",[331,75.986]],[\"comment/565\",[]],[\"name/566\",[332,75.986]],[\"comment/566\",[]],[\"name/567\",[333,75.986]],[\"comment/567\",[]],[\"name/568\",[334,75.986]],[\"comment/568\",[]],[\"name/569\",[335,75.986]],[\"comment/569\",[]],[\"name/570\",[160,31.038]],[\"comment/570\",[]],[\"name/571\",[161,30.815]],[\"comment/571\",[]],[\"name/572\",[336,75.986]],[\"comment/572\",[]],[\"name/573\",[133,30.889]],[\"comment/573\",[]],[\"name/574\",[13,26.059]],[\"comment/574\",[]],[\"name/575\",[337,75.986]],[\"comment/575\",[]],[\"name/576\",[338,62.975]],[\"comment/576\",[]],[\"name/577\",[183,70.871]],[\"comment/577\",[]],[\"name/578\",[339,75.986]],[\"comment/578\",[]],[\"name/579\",[340,64.985]],[\"comment/579\",[]],[\"name/580\",[341,70.871]],[\"comment/580\",[]],[\"name/581\",[342,70.871]],[\"comment/581\",[]],[\"name/582\",[343,70.871]],[\"comment/582\",[]],[\"name/583\",[344,70.871]],[\"comment/583\",[]],[\"name/584\",[345,70.871]],[\"comment/584\",[]],[\"name/585\",[346,70.871]],[\"comment/585\",[]],[\"name/586\",[184,58.616]],[\"comment/586\",[]],[\"name/587\",[347,70.871]],[\"comment/587\",[]],[\"name/588\",[348,70.871]],[\"comment/588\",[]],[\"name/589\",[160,31.038]],[\"comment/589\",[]],[\"name/590\",[161,30.815]],[\"comment/590\",[]],[\"name/591\",[349,75.986]],[\"comment/591\",[]],[\"name/592\",[133,30.889]],[\"comment/592\",[]],[\"name/593\",[13,26.059]],[\"comment/593\",[]],[\"name/594\",[350,75.986]],[\"comment/594\",[]],[\"name/595\",[351,75.986]],[\"comment/595\",[]],[\"name/596\",[160,31.038]],[\"comment/596\",[]],[\"name/597\",[161,30.815]],[\"comment/597\",[]],[\"name/598\",[352,75.986]],[\"comment/598\",[]],[\"name/599\",[133,30.889]],[\"comment/599\",[]],[\"name/600\",[13,26.059]],[\"comment/600\",[]],[\"name/601\",[2,52.6]],[\"comment/601\",[]],[\"name/602\",[160,31.038]],[\"comment/602\",[]],[\"name/603\",[161,30.815]],[\"comment/603\",[]],[\"name/604\",[353,70.871]],[\"comment/604\",[]],[\"name/605\",[133,30.889]],[\"comment/605\",[]],[\"name/606\",[13,26.059]],[\"comment/606\",[]],[\"name/607\",[211,70.871]],[\"comment/607\",[]],[\"name/608\",[354,75.986]],[\"comment/608\",[]],[\"name/609\",[160,31.038]],[\"comment/609\",[]],[\"name/610\",[161,30.815]],[\"comment/610\",[]],[\"name/611\",[355,75.986]],[\"comment/611\",[]],[\"name/612\",[133,30.889]],[\"comment/612\",[]],[\"name/613\",[13,26.059]],[\"comment/613\",[]],[\"name/614\",[356,75.986]],[\"comment/614\",[]],[\"name/615\",[160,31.038]],[\"comment/615\",[]],[\"name/616\",[161,30.815]],[\"comment/616\",[]],[\"name/617\",[357,75.986]],[\"comment/617\",[]],[\"name/618\",[133,30.889]],[\"comment/618\",[]],[\"name/619\",[13,26.059]],[\"comment/619\",[]],[\"name/620\",[358,70.871]],[\"comment/620\",[]],[\"name/621\",[359,70.871]],[\"comment/621\",[]],[\"name/622\",[360,75.986]],[\"comment/622\",[]],[\"name/623\",[361,70.871]],[\"comment/623\",[]],[\"name/624\",[362,70.871]],[\"comment/624\",[]],[\"name/625\",[363,70.871]],[\"comment/625\",[]],[\"name/626\",[364,70.871]],[\"comment/626\",[]],[\"name/627\",[140,48.016]],[\"comment/627\",[]],[\"name/628\",[160,31.038]],[\"comment/628\",[]],[\"name/629\",[161,30.815]],[\"comment/629\",[]],[\"name/630\",[365,75.986]],[\"comment/630\",[]],[\"name/631\",[133,30.889]],[\"comment/631\",[]],[\"name/632\",[13,26.059]],[\"comment/632\",[]],[\"name/633\",[270,62.975]],[\"comment/633\",[]],[\"name/634\",[160,31.038]],[\"comment/634\",[]],[\"name/635\",[161,30.815]],[\"comment/635\",[]],[\"name/636\",[366,75.986]],[\"comment/636\",[]],[\"name/637\",[133,30.889]],[\"comment/637\",[]],[\"name/638\",[13,26.059]],[\"comment/638\",[]],[\"name/639\",[311,59.87]],[\"comment/639\",[]],[\"name/640\",[358,70.871]],[\"comment/640\",[]],[\"name/641\",[367,59.87]],[\"comment/641\",[]],[\"name/642\",[368,75.986]],[\"comment/642\",[]],[\"name/643\",[362,70.871]],[\"comment/643\",[]],[\"name/644\",[369,75.986]],[\"comment/644\",[]],[\"name/645\",[160,31.038]],[\"comment/645\",[]],[\"name/646\",[161,30.815]],[\"comment/646\",[]],[\"name/647\",[370,75.986]],[\"comment/647\",[]],[\"name/648\",[133,30.889]],[\"comment/648\",[]],[\"name/649\",[13,26.059]],[\"comment/649\",[]],[\"name/650\",[371,75.986]],[\"comment/650\",[]],[\"name/651\",[353,70.871]],[\"comment/651\",[]],[\"name/652\",[372,75.986]],[\"comment/652\",[]],[\"name/653\",[373,75.986]],[\"comment/653\",[]],[\"name/654\",[160,31.038]],[\"comment/654\",[]],[\"name/655\",[161,30.815]],[\"comment/655\",[]],[\"name/656\",[374,75.986]],[\"comment/656\",[]],[\"name/657\",[133,30.889]],[\"comment/657\",[]],[\"name/658\",[13,26.059]],[\"comment/658\",[]],[\"name/659\",[375,75.986]],[\"comment/659\",[]],[\"name/660\",[376,75.986]],[\"comment/660\",[]],[\"name/661\",[377,70.871]],[\"comment/661\",[]],[\"name/662\",[378,75.986]],[\"comment/662\",[]],[\"name/663\",[379,75.986]],[\"comment/663\",[]],[\"name/664\",[380,70.871]],[\"comment/664\",[]],[\"name/665\",[160,31.038]],[\"comment/665\",[]],[\"name/666\",[161,30.815]],[\"comment/666\",[]],[\"name/667\",[381,75.986]],[\"comment/667\",[]],[\"name/668\",[133,30.889]],[\"comment/668\",[]],[\"name/669\",[13,26.059]],[\"comment/669\",[]],[\"name/670\",[382,75.986]],[\"comment/670\",[]],[\"name/671\",[377,70.871]],[\"comment/671\",[]],[\"name/672\",[383,75.986]],[\"comment/672\",[]],[\"name/673\",[384,75.986]],[\"comment/673\",[]],[\"name/674\",[385,75.986]],[\"comment/674\",[]],[\"name/675\",[380,70.871]],[\"comment/675\",[]],[\"name/676\",[160,31.038]],[\"comment/676\",[]],[\"name/677\",[161,30.815]],[\"comment/677\",[]],[\"name/678\",[386,75.986]],[\"comment/678\",[]],[\"name/679\",[133,30.889]],[\"comment/679\",[]],[\"name/680\",[13,26.059]],[\"comment/680\",[]],[\"name/681\",[265,64.985]],[\"comment/681\",[]],[\"name/682\",[191,70.871]],[\"comment/682\",[]],[\"name/683\",[266,70.871]],[\"comment/683\",[]],[\"name/684\",[171,70.871]],[\"comment/684\",[]],[\"name/685\",[148,62.975]],[\"comment/685\",[]],[\"name/686\",[251,61.303]],[\"comment/686\",[]],[\"name/687\",[387,75.986]],[\"comment/687\",[]],[\"name/688\",[160,31.038]],[\"comment/688\",[]],[\"name/689\",[161,30.815]],[\"comment/689\",[]],[\"name/690\",[388,75.986]],[\"comment/690\",[]],[\"name/691\",[133,30.889]],[\"comment/691\",[]],[\"name/692\",[13,26.059]],[\"comment/692\",[]],[\"name/693\",[359,70.871]],[\"comment/693\",[]],[\"name/694\",[361,70.871]],[\"comment/694\",[]],[\"name/695\",[363,70.871]],[\"comment/695\",[]],[\"name/696\",[364,70.871]],[\"comment/696\",[]],[\"name/697\",[389,75.986]],[\"comment/697\",[]],[\"name/698\",[390,75.986]],[\"comment/698\",[]],[\"name/699\",[160,31.038]],[\"comment/699\",[]],[\"name/700\",[161,30.815]],[\"comment/700\",[]],[\"name/701\",[391,75.986]],[\"comment/701\",[]],[\"name/702\",[133,30.889]],[\"comment/702\",[]],[\"name/703\",[13,26.059]],[\"comment/703\",[]],[\"name/704\",[280,64.985]],[\"comment/704\",[]],[\"name/705\",[392,75.986]],[\"comment/705\",[]],[\"name/706\",[393,75.986]],[\"comment/706\",[]],[\"name/707\",[394,75.986]],[\"comment/707\",[]],[\"name/708\",[395,75.986]],[\"comment/708\",[]],[\"name/709\",[396,75.986]],[\"comment/709\",[]],[\"name/710\",[160,31.038]],[\"comment/710\",[]],[\"name/711\",[161,30.815]],[\"comment/711\",[]],[\"name/712\",[397,75.986]],[\"comment/712\",[]],[\"name/713\",[133,30.889]],[\"comment/713\",[]],[\"name/714\",[13,26.059]],[\"comment/714\",[]],[\"name/715\",[398,75.986]],[\"comment/715\",[]],[\"name/716\",[399,75.986]],[\"comment/716\",[]],[\"name/717\",[400,75.986]],[\"comment/717\",[]],[\"name/718\",[401,75.986]],[\"comment/718\",[]],[\"name/719\",[402,75.986]],[\"comment/719\",[]],[\"name/720\",[403,75.986]],[\"comment/720\",[]],[\"name/721\",[404,75.986]],[\"comment/721\",[]],[\"name/722\",[405,75.986]],[\"comment/722\",[]],[\"name/723\",[293,64.985]],[\"comment/723\",[]],[\"name/724\",[160,31.038]],[\"comment/724\",[]],[\"name/725\",[161,30.815]],[\"comment/725\",[]],[\"name/726\",[406,59.87]],[\"comment/726\",[]],[\"name/727\",[133,30.889]],[\"comment/727\",[]],[\"name/728\",[13,26.059]],[\"comment/728\",[]],[\"name/729\",[295,62.975]],[\"comment/729\",[]],[\"name/730\",[406,59.87]],[\"comment/730\",[]],[\"name/731\",[160,31.038]],[\"comment/731\",[]],[\"name/732\",[161,30.815]],[\"comment/732\",[]],[\"name/733\",[407,64.985]],[\"comment/733\",[]],[\"name/734\",[133,30.889]],[\"comment/734\",[]],[\"name/735\",[13,26.059]],[\"comment/735\",[]],[\"name/736\",[408,70.871]],[\"comment/736\",[]],[\"name/737\",[409,70.871]],[\"comment/737\",[]],[\"name/738\",[410,75.986]],[\"comment/738\",[]],[\"name/739\",[411,70.871]],[\"comment/739\",[]],[\"name/740\",[412,67.502]],[\"comment/740\",[]],[\"name/741\",[160,31.038]],[\"comment/741\",[]],[\"name/742\",[161,30.815]],[\"comment/742\",[]],[\"name/743\",[413,75.986]],[\"comment/743\",[]],[\"name/744\",[133,30.889]],[\"comment/744\",[]],[\"name/745\",[13,26.059]],[\"comment/745\",[]],[\"name/746\",[414,53.984]],[\"comment/746\",[]],[\"name/747\",[415,75.986]],[\"comment/747\",[]],[\"name/748\",[416,75.986]],[\"comment/748\",[]],[\"name/749\",[160,31.038]],[\"comment/749\",[]],[\"name/750\",[161,30.815]],[\"comment/750\",[]],[\"name/751\",[417,70.871]],[\"comment/751\",[]],[\"name/752\",[133,30.889]],[\"comment/752\",[]],[\"name/753\",[13,26.059]],[\"comment/753\",[]],[\"name/754\",[209,59.87]],[\"comment/754\",[]],[\"name/755\",[235,58.616]],[\"comment/755\",[]],[\"name/756\",[160,31.038]],[\"comment/756\",[]],[\"name/757\",[161,30.815]],[\"comment/757\",[]],[\"name/758\",[418,70.871]],[\"comment/758\",[]],[\"name/759\",[133,30.889]],[\"comment/759\",[]],[\"name/760\",[13,26.059]],[\"comment/760\",[]],[\"name/761\",[237,48.016]],[\"comment/761\",[]],[\"name/762\",[238,59.87]],[\"comment/762\",[]],[\"name/763\",[239,59.87]],[\"comment/763\",[]],[\"name/764\",[160,31.038]],[\"comment/764\",[]],[\"name/765\",[161,30.815]],[\"comment/765\",[]],[\"name/766\",[419,75.986]],[\"comment/766\",[]],[\"name/767\",[133,30.889]],[\"comment/767\",[]],[\"name/768\",[13,26.059]],[\"comment/768\",[]],[\"name/769\",[420,75.986]],[\"comment/769\",[]],[\"name/770\",[160,31.038]],[\"comment/770\",[]],[\"name/771\",[161,30.815]],[\"comment/771\",[]],[\"name/772\",[421,75.986]],[\"comment/772\",[]],[\"name/773\",[133,30.889]],[\"comment/773\",[]],[\"name/774\",[13,26.059]],[\"comment/774\",[]],[\"name/775\",[422,75.986]],[\"comment/775\",[]],[\"name/776\",[423,59.87]],[\"comment/776\",[]],[\"name/777\",[424,59.87]],[\"comment/777\",[]],[\"name/778\",[425,58.616]],[\"comment/778\",[]],[\"name/779\",[311,59.87]],[\"comment/779\",[]],[\"name/780\",[426,75.986]],[\"comment/780\",[]],[\"name/781\",[160,31.038]],[\"comment/781\",[]],[\"name/782\",[161,30.815]],[\"comment/782\",[]],[\"name/783\",[427,75.986]],[\"comment/783\",[]],[\"name/784\",[133,30.889]],[\"comment/784\",[]],[\"name/785\",[13,26.059]],[\"comment/785\",[]],[\"name/786\",[428,75.986]],[\"comment/786\",[]],[\"name/787\",[307,67.502]],[\"comment/787\",[]],[\"name/788\",[429,75.986]],[\"comment/788\",[]],[\"name/789\",[308,67.502]],[\"comment/789\",[]],[\"name/790\",[430,67.502]],[\"comment/790\",[]],[\"name/791\",[160,31.038]],[\"comment/791\",[]],[\"name/792\",[161,30.815]],[\"comment/792\",[]],[\"name/793\",[367,59.87]],[\"comment/793\",[]],[\"name/794\",[133,30.889]],[\"comment/794\",[]],[\"name/795\",[13,26.059]],[\"comment/795\",[]],[\"name/796\",[431,75.986]],[\"comment/796\",[]],[\"name/797\",[432,75.986]],[\"comment/797\",[]],[\"name/798\",[425,58.616]],[\"comment/798\",[]],[\"name/799\",[55,67.502]],[\"comment/799\",[]],[\"name/800\",[160,31.038]],[\"comment/800\",[]],[\"name/801\",[161,30.815]],[\"comment/801\",[]],[\"name/802\",[433,75.986]],[\"comment/802\",[]],[\"name/803\",[80,57.502]],[\"comment/803\",[]],[\"name/804\",[133,30.889]],[\"comment/804\",[]],[\"name/805\",[13,26.059]],[\"comment/805\",[]],[\"name/806\",[134,55.589]],[\"comment/806\",[]],[\"name/807\",[135,56.5]],[\"comment/807\",[]],[\"name/808\",[136,70.871]],[\"comment/808\",[]],[\"name/809\",[137,70.871]],[\"comment/809\",[]],[\"name/810\",[138,70.871]],[\"comment/810\",[]],[\"name/811\",[139,67.502]],[\"comment/811\",[]],[\"name/812\",[140,48.016]],[\"comment/812\",[]],[\"name/813\",[26,59.87]],[\"comment/813\",[]],[\"name/814\",[141,70.871]],[\"comment/814\",[]],[\"name/815\",[142,70.871]],[\"comment/815\",[]],[\"name/816\",[158,70.871]],[\"comment/816\",[]],[\"name/817\",[159,70.871]],[\"comment/817\",[]],[\"name/818\",[143,70.871]],[\"comment/818\",[]],[\"name/819\",[144,70.871]],[\"comment/819\",[]],[\"name/820\",[145,70.871]],[\"comment/820\",[]],[\"name/821\",[146,70.871]],[\"comment/821\",[]],[\"name/822\",[147,70.871]],[\"comment/822\",[]],[\"name/823\",[148,62.975]],[\"comment/823\",[]],[\"name/824\",[149,64.985]],[\"comment/824\",[]],[\"name/825\",[434,75.986]],[\"comment/825\",[]],[\"name/826\",[150,70.871]],[\"comment/826\",[]],[\"name/827\",[151,70.871]],[\"comment/827\",[]],[\"name/828\",[435,67.502]],[\"comment/828\",[]],[\"name/829\",[436,61.303]],[\"comment/829\",[]],[\"name/830\",[152,70.871]],[\"comment/830\",[]],[\"name/831\",[153,70.871]],[\"comment/831\",[]],[\"name/832\",[154,70.871]],[\"comment/832\",[]],[\"name/833\",[155,70.871]],[\"comment/833\",[]],[\"name/834\",[156,70.871]],[\"comment/834\",[]],[\"name/835\",[157,62.975]],[\"comment/835\",[]],[\"name/836\",[160,31.038]],[\"comment/836\",[]],[\"name/837\",[161,30.815]],[\"comment/837\",[]],[\"name/838\",[173,70.871]],[\"comment/838\",[]],[\"name/839\",[133,30.889]],[\"comment/839\",[]],[\"name/840\",[13,26.059]],[\"comment/840\",[]],[\"name/841\",[174,67.502]],[\"comment/841\",[]],[\"name/842\",[175,67.502]],[\"comment/842\",[]],[\"name/843\",[176,61.303]],[\"comment/843\",[]],[\"name/844\",[177,67.502]],[\"comment/844\",[]],[\"name/845\",[178,67.502]],[\"comment/845\",[]],[\"name/846\",[179,61.303]],[\"comment/846\",[]],[\"name/847\",[160,31.038]],[\"comment/847\",[]],[\"name/848\",[161,30.815]],[\"comment/848\",[]],[\"name/849\",[437,75.986]],[\"comment/849\",[]],[\"name/850\",[133,30.889]],[\"comment/850\",[]],[\"name/851\",[13,26.059]],[\"comment/851\",[]],[\"name/852\",[80,57.502]],[\"comment/852\",[]],[\"name/853\",[414,53.984]],[\"comment/853\",[]],[\"name/854\",[160,31.038]],[\"comment/854\",[]],[\"name/855\",[161,30.815]],[\"comment/855\",[]],[\"name/856\",[180,70.871]],[\"comment/856\",[]],[\"name/857\",[133,30.889]],[\"comment/857\",[]],[\"name/858\",[13,26.059]],[\"comment/858\",[]],[\"name/859\",[134,55.589]],[\"comment/859\",[]],[\"name/860\",[181,67.502]],[\"comment/860\",[]],[\"name/861\",[160,31.038]],[\"comment/861\",[]],[\"name/862\",[161,30.815]],[\"comment/862\",[]],[\"name/863\",[438,75.986]],[\"comment/863\",[]],[\"name/864\",[133,30.889]],[\"comment/864\",[]],[\"name/865\",[13,26.059]],[\"comment/865\",[]],[\"name/866\",[265,64.985]],[\"comment/866\",[]],[\"name/867\",[414,53.984]],[\"comment/867\",[]],[\"name/868\",[172,48.433]],[\"comment/868\",[]],[\"name/869\",[160,31.038]],[\"comment/869\",[]],[\"name/870\",[161,30.815]],[\"comment/870\",[]],[\"name/871\",[185,64.985]],[\"comment/871\",[]],[\"name/872\",[133,30.889]],[\"comment/872\",[]],[\"name/873\",[13,26.059]],[\"comment/873\",[]],[\"name/874\",[186,61.303]],[\"comment/874\",[]],[\"name/875\",[187,62.975]],[\"comment/875\",[]],[\"name/876\",[435,67.502]],[\"comment/876\",[]],[\"name/877\",[436,61.303]],[\"comment/877\",[]],[\"name/878\",[439,75.986]],[\"comment/878\",[]],[\"name/879\",[160,31.038]],[\"comment/879\",[]],[\"name/880\",[161,30.815]],[\"comment/880\",[]],[\"name/881\",[196,70.871]],[\"comment/881\",[]],[\"name/882\",[133,30.889]],[\"comment/882\",[]],[\"name/883\",[13,26.059]],[\"comment/883\",[]],[\"name/884\",[186,61.303]],[\"comment/884\",[]],[\"name/885\",[197,70.871]],[\"comment/885\",[]],[\"name/886\",[440,75.986]],[\"comment/886\",[]],[\"name/887\",[436,61.303]],[\"comment/887\",[]],[\"name/888\",[198,70.871]],[\"comment/888\",[]],[\"name/889\",[441,67.502]],[\"comment/889\",[]],[\"name/890\",[160,31.038]],[\"comment/890\",[]],[\"name/891\",[161,30.815]],[\"comment/891\",[]],[\"name/892\",[442,75.986]],[\"comment/892\",[]],[\"name/893\",[133,30.889]],[\"comment/893\",[]],[\"name/894\",[13,26.059]],[\"comment/894\",[]],[\"name/895\",[443,75.986]],[\"comment/895\",[]],[\"name/896\",[414,53.984]],[\"comment/896\",[]],[\"name/897\",[172,48.433]],[\"comment/897\",[]],[\"name/898\",[160,31.038]],[\"comment/898\",[]],[\"name/899\",[161,30.815]],[\"comment/899\",[]],[\"name/900\",[444,75.986]],[\"comment/900\",[]],[\"name/901\",[133,30.889]],[\"comment/901\",[]],[\"name/902\",[13,26.059]],[\"comment/902\",[]],[\"name/903\",[184,58.616]],[\"comment/903\",[]],[\"name/904\",[2,52.6]],[\"comment/904\",[]],[\"name/905\",[160,31.038]],[\"comment/905\",[]],[\"name/906\",[161,30.815]],[\"comment/906\",[]],[\"name/907\",[445,75.986]],[\"comment/907\",[]],[\"name/908\",[133,30.889]],[\"comment/908\",[]],[\"name/909\",[13,26.059]],[\"comment/909\",[]],[\"name/910\",[446,59.87]],[\"comment/910\",[]],[\"name/911\",[414,53.984]],[\"comment/911\",[]],[\"name/912\",[447,75.986]],[\"comment/912\",[]],[\"name/913\",[172,48.433]],[\"comment/913\",[]],[\"name/914\",[160,31.038]],[\"comment/914\",[]],[\"name/915\",[161,30.815]],[\"comment/915\",[]],[\"name/916\",[199,70.871]],[\"comment/916\",[]],[\"name/917\",[133,30.889]],[\"comment/917\",[]],[\"name/918\",[13,26.059]],[\"comment/918\",[]],[\"name/919\",[200,67.502]],[\"comment/919\",[]],[\"name/920\",[201,67.502]],[\"comment/920\",[]],[\"name/921\",[202,61.303]],[\"comment/921\",[]],[\"name/922\",[203,67.502]],[\"comment/922\",[]],[\"name/923\",[204,70.871]],[\"comment/923\",[]],[\"name/924\",[205,67.502]],[\"comment/924\",[]],[\"name/925\",[206,67.502]],[\"comment/925\",[]],[\"name/926\",[160,31.038]],[\"comment/926\",[]],[\"name/927\",[161,30.815]],[\"comment/927\",[]],[\"name/928\",[448,75.986]],[\"comment/928\",[]],[\"name/929\",[133,30.889]],[\"comment/929\",[]],[\"name/930\",[13,26.059]],[\"comment/930\",[]],[\"name/931\",[414,53.984]],[\"comment/931\",[]],[\"name/932\",[185,64.985]],[\"comment/932\",[]],[\"name/933\",[160,31.038]],[\"comment/933\",[]],[\"name/934\",[161,30.815]],[\"comment/934\",[]],[\"name/935\",[212,70.871]],[\"comment/935\",[]],[\"name/936\",[133,30.889]],[\"comment/936\",[]],[\"name/937\",[13,26.059]],[\"comment/937\",[]],[\"name/938\",[214,67.502]],[\"comment/938\",[]],[\"name/939\",[213,67.502]],[\"comment/939\",[]],[\"name/940\",[160,31.038]],[\"comment/940\",[]],[\"name/941\",[161,30.815]],[\"comment/941\",[]],[\"name/942\",[449,75.986]],[\"comment/942\",[]],[\"name/943\",[133,30.889]],[\"comment/943\",[]],[\"name/944\",[13,26.059]],[\"comment/944\",[]],[\"name/945\",[450,75.986]],[\"comment/945\",[]],[\"name/946\",[414,53.984]],[\"comment/946\",[]],[\"name/947\",[172,48.433]],[\"comment/947\",[]],[\"name/948\",[160,31.038]],[\"comment/948\",[]],[\"name/949\",[161,30.815]],[\"comment/949\",[]],[\"name/950\",[215,62.975]],[\"comment/950\",[]],[\"name/951\",[133,30.889]],[\"comment/951\",[]],[\"name/952\",[13,26.059]],[\"comment/952\",[]],[\"name/953\",[216,62.975]],[\"comment/953\",[]],[\"name/954\",[187,62.975]],[\"comment/954\",[]],[\"name/955\",[435,67.502]],[\"comment/955\",[]],[\"name/956\",[436,61.303]],[\"comment/956\",[]],[\"name/957\",[451,75.986]],[\"comment/957\",[]],[\"name/958\",[160,31.038]],[\"comment/958\",[]],[\"name/959\",[161,30.815]],[\"comment/959\",[]],[\"name/960\",[452,75.986]],[\"comment/960\",[]],[\"name/961\",[133,30.889]],[\"comment/961\",[]],[\"name/962\",[13,26.059]],[\"comment/962\",[]],[\"name/963\",[453,75.986]],[\"comment/963\",[]],[\"name/964\",[414,53.984]],[\"comment/964\",[]],[\"name/965\",[172,48.433]],[\"comment/965\",[]],[\"name/966\",[160,31.038]],[\"comment/966\",[]],[\"name/967\",[161,30.815]],[\"comment/967\",[]],[\"name/968\",[166,64.985]],[\"comment/968\",[]],[\"name/969\",[133,30.889]],[\"comment/969\",[]],[\"name/970\",[13,26.059]],[\"comment/970\",[]],[\"name/971\",[135,56.5]],[\"comment/971\",[]],[\"name/972\",[217,56.5]],[\"comment/972\",[]],[\"name/973\",[218,67.502]],[\"comment/973\",[]],[\"name/974\",[436,61.303]],[\"comment/974\",[]],[\"name/975\",[441,67.502]],[\"comment/975\",[]],[\"name/976\",[454,70.871]],[\"comment/976\",[]],[\"name/977\",[160,31.038]],[\"comment/977\",[]],[\"name/978\",[161,30.815]],[\"comment/978\",[]],[\"name/979\",[455,75.986]],[\"comment/979\",[]],[\"name/980\",[133,30.889]],[\"comment/980\",[]],[\"name/981\",[13,26.059]],[\"comment/981\",[]],[\"name/982\",[148,62.975]],[\"comment/982\",[]],[\"name/983\",[414,53.984]],[\"comment/983\",[]],[\"name/984\",[172,48.433]],[\"comment/984\",[]],[\"name/985\",[160,31.038]],[\"comment/985\",[]],[\"name/986\",[161,30.815]],[\"comment/986\",[]],[\"name/987\",[167,67.502]],[\"comment/987\",[]],[\"name/988\",[133,30.889]],[\"comment/988\",[]],[\"name/989\",[13,26.059]],[\"comment/989\",[]],[\"name/990\",[202,61.303]],[\"comment/990\",[]],[\"name/991\",[220,70.871]],[\"comment/991\",[]],[\"name/992\",[221,70.871]],[\"comment/992\",[]],[\"name/993\",[222,70.871]],[\"comment/993\",[]],[\"name/994\",[223,70.871]],[\"comment/994\",[]],[\"name/995\",[224,70.871]],[\"comment/995\",[]],[\"name/996\",[225,70.871]],[\"comment/996\",[]],[\"name/997\",[226,70.871]],[\"comment/997\",[]],[\"name/998\",[227,50.828]],[\"comment/998\",[]],[\"name/999\",[228,70.871]],[\"comment/999\",[]],[\"name/1000\",[229,70.871]],[\"comment/1000\",[]],[\"name/1001\",[230,70.871]],[\"comment/1001\",[]],[\"name/1002\",[231,70.871]],[\"comment/1002\",[]],[\"name/1003\",[232,70.871]],[\"comment/1003\",[]],[\"name/1004\",[233,70.871]],[\"comment/1004\",[]],[\"name/1005\",[160,31.038]],[\"comment/1005\",[]],[\"name/1006\",[161,30.815]],[\"comment/1006\",[]],[\"name/1007\",[456,75.986]],[\"comment/1007\",[]],[\"name/1008\",[133,30.889]],[\"comment/1008\",[]],[\"name/1009\",[13,26.059]],[\"comment/1009\",[]],[\"name/1010\",[215,62.975]],[\"comment/1010\",[]],[\"name/1011\",[414,53.984]],[\"comment/1011\",[]],[\"name/1012\",[160,31.038]],[\"comment/1012\",[]],[\"name/1013\",[161,30.815]],[\"comment/1013\",[]],[\"name/1014\",[457,75.986]],[\"comment/1014\",[]],[\"name/1015\",[133,30.889]],[\"comment/1015\",[]],[\"name/1016\",[13,26.059]],[\"comment/1016\",[]],[\"name/1017\",[148,62.975]],[\"comment/1017\",[]],[\"name/1018\",[414,53.984]],[\"comment/1018\",[]],[\"name/1019\",[172,48.433]],[\"comment/1019\",[]],[\"name/1020\",[160,31.038]],[\"comment/1020\",[]],[\"name/1021\",[161,30.815]],[\"comment/1021\",[]],[\"name/1022\",[20,64.985]],[\"comment/1022\",[]],[\"name/1023\",[133,30.889]],[\"comment/1023\",[]],[\"name/1024\",[13,26.059]],[\"comment/1024\",[]],[\"name/1025\",[424,59.87]],[\"comment/1025\",[]],[\"name/1026\",[425,58.616]],[\"comment/1026\",[]],[\"name/1027\",[458,75.986]],[\"comment/1027\",[]],[\"name/1028\",[140,48.016]],[\"comment/1028\",[]],[\"name/1029\",[459,70.871]],[\"comment/1029\",[]],[\"name/1030\",[460,75.986]],[\"comment/1030\",[]],[\"name/1031\",[461,75.986]],[\"comment/1031\",[]],[\"name/1032\",[462,75.986]],[\"comment/1032\",[]],[\"name/1033\",[463,75.986]],[\"comment/1033\",[]],[\"name/1034\",[464,75.986]],[\"comment/1034\",[]],[\"name/1035\",[465,70.871]],[\"comment/1035\",[]],[\"name/1036\",[466,75.986]],[\"comment/1036\",[]],[\"name/1037\",[467,75.986]],[\"comment/1037\",[]],[\"name/1038\",[139,67.502]],[\"comment/1038\",[]],[\"name/1039\",[468,70.871]],[\"comment/1039\",[]],[\"name/1040\",[469,67.502]],[\"comment/1040\",[]],[\"name/1041\",[470,75.986]],[\"comment/1041\",[]],[\"name/1042\",[471,75.986]],[\"comment/1042\",[]],[\"name/1043\",[472,75.986]],[\"comment/1043\",[]],[\"name/1044\",[160,31.038]],[\"comment/1044\",[]],[\"name/1045\",[161,30.815]],[\"comment/1045\",[]],[\"name/1046\",[473,75.986]],[\"comment/1046\",[]],[\"name/1047\",[133,30.889]],[\"comment/1047\",[]],[\"name/1048\",[13,26.059]],[\"comment/1048\",[]],[\"name/1049\",[474,75.986]],[\"comment/1049\",[]],[\"name/1050\",[475,75.986]],[\"comment/1050\",[]],[\"name/1051\",[476,75.986]],[\"comment/1051\",[]],[\"name/1052\",[477,75.986]],[\"comment/1052\",[]],[\"name/1053\",[478,75.986]],[\"comment/1053\",[]],[\"name/1054\",[479,75.986]],[\"comment/1054\",[]],[\"name/1055\",[160,31.038]],[\"comment/1055\",[]],[\"name/1056\",[161,30.815]],[\"comment/1056\",[]],[\"name/1057\",[480,75.986]],[\"comment/1057\",[]],[\"name/1058\",[133,30.889]],[\"comment/1058\",[]],[\"name/1059\",[13,26.059]],[\"comment/1059\",[]],[\"name/1060\",[481,75.986]],[\"comment/1060\",[]],[\"name/1061\",[482,75.986]],[\"comment/1061\",[]],[\"name/1062\",[483,75.986]],[\"comment/1062\",[]],[\"name/1063\",[484,75.986]],[\"comment/1063\",[]],[\"name/1064\",[485,75.986]],[\"comment/1064\",[]],[\"name/1065\",[160,31.038]],[\"comment/1065\",[]],[\"name/1066\",[161,30.815]],[\"comment/1066\",[]],[\"name/1067\",[486,75.986]],[\"comment/1067\",[]],[\"name/1068\",[133,30.889]],[\"comment/1068\",[]],[\"name/1069\",[13,26.059]],[\"comment/1069\",[]],[\"name/1070\",[487,75.986]],[\"comment/1070\",[]],[\"name/1071\",[328,70.871]],[\"comment/1071\",[]],[\"name/1072\",[488,75.986]],[\"comment/1072\",[]],[\"name/1073\",[160,31.038]],[\"comment/1073\",[]],[\"name/1074\",[161,30.815]],[\"comment/1074\",[]],[\"name/1075\",[247,70.871]],[\"comment/1075\",[]],[\"name/1076\",[133,30.889]],[\"comment/1076\",[]],[\"name/1077\",[13,26.059]],[\"comment/1077\",[]],[\"name/1078\",[227,50.828]],[\"comment/1078\",[]],[\"name/1079\",[140,48.016]],[\"comment/1079\",[]],[\"name/1080\",[235,58.616]],[\"comment/1080\",[]],[\"name/1081\",[160,31.038]],[\"comment/1081\",[]],[\"name/1082\",[161,30.815]],[\"comment/1082\",[]],[\"name/1083\",[248,70.871]],[\"comment/1083\",[]],[\"name/1084\",[133,30.889]],[\"comment/1084\",[]],[\"name/1085\",[13,26.059]],[\"comment/1085\",[]],[\"name/1086\",[227,50.828]],[\"comment/1086\",[]],[\"name/1087\",[160,31.038]],[\"comment/1087\",[]],[\"name/1088\",[161,30.815]],[\"comment/1088\",[]],[\"name/1089\",[250,70.871]],[\"comment/1089\",[]],[\"name/1090\",[133,30.889]],[\"comment/1090\",[]],[\"name/1091\",[13,26.059]],[\"comment/1091\",[]],[\"name/1092\",[446,59.87]],[\"comment/1092\",[]],[\"name/1093\",[251,61.303]],[\"comment/1093\",[]],[\"name/1094\",[172,48.433]],[\"comment/1094\",[]],[\"name/1095\",[160,31.038]],[\"comment/1095\",[]],[\"name/1096\",[161,30.815]],[\"comment/1096\",[]],[\"name/1097\",[294,70.871]],[\"comment/1097\",[]],[\"name/1098\",[133,30.889]],[\"comment/1098\",[]],[\"name/1099\",[13,26.059]],[\"comment/1099\",[]],[\"name/1100\",[295,62.975]],[\"comment/1100\",[]],[\"name/1101\",[296,67.502]],[\"comment/1101\",[]],[\"name/1102\",[160,31.038]],[\"comment/1102\",[]],[\"name/1103\",[161,30.815]],[\"comment/1103\",[]],[\"name/1104\",[297,70.871]],[\"comment/1104\",[]],[\"name/1105\",[133,30.889]],[\"comment/1105\",[]],[\"name/1106\",[13,26.059]],[\"comment/1106\",[]],[\"name/1107\",[298,70.871]],[\"comment/1107\",[]],[\"name/1108\",[238,59.87]],[\"comment/1108\",[]],[\"name/1109\",[239,59.87]],[\"comment/1109\",[]],[\"name/1110\",[160,31.038]],[\"comment/1110\",[]],[\"name/1111\",[161,30.815]],[\"comment/1111\",[]],[\"name/1112\",[299,70.871]],[\"comment/1112\",[]],[\"name/1113\",[133,30.889]],[\"comment/1113\",[]],[\"name/1114\",[13,26.059]],[\"comment/1114\",[]],[\"name/1115\",[209,59.87]],[\"comment/1115\",[]],[\"name/1116\",[235,58.616]],[\"comment/1116\",[]],[\"name/1117\",[160,31.038]],[\"comment/1117\",[]],[\"name/1118\",[161,30.815]],[\"comment/1118\",[]],[\"name/1119\",[489,70.871]],[\"comment/1119\",[]],[\"name/1120\",[133,30.889]],[\"comment/1120\",[]],[\"name/1121\",[13,26.059]],[\"comment/1121\",[]],[\"name/1122\",[430,67.502]],[\"comment/1122\",[]],[\"name/1123\",[160,31.038]],[\"comment/1123\",[]],[\"name/1124\",[161,30.815]],[\"comment/1124\",[]],[\"name/1125\",[14,67.502]],[\"comment/1125\",[]],[\"name/1126\",[133,30.889]],[\"comment/1126\",[]],[\"name/1127\",[13,26.059]],[\"comment/1127\",[]],[\"name/1128\",[490,75.986]],[\"comment/1128\",[]],[\"name/1129\",[491,75.986]],[\"comment/1129\",[]],[\"name/1130\",[295,62.975]],[\"comment/1130\",[]],[\"name/1131\",[140,48.016]],[\"comment/1131\",[]],[\"name/1132\",[367,59.87]],[\"comment/1132\",[]],[\"name/1133\",[296,67.502]],[\"comment/1133\",[]],[\"name/1134\",[492,75.986]],[\"comment/1134\",[]],[\"name/1135\",[160,31.038]],[\"comment/1135\",[]],[\"name/1136\",[161,30.815]],[\"comment/1136\",[]],[\"name/1137\",[493,75.986]],[\"comment/1137\",[]],[\"name/1138\",[133,30.889]],[\"comment/1138\",[]],[\"name/1139\",[13,26.059]],[\"comment/1139\",[]],[\"name/1140\",[408,70.871]],[\"comment/1140\",[]],[\"name/1141\",[409,70.871]],[\"comment/1141\",[]],[\"name/1142\",[494,75.986]],[\"comment/1142\",[]],[\"name/1143\",[411,70.871]],[\"comment/1143\",[]],[\"name/1144\",[412,67.502]],[\"comment/1144\",[]],[\"name/1145\",[160,31.038]],[\"comment/1145\",[]],[\"name/1146\",[161,30.815]],[\"comment/1146\",[]],[\"name/1147\",[495,75.986]],[\"comment/1147\",[]],[\"name/1148\",[133,30.889]],[\"comment/1148\",[]],[\"name/1149\",[13,26.059]],[\"comment/1149\",[]],[\"name/1150\",[489,70.871]],[\"comment/1150\",[]],[\"name/1151\",[496,39.13]],[\"comment/1151\",[]],[\"name/1152\",[308,67.502]],[\"comment/1152\",[]],[\"name/1153\",[160,31.038]],[\"comment/1153\",[]],[\"name/1154\",[161,30.815]],[\"comment/1154\",[]],[\"name/1155\",[497,75.986]],[\"comment/1155\",[]],[\"name/1156\",[133,30.889]],[\"comment/1156\",[]],[\"name/1157\",[13,26.059]],[\"comment/1157\",[]],[\"name/1158\",[134,55.589]],[\"comment/1158\",[]],[\"name/1159\",[135,56.5]],[\"comment/1159\",[]],[\"name/1160\",[218,67.502]],[\"comment/1160\",[]],[\"name/1161\",[436,61.303]],[\"comment/1161\",[]],[\"name/1162\",[441,67.502]],[\"comment/1162\",[]],[\"name/1163\",[454,70.871]],[\"comment/1163\",[]],[\"name/1164\",[160,31.038]],[\"comment/1164\",[]],[\"name/1165\",[161,30.815]],[\"comment/1165\",[]],[\"name/1166\",[465,70.871]],[\"comment/1166\",[]],[\"name/1167\",[133,30.889]],[\"comment/1167\",[]],[\"name/1168\",[13,26.059]],[\"comment/1168\",[]],[\"name/1169\",[498,75.986]],[\"comment/1169\",[]],[\"name/1170\",[499,75.986]],[\"comment/1170\",[]],[\"name/1171\",[160,31.038]],[\"comment/1171\",[]],[\"name/1172\",[161,30.815]],[\"comment/1172\",[]],[\"name/1173\",[500,75.986]],[\"comment/1173\",[]],[\"name/1174\",[133,30.889]],[\"comment/1174\",[]],[\"name/1175\",[13,26.059]],[\"comment/1175\",[]],[\"name/1176\",[501,75.986]],[\"comment/1176\",[]],[\"name/1177\",[502,75.986]],[\"comment/1177\",[]],[\"name/1178\",[503,75.986]],[\"comment/1178\",[]],[\"name/1179\",[504,75.986]],[\"comment/1179\",[]],[\"name/1180\",[505,75.986]],[\"comment/1180\",[]],[\"name/1181\",[506,75.986]],[\"comment/1181\",[]],[\"name/1182\",[507,75.986]],[\"comment/1182\",[]],[\"name/1183\",[160,31.038]],[\"comment/1183\",[]],[\"name/1184\",[161,30.815]],[\"comment/1184\",[]],[\"name/1185\",[508,75.986]],[\"comment/1185\",[]],[\"name/1186\",[133,30.889]],[\"comment/1186\",[]],[\"name/1187\",[13,26.059]],[\"comment/1187\",[]],[\"name/1188\",[509,75.986]],[\"comment/1188\",[]],[\"name/1189\",[510,75.986]],[\"comment/1189\",[]],[\"name/1190\",[160,31.038]],[\"comment/1190\",[]],[\"name/1191\",[161,30.815]],[\"comment/1191\",[]],[\"name/1192\",[511,75.986]],[\"comment/1192\",[]],[\"name/1193\",[133,30.889]],[\"comment/1193\",[]],[\"name/1194\",[13,26.059]],[\"comment/1194\",[]],[\"name/1195\",[512,75.986]],[\"comment/1195\",[]],[\"name/1196\",[513,75.986]],[\"comment/1196\",[]],[\"name/1197\",[514,75.986]],[\"comment/1197\",[]],[\"name/1198\",[160,31.038]],[\"comment/1198\",[]],[\"name/1199\",[161,30.815]],[\"comment/1199\",[]],[\"name/1200\",[515,75.986]],[\"comment/1200\",[]],[\"name/1201\",[133,30.889]],[\"comment/1201\",[]],[\"name/1202\",[13,26.059]],[\"comment/1202\",[]],[\"name/1203\",[516,75.986]],[\"comment/1203\",[]],[\"name/1204\",[517,64.985]],[\"comment/1204\",[]],[\"name/1205\",[160,31.038]],[\"comment/1205\",[]],[\"name/1206\",[161,30.815]],[\"comment/1206\",[]],[\"name/1207\",[518,75.986]],[\"comment/1207\",[]],[\"name/1208\",[133,30.889]],[\"comment/1208\",[]],[\"name/1209\",[13,26.059]],[\"comment/1209\",[]],[\"name/1210\",[519,75.986]],[\"comment/1210\",[]],[\"name/1211\",[520,75.986]],[\"comment/1211\",[]],[\"name/1212\",[307,67.502]],[\"comment/1212\",[]],[\"name/1213\",[521,75.986]],[\"comment/1213\",[]],[\"name/1214\",[160,31.038]],[\"comment/1214\",[]],[\"name/1215\",[161,30.815]],[\"comment/1215\",[]],[\"name/1216\",[468,70.871]],[\"comment/1216\",[]],[\"name/1217\",[133,30.889]],[\"comment/1217\",[]],[\"name/1218\",[13,26.059]],[\"comment/1218\",[]],[\"name/1219\",[522,75.986]],[\"comment/1219\",[]],[\"name/1220\",[523,75.986]],[\"comment/1220\",[]],[\"name/1221\",[237,48.016]],[\"comment/1221\",[]],[\"name/1222\",[412,67.502]],[\"comment/1222\",[]],[\"name/1223\",[160,31.038]],[\"comment/1223\",[]],[\"name/1224\",[161,30.815]],[\"comment/1224\",[]],[\"name/1225\",[524,75.986]],[\"comment/1225\",[]],[\"name/1226\",[133,30.889]],[\"comment/1226\",[]],[\"name/1227\",[13,26.059]],[\"comment/1227\",[]],[\"name/1228\",[525,75.986]],[\"comment/1228\",[]],[\"name/1229\",[526,75.986]],[\"comment/1229\",[]],[\"name/1230\",[160,31.038]],[\"comment/1230\",[]],[\"name/1231\",[161,30.815]],[\"comment/1231\",[]],[\"name/1232\",[527,75.986]],[\"comment/1232\",[]],[\"name/1233\",[133,30.889]],[\"comment/1233\",[]],[\"name/1234\",[13,26.059]],[\"comment/1234\",[]],[\"name/1235\",[214,67.502]],[\"comment/1235\",[]],[\"name/1236\",[213,67.502]],[\"comment/1236\",[]],[\"name/1237\",[160,31.038]],[\"comment/1237\",[]],[\"name/1238\",[161,30.815]],[\"comment/1238\",[]],[\"name/1239\",[417,70.871]],[\"comment/1239\",[]],[\"name/1240\",[133,30.889]],[\"comment/1240\",[]],[\"name/1241\",[13,26.059]],[\"comment/1241\",[]],[\"name/1242\",[209,59.87]],[\"comment/1242\",[]],[\"name/1243\",[235,58.616]],[\"comment/1243\",[]],[\"name/1244\",[160,31.038]],[\"comment/1244\",[]],[\"name/1245\",[161,30.815]],[\"comment/1245\",[]],[\"name/1246\",[418,70.871]],[\"comment/1246\",[]],[\"name/1247\",[133,30.889]],[\"comment/1247\",[]],[\"name/1248\",[13,26.059]],[\"comment/1248\",[]],[\"name/1249\",[238,59.87]],[\"comment/1249\",[]],[\"name/1250\",[237,48.016]],[\"comment/1250\",[]],[\"name/1251\",[239,59.87]],[\"comment/1251\",[]],[\"name/1252\",[160,31.038]],[\"comment/1252\",[]],[\"name/1253\",[161,30.815]],[\"comment/1253\",[]],[\"name/1254\",[528,67.502]],[\"comment/1254\",[]],[\"name/1255\",[133,30.889]],[\"comment/1255\",[]],[\"name/1256\",[13,26.059]],[\"comment/1256\",[]],[\"name/1257\",[423,59.87]],[\"comment/1257\",[]],[\"name/1258\",[529,75.986]],[\"comment/1258\",[]],[\"name/1259\",[530,75.986]],[\"comment/1259\",[]],[\"name/1260\",[531,67.502]],[\"comment/1260\",[]],[\"name/1261\",[532,75.986]],[\"comment/1261\",[]],[\"name/1262\",[533,75.986]],[\"comment/1262\",[]],[\"name/1263\",[534,75.986]],[\"comment/1263\",[]],[\"name/1264\",[535,75.986]],[\"comment/1264\",[]],[\"name/1265\",[149,64.985]],[\"comment/1265\",[]],[\"name/1266\",[341,70.871]],[\"comment/1266\",[]],[\"name/1267\",[342,70.871]],[\"comment/1267\",[]],[\"name/1268\",[343,70.871]],[\"comment/1268\",[]],[\"name/1269\",[536,75.986]],[\"comment/1269\",[]],[\"name/1270\",[537,75.986]],[\"comment/1270\",[]],[\"name/1271\",[424,59.87]],[\"comment/1271\",[]],[\"name/1272\",[425,58.616]],[\"comment/1272\",[]],[\"name/1273\",[344,70.871]],[\"comment/1273\",[]],[\"name/1274\",[538,67.502]],[\"comment/1274\",[]],[\"name/1275\",[186,61.303]],[\"comment/1275\",[]],[\"name/1276\",[345,70.871]],[\"comment/1276\",[]],[\"name/1277\",[539,75.986]],[\"comment/1277\",[]],[\"name/1278\",[540,75.986]],[\"comment/1278\",[]],[\"name/1279\",[541,64.985]],[\"comment/1279\",[]],[\"name/1280\",[346,70.871]],[\"comment/1280\",[]],[\"name/1281\",[184,58.616]],[\"comment/1281\",[]],[\"name/1282\",[542,62.975]],[\"comment/1282\",[]],[\"name/1283\",[543,75.986]],[\"comment/1283\",[]],[\"name/1284\",[347,70.871]],[\"comment/1284\",[]],[\"name/1285\",[544,59.87]],[\"comment/1285\",[]],[\"name/1286\",[545,75.986]],[\"comment/1286\",[]],[\"name/1287\",[348,70.871]],[\"comment/1287\",[]],[\"name/1288\",[517,64.985]],[\"comment/1288\",[]],[\"name/1289\",[546,75.986]],[\"comment/1289\",[]],[\"name/1290\",[547,64.985]],[\"comment/1290\",[]],[\"name/1291\",[160,31.038]],[\"comment/1291\",[]],[\"name/1292\",[161,30.815]],[\"comment/1292\",[]],[\"name/1293\",[548,75.986]],[\"comment/1293\",[]],[\"name/1294\",[133,30.889]],[\"comment/1294\",[]],[\"name/1295\",[13,26.059]],[\"comment/1295\",[]],[\"name/1296\",[446,59.87]],[\"comment/1296\",[]],[\"name/1297\",[265,64.985]],[\"comment/1297\",[]],[\"name/1298\",[549,75.986]],[\"comment/1298\",[]],[\"name/1299\",[200,67.502]],[\"comment/1299\",[]],[\"name/1300\",[201,67.502]],[\"comment/1300\",[]],[\"name/1301\",[203,67.502]],[\"comment/1301\",[]],[\"name/1302\",[550,75.986]],[\"comment/1302\",[]],[\"name/1303\",[551,75.986]],[\"comment/1303\",[]],[\"name/1304\",[205,67.502]],[\"comment/1304\",[]],[\"name/1305\",[206,67.502]],[\"comment/1305\",[]],[\"name/1306\",[552,75.986]],[\"comment/1306\",[]],[\"name/1307\",[160,31.038]],[\"comment/1307\",[]],[\"name/1308\",[161,30.815]],[\"comment/1308\",[]],[\"name/1309\",[553,75.986]],[\"comment/1309\",[]],[\"name/1310\",[133,30.889]],[\"comment/1310\",[]],[\"name/1311\",[13,26.059]],[\"comment/1311\",[]],[\"name/1312\",[217,56.5]],[\"comment/1312\",[]],[\"name/1313\",[187,62.975]],[\"comment/1313\",[]],[\"name/1314\",[160,31.038]],[\"comment/1314\",[]],[\"name/1315\",[161,30.815]],[\"comment/1315\",[]],[\"name/1316\",[554,75.986]],[\"comment/1316\",[]],[\"name/1317\",[133,30.889]],[\"comment/1317\",[]],[\"name/1318\",[13,26.059]],[\"comment/1318\",[]],[\"name/1319\",[134,55.589]],[\"comment/1319\",[]],[\"name/1320\",[217,56.5]],[\"comment/1320\",[]],[\"name/1321\",[555,75.986]],[\"comment/1321\",[]],[\"name/1322\",[160,31.038]],[\"comment/1322\",[]],[\"name/1323\",[161,30.815]],[\"comment/1323\",[]],[\"name/1324\",[556,75.986]],[\"comment/1324\",[]],[\"name/1325\",[133,30.889]],[\"comment/1325\",[]],[\"name/1326\",[13,26.059]],[\"comment/1326\",[]],[\"name/1327\",[135,56.5]],[\"comment/1327\",[]],[\"name/1328\",[217,56.5]],[\"comment/1328\",[]],[\"name/1329\",[557,70.871]],[\"comment/1329\",[]],[\"name/1330\",[558,70.871]],[\"comment/1330\",[]],[\"name/1331\",[559,75.986]],[\"comment/1331\",[]],[\"name/1332\",[531,67.502]],[\"comment/1332\",[]],[\"name/1333\",[160,31.038]],[\"comment/1333\",[]],[\"name/1334\",[161,30.815]],[\"comment/1334\",[]],[\"name/1335\",[560,75.986]],[\"comment/1335\",[]],[\"name/1336\",[133,30.889]],[\"comment/1336\",[]],[\"name/1337\",[13,26.059]],[\"comment/1337\",[]],[\"name/1338\",[561,64.985]],[\"comment/1338\",[]],[\"name/1339\",[174,67.502]],[\"comment/1339\",[]],[\"name/1340\",[179,61.303]],[\"comment/1340\",[]],[\"name/1341\",[175,67.502]],[\"comment/1341\",[]],[\"name/1342\",[176,61.303]],[\"comment/1342\",[]],[\"name/1343\",[177,67.502]],[\"comment/1343\",[]],[\"name/1344\",[178,67.502]],[\"comment/1344\",[]],[\"name/1345\",[160,31.038]],[\"comment/1345\",[]],[\"name/1346\",[161,30.815]],[\"comment/1346\",[]],[\"name/1347\",[562,75.986]],[\"comment/1347\",[]],[\"name/1348\",[133,30.889]],[\"comment/1348\",[]],[\"name/1349\",[13,26.059]],[\"comment/1349\",[]],[\"name/1350\",[135,56.5]],[\"comment/1350\",[]],[\"name/1351\",[557,70.871]],[\"comment/1351\",[]],[\"name/1352\",[558,70.871]],[\"comment/1352\",[]],[\"name/1353\",[563,64.985]],[\"comment/1353\",[]],[\"name/1354\",[160,31.038]],[\"comment/1354\",[]],[\"name/1355\",[161,30.815]],[\"comment/1355\",[]],[\"name/1356\",[564,75.986]],[\"comment/1356\",[]],[\"name/1357\",[133,30.889]],[\"comment/1357\",[]],[\"name/1358\",[13,26.059]],[\"comment/1358\",[]],[\"name/1359\",[414,53.984]],[\"comment/1359\",[]],[\"name/1360\",[528,67.502]],[\"comment/1360\",[]],[\"name/1361\",[160,31.038]],[\"comment/1361\",[]],[\"name/1362\",[161,30.815]],[\"comment/1362\",[]],[\"name/1363\",[565,75.986]],[\"comment/1363\",[]],[\"name/1364\",[133,30.889]],[\"comment/1364\",[]],[\"name/1365\",[13,26.059]],[\"comment/1365\",[]],[\"name/1366\",[566,70.871]],[\"comment/1366\",[]],[\"name/1367\",[567,75.986]],[\"comment/1367\",[]],[\"name/1368\",[568,61.303]],[\"comment/1368\",[]],[\"name/1369\",[160,31.038]],[\"comment/1369\",[]],[\"name/1370\",[161,30.815]],[\"comment/1370\",[]],[\"name/1371\",[569,75.986]],[\"comment/1371\",[]],[\"name/1372\",[133,30.889]],[\"comment/1372\",[]],[\"name/1373\",[13,26.059]],[\"comment/1373\",[]],[\"name/1374\",[570,67.502]],[\"comment/1374\",[]],[\"name/1375\",[571,61.303]],[\"comment/1375\",[]],[\"name/1376\",[572,75.986]],[\"comment/1376\",[]],[\"name/1377\",[517,64.985]],[\"comment/1377\",[]],[\"name/1378\",[160,31.038]],[\"comment/1378\",[]],[\"name/1379\",[161,30.815]],[\"comment/1379\",[]],[\"name/1380\",[573,75.986]],[\"comment/1380\",[]],[\"name/1381\",[133,30.889]],[\"comment/1381\",[]],[\"name/1382\",[13,26.059]],[\"comment/1382\",[]],[\"name/1383\",[574,75.986]],[\"comment/1383\",[]],[\"name/1384\",[575,70.871]],[\"comment/1384\",[]],[\"name/1385\",[367,59.87]],[\"comment/1385\",[]],[\"name/1386\",[160,31.038]],[\"comment/1386\",[]],[\"name/1387\",[161,30.815]],[\"comment/1387\",[]],[\"name/1388\",[576,75.986]],[\"comment/1388\",[]],[\"name/1389\",[133,30.889]],[\"comment/1389\",[]],[\"name/1390\",[13,26.059]],[\"comment/1390\",[]],[\"name/1391\",[577,70.871]],[\"comment/1391\",[]],[\"name/1392\",[517,64.985]],[\"comment/1392\",[]],[\"name/1393\",[160,31.038]],[\"comment/1393\",[]],[\"name/1394\",[161,30.815]],[\"comment/1394\",[]],[\"name/1395\",[578,75.986]],[\"comment/1395\",[]],[\"name/1396\",[133,30.889]],[\"comment/1396\",[]],[\"name/1397\",[13,26.059]],[\"comment/1397\",[]],[\"name/1398\",[295,62.975]],[\"comment/1398\",[]],[\"name/1399\",[406,59.87]],[\"comment/1399\",[]],[\"name/1400\",[579,64.985]],[\"comment/1400\",[]],[\"name/1401\",[160,31.038]],[\"comment/1401\",[]],[\"name/1402\",[161,30.815]],[\"comment/1402\",[]],[\"name/1403\",[580,75.986]],[\"comment/1403\",[]],[\"name/1404\",[133,30.889]],[\"comment/1404\",[]],[\"name/1405\",[13,26.059]],[\"comment/1405\",[]],[\"name/1406\",[414,53.984]],[\"comment/1406\",[]],[\"name/1407\",[469,67.502]],[\"comment/1407\",[]],[\"name/1408\",[172,48.433]],[\"comment/1408\",[]],[\"name/1409\",[160,31.038]],[\"comment/1409\",[]],[\"name/1410\",[161,30.815]],[\"comment/1410\",[]],[\"name/1411\",[581,75.986]],[\"comment/1411\",[]],[\"name/1412\",[582,75.986]],[\"comment/1412\",[]],[\"name/1413\",[583,75.986]],[\"comment/1413\",[]],[\"name/1414\",[584,75.986]],[\"comment/1414\",[]],[\"name/1415\",[585,75.986]],[\"comment/1415\",[]],[\"name/1416\",[586,75.986]],[\"comment/1416\",[]],[\"name/1417\",[587,75.986]],[\"comment/1417\",[]],[\"name/1418\",[588,75.986]],[\"comment/1418\",[]],[\"name/1419\",[589,75.986]],[\"comment/1419\",[]],[\"name/1420\",[590,75.986]],[\"comment/1420\",[]],[\"name/1421\",[591,75.986]],[\"comment/1421\",[]],[\"name/1422\",[566,70.871]],[\"comment/1422\",[]],[\"name/1423\",[133,30.889]],[\"comment/1423\",[]],[\"name/1424\",[592,70.871]],[\"comment/1424\",[]],[\"name/1425\",[13,26.059]],[\"comment/1425\",[]],[\"name/1426\",[593,70.871]],[\"comment/1426\",[]],[\"name/1427\",[570,67.502]],[\"comment/1427\",[]],[\"name/1428\",[571,61.303]],[\"comment/1428\",[]],[\"name/1429\",[568,61.303]],[\"comment/1429\",[]],[\"name/1430\",[594,62.975]],[\"comment/1430\",[]],[\"name/1431\",[161,30.815]],[\"comment/1431\",[]],[\"name/1432\",[595,70.871]],[\"comment/1432\",[]],[\"name/1433\",[134,55.589]],[\"comment/1433\",[]],[\"name/1434\",[596,70.871]],[\"comment/1434\",[]],[\"name/1435\",[597,70.871]],[\"comment/1435\",[]],[\"name/1436\",[598,75.986]],[\"comment/1436\",[]],[\"name/1437\",[599,75.986]],[\"comment/1437\",[]],[\"name/1438\",[600,67.502]],[\"comment/1438\",[]],[\"name/1439\",[601,75.986]],[\"comment/1439\",[]],[\"name/1440\",[133,30.889]],[\"comment/1440\",[]],[\"name/1441\",[592,70.871]],[\"comment/1441\",[]],[\"name/1442\",[13,26.059]],[\"comment/1442\",[]],[\"name/1443\",[602,64.985]],[\"comment/1443\",[]],[\"name/1444\",[603,70.871]],[\"comment/1444\",[]],[\"name/1445\",[161,30.815]],[\"comment/1445\",[]],[\"name/1446\",[600,67.502]],[\"comment/1446\",[]],[\"name/1447\",[604,75.986]],[\"comment/1447\",[]],[\"name/1448\",[595,70.871]],[\"comment/1448\",[]],[\"name/1449\",[134,55.589]],[\"comment/1449\",[]],[\"name/1450\",[605,75.986]],[\"comment/1450\",[]],[\"name/1451\",[597,70.871]],[\"comment/1451\",[]],[\"name/1452\",[596,70.871]],[\"comment/1452\",[]],[\"name/1453\",[606,75.986]],[\"comment/1453\",[]],[\"name/1454\",[1,55.589]],[\"comment/1454\",[]],[\"name/1455\",[2,52.6]],[\"comment/1455\",[]],[\"name/1456\",[3,59.87]],[\"comment/1456\",[]],[\"name/1457\",[607,75.986]],[\"comment/1457\",[]],[\"name/1458\",[1,55.589]],[\"comment/1458\",[]],[\"name/1459\",[2,52.6]],[\"comment/1459\",[]],[\"name/1460\",[3,59.87]],[\"comment/1460\",[]],[\"name/1461\",[608,75.986]],[\"comment/1461\",[]],[\"name/1462\",[609,75.986]],[\"comment/1462\",[]],[\"name/1463\",[610,75.986]],[\"comment/1463\",[]],[\"name/1464\",[611,75.986]],[\"comment/1464\",[]],[\"name/1465\",[73,70.871]],[\"comment/1465\",[]],[\"name/1466\",[1,55.589]],[\"comment/1466\",[]],[\"name/1467\",[2,52.6]],[\"comment/1467\",[]],[\"name/1468\",[3,59.87]],[\"comment/1468\",[]],[\"name/1469\",[612,75.986]],[\"comment/1469\",[]],[\"name/1470\",[613,75.986]],[\"comment/1470\",[]],[\"name/1471\",[1,55.589]],[\"comment/1471\",[]],[\"name/1472\",[2,52.6]],[\"comment/1472\",[]],[\"name/1473\",[3,59.87]],[\"comment/1473\",[]],[\"name/1474\",[614,75.986]],[\"comment/1474\",[]],[\"name/1475\",[615,75.986]],[\"comment/1475\",[]],[\"name/1476\",[1,55.589]],[\"comment/1476\",[]],[\"name/1477\",[2,52.6]],[\"comment/1477\",[]],[\"name/1478\",[3,59.87]],[\"comment/1478\",[]],[\"name/1479\",[616,75.986]],[\"comment/1479\",[]],[\"name/1480\",[617,75.986]],[\"comment/1480\",[]],[\"name/1481\",[262,67.502]],[\"comment/1481\",[]],[\"name/1482\",[13,26.059]],[\"comment/1482\",[]],[\"name/1483\",[367,59.87]],[\"comment/1483\",[]],[\"name/1484\",[269,70.871]],[\"comment/1484\",[]],[\"name/1485\",[618,75.986]],[\"comment/1485\",[]],[\"name/1486\",[619,75.986]],[\"comment/1486\",[]],[\"name/1487\",[620,75.986]],[\"comment/1487\",[]],[\"name/1488\",[1,55.589]],[\"comment/1488\",[]],[\"name/1489\",[621,75.986]],[\"comment/1489\",[]],[\"name/1490\",[1,55.589]],[\"comment/1490\",[]],[\"name/1491\",[622,75.986]],[\"comment/1491\",[]],[\"name/1492\",[623,75.986]],[\"comment/1492\",[]],[\"name/1493\",[624,75.986]],[\"comment/1493\",[]],[\"name/1494\",[625,75.986]],[\"comment/1494\",[]],[\"name/1495\",[13,26.059]],[\"comment/1495\",[]],[\"name/1496\",[272,61.303]],[\"comment/1496\",[]],[\"name/1497\",[268,67.502]],[\"comment/1497\",[]],[\"name/1498\",[270,62.975]],[\"comment/1498\",[]],[\"name/1499\",[626,75.986]],[\"comment/1499\",[]],[\"name/1500\",[627,75.986]],[\"comment/1500\",[]],[\"name/1501\",[628,75.986]],[\"comment/1501\",[]],[\"name/1502\",[629,75.986]],[\"comment/1502\",[]],[\"name/1503\",[630,75.986]],[\"comment/1503\",[]],[\"name/1504\",[631,75.986]],[\"comment/1504\",[]],[\"name/1505\",[632,75.986]],[\"comment/1505\",[]],[\"name/1506\",[633,75.986]],[\"comment/1506\",[]],[\"name/1507\",[634,75.986]],[\"comment/1507\",[]],[\"name/1508\",[635,75.986]],[\"comment/1508\",[]],[\"name/1509\",[636,75.986]],[\"comment/1509\",[]],[\"name/1510\",[637,75.986]],[\"comment/1510\",[]],[\"name/1511\",[638,75.986]],[\"comment/1511\",[]],[\"name/1512\",[639,75.986]],[\"comment/1512\",[]],[\"name/1513\",[640,75.986]],[\"comment/1513\",[]],[\"name/1514\",[641,75.986]],[\"comment/1514\",[]],[\"name/1515\",[642,75.986]],[\"comment/1515\",[]],[\"name/1516\",[643,75.986]],[\"comment/1516\",[]],[\"name/1517\",[644,75.986]],[\"comment/1517\",[]],[\"name/1518\",[645,75.986]],[\"comment/1518\",[]],[\"name/1519\",[646,75.986]],[\"comment/1519\",[]],[\"name/1520\",[647,75.986]],[\"comment/1520\",[]],[\"name/1521\",[648,75.986]],[\"comment/1521\",[]],[\"name/1522\",[649,75.986]],[\"comment/1522\",[]],[\"name/1523\",[650,75.986]],[\"comment/1523\",[]],[\"name/1524\",[651,75.986]],[\"comment/1524\",[]],[\"name/1525\",[652,75.986]],[\"comment/1525\",[]],[\"name/1526\",[653,75.986]],[\"comment/1526\",[]],[\"name/1527\",[654,75.986]],[\"comment/1527\",[]],[\"name/1528\",[655,75.986]],[\"comment/1528\",[]],[\"name/1529\",[656,75.986]],[\"comment/1529\",[]],[\"name/1530\",[657,75.986]],[\"comment/1530\",[]],[\"name/1531\",[658,75.986]],[\"comment/1531\",[]],[\"name/1532\",[659,75.986]],[\"comment/1532\",[]],[\"name/1533\",[660,75.986]],[\"comment/1533\",[]],[\"name/1534\",[661,75.986]],[\"comment/1534\",[]],[\"name/1535\",[662,75.986]],[\"comment/1535\",[]],[\"name/1536\",[663,75.986]],[\"comment/1536\",[]],[\"name/1537\",[664,75.986]],[\"comment/1537\",[]],[\"name/1538\",[665,75.986]],[\"comment/1538\",[]],[\"name/1539\",[666,75.986]],[\"comment/1539\",[]],[\"name/1540\",[667,75.986]],[\"comment/1540\",[]],[\"name/1541\",[528,67.502]],[\"comment/1541\",[]],[\"name/1542\",[133,30.889]],[\"comment/1542\",[]],[\"name/1543\",[13,26.059]],[\"comment/1543\",[]],[\"name/1544\",[227,50.828]],[\"comment/1544\",[]],[\"name/1545\",[593,70.871]],[\"comment/1545\",[]],[\"name/1546\",[668,53.984]],[\"comment/1546\",[]],[\"name/1547\",[669,67.502]],[\"comment/1547\",[]],[\"name/1548\",[423,59.87]],[\"comment/1548\",[]],[\"name/1549\",[135,56.5]],[\"comment/1549\",[]],[\"name/1550\",[670,64.985]],[\"comment/1550\",[]],[\"name/1551\",[311,59.87]],[\"comment/1551\",[]],[\"name/1552\",[542,62.975]],[\"comment/1552\",[]],[\"name/1553\",[425,58.616]],[\"comment/1553\",[]],[\"name/1554\",[424,59.87]],[\"comment/1554\",[]],[\"name/1555\",[541,64.985]],[\"comment/1555\",[]],[\"name/1556\",[563,64.985]],[\"comment/1556\",[]],[\"name/1557\",[671,64.985]],[\"comment/1557\",[]],[\"name/1558\",[672,67.502]],[\"comment/1558\",[]],[\"name/1559\",[179,61.303]],[\"comment/1559\",[]],[\"name/1560\",[673,67.502]],[\"comment/1560\",[]],[\"name/1561\",[674,67.502]],[\"comment/1561\",[]],[\"name/1562\",[176,61.303]],[\"comment/1562\",[]],[\"name/1563\",[340,64.985]],[\"comment/1563\",[]],[\"name/1564\",[675,67.502]],[\"comment/1564\",[]],[\"name/1565\",[676,67.502]],[\"comment/1565\",[]],[\"name/1566\",[677,67.502]],[\"comment/1566\",[]],[\"name/1567\",[678,67.502]],[\"comment/1567\",[]],[\"name/1568\",[679,67.502]],[\"comment/1568\",[]],[\"name/1569\",[680,67.502]],[\"comment/1569\",[]],[\"name/1570\",[681,67.502]],[\"comment/1570\",[]],[\"name/1571\",[682,67.502]],[\"comment/1571\",[]],[\"name/1572\",[683,67.502]],[\"comment/1572\",[]],[\"name/1573\",[684,67.502]],[\"comment/1573\",[]],[\"name/1574\",[685,67.502]],[\"comment/1574\",[]],[\"name/1575\",[686,67.502]],[\"comment/1575\",[]],[\"name/1576\",[687,67.502]],[\"comment/1576\",[]],[\"name/1577\",[688,67.502]],[\"comment/1577\",[]],[\"name/1578\",[277,62.975]],[\"comment/1578\",[]],[\"name/1579\",[689,67.502]],[\"comment/1579\",[]],[\"name/1580\",[690,67.502]],[\"comment/1580\",[]],[\"name/1581\",[691,67.502]],[\"comment/1581\",[]],[\"name/1582\",[692,67.502]],[\"comment/1582\",[]],[\"name/1583\",[693,67.502]],[\"comment/1583\",[]],[\"name/1584\",[694,67.502]],[\"comment/1584\",[]],[\"name/1585\",[695,67.502]],[\"comment/1585\",[]],[\"name/1586\",[696,67.502]],[\"comment/1586\",[]],[\"name/1587\",[697,67.502]],[\"comment/1587\",[]],[\"name/1588\",[698,67.502]],[\"comment/1588\",[]],[\"name/1589\",[699,67.502]],[\"comment/1589\",[]],[\"name/1590\",[251,61.303]],[\"comment/1590\",[]],[\"name/1591\",[237,48.016]],[\"comment/1591\",[]],[\"name/1592\",[700,64.985]],[\"comment/1592\",[]],[\"name/1593\",[544,59.87]],[\"comment/1593\",[]],[\"name/1594\",[561,64.985]],[\"comment/1594\",[]],[\"name/1595\",[538,67.502]],[\"comment/1595\",[]],[\"name/1596\",[701,67.502]],[\"comment/1596\",[]],[\"name/1597\",[579,64.985]],[\"comment/1597\",[]],[\"name/1598\",[406,59.87]],[\"comment/1598\",[]],[\"name/1599\",[407,64.985]],[\"comment/1599\",[]],[\"name/1600\",[161,30.815]],[\"comment/1600\",[]],[\"name/1601\",[702,75.986]],[\"comment/1601\",[]],[\"name/1602\",[703,75.986]],[\"comment/1602\",[]],[\"name/1603\",[600,67.502]],[\"comment/1603\",[]],[\"name/1604\",[704,75.986]],[\"comment/1604\",[]],[\"name/1605\",[705,75.986]],[\"comment/1605\",[]],[\"name/1606\",[706,75.986]],[\"comment/1606\",[]],[\"name/1607\",[707,75.986]],[\"comment/1607\",[]],[\"name/1608\",[2,52.6]],[\"comment/1608\",[]],[\"name/1609\",[708,75.986]],[\"comment/1609\",[]],[\"name/1610\",[709,75.986]],[\"comment/1610\",[]],[\"name/1611\",[710,75.986]],[\"comment/1611\",[]],[\"name/1612\",[711,75.986]],[\"comment/1612\",[]],[\"name/1613\",[712,54.754]],[\"comment/1613\",[]],[\"name/1614\",[713,75.986]],[\"comment/1614\",[]],[\"name/1615\",[568,61.303]],[\"comment/1615\",[]],[\"name/1616\",[338,62.975]],[\"comment/1616\",[]],[\"name/1617\",[594,62.975]],[\"comment/1617\",[]],[\"name/1618\",[602,64.985]],[\"comment/1618\",[]],[\"name/1619\",[714,70.871]],[\"comment/1619\",[]],[\"name/1620\",[715,75.986]],[\"comment/1620\",[]],[\"name/1621\",[716,75.986]],[\"comment/1621\",[]],[\"name/1622\",[717,75.986]],[\"comment/1622\",[]],[\"name/1623\",[718,75.986]],[\"comment/1623\",[]],[\"name/1624\",[719,75.986]],[\"comment/1624\",[]],[\"name/1625\",[720,75.986]],[\"comment/1625\",[]],[\"name/1626\",[721,75.986]],[\"comment/1626\",[]],[\"name/1627\",[1,55.589]],[\"comment/1627\",[]],[\"name/1628\",[722,75.986]],[\"comment/1628\",[]],[\"name/1629\",[338,62.975]],[\"comment/1629\",[]],[\"name/1630\",[723,75.986]],[\"comment/1630\",[]],[\"name/1631\",[724,75.986]],[\"comment/1631\",[]],[\"name/1632\",[725,75.986]],[\"comment/1632\",[]],[\"name/1633\",[2,52.6]],[\"comment/1633\",[]],[\"name/1634\",[726,75.986]],[\"comment/1634\",[]],[\"name/1635\",[727,75.986]],[\"comment/1635\",[]],[\"name/1636\",[728,75.986]],[\"comment/1636\",[]],[\"name/1637\",[729,75.986]],[\"comment/1637\",[]],[\"name/1638\",[730,75.986]],[\"comment/1638\",[]],[\"name/1639\",[731,75.986]],[\"comment/1639\",[]],[\"name/1640\",[732,75.986]],[\"comment/1640\",[]],[\"name/1641\",[733,75.986]],[\"comment/1641\",[]],[\"name/1642\",[734,75.986]],[\"comment/1642\",[]],[\"name/1643\",[735,75.986]],[\"comment/1643\",[]],[\"name/1644\",[736,75.986]],[\"comment/1644\",[]],[\"name/1645\",[737,75.986]],[\"comment/1645\",[]],[\"name/1646\",[738,75.986]],[\"comment/1646\",[]],[\"name/1647\",[739,75.986]],[\"comment/1647\",[]],[\"name/1648\",[13,26.059]],[\"comment/1648\",[]],[\"name/1649\",[26,59.87]],[\"comment/1649\",[]],[\"name/1650\",[469,67.502]],[\"comment/1650\",[]],[\"name/1651\",[740,75.986]],[\"comment/1651\",[]],[\"name/1652\",[741,75.986]],[\"comment/1652\",[]],[\"name/1653\",[742,75.986]],[\"comment/1653\",[]],[\"name/1654\",[743,75.986]],[\"comment/1654\",[]],[\"name/1655\",[744,75.986]],[\"comment/1655\",[]],[\"name/1656\",[745,75.986]],[\"comment/1656\",[]],[\"name/1657\",[746,75.986]],[\"comment/1657\",[]],[\"name/1658\",[747,75.986]],[\"comment/1658\",[]],[\"name/1659\",[748,75.986]],[\"comment/1659\",[]],[\"name/1660\",[749,75.986]],[\"comment/1660\",[]],[\"name/1661\",[750,75.986]],[\"comment/1661\",[]],[\"name/1662\",[751,75.986]],[\"comment/1662\",[]],[\"name/1663\",[752,75.986]],[\"comment/1663\",[]],[\"name/1664\",[753,75.986]],[\"comment/1664\",[]],[\"name/1665\",[668,53.984]],[\"comment/1665\",[]],[\"name/1666\",[669,67.502]],[\"comment/1666\",[]],[\"name/1667\",[423,59.87]],[\"comment/1667\",[]],[\"name/1668\",[135,56.5]],[\"comment/1668\",[]],[\"name/1669\",[670,64.985]],[\"comment/1669\",[]],[\"name/1670\",[311,59.87]],[\"comment/1670\",[]],[\"name/1671\",[542,62.975]],[\"comment/1671\",[]],[\"name/1672\",[425,58.616]],[\"comment/1672\",[]],[\"name/1673\",[424,59.87]],[\"comment/1673\",[]],[\"name/1674\",[541,64.985]],[\"comment/1674\",[]],[\"name/1675\",[563,64.985]],[\"comment/1675\",[]],[\"name/1676\",[671,64.985]],[\"comment/1676\",[]],[\"name/1677\",[672,67.502]],[\"comment/1677\",[]],[\"name/1678\",[179,61.303]],[\"comment/1678\",[]],[\"name/1679\",[673,67.502]],[\"comment/1679\",[]],[\"name/1680\",[674,67.502]],[\"comment/1680\",[]],[\"name/1681\",[176,61.303]],[\"comment/1681\",[]],[\"name/1682\",[340,64.985]],[\"comment/1682\",[]],[\"name/1683\",[675,67.502]],[\"comment/1683\",[]],[\"name/1684\",[676,67.502]],[\"comment/1684\",[]],[\"name/1685\",[677,67.502]],[\"comment/1685\",[]],[\"name/1686\",[678,67.502]],[\"comment/1686\",[]],[\"name/1687\",[679,67.502]],[\"comment/1687\",[]],[\"name/1688\",[680,67.502]],[\"comment/1688\",[]],[\"name/1689\",[681,67.502]],[\"comment/1689\",[]],[\"name/1690\",[682,67.502]],[\"comment/1690\",[]],[\"name/1691\",[683,67.502]],[\"comment/1691\",[]],[\"name/1692\",[684,67.502]],[\"comment/1692\",[]],[\"name/1693\",[685,67.502]],[\"comment/1693\",[]],[\"name/1694\",[686,67.502]],[\"comment/1694\",[]],[\"name/1695\",[687,67.502]],[\"comment/1695\",[]],[\"name/1696\",[688,67.502]],[\"comment/1696\",[]],[\"name/1697\",[277,62.975]],[\"comment/1697\",[]],[\"name/1698\",[689,67.502]],[\"comment/1698\",[]],[\"name/1699\",[690,67.502]],[\"comment/1699\",[]],[\"name/1700\",[691,67.502]],[\"comment/1700\",[]],[\"name/1701\",[692,67.502]],[\"comment/1701\",[]],[\"name/1702\",[693,67.502]],[\"comment/1702\",[]],[\"name/1703\",[694,67.502]],[\"comment/1703\",[]],[\"name/1704\",[695,67.502]],[\"comment/1704\",[]],[\"name/1705\",[696,67.502]],[\"comment/1705\",[]],[\"name/1706\",[697,67.502]],[\"comment/1706\",[]],[\"name/1707\",[698,67.502]],[\"comment/1707\",[]],[\"name/1708\",[699,67.502]],[\"comment/1708\",[]],[\"name/1709\",[237,48.016]],[\"comment/1709\",[]],[\"name/1710\",[700,64.985]],[\"comment/1710\",[]],[\"name/1711\",[754,70.871]],[\"comment/1711\",[]],[\"name/1712\",[544,59.87]],[\"comment/1712\",[]],[\"name/1713\",[561,64.985]],[\"comment/1713\",[]],[\"name/1714\",[701,67.502]],[\"comment/1714\",[]],[\"name/1715\",[251,61.303]],[\"comment/1715\",[]],[\"name/1716\",[579,64.985]],[\"comment/1716\",[]],[\"name/1717\",[406,59.87]],[\"comment/1717\",[]],[\"name/1718\",[407,64.985]],[\"comment/1718\",[]],[\"name/1719\",[755,75.986]],[\"comment/1719\",[]],[\"name/1720\",[756,70.871]],[\"comment/1720\",[]],[\"name/1721\",[757,70.871]],[\"comment/1721\",[]],[\"name/1722\",[758,70.871]],[\"comment/1722\",[]],[\"name/1723\",[759,70.871]],[\"comment/1723\",[]],[\"name/1724\",[760,67.502]],[\"comment/1724\",[]],[\"name/1725\",[761,70.871]],[\"comment/1725\",[]],[\"name/1726\",[762,75.986]],[\"comment/1726\",[]],[\"name/1727\",[754,70.871]],[\"comment/1727\",[]],[\"name/1728\",[700,64.985]],[\"comment/1728\",[]],[\"name/1729\",[423,59.87]],[\"comment/1729\",[]],[\"name/1730\",[670,64.985]],[\"comment/1730\",[]],[\"name/1731\",[311,59.87]],[\"comment/1731\",[]],[\"name/1732\",[425,58.616]],[\"comment/1732\",[]],[\"name/1733\",[424,59.87]],[\"comment/1733\",[]],[\"name/1734\",[249,70.871]],[\"comment/1734\",[]],[\"name/1735\",[277,62.975]],[\"comment/1735\",[]],[\"name/1736\",[227,50.828]],[\"comment/1736\",[]],[\"name/1737\",[763,75.986]],[\"comment/1737\",[]],[\"name/1738\",[764,75.986]],[\"comment/1738\",[]],[\"name/1739\",[765,75.986]],[\"comment/1739\",[]],[\"name/1740\",[766,75.986]],[\"comment/1740\",[]],[\"name/1741\",[767,75.986]],[\"comment/1741\",[]],[\"name/1742\",[768,75.986]],[\"comment/1742\",[]],[\"name/1743\",[769,75.986]],[\"comment/1743\",[]],[\"name/1744\",[770,75.986]],[\"comment/1744\",[]],[\"name/1745\",[771,75.986]],[\"comment/1745\",[]],[\"name/1746\",[772,75.986]],[\"comment/1746\",[]],[\"name/1747\",[773,75.986]],[\"comment/1747\",[]],[\"name/1748\",[774,75.986]],[\"comment/1748\",[]],[\"name/1749\",[775,75.986]],[\"comment/1749\",[]],[\"name/1750\",[776,75.986]],[\"comment/1750\",[]],[\"name/1751\",[777,75.986]],[\"comment/1751\",[]],[\"name/1752\",[778,75.986]],[\"comment/1752\",[]],[\"name/1753\",[779,75.986]],[\"comment/1753\",[]],[\"name/1754\",[780,75.986]],[\"comment/1754\",[]],[\"name/1755\",[781,75.986]],[\"comment/1755\",[]],[\"name/1756\",[782,75.986]],[\"comment/1756\",[]],[\"name/1757\",[783,75.986]],[\"comment/1757\",[]],[\"name/1758\",[784,75.986]],[\"comment/1758\",[]],[\"name/1759\",[785,75.986]],[\"comment/1759\",[]],[\"name/1760\",[786,75.986]],[\"comment/1760\",[]],[\"name/1761\",[787,39.13]],[\"comment/1761\",[]],[\"name/1762\",[788,75.986]],[\"comment/1762\",[]],[\"name/1763\",[789,75.986]],[\"comment/1763\",[]],[\"name/1764\",[790,75.986]],[\"comment/1764\",[]],[\"name/1765\",[791,75.986]],[\"comment/1765\",[]],[\"name/1766\",[792,75.986]],[\"comment/1766\",[]],[\"name/1767\",[793,70.871]],[\"comment/1767\",[]],[\"name/1768\",[794,70.871]],[\"comment/1768\",[]],[\"name/1769\",[795,75.986]],[\"comment/1769\",[]],[\"name/1770\",[793,70.871]],[\"comment/1770\",[]],[\"name/1771\",[794,70.871]],[\"comment/1771\",[]],[\"name/1772\",[796,75.986]],[\"comment/1772\",[]],[\"name/1773\",[797,75.986]],[\"comment/1773\",[]],[\"name/1774\",[798,75.986]],[\"comment/1774\",[]],[\"name/1775\",[799,75.986]],[\"comment/1775\",[]],[\"name/1776\",[423,59.87]],[\"comment/1776\",[]],[\"name/1777\",[800,75.986]],[\"comment/1777\",[]],[\"name/1778\",[801,75.986]],[\"comment/1778\",[]],[\"name/1779\",[542,62.975]],[\"comment/1779\",[]],[\"name/1780\",[802,75.986]],[\"comment/1780\",[]],[\"name/1781\",[237,48.016]],[\"comment/1781\",[]],[\"name/1782\",[803,70.871]],[\"comment/1782\",[]],[\"name/1783\",[804,70.871]],[\"comment/1783\",[]],[\"name/1784\",[805,75.986]],[\"comment/1784\",[]],[\"name/1785\",[806,75.986]],[\"comment/1785\",[]],[\"name/1786\",[807,75.986]],[\"comment/1786\",[]],[\"name/1787\",[808,75.986]],[\"comment/1787\",[]],[\"name/1788\",[809,75.986]],[\"comment/1788\",[]],[\"name/1789\",[810,75.986]],[\"comment/1789\",[]],[\"name/1790\",[811,75.986]],[\"comment/1790\",[]],[\"name/1791\",[812,75.986]],[\"comment/1791\",[]],[\"name/1792\",[813,75.986]],[\"comment/1792\",[]],[\"name/1793\",[671,64.985]],[\"comment/1793\",[]],[\"name/1794\",[814,75.986]],[\"comment/1794\",[]],[\"name/1795\",[815,75.986]],[\"comment/1795\",[]],[\"name/1796\",[816,75.986]],[\"comment/1796\",[]],[\"name/1797\",[817,75.986]],[\"comment/1797\",[]],[\"name/1798\",[818,75.986]],[\"comment/1798\",[]],[\"name/1799\",[819,75.986]],[\"comment/1799\",[]],[\"name/1800\",[820,75.986]],[\"comment/1800\",[]],[\"name/1801\",[821,75.986]],[\"comment/1801\",[]],[\"name/1802\",[822,75.986]],[\"comment/1802\",[]],[\"name/1803\",[760,67.502]],[\"comment/1803\",[]],[\"name/1804\",[823,75.986]],[\"comment/1804\",[]],[\"name/1805\",[824,75.986]],[\"comment/1805\",[]],[\"name/1806\",[825,75.986]],[\"comment/1806\",[]],[\"name/1807\",[826,75.986]],[\"comment/1807\",[]],[\"name/1808\",[827,75.986]],[\"comment/1808\",[]],[\"name/1809\",[828,75.986]],[\"comment/1809\",[]],[\"name/1810\",[829,75.986]],[\"comment/1810\",[]],[\"name/1811\",[830,75.986]],[\"comment/1811\",[]],[\"name/1812\",[831,75.986]],[\"comment/1812\",[]],[\"name/1813\",[832,75.986]],[\"comment/1813\",[]],[\"name/1814\",[833,75.986]],[\"comment/1814\",[]],[\"name/1815\",[834,75.986]],[\"comment/1815\",[]],[\"name/1816\",[835,75.986]],[\"comment/1816\",[]],[\"name/1817\",[836,75.986]],[\"comment/1817\",[]],[\"name/1818\",[837,75.986]],[\"comment/1818\",[]],[\"name/1819\",[838,75.986]],[\"comment/1819\",[]],[\"name/1820\",[839,75.986]],[\"comment/1820\",[]],[\"name/1821\",[840,75.986]],[\"comment/1821\",[]],[\"name/1822\",[841,75.986]],[\"comment/1822\",[]],[\"name/1823\",[842,75.986]],[\"comment/1823\",[]],[\"name/1824\",[843,75.986]],[\"comment/1824\",[]],[\"name/1825\",[844,75.986]],[\"comment/1825\",[]],[\"name/1826\",[845,75.986]],[\"comment/1826\",[]],[\"name/1827\",[846,75.986]],[\"comment/1827\",[]],[\"name/1828\",[847,75.986]],[\"comment/1828\",[]],[\"name/1829\",[848,75.986]],[\"comment/1829\",[]],[\"name/1830\",[849,75.986]],[\"comment/1830\",[]],[\"name/1831\",[850,75.986]],[\"comment/1831\",[]],[\"name/1832\",[568,61.303]],[\"comment/1832\",[]],[\"name/1833\",[594,62.975]],[\"comment/1833\",[]],[\"name/1834\",[851,75.986]],[\"comment/1834\",[]],[\"name/1835\",[602,64.985]],[\"comment/1835\",[]],[\"name/1836\",[603,70.871]],[\"comment/1836\",[]],[\"name/1837\",[852,75.986]],[\"comment/1837\",[]],[\"name/1838\",[568,61.303]],[\"comment/1838\",[]],[\"name/1839\",[338,62.975]],[\"comment/1839\",[]],[\"name/1840\",[594,62.975]],[\"comment/1840\",[]],[\"name/1841\",[602,64.985]],[\"comment/1841\",[]],[\"name/1842\",[714,70.871]],[\"comment/1842\",[]],[\"name/1843\",[853,75.986]],[\"comment/1843\",[]],[\"name/1844\",[367,59.87]],[\"comment/1844\",[]],[\"name/1845\",[575,70.871]],[\"comment/1845\",[]],[\"name/1846\",[854,75.986]],[\"comment/1846\",[]],[\"name/1847\",[134,55.589]],[\"comment/1847\",[]],[\"name/1848\",[577,70.871]],[\"comment/1848\",[]],[\"name/1849\",[855,75.986]],[\"comment/1849\",[]],[\"name/1850\",[856,75.986]],[\"comment/1850\",[]],[\"name/1851\",[857,75.986]],[\"comment/1851\",[]],[\"name/1852\",[858,75.986]],[\"comment/1852\",[]],[\"name/1853\",[859,75.986]],[\"comment/1853\",[]],[\"name/1854\",[860,75.986]],[\"comment/1854\",[]],[\"name/1855\",[861,75.986]],[\"comment/1855\",[]],[\"name/1856\",[862,75.986]],[\"comment/1856\",[]],[\"name/1857\",[668,53.984]],[\"comment/1857\",[]],[\"name/1858\",[13,26.059]],[\"comment/1858\",[]],[\"name/1859\",[712,54.754]],[\"comment/1859\",[]],[\"name/1860\",[863,56.5]],[\"comment/1860\",[]],[\"name/1861\",[864,56.5]],[\"comment/1861\",[]],[\"name/1862\",[865,56.5]],[\"comment/1862\",[]],[\"name/1863\",[866,56.5]],[\"comment/1863\",[]],[\"name/1864\",[867,56.5]],[\"comment/1864\",[]],[\"name/1865\",[868,75.986]],[\"comment/1865\",[]],[\"name/1866\",[668,53.984]],[\"comment/1866\",[]],[\"name/1867\",[13,26.059]],[\"comment/1867\",[]],[\"name/1868\",[869,70.871]],[\"comment/1868\",[]],[\"name/1869\",[712,54.754]],[\"comment/1869\",[]],[\"name/1870\",[863,56.5]],[\"comment/1870\",[]],[\"name/1871\",[864,56.5]],[\"comment/1871\",[]],[\"name/1872\",[865,56.5]],[\"comment/1872\",[]],[\"name/1873\",[866,56.5]],[\"comment/1873\",[]],[\"name/1874\",[867,56.5]],[\"comment/1874\",[]],[\"name/1875\",[870,75.986]],[\"comment/1875\",[]],[\"name/1876\",[668,53.984]],[\"comment/1876\",[]],[\"name/1877\",[13,26.059]],[\"comment/1877\",[]],[\"name/1878\",[869,70.871]],[\"comment/1878\",[]],[\"name/1879\",[871,75.986]],[\"comment/1879\",[]],[\"name/1880\",[712,54.754]],[\"comment/1880\",[]],[\"name/1881\",[863,56.5]],[\"comment/1881\",[]],[\"name/1882\",[864,56.5]],[\"comment/1882\",[]],[\"name/1883\",[865,56.5]],[\"comment/1883\",[]],[\"name/1884\",[866,56.5]],[\"comment/1884\",[]],[\"name/1885\",[867,56.5]],[\"comment/1885\",[]],[\"name/1886\",[872,75.986]],[\"comment/1886\",[]],[\"name/1887\",[668,53.984]],[\"comment/1887\",[]],[\"name/1888\",[13,26.059]],[\"comment/1888\",[]],[\"name/1889\",[712,54.754]],[\"comment/1889\",[]],[\"name/1890\",[863,56.5]],[\"comment/1890\",[]],[\"name/1891\",[864,56.5]],[\"comment/1891\",[]],[\"name/1892\",[865,56.5]],[\"comment/1892\",[]],[\"name/1893\",[866,56.5]],[\"comment/1893\",[]],[\"name/1894\",[867,56.5]],[\"comment/1894\",[]],[\"name/1895\",[873,75.986]],[\"comment/1895\",[]],[\"name/1896\",[668,53.984]],[\"comment/1896\",[]],[\"name/1897\",[13,26.059]],[\"comment/1897\",[]],[\"name/1898\",[712,54.754]],[\"comment/1898\",[]],[\"name/1899\",[863,56.5]],[\"comment/1899\",[]],[\"name/1900\",[864,56.5]],[\"comment/1900\",[]],[\"name/1901\",[865,56.5]],[\"comment/1901\",[]],[\"name/1902\",[866,56.5]],[\"comment/1902\",[]],[\"name/1903\",[867,56.5]],[\"comment/1903\",[]],[\"name/1904\",[874,75.986]],[\"comment/1904\",[]],[\"name/1905\",[668,53.984]],[\"comment/1905\",[]],[\"name/1906\",[13,26.059]],[\"comment/1906\",[]],[\"name/1907\",[712,54.754]],[\"comment/1907\",[]],[\"name/1908\",[863,56.5]],[\"comment/1908\",[]],[\"name/1909\",[864,56.5]],[\"comment/1909\",[]],[\"name/1910\",[865,56.5]],[\"comment/1910\",[]],[\"name/1911\",[866,56.5]],[\"comment/1911\",[]],[\"name/1912\",[867,56.5]],[\"comment/1912\",[]],[\"name/1913\",[875,75.986]],[\"comment/1913\",[]],[\"name/1914\",[668,53.984]],[\"comment/1914\",[]],[\"name/1915\",[13,26.059]],[\"comment/1915\",[]],[\"name/1916\",[712,54.754]],[\"comment/1916\",[]],[\"name/1917\",[863,56.5]],[\"comment/1917\",[]],[\"name/1918\",[864,56.5]],[\"comment/1918\",[]],[\"name/1919\",[865,56.5]],[\"comment/1919\",[]],[\"name/1920\",[866,56.5]],[\"comment/1920\",[]],[\"name/1921\",[867,56.5]],[\"comment/1921\",[]],[\"name/1922\",[876,75.986]],[\"comment/1922\",[]],[\"name/1923\",[668,53.984]],[\"comment/1923\",[]],[\"name/1924\",[13,26.059]],[\"comment/1924\",[]],[\"name/1925\",[877,70.871]],[\"comment/1925\",[]],[\"name/1926\",[878,75.986]],[\"comment/1926\",[]],[\"name/1927\",[712,54.754]],[\"comment/1927\",[]],[\"name/1928\",[863,56.5]],[\"comment/1928\",[]],[\"name/1929\",[864,56.5]],[\"comment/1929\",[]],[\"name/1930\",[865,56.5]],[\"comment/1930\",[]],[\"name/1931\",[866,56.5]],[\"comment/1931\",[]],[\"name/1932\",[867,56.5]],[\"comment/1932\",[]],[\"name/1933\",[879,70.871]],[\"comment/1933\",[]],[\"name/1934\",[880,75.986]],[\"comment/1934\",[]],[\"name/1935\",[668,53.984]],[\"comment/1935\",[]],[\"name/1936\",[13,26.059]],[\"comment/1936\",[]],[\"name/1937\",[877,70.871]],[\"comment/1937\",[]],[\"name/1938\",[712,54.754]],[\"comment/1938\",[]],[\"name/1939\",[863,56.5]],[\"comment/1939\",[]],[\"name/1940\",[864,56.5]],[\"comment/1940\",[]],[\"name/1941\",[865,56.5]],[\"comment/1941\",[]],[\"name/1942\",[866,56.5]],[\"comment/1942\",[]],[\"name/1943\",[867,56.5]],[\"comment/1943\",[]],[\"name/1944\",[879,70.871]],[\"comment/1944\",[]],[\"name/1945\",[881,75.986]],[\"comment/1945\",[]],[\"name/1946\",[882,75.986]],[\"comment/1946\",[]],[\"name/1947\",[668,53.984]],[\"comment/1947\",[]],[\"name/1948\",[13,26.059]],[\"comment/1948\",[]],[\"name/1949\",[883,75.986]],[\"comment/1949\",[]],[\"name/1950\",[712,54.754]],[\"comment/1950\",[]],[\"name/1951\",[863,56.5]],[\"comment/1951\",[]],[\"name/1952\",[864,56.5]],[\"comment/1952\",[]],[\"name/1953\",[865,56.5]],[\"comment/1953\",[]],[\"name/1954\",[866,56.5]],[\"comment/1954\",[]],[\"name/1955\",[867,56.5]],[\"comment/1955\",[]],[\"name/1956\",[884,75.986]],[\"comment/1956\",[]],[\"name/1957\",[885,75.986]],[\"comment/1957\",[]],[\"name/1958\",[886,75.986]],[\"comment/1958\",[]],[\"name/1959\",[887,75.986]],[\"comment/1959\",[]],[\"name/1960\",[227,50.828]],[\"comment/1960\",[]],[\"name/1961\",[888,61.303]],[\"comment/1961\",[]],[\"name/1962\",[889,70.871]],[\"comment/1962\",[]],[\"name/1963\",[890,64.985]],[\"comment/1963\",[]],[\"name/1964\",[891,64.985]],[\"comment/1964\",[]],[\"name/1965\",[892,75.986]],[\"comment/1965\",[]],[\"name/1966\",[13,26.059]],[\"comment/1966\",[]],[\"name/1967\",[227,50.828]],[\"comment/1967\",[]],[\"name/1968\",[893,64.985]],[\"comment/1968\",[]],[\"name/1969\",[889,70.871]],[\"comment/1969\",[]],[\"name/1970\",[890,64.985]],[\"comment/1970\",[]],[\"name/1971\",[891,64.985]],[\"comment/1971\",[]],[\"name/1972\",[894,67.502]],[\"comment/1972\",[]],[\"name/1973\",[895,67.502]],[\"comment/1973\",[]],[\"name/1974\",[896,75.986]],[\"comment/1974\",[]],[\"name/1975\",[227,50.828]],[\"comment/1975\",[]],[\"name/1976\",[888,61.303]],[\"comment/1976\",[]],[\"name/1977\",[890,64.985]],[\"comment/1977\",[]],[\"name/1978\",[897,75.986]],[\"comment/1978\",[]],[\"name/1979\",[13,26.059]],[\"comment/1979\",[]],[\"name/1980\",[227,50.828]],[\"comment/1980\",[]],[\"name/1981\",[893,64.985]],[\"comment/1981\",[]],[\"name/1982\",[890,64.985]],[\"comment/1982\",[]],[\"name/1983\",[894,67.502]],[\"comment/1983\",[]],[\"name/1984\",[895,67.502]],[\"comment/1984\",[]],[\"name/1985\",[895,67.502]],[\"comment/1985\",[]],[\"name/1986\",[898,75.986]],[\"comment/1986\",[]],[\"name/1987\",[237,48.016]],[\"comment/1987\",[]],[\"name/1988\",[227,50.828]],[\"comment/1988\",[]],[\"name/1989\",[888,61.303]],[\"comment/1989\",[]],[\"name/1990\",[899,75.986]],[\"comment/1990\",[]],[\"name/1991\",[237,48.016]],[\"comment/1991\",[]],[\"name/1992\",[888,61.303]],[\"comment/1992\",[]],[\"name/1993\",[900,75.986]],[\"comment/1993\",[]],[\"name/1994\",[227,50.828]],[\"comment/1994\",[]],[\"name/1995\",[888,61.303]],[\"comment/1995\",[]],[\"name/1996\",[571,61.303]],[\"comment/1996\",[]],[\"name/1997\",[901,70.871]],[\"comment/1997\",[]],[\"name/1998\",[902,70.871]],[\"comment/1998\",[]],[\"name/1999\",[891,64.985]],[\"comment/1999\",[]],[\"name/2000\",[903,75.986]],[\"comment/2000\",[]],[\"name/2001\",[904,75.986]],[\"comment/2001\",[]],[\"name/2002\",[905,75.986]],[\"comment/2002\",[]],[\"name/2003\",[906,75.986]],[\"comment/2003\",[]],[\"name/2004\",[13,26.059]],[\"comment/2004\",[]],[\"name/2005\",[227,50.828]],[\"comment/2005\",[]],[\"name/2006\",[893,64.985]],[\"comment/2006\",[]],[\"name/2007\",[571,61.303]],[\"comment/2007\",[]],[\"name/2008\",[901,70.871]],[\"comment/2008\",[]],[\"name/2009\",[1,55.589]],[\"comment/2009\",[]],[\"name/2010\",[237,48.016]],[\"comment/2010\",[]],[\"name/2011\",[893,64.985]],[\"comment/2011\",[]],[\"name/2012\",[891,64.985]],[\"comment/2012\",[]],[\"name/2013\",[902,70.871]],[\"comment/2013\",[]],[\"name/2014\",[907,75.986]],[\"comment/2014\",[]],[\"name/2015\",[908,75.986]],[\"comment/2015\",[]],[\"name/2016\",[909,75.986]],[\"comment/2016\",[]],[\"name/2017\",[894,67.502]],[\"comment/2017\",[]],[\"name/2018\",[910,75.986]],[\"comment/2018\",[]],[\"name/2019\",[911,75.986]],[\"comment/2019\",[]],[\"name/2020\",[912,75.986]],[\"comment/2020\",[]],[\"name/2021\",[913,75.986]],[\"comment/2021\",[]],[\"name/2022\",[756,70.871]],[\"comment/2022\",[]],[\"name/2023\",[757,70.871]],[\"comment/2023\",[]],[\"name/2024\",[758,70.871]],[\"comment/2024\",[]],[\"name/2025\",[759,70.871]],[\"comment/2025\",[]],[\"name/2026\",[760,67.502]],[\"comment/2026\",[]],[\"name/2027\",[761,70.871]],[\"comment/2027\",[]],[\"name/2028\",[914,75.986]],[\"comment/2028\",[]],[\"name/2029\",[915,75.986]],[\"comment/2029\",[]],[\"name/2030\",[80,57.502]],[\"comment/2030\",[]],[\"name/2031\",[185,64.985]],[\"comment/2031\",[]],[\"name/2032\",[215,62.975]],[\"comment/2032\",[]],[\"name/2033\",[916,75.986]],[\"comment/2033\",[]],[\"name/2034\",[917,75.986]],[\"comment/2034\",[]],[\"name/2035\",[13,26.059]],[\"comment/2035\",[]],[\"name/2036\",[52,64.985]],[\"comment/2036\",[]],[\"name/2037\",[53,64.985]],[\"comment/2037\",[]],[\"name/2038\",[918,75.986]],[\"comment/2038\",[]],[\"name/2039\",[570,67.502]],[\"comment/2039\",[]],[\"name/2040\",[571,61.303]],[\"comment/2040\",[]],[\"name/2041\",[568,61.303]],[\"comment/2041\",[]],[\"name/2042\",[594,62.975]],[\"comment/2042\",[]],[\"name/2043\",[919,75.986]],[\"comment/2043\",[]],[\"name/2044\",[668,53.984]],[\"comment/2044\",[]],[\"name/2045\",[669,67.502]],[\"comment/2045\",[]],[\"name/2046\",[423,59.87]],[\"comment/2046\",[]],[\"name/2047\",[135,56.5]],[\"comment/2047\",[]],[\"name/2048\",[670,64.985]],[\"comment/2048\",[]],[\"name/2049\",[311,59.87]],[\"comment/2049\",[]],[\"name/2050\",[542,62.975]],[\"comment/2050\",[]],[\"name/2051\",[425,58.616]],[\"comment/2051\",[]],[\"name/2052\",[424,59.87]],[\"comment/2052\",[]],[\"name/2053\",[541,64.985]],[\"comment/2053\",[]],[\"name/2054\",[563,64.985]],[\"comment/2054\",[]],[\"name/2055\",[671,64.985]],[\"comment/2055\",[]],[\"name/2056\",[672,67.502]],[\"comment/2056\",[]],[\"name/2057\",[179,61.303]],[\"comment/2057\",[]],[\"name/2058\",[673,67.502]],[\"comment/2058\",[]],[\"name/2059\",[674,67.502]],[\"comment/2059\",[]],[\"name/2060\",[176,61.303]],[\"comment/2060\",[]],[\"name/2061\",[340,64.985]],[\"comment/2061\",[]],[\"name/2062\",[675,67.502]],[\"comment/2062\",[]],[\"name/2063\",[676,67.502]],[\"comment/2063\",[]],[\"name/2064\",[677,67.502]],[\"comment/2064\",[]],[\"name/2065\",[678,67.502]],[\"comment/2065\",[]],[\"name/2066\",[679,67.502]],[\"comment/2066\",[]],[\"name/2067\",[680,67.502]],[\"comment/2067\",[]],[\"name/2068\",[681,67.502]],[\"comment/2068\",[]],[\"name/2069\",[682,67.502]],[\"comment/2069\",[]],[\"name/2070\",[683,67.502]],[\"comment/2070\",[]],[\"name/2071\",[684,67.502]],[\"comment/2071\",[]],[\"name/2072\",[685,67.502]],[\"comment/2072\",[]],[\"name/2073\",[686,67.502]],[\"comment/2073\",[]],[\"name/2074\",[687,67.502]],[\"comment/2074\",[]],[\"name/2075\",[688,67.502]],[\"comment/2075\",[]],[\"name/2076\",[277,62.975]],[\"comment/2076\",[]],[\"name/2077\",[689,67.502]],[\"comment/2077\",[]],[\"name/2078\",[690,67.502]],[\"comment/2078\",[]],[\"name/2079\",[691,67.502]],[\"comment/2079\",[]],[\"name/2080\",[692,67.502]],[\"comment/2080\",[]],[\"name/2081\",[693,67.502]],[\"comment/2081\",[]],[\"name/2082\",[694,67.502]],[\"comment/2082\",[]],[\"name/2083\",[695,67.502]],[\"comment/2083\",[]],[\"name/2084\",[696,67.502]],[\"comment/2084\",[]],[\"name/2085\",[697,67.502]],[\"comment/2085\",[]],[\"name/2086\",[698,67.502]],[\"comment/2086\",[]],[\"name/2087\",[699,67.502]],[\"comment/2087\",[]],[\"name/2088\",[237,48.016]],[\"comment/2088\",[]],[\"name/2089\",[700,64.985]],[\"comment/2089\",[]],[\"name/2090\",[544,59.87]],[\"comment/2090\",[]],[\"name/2091\",[561,64.985]],[\"comment/2091\",[]],[\"name/2092\",[538,67.502]],[\"comment/2092\",[]],[\"name/2093\",[701,67.502]],[\"comment/2093\",[]],[\"name/2094\",[251,61.303]],[\"comment/2094\",[]],[\"name/2095\",[579,64.985]],[\"comment/2095\",[]],[\"name/2096\",[406,59.87]],[\"comment/2096\",[]],[\"name/2097\",[407,64.985]],[\"comment/2097\",[]],[\"name/2098\",[920,75.986]],[\"comment/2098\",[]],[\"name/2099\",[921,75.986]],[\"comment/2099\",[]],[\"name/2100\",[922,67.502]],[\"comment/2100\",[]],[\"name/2101\",[923,67.502]],[\"comment/2101\",[]],[\"name/2102\",[237,48.016]],[\"comment/2102\",[]],[\"name/2103\",[922,67.502]],[\"comment/2103\",[]],[\"name/2104\",[923,67.502]],[\"comment/2104\",[]],[\"name/2105\",[237,48.016]],[\"comment/2105\",[]],[\"name/2106\",[924,70.871]],[\"comment/2106\",[]],[\"name/2107\",[925,70.871]],[\"comment/2107\",[]],[\"name/2108\",[237,48.016]],[\"comment/2108\",[]],[\"name/2109\",[926,75.986]],[\"comment/2109\",[]],[\"name/2110\",[927,75.986]],[\"comment/2110\",[]],[\"name/2111\",[237,48.016]],[\"comment/2111\",[]],[\"name/2112\",[928,75.986]],[\"comment/2112\",[]],[\"name/2113\",[929,75.986]],[\"comment/2113\",[]],[\"name/2114\",[237,48.016]],[\"comment/2114\",[]],[\"name/2115\",[930,75.986]],[\"comment/2115\",[]],[\"name/2116\",[931,75.986]],[\"comment/2116\",[]],[\"name/2117\",[237,48.016]],[\"comment/2117\",[]],[\"name/2118\",[932,75.986]],[\"comment/2118\",[]],[\"name/2119\",[933,75.986]],[\"comment/2119\",[]],[\"name/2120\",[237,48.016]],[\"comment/2120\",[]],[\"name/2121\",[924,70.871]],[\"comment/2121\",[]],[\"name/2122\",[925,70.871]],[\"comment/2122\",[]],[\"name/2123\",[237,48.016]],[\"comment/2123\",[]],[\"name/2124\",[934,75.986]],[\"comment/2124\",[]],[\"name/2125\",[935,75.986]],[\"comment/2125\",[]],[\"name/2126\",[237,48.016]],[\"comment/2126\",[]],[\"name/2127\",[936,75.986]],[\"comment/2127\",[]],[\"name/2128\",[937,75.986]],[\"comment/2128\",[]],[\"name/2129\",[237,48.016]],[\"comment/2129\",[]],[\"name/2130\",[922,67.502]],[\"comment/2130\",[]],[\"name/2131\",[923,67.502]],[\"comment/2131\",[]],[\"name/2132\",[237,48.016]],[\"comment/2132\",[]],[\"name/2133\",[938,75.986]],[\"comment/2133\",[]],[\"name/2134\",[939,75.986]],[\"comment/2134\",[]],[\"name/2135\",[940,75.986]],[\"comment/2135\",[]],[\"name/2136\",[941,75.986]],[\"comment/2136\",[]],[\"name/2137\",[942,75.986]],[\"comment/2137\",[]],[\"name/2138\",[13,26.059]],[\"comment/2138\",[]],[\"name/2139\",[943,75.986]],[\"comment/2139\",[]],[\"name/2140\",[105,70.871]],[\"comment/2140\",[]],[\"name/2141\",[106,70.871]],[\"comment/2141\",[]],[\"name/2142\",[107,70.871]],[\"comment/2142\",[]],[\"name/2143\",[944,75.986]],[\"comment/2143\",[]],[\"name/2144\",[13,26.059]],[\"comment/2144\",[]],[\"name/2145\",[160,31.038]],[\"comment/2145\",[]],[\"name/2146\",[161,30.815]],[\"comment/2146\",[]],[\"name/2147\",[945,75.986]],[\"comment/2147\",[]],[\"name/2148\",[946,70.871]],[\"comment/2148\",[]],[\"name/2149\",[13,26.059]],[\"comment/2149\",[]],[\"name/2150\",[284,67.502]],[\"comment/2150\",[]],[\"name/2151\",[285,67.502]],[\"comment/2151\",[]],[\"name/2152\",[290,67.502]],[\"comment/2152\",[]],[\"name/2153\",[289,67.502]],[\"comment/2153\",[]],[\"name/2154\",[947,70.871]],[\"comment/2154\",[]],[\"name/2155\",[292,67.502]],[\"comment/2155\",[]],[\"name/2156\",[291,67.502]],[\"comment/2156\",[]],[\"name/2157\",[184,58.616]],[\"comment/2157\",[]],[\"name/2158\",[286,67.502]],[\"comment/2158\",[]],[\"name/2159\",[293,64.985]],[\"comment/2159\",[]],[\"name/2160\",[948,75.986]],[\"comment/2160\",[]],[\"name/2161\",[949,75.986]],[\"comment/2161\",[]],[\"name/2162\",[950,75.986]],[\"comment/2162\",[]],[\"name/2163\",[951,75.986]],[\"comment/2163\",[]],[\"name/2164\",[952,75.986]],[\"comment/2164\",[]],[\"name/2165\",[953,75.986]],[\"comment/2165\",[]],[\"name/2166\",[954,75.986]],[\"comment/2166\",[]],[\"name/2167\",[955,75.986]],[\"comment/2167\",[]],[\"name/2168\",[227,50.828]],[\"comment/2168\",[]],[\"name/2169\",[888,61.303]],[\"comment/2169\",[]],[\"name/2170\",[571,61.303]],[\"comment/2170\",[]],[\"name/2171\",[956,75.986]],[\"comment/2171\",[]],[\"name/2172\",[14,67.502]],[\"comment/2172\",[]],[\"name/2173\",[13,26.059]],[\"comment/2173\",[]],[\"name/2174\",[496,39.13]],[\"comment/2174\",[]],[\"name/2175\",[957,39.3]],[\"comment/2175\",[]],[\"name/2176\",[787,39.13]],[\"comment/2176\",[]],[\"name/2177\",[958,39.13]],[\"comment/2177\",[]],[\"name/2178\",[75,38.963]],[\"comment/2178\",[]],[\"name/2179\",[959,39.3]],[\"comment/2179\",[]],[\"name/2180\",[960,39.3]],[\"comment/2180\",[]],[\"name/2181\",[961,39.3]],[\"comment/2181\",[]],[\"name/2182\",[55,67.502]],[\"comment/2182\",[]],[\"name/2183\",[13,26.059]],[\"comment/2183\",[]],[\"name/2184\",[496,39.13]],[\"comment/2184\",[]],[\"name/2185\",[787,39.13]],[\"comment/2185\",[]],[\"name/2186\",[958,39.13]],[\"comment/2186\",[]],[\"name/2187\",[75,38.963]],[\"comment/2187\",[]],[\"name/2188\",[959,39.3]],[\"comment/2188\",[]],[\"name/2189\",[957,39.3]],[\"comment/2189\",[]],[\"name/2190\",[960,39.3]],[\"comment/2190\",[]],[\"name/2191\",[961,39.3]],[\"comment/2191\",[]],[\"name/2192\",[16,70.871]],[\"comment/2192\",[]],[\"name/2193\",[13,26.059]],[\"comment/2193\",[]],[\"name/2194\",[962,75.986]],[\"comment/2194\",[]],[\"name/2195\",[496,39.13]],[\"comment/2195\",[]],[\"name/2196\",[957,39.3]],[\"comment/2196\",[]],[\"name/2197\",[787,39.13]],[\"comment/2197\",[]],[\"name/2198\",[958,39.13]],[\"comment/2198\",[]],[\"name/2199\",[75,38.963]],[\"comment/2199\",[]],[\"name/2200\",[959,39.3]],[\"comment/2200\",[]],[\"name/2201\",[960,39.3]],[\"comment/2201\",[]],[\"name/2202\",[961,39.3]],[\"comment/2202\",[]],[\"name/2203\",[17,70.871]],[\"comment/2203\",[]],[\"name/2204\",[13,26.059]],[\"comment/2204\",[]],[\"name/2205\",[496,39.13]],[\"comment/2205\",[]],[\"name/2206\",[963,67.502]],[\"comment/2206\",[]],[\"name/2207\",[787,39.13]],[\"comment/2207\",[]],[\"name/2208\",[958,39.13]],[\"comment/2208\",[]],[\"name/2209\",[75,38.963]],[\"comment/2209\",[]],[\"name/2210\",[959,39.3]],[\"comment/2210\",[]],[\"name/2211\",[957,39.3]],[\"comment/2211\",[]],[\"name/2212\",[960,39.3]],[\"comment/2212\",[]],[\"name/2213\",[961,39.3]],[\"comment/2213\",[]],[\"name/2214\",[18,70.871]],[\"comment/2214\",[]],[\"name/2215\",[13,26.059]],[\"comment/2215\",[]],[\"name/2216\",[496,39.13]],[\"comment/2216\",[]],[\"name/2217\",[787,39.13]],[\"comment/2217\",[]],[\"name/2218\",[958,39.13]],[\"comment/2218\",[]],[\"name/2219\",[75,38.963]],[\"comment/2219\",[]],[\"name/2220\",[959,39.3]],[\"comment/2220\",[]],[\"name/2221\",[957,39.3]],[\"comment/2221\",[]],[\"name/2222\",[960,39.3]],[\"comment/2222\",[]],[\"name/2223\",[961,39.3]],[\"comment/2223\",[]],[\"name/2224\",[19,70.871]],[\"comment/2224\",[]],[\"name/2225\",[13,26.059]],[\"comment/2225\",[]],[\"name/2226\",[496,39.13]],[\"comment/2226\",[]],[\"name/2227\",[787,39.13]],[\"comment/2227\",[]],[\"name/2228\",[958,39.13]],[\"comment/2228\",[]],[\"name/2229\",[75,38.963]],[\"comment/2229\",[]],[\"name/2230\",[959,39.3]],[\"comment/2230\",[]],[\"name/2231\",[957,39.3]],[\"comment/2231\",[]],[\"name/2232\",[960,39.3]],[\"comment/2232\",[]],[\"name/2233\",[961,39.3]],[\"comment/2233\",[]],[\"name/2234\",[20,64.985]],[\"comment/2234\",[]],[\"name/2235\",[13,26.059]],[\"comment/2235\",[]],[\"name/2236\",[140,48.016]],[\"comment/2236\",[]],[\"name/2237\",[496,39.13]],[\"comment/2237\",[]],[\"name/2238\",[959,39.3]],[\"comment/2238\",[]],[\"name/2239\",[787,39.13]],[\"comment/2239\",[]],[\"name/2240\",[958,39.13]],[\"comment/2240\",[]],[\"name/2241\",[75,38.963]],[\"comment/2241\",[]],[\"name/2242\",[957,39.3]],[\"comment/2242\",[]],[\"name/2243\",[960,39.3]],[\"comment/2243\",[]],[\"name/2244\",[961,39.3]],[\"comment/2244\",[]],[\"name/2245\",[21,70.871]],[\"comment/2245\",[]],[\"name/2246\",[13,26.059]],[\"comment/2246\",[]],[\"name/2247\",[140,48.016]],[\"comment/2247\",[]],[\"name/2248\",[496,39.13]],[\"comment/2248\",[]],[\"name/2249\",[787,39.13]],[\"comment/2249\",[]],[\"name/2250\",[958,39.13]],[\"comment/2250\",[]],[\"name/2251\",[75,38.963]],[\"comment/2251\",[]],[\"name/2252\",[959,39.3]],[\"comment/2252\",[]],[\"name/2253\",[957,39.3]],[\"comment/2253\",[]],[\"name/2254\",[960,39.3]],[\"comment/2254\",[]],[\"name/2255\",[961,39.3]],[\"comment/2255\",[]],[\"name/2256\",[22,70.871]],[\"comment/2256\",[]],[\"name/2257\",[13,26.059]],[\"comment/2257\",[]],[\"name/2258\",[140,48.016]],[\"comment/2258\",[]],[\"name/2259\",[496,39.13]],[\"comment/2259\",[]],[\"name/2260\",[787,39.13]],[\"comment/2260\",[]],[\"name/2261\",[958,39.13]],[\"comment/2261\",[]],[\"name/2262\",[75,38.963]],[\"comment/2262\",[]],[\"name/2263\",[959,39.3]],[\"comment/2263\",[]],[\"name/2264\",[957,39.3]],[\"comment/2264\",[]],[\"name/2265\",[960,39.3]],[\"comment/2265\",[]],[\"name/2266\",[961,39.3]],[\"comment/2266\",[]],[\"name/2267\",[23,70.871]],[\"comment/2267\",[]],[\"name/2268\",[13,26.059]],[\"comment/2268\",[]],[\"name/2269\",[959,39.3]],[\"comment/2269\",[]],[\"name/2270\",[496,39.13]],[\"comment/2270\",[]],[\"name/2271\",[964,64.985]],[\"comment/2271\",[]],[\"name/2272\",[787,39.13]],[\"comment/2272\",[]],[\"name/2273\",[958,39.13]],[\"comment/2273\",[]],[\"name/2274\",[75,38.963]],[\"comment/2274\",[]],[\"name/2275\",[957,39.3]],[\"comment/2275\",[]],[\"name/2276\",[960,39.3]],[\"comment/2276\",[]],[\"name/2277\",[961,39.3]],[\"comment/2277\",[]],[\"name/2278\",[965,75.986]],[\"comment/2278\",[]],[\"name/2279\",[13,26.059]],[\"comment/2279\",[]],[\"name/2280\",[496,39.13]],[\"comment/2280\",[]],[\"name/2281\",[959,39.3]],[\"comment/2281\",[]],[\"name/2282\",[964,64.985]],[\"comment/2282\",[]],[\"name/2283\",[787,39.13]],[\"comment/2283\",[]],[\"name/2284\",[958,39.13]],[\"comment/2284\",[]],[\"name/2285\",[75,38.963]],[\"comment/2285\",[]],[\"name/2286\",[957,39.3]],[\"comment/2286\",[]],[\"name/2287\",[960,39.3]],[\"comment/2287\",[]],[\"name/2288\",[961,39.3]],[\"comment/2288\",[]],[\"name/2289\",[966,75.986]],[\"comment/2289\",[]],[\"name/2290\",[13,26.059]],[\"comment/2290\",[]],[\"name/2291\",[959,39.3]],[\"comment/2291\",[]],[\"name/2292\",[496,39.13]],[\"comment/2292\",[]],[\"name/2293\",[964,64.985]],[\"comment/2293\",[]],[\"name/2294\",[787,39.13]],[\"comment/2294\",[]],[\"name/2295\",[958,39.13]],[\"comment/2295\",[]],[\"name/2296\",[75,38.963]],[\"comment/2296\",[]],[\"name/2297\",[957,39.3]],[\"comment/2297\",[]],[\"name/2298\",[960,39.3]],[\"comment/2298\",[]],[\"name/2299\",[961,39.3]],[\"comment/2299\",[]],[\"name/2300\",[26,59.87]],[\"comment/2300\",[]],[\"name/2301\",[13,26.059]],[\"comment/2301\",[]],[\"name/2302\",[496,39.13]],[\"comment/2302\",[]],[\"name/2303\",[787,39.13]],[\"comment/2303\",[]],[\"name/2304\",[958,39.13]],[\"comment/2304\",[]],[\"name/2305\",[75,38.963]],[\"comment/2305\",[]],[\"name/2306\",[959,39.3]],[\"comment/2306\",[]],[\"name/2307\",[957,39.3]],[\"comment/2307\",[]],[\"name/2308\",[960,39.3]],[\"comment/2308\",[]],[\"name/2309\",[961,39.3]],[\"comment/2309\",[]],[\"name/2310\",[27,70.871]],[\"comment/2310\",[]],[\"name/2311\",[13,26.059]],[\"comment/2311\",[]],[\"name/2312\",[496,39.13]],[\"comment/2312\",[]],[\"name/2313\",[787,39.13]],[\"comment/2313\",[]],[\"name/2314\",[958,39.13]],[\"comment/2314\",[]],[\"name/2315\",[75,38.963]],[\"comment/2315\",[]],[\"name/2316\",[959,39.3]],[\"comment/2316\",[]],[\"name/2317\",[957,39.3]],[\"comment/2317\",[]],[\"name/2318\",[960,39.3]],[\"comment/2318\",[]],[\"name/2319\",[961,39.3]],[\"comment/2319\",[]],[\"name/2320\",[967,75.986]],[\"comment/2320\",[]],[\"name/2321\",[13,26.059]],[\"comment/2321\",[]],[\"name/2322\",[496,39.13]],[\"comment/2322\",[]],[\"name/2323\",[959,39.3]],[\"comment/2323\",[]],[\"name/2324\",[787,39.13]],[\"comment/2324\",[]],[\"name/2325\",[958,39.13]],[\"comment/2325\",[]],[\"name/2326\",[75,38.963]],[\"comment/2326\",[]],[\"name/2327\",[957,39.3]],[\"comment/2327\",[]],[\"name/2328\",[960,39.3]],[\"comment/2328\",[]],[\"name/2329\",[961,39.3]],[\"comment/2329\",[]],[\"name/2330\",[29,70.871]],[\"comment/2330\",[]],[\"name/2331\",[13,26.059]],[\"comment/2331\",[]],[\"name/2332\",[496,39.13]],[\"comment/2332\",[]],[\"name/2333\",[787,39.13]],[\"comment/2333\",[]],[\"name/2334\",[958,39.13]],[\"comment/2334\",[]],[\"name/2335\",[75,38.963]],[\"comment/2335\",[]],[\"name/2336\",[959,39.3]],[\"comment/2336\",[]],[\"name/2337\",[957,39.3]],[\"comment/2337\",[]],[\"name/2338\",[960,39.3]],[\"comment/2338\",[]],[\"name/2339\",[961,39.3]],[\"comment/2339\",[]],[\"name/2340\",[30,70.871]],[\"comment/2340\",[]],[\"name/2341\",[13,26.059]],[\"comment/2341\",[]],[\"name/2342\",[496,39.13]],[\"comment/2342\",[]],[\"name/2343\",[262,67.502]],[\"comment/2343\",[]],[\"name/2344\",[957,39.3]],[\"comment/2344\",[]],[\"name/2345\",[787,39.13]],[\"comment/2345\",[]],[\"name/2346\",[958,39.13]],[\"comment/2346\",[]],[\"name/2347\",[75,38.963]],[\"comment/2347\",[]],[\"name/2348\",[959,39.3]],[\"comment/2348\",[]],[\"name/2349\",[960,39.3]],[\"comment/2349\",[]],[\"name/2350\",[961,39.3]],[\"comment/2350\",[]],[\"name/2351\",[31,70.871]],[\"comment/2351\",[]],[\"name/2352\",[13,26.059]],[\"comment/2352\",[]],[\"name/2353\",[496,39.13]],[\"comment/2353\",[]],[\"name/2354\",[957,39.3]],[\"comment/2354\",[]],[\"name/2355\",[787,39.13]],[\"comment/2355\",[]],[\"name/2356\",[958,39.13]],[\"comment/2356\",[]],[\"name/2357\",[75,38.963]],[\"comment/2357\",[]],[\"name/2358\",[959,39.3]],[\"comment/2358\",[]],[\"name/2359\",[960,39.3]],[\"comment/2359\",[]],[\"name/2360\",[961,39.3]],[\"comment/2360\",[]],[\"name/2361\",[32,70.871]],[\"comment/2361\",[]],[\"name/2362\",[13,26.059]],[\"comment/2362\",[]],[\"name/2363\",[3,59.87]],[\"comment/2363\",[]],[\"name/2364\",[496,39.13]],[\"comment/2364\",[]],[\"name/2365\",[957,39.3]],[\"comment/2365\",[]],[\"name/2366\",[787,39.13]],[\"comment/2366\",[]],[\"name/2367\",[958,39.13]],[\"comment/2367\",[]],[\"name/2368\",[75,38.963]],[\"comment/2368\",[]],[\"name/2369\",[959,39.3]],[\"comment/2369\",[]],[\"name/2370\",[960,39.3]],[\"comment/2370\",[]],[\"name/2371\",[961,39.3]],[\"comment/2371\",[]],[\"name/2372\",[33,70.871]],[\"comment/2372\",[]],[\"name/2373\",[13,26.059]],[\"comment/2373\",[]],[\"name/2374\",[496,39.13]],[\"comment/2374\",[]],[\"name/2375\",[787,39.13]],[\"comment/2375\",[]],[\"name/2376\",[958,39.13]],[\"comment/2376\",[]],[\"name/2377\",[75,38.963]],[\"comment/2377\",[]],[\"name/2378\",[959,39.3]],[\"comment/2378\",[]],[\"name/2379\",[957,39.3]],[\"comment/2379\",[]],[\"name/2380\",[960,39.3]],[\"comment/2380\",[]],[\"name/2381\",[961,39.3]],[\"comment/2381\",[]],[\"name/2382\",[34,70.871]],[\"comment/2382\",[]],[\"name/2383\",[13,26.059]],[\"comment/2383\",[]],[\"name/2384\",[496,39.13]],[\"comment/2384\",[]],[\"name/2385\",[787,39.13]],[\"comment/2385\",[]],[\"name/2386\",[958,39.13]],[\"comment/2386\",[]],[\"name/2387\",[75,38.963]],[\"comment/2387\",[]],[\"name/2388\",[959,39.3]],[\"comment/2388\",[]],[\"name/2389\",[957,39.3]],[\"comment/2389\",[]],[\"name/2390\",[960,39.3]],[\"comment/2390\",[]],[\"name/2391\",[961,39.3]],[\"comment/2391\",[]],[\"name/2392\",[35,70.871]],[\"comment/2392\",[]],[\"name/2393\",[13,26.059]],[\"comment/2393\",[]],[\"name/2394\",[496,39.13]],[\"comment/2394\",[]],[\"name/2395\",[959,39.3]],[\"comment/2395\",[]],[\"name/2396\",[787,39.13]],[\"comment/2396\",[]],[\"name/2397\",[958,39.13]],[\"comment/2397\",[]],[\"name/2398\",[75,38.963]],[\"comment/2398\",[]],[\"name/2399\",[957,39.3]],[\"comment/2399\",[]],[\"name/2400\",[960,39.3]],[\"comment/2400\",[]],[\"name/2401\",[961,39.3]],[\"comment/2401\",[]],[\"name/2402\",[36,70.871]],[\"comment/2402\",[]],[\"name/2403\",[13,26.059]],[\"comment/2403\",[]],[\"name/2404\",[496,39.13]],[\"comment/2404\",[]],[\"name/2405\",[964,64.985]],[\"comment/2405\",[]],[\"name/2406\",[959,39.3]],[\"comment/2406\",[]],[\"name/2407\",[787,39.13]],[\"comment/2407\",[]],[\"name/2408\",[958,39.13]],[\"comment/2408\",[]],[\"name/2409\",[75,38.963]],[\"comment/2409\",[]],[\"name/2410\",[957,39.3]],[\"comment/2410\",[]],[\"name/2411\",[960,39.3]],[\"comment/2411\",[]],[\"name/2412\",[961,39.3]],[\"comment/2412\",[]],[\"name/2413\",[37,70.871]],[\"comment/2413\",[]],[\"name/2414\",[13,26.059]],[\"comment/2414\",[]],[\"name/2415\",[496,39.13]],[\"comment/2415\",[]],[\"name/2416\",[787,39.13]],[\"comment/2416\",[]],[\"name/2417\",[958,39.13]],[\"comment/2417\",[]],[\"name/2418\",[75,38.963]],[\"comment/2418\",[]],[\"name/2419\",[959,39.3]],[\"comment/2419\",[]],[\"name/2420\",[957,39.3]],[\"comment/2420\",[]],[\"name/2421\",[960,39.3]],[\"comment/2421\",[]],[\"name/2422\",[961,39.3]],[\"comment/2422\",[]],[\"name/2423\",[38,70.871]],[\"comment/2423\",[]],[\"name/2424\",[13,26.059]],[\"comment/2424\",[]],[\"name/2425\",[496,39.13]],[\"comment/2425\",[]],[\"name/2426\",[430,67.502]],[\"comment/2426\",[]],[\"name/2427\",[787,39.13]],[\"comment/2427\",[]],[\"name/2428\",[958,39.13]],[\"comment/2428\",[]],[\"name/2429\",[75,38.963]],[\"comment/2429\",[]],[\"name/2430\",[959,39.3]],[\"comment/2430\",[]],[\"name/2431\",[957,39.3]],[\"comment/2431\",[]],[\"name/2432\",[960,39.3]],[\"comment/2432\",[]],[\"name/2433\",[961,39.3]],[\"comment/2433\",[]],[\"name/2434\",[306,70.871]],[\"comment/2434\",[]],[\"name/2435\",[13,26.059]],[\"comment/2435\",[]],[\"name/2436\",[496,39.13]],[\"comment/2436\",[]],[\"name/2437\",[787,39.13]],[\"comment/2437\",[]],[\"name/2438\",[958,39.13]],[\"comment/2438\",[]],[\"name/2439\",[75,38.963]],[\"comment/2439\",[]],[\"name/2440\",[959,39.3]],[\"comment/2440\",[]],[\"name/2441\",[957,39.3]],[\"comment/2441\",[]],[\"name/2442\",[960,39.3]],[\"comment/2442\",[]],[\"name/2443\",[961,39.3]],[\"comment/2443\",[]],[\"name/2444\",[406,59.87]],[\"comment/2444\",[]],[\"name/2445\",[13,26.059]],[\"comment/2445\",[]],[\"name/2446\",[496,39.13]],[\"comment/2446\",[]],[\"name/2447\",[787,39.13]],[\"comment/2447\",[]],[\"name/2448\",[958,39.13]],[\"comment/2448\",[]],[\"name/2449\",[75,38.963]],[\"comment/2449\",[]],[\"name/2450\",[959,39.3]],[\"comment/2450\",[]],[\"name/2451\",[957,39.3]],[\"comment/2451\",[]],[\"name/2452\",[960,39.3]],[\"comment/2452\",[]],[\"name/2453\",[961,39.3]],[\"comment/2453\",[]],[\"name/2454\",[41,70.871]],[\"comment/2454\",[]],[\"name/2455\",[13,26.059]],[\"comment/2455\",[]],[\"name/2456\",[968,75.986]],[\"comment/2456\",[]],[\"name/2457\",[496,39.13]],[\"comment/2457\",[]],[\"name/2458\",[957,39.3]],[\"comment/2458\",[]],[\"name/2459\",[959,39.3]],[\"comment/2459\",[]],[\"name/2460\",[787,39.13]],[\"comment/2460\",[]],[\"name/2461\",[958,39.13]],[\"comment/2461\",[]],[\"name/2462\",[75,38.963]],[\"comment/2462\",[]],[\"name/2463\",[960,39.3]],[\"comment/2463\",[]],[\"name/2464\",[961,39.3]],[\"comment/2464\",[]],[\"name/2465\",[43,70.871]],[\"comment/2465\",[]],[\"name/2466\",[13,26.059]],[\"comment/2466\",[]],[\"name/2467\",[496,39.13]],[\"comment/2467\",[]],[\"name/2468\",[957,39.3]],[\"comment/2468\",[]],[\"name/2469\",[787,39.13]],[\"comment/2469\",[]],[\"name/2470\",[958,39.13]],[\"comment/2470\",[]],[\"name/2471\",[75,38.963]],[\"comment/2471\",[]],[\"name/2472\",[959,39.3]],[\"comment/2472\",[]],[\"name/2473\",[960,39.3]],[\"comment/2473\",[]],[\"name/2474\",[961,39.3]],[\"comment/2474\",[]],[\"name/2475\",[44,70.871]],[\"comment/2475\",[]],[\"name/2476\",[13,26.059]],[\"comment/2476\",[]],[\"name/2477\",[496,39.13]],[\"comment/2477\",[]],[\"name/2478\",[959,39.3]],[\"comment/2478\",[]],[\"name/2479\",[787,39.13]],[\"comment/2479\",[]],[\"name/2480\",[958,39.13]],[\"comment/2480\",[]],[\"name/2481\",[75,38.963]],[\"comment/2481\",[]],[\"name/2482\",[957,39.3]],[\"comment/2482\",[]],[\"name/2483\",[960,39.3]],[\"comment/2483\",[]],[\"name/2484\",[961,39.3]],[\"comment/2484\",[]],[\"name/2485\",[45,70.871]],[\"comment/2485\",[]],[\"name/2486\",[13,26.059]],[\"comment/2486\",[]],[\"name/2487\",[496,39.13]],[\"comment/2487\",[]],[\"name/2488\",[957,39.3]],[\"comment/2488\",[]],[\"name/2489\",[787,39.13]],[\"comment/2489\",[]],[\"name/2490\",[958,39.13]],[\"comment/2490\",[]],[\"name/2491\",[75,38.963]],[\"comment/2491\",[]],[\"name/2492\",[959,39.3]],[\"comment/2492\",[]],[\"name/2493\",[960,39.3]],[\"comment/2493\",[]],[\"name/2494\",[961,39.3]],[\"comment/2494\",[]],[\"name/2495\",[46,70.871]],[\"comment/2495\",[]],[\"name/2496\",[13,26.059]],[\"comment/2496\",[]],[\"name/2497\",[496,39.13]],[\"comment/2497\",[]],[\"name/2498\",[957,39.3]],[\"comment/2498\",[]],[\"name/2499\",[787,39.13]],[\"comment/2499\",[]],[\"name/2500\",[958,39.13]],[\"comment/2500\",[]],[\"name/2501\",[75,38.963]],[\"comment/2501\",[]],[\"name/2502\",[959,39.3]],[\"comment/2502\",[]],[\"name/2503\",[960,39.3]],[\"comment/2503\",[]],[\"name/2504\",[961,39.3]],[\"comment/2504\",[]],[\"name/2505\",[47,70.871]],[\"comment/2505\",[]],[\"name/2506\",[13,26.059]],[\"comment/2506\",[]],[\"name/2507\",[496,39.13]],[\"comment/2507\",[]],[\"name/2508\",[959,39.3]],[\"comment/2508\",[]],[\"name/2509\",[787,39.13]],[\"comment/2509\",[]],[\"name/2510\",[958,39.13]],[\"comment/2510\",[]],[\"name/2511\",[75,38.963]],[\"comment/2511\",[]],[\"name/2512\",[957,39.3]],[\"comment/2512\",[]],[\"name/2513\",[960,39.3]],[\"comment/2513\",[]],[\"name/2514\",[961,39.3]],[\"comment/2514\",[]],[\"name/2515\",[48,70.871]],[\"comment/2515\",[]],[\"name/2516\",[13,26.059]],[\"comment/2516\",[]],[\"name/2517\",[496,39.13]],[\"comment/2517\",[]],[\"name/2518\",[787,39.13]],[\"comment/2518\",[]],[\"name/2519\",[958,39.13]],[\"comment/2519\",[]],[\"name/2520\",[75,38.963]],[\"comment/2520\",[]],[\"name/2521\",[959,39.3]],[\"comment/2521\",[]],[\"name/2522\",[957,39.3]],[\"comment/2522\",[]],[\"name/2523\",[960,39.3]],[\"comment/2523\",[]],[\"name/2524\",[961,39.3]],[\"comment/2524\",[]],[\"name/2525\",[49,70.871]],[\"comment/2525\",[]],[\"name/2526\",[13,26.059]],[\"comment/2526\",[]],[\"name/2527\",[496,39.13]],[\"comment/2527\",[]],[\"name/2528\",[787,39.13]],[\"comment/2528\",[]],[\"name/2529\",[958,39.13]],[\"comment/2529\",[]],[\"name/2530\",[75,38.963]],[\"comment/2530\",[]],[\"name/2531\",[959,39.3]],[\"comment/2531\",[]],[\"name/2532\",[957,39.3]],[\"comment/2532\",[]],[\"name/2533\",[960,39.3]],[\"comment/2533\",[]],[\"name/2534\",[961,39.3]],[\"comment/2534\",[]],[\"name/2535\",[50,70.871]],[\"comment/2535\",[]],[\"name/2536\",[13,26.059]],[\"comment/2536\",[]],[\"name/2537\",[496,39.13]],[\"comment/2537\",[]],[\"name/2538\",[787,39.13]],[\"comment/2538\",[]],[\"name/2539\",[958,39.13]],[\"comment/2539\",[]],[\"name/2540\",[75,38.963]],[\"comment/2540\",[]],[\"name/2541\",[959,39.3]],[\"comment/2541\",[]],[\"name/2542\",[957,39.3]],[\"comment/2542\",[]],[\"name/2543\",[960,39.3]],[\"comment/2543\",[]],[\"name/2544\",[961,39.3]],[\"comment/2544\",[]],[\"name/2545\",[51,70.871]],[\"comment/2545\",[]],[\"name/2546\",[13,26.059]],[\"comment/2546\",[]],[\"name/2547\",[496,39.13]],[\"comment/2547\",[]],[\"name/2548\",[959,39.3]],[\"comment/2548\",[]],[\"name/2549\",[787,39.13]],[\"comment/2549\",[]],[\"name/2550\",[958,39.13]],[\"comment/2550\",[]],[\"name/2551\",[75,38.963]],[\"comment/2551\",[]],[\"name/2552\",[957,39.3]],[\"comment/2552\",[]],[\"name/2553\",[960,39.3]],[\"comment/2553\",[]],[\"name/2554\",[961,39.3]],[\"comment/2554\",[]],[\"name/2555\",[84,70.871]],[\"comment/2555\",[]],[\"name/2556\",[13,26.059]],[\"comment/2556\",[]],[\"name/2557\",[496,39.13]],[\"comment/2557\",[]],[\"name/2558\",[787,39.13]],[\"comment/2558\",[]],[\"name/2559\",[958,39.13]],[\"comment/2559\",[]],[\"name/2560\",[75,38.963]],[\"comment/2560\",[]],[\"name/2561\",[959,39.3]],[\"comment/2561\",[]],[\"name/2562\",[957,39.3]],[\"comment/2562\",[]],[\"name/2563\",[960,39.3]],[\"comment/2563\",[]],[\"name/2564\",[961,39.3]],[\"comment/2564\",[]],[\"name/2565\",[85,70.871]],[\"comment/2565\",[]],[\"name/2566\",[13,26.059]],[\"comment/2566\",[]],[\"name/2567\",[496,39.13]],[\"comment/2567\",[]],[\"name/2568\",[969,53.984]],[\"comment/2568\",[]],[\"name/2569\",[970,62.975]],[\"comment/2569\",[]],[\"name/2570\",[971,62.975]],[\"comment/2570\",[]],[\"name/2571\",[172,48.433]],[\"comment/2571\",[]],[\"name/2572\",[972,55.589]],[\"comment/2572\",[]],[\"name/2573\",[787,39.13]],[\"comment/2573\",[]],[\"name/2574\",[958,39.13]],[\"comment/2574\",[]],[\"name/2575\",[75,38.963]],[\"comment/2575\",[]],[\"name/2576\",[959,39.3]],[\"comment/2576\",[]],[\"name/2577\",[957,39.3]],[\"comment/2577\",[]],[\"name/2578\",[960,39.3]],[\"comment/2578\",[]],[\"name/2579\",[961,39.3]],[\"comment/2579\",[]],[\"name/2580\",[86,70.871]],[\"comment/2580\",[]],[\"name/2581\",[13,26.059]],[\"comment/2581\",[]],[\"name/2582\",[496,39.13]],[\"comment/2582\",[]],[\"name/2583\",[973,67.502]],[\"comment/2583\",[]],[\"name/2584\",[547,64.985]],[\"comment/2584\",[]],[\"name/2585\",[157,62.975]],[\"comment/2585\",[]],[\"name/2586\",[2,52.6]],[\"comment/2586\",[]],[\"name/2587\",[140,48.016]],[\"comment/2587\",[]],[\"name/2588\",[974,64.985]],[\"comment/2588\",[]],[\"name/2589\",[975,64.985]],[\"comment/2589\",[]],[\"name/2590\",[969,53.984]],[\"comment/2590\",[]],[\"name/2591\",[976,67.502]],[\"comment/2591\",[]],[\"name/2592\",[977,67.502]],[\"comment/2592\",[]],[\"name/2593\",[970,62.975]],[\"comment/2593\",[]],[\"name/2594\",[971,62.975]],[\"comment/2594\",[]],[\"name/2595\",[978,70.871]],[\"comment/2595\",[]],[\"name/2596\",[134,55.589]],[\"comment/2596\",[]],[\"name/2597\",[979,70.871]],[\"comment/2597\",[]],[\"name/2598\",[172,48.433]],[\"comment/2598\",[]],[\"name/2599\",[544,59.87]],[\"comment/2599\",[]],[\"name/2600\",[787,39.13]],[\"comment/2600\",[]],[\"name/2601\",[958,39.13]],[\"comment/2601\",[]],[\"name/2602\",[75,38.963]],[\"comment/2602\",[]],[\"name/2603\",[959,39.3]],[\"comment/2603\",[]],[\"name/2604\",[957,39.3]],[\"comment/2604\",[]],[\"name/2605\",[960,39.3]],[\"comment/2605\",[]],[\"name/2606\",[961,39.3]],[\"comment/2606\",[]],[\"name/2607\",[87,70.871]],[\"comment/2607\",[]],[\"name/2608\",[13,26.059]],[\"comment/2608\",[]],[\"name/2609\",[496,39.13]],[\"comment/2609\",[]],[\"name/2610\",[973,67.502]],[\"comment/2610\",[]],[\"name/2611\",[547,64.985]],[\"comment/2611\",[]],[\"name/2612\",[157,62.975]],[\"comment/2612\",[]],[\"name/2613\",[2,52.6]],[\"comment/2613\",[]],[\"name/2614\",[140,48.016]],[\"comment/2614\",[]],[\"name/2615\",[974,64.985]],[\"comment/2615\",[]],[\"name/2616\",[975,64.985]],[\"comment/2616\",[]],[\"name/2617\",[217,56.5]],[\"comment/2617\",[]],[\"name/2618\",[969,53.984]],[\"comment/2618\",[]],[\"name/2619\",[976,67.502]],[\"comment/2619\",[]],[\"name/2620\",[977,67.502]],[\"comment/2620\",[]],[\"name/2621\",[970,62.975]],[\"comment/2621\",[]],[\"name/2622\",[971,62.975]],[\"comment/2622\",[]],[\"name/2623\",[172,48.433]],[\"comment/2623\",[]],[\"name/2624\",[544,59.87]],[\"comment/2624\",[]],[\"name/2625\",[787,39.13]],[\"comment/2625\",[]],[\"name/2626\",[958,39.13]],[\"comment/2626\",[]],[\"name/2627\",[75,38.963]],[\"comment/2627\",[]],[\"name/2628\",[959,39.3]],[\"comment/2628\",[]],[\"name/2629\",[957,39.3]],[\"comment/2629\",[]],[\"name/2630\",[960,39.3]],[\"comment/2630\",[]],[\"name/2631\",[961,39.3]],[\"comment/2631\",[]],[\"name/2632\",[88,70.871]],[\"comment/2632\",[]],[\"name/2633\",[13,26.059]],[\"comment/2633\",[]],[\"name/2634\",[496,39.13]],[\"comment/2634\",[]],[\"name/2635\",[980,75.986]],[\"comment/2635\",[]],[\"name/2636\",[787,39.13]],[\"comment/2636\",[]],[\"name/2637\",[958,39.13]],[\"comment/2637\",[]],[\"name/2638\",[75,38.963]],[\"comment/2638\",[]],[\"name/2639\",[959,39.3]],[\"comment/2639\",[]],[\"name/2640\",[957,39.3]],[\"comment/2640\",[]],[\"name/2641\",[960,39.3]],[\"comment/2641\",[]],[\"name/2642\",[961,39.3]],[\"comment/2642\",[]],[\"name/2643\",[89,70.871]],[\"comment/2643\",[]],[\"name/2644\",[13,26.059]],[\"comment/2644\",[]],[\"name/2645\",[496,39.13]],[\"comment/2645\",[]],[\"name/2646\",[787,39.13]],[\"comment/2646\",[]],[\"name/2647\",[958,39.13]],[\"comment/2647\",[]],[\"name/2648\",[75,38.963]],[\"comment/2648\",[]],[\"name/2649\",[959,39.3]],[\"comment/2649\",[]],[\"name/2650\",[957,39.3]],[\"comment/2650\",[]],[\"name/2651\",[960,39.3]],[\"comment/2651\",[]],[\"name/2652\",[961,39.3]],[\"comment/2652\",[]],[\"name/2653\",[90,70.871]],[\"comment/2653\",[]],[\"name/2654\",[13,26.059]],[\"comment/2654\",[]],[\"name/2655\",[496,39.13]],[\"comment/2655\",[]],[\"name/2656\",[140,48.016]],[\"comment/2656\",[]],[\"name/2657\",[972,55.589]],[\"comment/2657\",[]],[\"name/2658\",[963,67.502]],[\"comment/2658\",[]],[\"name/2659\",[787,39.13]],[\"comment/2659\",[]],[\"name/2660\",[958,39.13]],[\"comment/2660\",[]],[\"name/2661\",[75,38.963]],[\"comment/2661\",[]],[\"name/2662\",[959,39.3]],[\"comment/2662\",[]],[\"name/2663\",[957,39.3]],[\"comment/2663\",[]],[\"name/2664\",[960,39.3]],[\"comment/2664\",[]],[\"name/2665\",[961,39.3]],[\"comment/2665\",[]],[\"name/2666\",[91,70.871]],[\"comment/2666\",[]],[\"name/2667\",[13,26.059]],[\"comment/2667\",[]],[\"name/2668\",[496,39.13]],[\"comment/2668\",[]],[\"name/2669\",[969,53.984]],[\"comment/2669\",[]],[\"name/2670\",[140,48.016]],[\"comment/2670\",[]],[\"name/2671\",[172,48.433]],[\"comment/2671\",[]],[\"name/2672\",[972,55.589]],[\"comment/2672\",[]],[\"name/2673\",[217,56.5]],[\"comment/2673\",[]],[\"name/2674\",[787,39.13]],[\"comment/2674\",[]],[\"name/2675\",[958,39.13]],[\"comment/2675\",[]],[\"name/2676\",[75,38.963]],[\"comment/2676\",[]],[\"name/2677\",[959,39.3]],[\"comment/2677\",[]],[\"name/2678\",[957,39.3]],[\"comment/2678\",[]],[\"name/2679\",[960,39.3]],[\"comment/2679\",[]],[\"name/2680\",[961,39.3]],[\"comment/2680\",[]],[\"name/2681\",[92,70.871]],[\"comment/2681\",[]],[\"name/2682\",[13,26.059]],[\"comment/2682\",[]],[\"name/2683\",[496,39.13]],[\"comment/2683\",[]],[\"name/2684\",[969,53.984]],[\"comment/2684\",[]],[\"name/2685\",[140,48.016]],[\"comment/2685\",[]],[\"name/2686\",[172,48.433]],[\"comment/2686\",[]],[\"name/2687\",[972,55.589]],[\"comment/2687\",[]],[\"name/2688\",[217,56.5]],[\"comment/2688\",[]],[\"name/2689\",[787,39.13]],[\"comment/2689\",[]],[\"name/2690\",[958,39.13]],[\"comment/2690\",[]],[\"name/2691\",[75,38.963]],[\"comment/2691\",[]],[\"name/2692\",[959,39.3]],[\"comment/2692\",[]],[\"name/2693\",[957,39.3]],[\"comment/2693\",[]],[\"name/2694\",[960,39.3]],[\"comment/2694\",[]],[\"name/2695\",[961,39.3]],[\"comment/2695\",[]],[\"name/2696\",[93,70.871]],[\"comment/2696\",[]],[\"name/2697\",[13,26.059]],[\"comment/2697\",[]],[\"name/2698\",[496,39.13]],[\"comment/2698\",[]],[\"name/2699\",[969,53.984]],[\"comment/2699\",[]],[\"name/2700\",[140,48.016]],[\"comment/2700\",[]],[\"name/2701\",[172,48.433]],[\"comment/2701\",[]],[\"name/2702\",[972,55.589]],[\"comment/2702\",[]],[\"name/2703\",[446,59.87]],[\"comment/2703\",[]],[\"name/2704\",[787,39.13]],[\"comment/2704\",[]],[\"name/2705\",[958,39.13]],[\"comment/2705\",[]],[\"name/2706\",[75,38.963]],[\"comment/2706\",[]],[\"name/2707\",[959,39.3]],[\"comment/2707\",[]],[\"name/2708\",[957,39.3]],[\"comment/2708\",[]],[\"name/2709\",[960,39.3]],[\"comment/2709\",[]],[\"name/2710\",[961,39.3]],[\"comment/2710\",[]],[\"name/2711\",[94,70.871]],[\"comment/2711\",[]],[\"name/2712\",[13,26.059]],[\"comment/2712\",[]],[\"name/2713\",[496,39.13]],[\"comment/2713\",[]],[\"name/2714\",[969,53.984]],[\"comment/2714\",[]],[\"name/2715\",[140,48.016]],[\"comment/2715\",[]],[\"name/2716\",[172,48.433]],[\"comment/2716\",[]],[\"name/2717\",[972,55.589]],[\"comment/2717\",[]],[\"name/2718\",[446,59.87]],[\"comment/2718\",[]],[\"name/2719\",[787,39.13]],[\"comment/2719\",[]],[\"name/2720\",[958,39.13]],[\"comment/2720\",[]],[\"name/2721\",[75,38.963]],[\"comment/2721\",[]],[\"name/2722\",[959,39.3]],[\"comment/2722\",[]],[\"name/2723\",[957,39.3]],[\"comment/2723\",[]],[\"name/2724\",[960,39.3]],[\"comment/2724\",[]],[\"name/2725\",[961,39.3]],[\"comment/2725\",[]],[\"name/2726\",[95,70.871]],[\"comment/2726\",[]],[\"name/2727\",[13,26.059]],[\"comment/2727\",[]],[\"name/2728\",[496,39.13]],[\"comment/2728\",[]],[\"name/2729\",[972,55.589]],[\"comment/2729\",[]],[\"name/2730\",[787,39.13]],[\"comment/2730\",[]],[\"name/2731\",[958,39.13]],[\"comment/2731\",[]],[\"name/2732\",[75,38.963]],[\"comment/2732\",[]],[\"name/2733\",[959,39.3]],[\"comment/2733\",[]],[\"name/2734\",[957,39.3]],[\"comment/2734\",[]],[\"name/2735\",[960,39.3]],[\"comment/2735\",[]],[\"name/2736\",[961,39.3]],[\"comment/2736\",[]],[\"name/2737\",[96,70.871]],[\"comment/2737\",[]],[\"name/2738\",[13,26.059]],[\"comment/2738\",[]],[\"name/2739\",[496,39.13]],[\"comment/2739\",[]],[\"name/2740\",[972,55.589]],[\"comment/2740\",[]],[\"name/2741\",[787,39.13]],[\"comment/2741\",[]],[\"name/2742\",[958,39.13]],[\"comment/2742\",[]],[\"name/2743\",[75,38.963]],[\"comment/2743\",[]],[\"name/2744\",[959,39.3]],[\"comment/2744\",[]],[\"name/2745\",[957,39.3]],[\"comment/2745\",[]],[\"name/2746\",[960,39.3]],[\"comment/2746\",[]],[\"name/2747\",[961,39.3]],[\"comment/2747\",[]],[\"name/2748\",[97,70.871]],[\"comment/2748\",[]],[\"name/2749\",[13,26.059]],[\"comment/2749\",[]],[\"name/2750\",[496,39.13]],[\"comment/2750\",[]],[\"name/2751\",[969,53.984]],[\"comment/2751\",[]],[\"name/2752\",[974,64.985]],[\"comment/2752\",[]],[\"name/2753\",[975,64.985]],[\"comment/2753\",[]],[\"name/2754\",[172,48.433]],[\"comment/2754\",[]],[\"name/2755\",[531,67.502]],[\"comment/2755\",[]],[\"name/2756\",[2,52.6]],[\"comment/2756\",[]],[\"name/2757\",[787,39.13]],[\"comment/2757\",[]],[\"name/2758\",[958,39.13]],[\"comment/2758\",[]],[\"name/2759\",[75,38.963]],[\"comment/2759\",[]],[\"name/2760\",[959,39.3]],[\"comment/2760\",[]],[\"name/2761\",[957,39.3]],[\"comment/2761\",[]],[\"name/2762\",[960,39.3]],[\"comment/2762\",[]],[\"name/2763\",[961,39.3]],[\"comment/2763\",[]],[\"name/2764\",[98,70.871]],[\"comment/2764\",[]],[\"name/2765\",[13,26.059]],[\"comment/2765\",[]],[\"name/2766\",[496,39.13]],[\"comment/2766\",[]],[\"name/2767\",[970,62.975]],[\"comment/2767\",[]],[\"name/2768\",[971,62.975]],[\"comment/2768\",[]],[\"name/2769\",[969,53.984]],[\"comment/2769\",[]],[\"name/2770\",[217,56.5]],[\"comment/2770\",[]],[\"name/2771\",[172,48.433]],[\"comment/2771\",[]],[\"name/2772\",[140,48.016]],[\"comment/2772\",[]],[\"name/2773\",[149,64.985]],[\"comment/2773\",[]],[\"name/2774\",[446,59.87]],[\"comment/2774\",[]],[\"name/2775\",[972,55.589]],[\"comment/2775\",[]],[\"name/2776\",[963,67.502]],[\"comment/2776\",[]],[\"name/2777\",[787,39.13]],[\"comment/2777\",[]],[\"name/2778\",[958,39.13]],[\"comment/2778\",[]],[\"name/2779\",[75,38.963]],[\"comment/2779\",[]],[\"name/2780\",[959,39.3]],[\"comment/2780\",[]],[\"name/2781\",[957,39.3]],[\"comment/2781\",[]],[\"name/2782\",[960,39.3]],[\"comment/2782\",[]],[\"name/2783\",[961,39.3]],[\"comment/2783\",[]],[\"name/2784\",[99,70.871]],[\"comment/2784\",[]],[\"name/2785\",[13,26.059]],[\"comment/2785\",[]],[\"name/2786\",[496,39.13]],[\"comment/2786\",[]],[\"name/2787\",[973,67.502]],[\"comment/2787\",[]],[\"name/2788\",[547,64.985]],[\"comment/2788\",[]],[\"name/2789\",[157,62.975]],[\"comment/2789\",[]],[\"name/2790\",[2,52.6]],[\"comment/2790\",[]],[\"name/2791\",[140,48.016]],[\"comment/2791\",[]],[\"name/2792\",[974,64.985]],[\"comment/2792\",[]],[\"name/2793\",[975,64.985]],[\"comment/2793\",[]],[\"name/2794\",[217,56.5]],[\"comment/2794\",[]],[\"name/2795\",[969,53.984]],[\"comment/2795\",[]],[\"name/2796\",[976,67.502]],[\"comment/2796\",[]],[\"name/2797\",[977,67.502]],[\"comment/2797\",[]],[\"name/2798\",[978,70.871]],[\"comment/2798\",[]],[\"name/2799\",[134,55.589]],[\"comment/2799\",[]],[\"name/2800\",[979,70.871]],[\"comment/2800\",[]],[\"name/2801\",[172,48.433]],[\"comment/2801\",[]],[\"name/2802\",[544,59.87]],[\"comment/2802\",[]],[\"name/2803\",[446,59.87]],[\"comment/2803\",[]],[\"name/2804\",[970,62.975]],[\"comment/2804\",[]],[\"name/2805\",[971,62.975]],[\"comment/2805\",[]],[\"name/2806\",[787,39.13]],[\"comment/2806\",[]],[\"name/2807\",[958,39.13]],[\"comment/2807\",[]],[\"name/2808\",[75,38.963]],[\"comment/2808\",[]],[\"name/2809\",[959,39.3]],[\"comment/2809\",[]],[\"name/2810\",[957,39.3]],[\"comment/2810\",[]],[\"name/2811\",[960,39.3]],[\"comment/2811\",[]],[\"name/2812\",[961,39.3]],[\"comment/2812\",[]],[\"name/2813\",[100,70.871]],[\"comment/2813\",[]],[\"name/2814\",[13,26.059]],[\"comment/2814\",[]],[\"name/2815\",[496,39.13]],[\"comment/2815\",[]],[\"name/2816\",[969,53.984]],[\"comment/2816\",[]],[\"name/2817\",[202,61.303]],[\"comment/2817\",[]],[\"name/2818\",[227,50.828]],[\"comment/2818\",[]],[\"name/2819\",[981,75.986]],[\"comment/2819\",[]],[\"name/2820\",[216,62.975]],[\"comment/2820\",[]],[\"name/2821\",[172,48.433]],[\"comment/2821\",[]],[\"name/2822\",[972,55.589]],[\"comment/2822\",[]],[\"name/2823\",[787,39.13]],[\"comment/2823\",[]],[\"name/2824\",[958,39.13]],[\"comment/2824\",[]],[\"name/2825\",[75,38.963]],[\"comment/2825\",[]],[\"name/2826\",[959,39.3]],[\"comment/2826\",[]],[\"name/2827\",[957,39.3]],[\"comment/2827\",[]],[\"name/2828\",[960,39.3]],[\"comment/2828\",[]],[\"name/2829\",[961,39.3]],[\"comment/2829\",[]],[\"name/2830\",[101,70.871]],[\"comment/2830\",[]],[\"name/2831\",[13,26.059]],[\"comment/2831\",[]],[\"name/2832\",[496,39.13]],[\"comment/2832\",[]],[\"name/2833\",[216,62.975]],[\"comment/2833\",[]],[\"name/2834\",[202,61.303]],[\"comment/2834\",[]],[\"name/2835\",[172,48.433]],[\"comment/2835\",[]],[\"name/2836\",[969,53.984]],[\"comment/2836\",[]],[\"name/2837\",[972,55.589]],[\"comment/2837\",[]],[\"name/2838\",[787,39.13]],[\"comment/2838\",[]],[\"name/2839\",[958,39.13]],[\"comment/2839\",[]],[\"name/2840\",[75,38.963]],[\"comment/2840\",[]],[\"name/2841\",[959,39.3]],[\"comment/2841\",[]],[\"name/2842\",[957,39.3]],[\"comment/2842\",[]],[\"name/2843\",[960,39.3]],[\"comment/2843\",[]],[\"name/2844\",[961,39.3]],[\"comment/2844\",[]],[\"name/2845\",[102,70.871]],[\"comment/2845\",[]],[\"name/2846\",[13,26.059]],[\"comment/2846\",[]],[\"name/2847\",[496,39.13]],[\"comment/2847\",[]],[\"name/2848\",[172,48.433]],[\"comment/2848\",[]],[\"name/2849\",[969,53.984]],[\"comment/2849\",[]],[\"name/2850\",[959,39.3]],[\"comment/2850\",[]],[\"name/2851\",[787,39.13]],[\"comment/2851\",[]],[\"name/2852\",[958,39.13]],[\"comment/2852\",[]],[\"name/2853\",[75,38.963]],[\"comment/2853\",[]],[\"name/2854\",[957,39.3]],[\"comment/2854\",[]],[\"name/2855\",[960,39.3]],[\"comment/2855\",[]],[\"name/2856\",[961,39.3]],[\"comment/2856\",[]],[\"name/2857\",[103,70.871]],[\"comment/2857\",[]],[\"name/2858\",[13,26.059]],[\"comment/2858\",[]],[\"name/2859\",[496,39.13]],[\"comment/2859\",[]],[\"name/2860\",[959,39.3]],[\"comment/2860\",[]],[\"name/2861\",[787,39.13]],[\"comment/2861\",[]],[\"name/2862\",[958,39.13]],[\"comment/2862\",[]],[\"name/2863\",[75,38.963]],[\"comment/2863\",[]],[\"name/2864\",[957,39.3]],[\"comment/2864\",[]],[\"name/2865\",[960,39.3]],[\"comment/2865\",[]],[\"name/2866\",[961,39.3]],[\"comment/2866\",[]],[\"name/2867\",[982,75.986]],[\"comment/2867\",[]],[\"name/2868\",[983,75.986]],[\"comment/2868\",[]],[\"name/2869\",[984,75.986]],[\"comment/2869\",[]],[\"name/2870\",[803,70.871]],[\"comment/2870\",[]],[\"name/2871\",[804,70.871]],[\"comment/2871\",[]],[\"name/2872\",[985,75.986]],[\"comment/2872\",[]],[\"name/2873\",[986,75.986]],[\"comment/2873\",[]],[\"name/2874\",[987,75.986]],[\"comment/2874\",[]],[\"name/2875\",[988,75.986]],[\"comment/2875\",[]],[\"name/2876\",[989,75.986]],[\"comment/2876\",[]],[\"name/2877\",[990,75.986]],[\"comment/2877\",[]],[\"name/2878\",[459,70.871]],[\"comment/2878\",[]],[\"name/2879\",[991,75.986]],[\"comment/2879\",[]],[\"name/2880\",[338,62.975]],[\"comment/2880\",[]],[\"name/2881\",[992,75.986]],[\"comment/2881\",[]],[\"name/2882\",[993,75.986]],[\"comment/2882\",[]],[\"name/2883\",[958,39.13]],[\"comment/2883\",[]],[\"name/2884\",[1,55.589]],[\"comment/2884\",[]],[\"name/2885\",[994,75.986]],[\"comment/2885\",[]],[\"name/2886\",[995,75.986]],[\"comment/2886\",[]],[\"name/2887\",[272,61.303]],[\"comment/2887\",[]],[\"name/2888\",[367,42.513,996,53.957]],[\"comment/2888\",[]],[\"name/2889\",[270,62.975]],[\"comment/2889\",[]],[\"name/2890\",[997,75.986]],[\"comment/2890\",[]],[\"name/2891\",[998,75.986]],[\"comment/2891\",[]],[\"name/2892\",[999,75.986]],[\"comment/2892\",[]],[\"name/2893\",[1000,75.986]],[\"comment/2893\",[]],[\"name/2894\",[1001,75.986]],[\"comment/2894\",[]],[\"name/2895\",[1002,75.986]],[\"comment/2895\",[]],[\"name/2896\",[1003,75.986]],[\"comment/2896\",[]],[\"name/2897\",[1004,75.986]],[\"comment/2897\",[]],[\"name/2898\",[1005,75.986]],[\"comment/2898\",[]],[\"name/2899\",[1006,75.986]],[\"comment/2899\",[]],[\"name/2900\",[13,26.059]],[\"comment/2900\",[]],[\"name/2901\",[787,39.13]],[\"comment/2901\",[]],[\"name/2902\",[958,39.13]],[\"comment/2902\",[]],[\"name/2903\",[75,38.963]],[\"comment/2903\",[]],[\"name/2904\",[496,39.13]],[\"comment/2904\",[]],[\"name/2905\",[959,39.3]],[\"comment/2905\",[]],[\"name/2906\",[957,39.3]],[\"comment/2906\",[]],[\"name/2907\",[960,39.3]],[\"comment/2907\",[]],[\"name/2908\",[961,39.3]],[\"comment/2908\",[]],[\"name/2909\",[1007,75.986]],[\"comment/2909\",[]],[\"name/2910\",[1008,75.986]],[\"comment/2910\",[]],[\"name/2911\",[13,26.059]],[\"comment/2911\",[]],[\"name/2912\",[946,70.871]],[\"comment/2912\",[]],[\"name/2913\",[1009,75.986]],[\"comment/2913\",[]],[\"name/2914\",[284,67.502]],[\"comment/2914\",[]],[\"name/2915\",[285,67.502]],[\"comment/2915\",[]],[\"name/2916\",[290,67.502]],[\"comment/2916\",[]],[\"name/2917\",[289,67.502]],[\"comment/2917\",[]],[\"name/2918\",[947,70.871]],[\"comment/2918\",[]],[\"name/2919\",[292,67.502]],[\"comment/2919\",[]],[\"name/2920\",[291,67.502]],[\"comment/2920\",[]],[\"name/2921\",[184,58.616]],[\"comment/2921\",[]],[\"name/2922\",[286,67.502]],[\"comment/2922\",[]],[\"name/2923\",[293,64.985]],[\"comment/2923\",[]],[\"name/2924\",[1010,75.986]],[\"comment/2924\",[]],[\"name/2925\",[109,70.871]],[\"comment/2925\",[]],[\"name/2926\",[1011,75.986]],[\"comment/2926\",[]],[\"name/2927\",[110,70.871]],[\"comment/2927\",[]],[\"name/2928\",[26,59.87]],[\"comment/2928\",[]],[\"name/2929\",[1012,75.986]],[\"comment/2929\",[]],[\"name/2930\",[1013,75.986]],[\"comment/2930\",[]],[\"name/2931\",[75,38.963]],[\"comment/2931\",[]],[\"name/2932\",[1014,75.986]],[\"comment/2932\",[]],[\"name/2933\",[1015,75.986]],[\"comment/2933\",[]],[\"name/2934\",[1016,75.986]],[\"comment/2934\",[]],[\"name/2935\",[1017,75.986]],[\"comment/2935\",[]],[\"name/2936\",[1018,75.986]],[\"comment/2936\",[]],[\"name/2937\",[1019,75.986]],[\"comment/2937\",[]],[\"name/2938\",[1020,75.986]],[\"comment/2938\",[]],[\"name/2939\",[13,26.059]],[\"comment/2939\",[]],[\"name/2940\",[272,61.303]],[\"comment/2940\",[]],[\"name/2941\",[279,67.502]],[\"comment/2941\",[]],[\"name/2942\",[280,64.985]],[\"comment/2942\",[]],[\"name/2943\",[282,67.502]],[\"comment/2943\",[]],[\"name/2944\",[281,67.502]],[\"comment/2944\",[]],[\"name/2945\",[1021,75.986]],[\"comment/2945\",[]],[\"name/2946\",[272,61.303]],[\"comment/2946\",[]],[\"name/2947\",[279,67.502]],[\"comment/2947\",[]],[\"name/2948\",[280,64.985]],[\"comment/2948\",[]],[\"name/2949\",[282,67.502]],[\"comment/2949\",[]],[\"name/2950\",[281,67.502]],[\"comment/2950\",[]],[\"name/2951\",[1022,75.986]],[\"comment/2951\",[]],[\"name/2952\",[13,26.059]],[\"comment/2952\",[]],[\"name/2953\",[237,48.016]],[\"comment/2953\",[]],[\"name/2954\",[238,59.87]],[\"comment/2954\",[]],[\"name/2955\",[239,59.87]],[\"comment/2955\",[]],[\"name/2956\",[712,54.754]],[\"comment/2956\",[]],[\"name/2957\",[1023,75.986]],[\"comment/2957\",[]],[\"name/2958\",[237,48.016]],[\"comment/2958\",[]],[\"name/2959\",[238,59.87]],[\"comment/2959\",[]],[\"name/2960\",[239,59.87]],[\"comment/2960\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":1,\"name\":{\"1\":{},\"1454\":{},\"1458\":{},\"1466\":{},\"1471\":{},\"1476\":{},\"1488\":{},\"1490\":{},\"1627\":{},\"2009\":{},\"2884\":{}},\"comment\":{}}],[\"_getdictfordisplay\",{\"_index\":710,\"name\":{\"1611\":{}},\"comment\":{}}],[\"aamt\",{\"_index\":808,\"name\":{\"1787\":{}},\"comment\":{}}],[\"abiaddresstype\",{\"_index\":872,\"name\":{\"1886\":{}},\"comment\":{}}],[\"abiargument\",{\"_index\":724,\"name\":{\"1631\":{}},\"comment\":{}}],[\"abiargumenttype\",{\"_index\":903,\"name\":{\"2000\":{}},\"comment\":{}}],[\"abiarraydynamictype\",{\"_index\":880,\"name\":{\"1934\":{}},\"comment\":{}}],[\"abiarraystatictype\",{\"_index\":876,\"name\":{\"1922\":{}},\"comment\":{}}],[\"abibooltype\",{\"_index\":873,\"name\":{\"1895\":{}},\"comment\":{}}],[\"abibytetype\",{\"_index\":874,\"name\":{\"1904\":{}},\"comment\":{}}],[\"abichecktransactiontype\",{\"_index\":911,\"name\":{\"2019\":{}},\"comment\":{}}],[\"abicontract\",{\"_index\":892,\"name\":{\"1965\":{}},\"comment\":{}}],[\"abicontractnetworkinfo\",{\"_index\":884,\"name\":{\"1956\":{}},\"comment\":{}}],[\"abicontractnetworks\",{\"_index\":886,\"name\":{\"1958\":{}},\"comment\":{}}],[\"abicontractparams\",{\"_index\":887,\"name\":{\"1959\":{}},\"comment\":{}}],[\"abiinterface\",{\"_index\":897,\"name\":{\"1978\":{}},\"comment\":{}}],[\"abiinterfaceparams\",{\"_index\":896,\"name\":{\"1974\":{}},\"comment\":{}}],[\"abimethod\",{\"_index\":905,\"name\":{\"2002\":{}},\"comment\":{}}],[\"abimethodargparams\",{\"_index\":898,\"name\":{\"1986\":{}},\"comment\":{}}],[\"abimethodparams\",{\"_index\":900,\"name\":{\"1993\":{}},\"comment\":{}}],[\"abimethodreturnparams\",{\"_index\":899,\"name\":{\"1990\":{}},\"comment\":{}}],[\"abireferencetype\",{\"_index\":915,\"name\":{\"2029\":{}},\"comment\":{}}],[\"abiresult\",{\"_index\":725,\"name\":{\"1632\":{}},\"comment\":{}}],[\"abireturntype\",{\"_index\":904,\"name\":{\"2001\":{}},\"comment\":{}}],[\"abistringtype\",{\"_index\":875,\"name\":{\"1913\":{}},\"comment\":{}}],[\"abitransactiontype\",{\"_index\":912,\"name\":{\"2020\":{}},\"comment\":{}}],[\"abitupletype\",{\"_index\":881,\"name\":{\"1945\":{}},\"comment\":{}}],[\"abitype\",{\"_index\":862,\"name\":{\"1856\":{}},\"comment\":{}}],[\"abitypeisreference\",{\"_index\":914,\"name\":{\"2028\":{}},\"comment\":{}}],[\"abitypeistransaction\",{\"_index\":910,\"name\":{\"2018\":{}},\"comment\":{}}],[\"abiufixedtype\",{\"_index\":870,\"name\":{\"1875\":{}},\"comment\":{}}],[\"abiuinttype\",{\"_index\":868,\"name\":{\"1865\":{}},\"comment\":{}}],[\"abivalue\",{\"_index\":861,\"name\":{\"1855\":{}},\"comment\":{}}],[\"absentparticipationaccounts\",{\"_index\":498,\"name\":{\"1169\":{}},\"comment\":{}}],[\"account\",{\"_index\":80,\"name\":{\"84\":{},\"140\":{},\"249\":{},\"255\":{},\"285\":{},\"314\":{},\"803\":{},\"852\":{},\"2030\":{}},\"comment\":{}}],[\"accountapplicationinformation\",{\"_index\":19,\"name\":{\"19\":{},\"2224\":{}},\"comment\":{}}],[\"accountapplicationresponse\",{\"_index\":162,\"name\":{\"172\":{}},\"comment\":{}}],[\"accountassetholding\",{\"_index\":165,\"name\":{\"180\":{}},\"comment\":{}}],[\"accountassetinformation\",{\"_index\":18,\"name\":{\"18\":{},\"2214\":{}},\"comment\":{}}],[\"accountassetresponse\",{\"_index\":168,\"name\":{\"187\":{}},\"comment\":{}}],[\"accountassetsinformationresponse\",{\"_index\":170,\"name\":{\"195\":{}},\"comment\":{}}],[\"accountinformation\",{\"_index\":17,\"name\":{\"17\":{},\"2203\":{}},\"comment\":{}}],[\"accountparticipation\",{\"_index\":173,\"name\":{\"203\":{},\"838\":{}},\"comment\":{}}],[\"accountresponse\",{\"_index\":437,\"name\":{\"849\":{}},\"comment\":{}}],[\"accounts\",{\"_index\":265,\"name\":{\"433\":{},\"681\":{},\"866\":{},\"1297\":{}},\"comment\":{}}],[\"accountsresponse\",{\"_index\":438,\"name\":{\"863\":{}},\"comment\":{}}],[\"accountstatedelta\",{\"_index\":180,\"name\":{\"214\":{},\"856\":{}},\"comment\":{}}],[\"acfg\",{\"_index\":758,\"name\":{\"1722\":{},\"2024\":{}},\"comment\":{}}],[\"aclose\",{\"_index\":810,\"name\":{\"1789\":{}},\"comment\":{}}],[\"action\",{\"_index\":298,\"name\":{\"495\":{},\"1107\":{}},\"comment\":{}}],[\"addlease\",{\"_index\":708,\"name\":{\"1609\":{}},\"comment\":{}}],[\"addmethodcall\",{\"_index\":747,\"name\":{\"1658\":{}},\"comment\":{}}],[\"addr\",{\"_index\":81,\"name\":{\"85\":{}},\"comment\":{}}],[\"addr_byte_size\",{\"_index\":857,\"name\":{\"1851\":{}},\"comment\":{}}],[\"addrekey\",{\"_index\":709,\"name\":{\"1610\":{}},\"comment\":{}}],[\"address\",{\"_index\":134,\"name\":{\"143\":{},\"217\":{},\"806\":{},\"859\":{},\"1158\":{},\"1319\":{},\"1433\":{},\"1449\":{},\"1847\":{},\"2596\":{},\"2799\":{}},\"comment\":{}}],[\"addressrole\",{\"_index\":978,\"name\":{\"2595\":{},\"2798\":{}},\"comment\":{}}],[\"addrs\",{\"_index\":854,\"name\":{\"1846\":{}},\"comment\":{}}],[\"addtransaction\",{\"_index\":746,\"name\":{\"1657\":{}},\"comment\":{}}],[\"afrz\",{\"_index\":760,\"name\":{\"1724\":{},\"1803\":{},\"2026\":{}},\"comment\":{}}],[\"aftertime\",{\"_index\":977,\"name\":{\"2592\":{},\"2620\":{},\"2797\":{}},\"comment\":{}}],[\"algo\",{\"_index\":115,\"name\":{\"122\":{}},\"comment\":{}}],[\"algodtokenheader\",{\"_index\":113,\"name\":{\"121\":{}},\"comment\":{}}],[\"algodv2\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"algorand_min_tx_fee\",{\"_index\":667,\"name\":{\"1540\":{}},\"comment\":{}}],[\"algostomicroalgos\",{\"_index\":588,\"name\":{\"1418\":{}},\"comment\":{}}],[\"allowemptysignatures\",{\"_index\":359,\"name\":{\"621\":{},\"693\":{}},\"comment\":{}}],[\"allowmorelogging\",{\"_index\":360,\"name\":{\"622\":{}},\"comment\":{}}],[\"allowunnamedresources\",{\"_index\":361,\"name\":{\"623\":{},\"694\":{}},\"comment\":{}}],[\"am\",{\"_index\":791,\"name\":{\"1765\":{}},\"comment\":{}}],[\"amount\",{\"_index\":135,\"name\":{\"144\":{},\"306\":{},\"807\":{},\"971\":{},\"1159\":{},\"1327\":{},\"1350\":{},\"1549\":{},\"1668\":{},\"2047\":{}},\"comment\":{}}],[\"amountwithoutpendingrewards\",{\"_index\":136,\"name\":{\"145\":{},\"808\":{}},\"comment\":{}}],[\"amt\",{\"_index\":807,\"name\":{\"1786\":{}},\"comment\":{}}],[\"an\",{\"_index\":788,\"name\":{\"1762\":{}},\"comment\":{}}],[\"any\",{\"_index\":913,\"name\":{\"2021\":{}},\"comment\":{}}],[\"anytransaction\",{\"_index\":920,\"name\":{\"2098\":{}},\"comment\":{}}],[\"apaa\",{\"_index\":834,\"name\":{\"1815\":{}},\"comment\":{}}],[\"apan\",{\"_index\":827,\"name\":{\"1808\":{}},\"comment\":{}}],[\"apap\",{\"_index\":832,\"name\":{\"1813\":{}},\"comment\":{}}],[\"apar\",{\"_index\":825,\"name\":{\"1806\":{}},\"comment\":{}}],[\"apas\",{\"_index\":831,\"name\":{\"1812\":{}},\"comment\":{}}],[\"apat\",{\"_index\":835,\"name\":{\"1816\":{}},\"comment\":{}}],[\"apbx\",{\"_index\":837,\"name\":{\"1818\":{}},\"comment\":{}}],[\"apep\",{\"_index\":836,\"name\":{\"1817\":{}},\"comment\":{}}],[\"apfa\",{\"_index\":830,\"name\":{\"1811\":{}},\"comment\":{}}],[\"apgs\",{\"_index\":829,\"name\":{\"1810\":{}},\"comment\":{}}],[\"api\",{\"_index\":116,\"name\":{\"122\":{},\"124\":{},\"126\":{}},\"comment\":{}}],[\"apid\",{\"_index\":826,\"name\":{\"1807\":{}},\"comment\":{}}],[\"apls\",{\"_index\":828,\"name\":{\"1809\":{}},\"comment\":{}}],[\"app\",{\"_index\":195,\"name\":{\"256\":{},\"395\":{}},\"comment\":{}}],[\"appaccounts\",{\"_index\":697,\"name\":{\"1587\":{},\"1706\":{},\"2085\":{}},\"comment\":{}}],[\"appapprovalprogram\",{\"_index\":694,\"name\":{\"1584\":{},\"1703\":{},\"2082\":{}},\"comment\":{}}],[\"appargs\",{\"_index\":696,\"name\":{\"1586\":{},\"1705\":{},\"2084\":{}},\"comment\":{}}],[\"appboxes\",{\"_index\":189,\"name\":{\"240\":{}},\"comment\":{}}],[\"appbudgetadded\",{\"_index\":376,\"name\":{\"660\":{}},\"comment\":{}}],[\"appbudgetconsumed\",{\"_index\":377,\"name\":{\"661\":{},\"671\":{}},\"comment\":{}}],[\"appcalllogs\",{\"_index\":182,\"name\":{\"221\":{}},\"comment\":{}}],[\"appcallmessages\",{\"_index\":285,\"name\":{\"473\":{},\"2151\":{},\"2915\":{}},\"comment\":{}}],[\"appcallrejected\",{\"_index\":951,\"name\":{\"2163\":{}},\"comment\":{}}],[\"appcalltrace\",{\"_index\":286,\"name\":{\"474\":{},\"2158\":{},\"2922\":{}},\"comment\":{}}],[\"appclearprogram\",{\"_index\":695,\"name\":{\"1585\":{},\"1704\":{},\"2083\":{}},\"comment\":{}}],[\"appclearstatetxn\",{\"_index\":777,\"name\":{\"1751\":{}},\"comment\":{}}],[\"appcloseouttxn\",{\"_index\":776,\"name\":{\"1750\":{}},\"comment\":{}}],[\"appcreatetxn\",{\"_index\":772,\"name\":{\"1746\":{}},\"comment\":{}}],[\"appdeletetxn\",{\"_index\":774,\"name\":{\"1748\":{}},\"comment\":{}}],[\"appendsignmultisigtransaction\",{\"_index\":613,\"name\":{\"1470\":{}},\"comment\":{}}],[\"appendsignrawmultisigsignature\",{\"_index\":615,\"name\":{\"1475\":{}},\"comment\":{}}],[\"appendtomultisig\",{\"_index\":597,\"name\":{\"1435\":{},\"1451\":{}},\"comment\":{}}],[\"appforeignapps\",{\"_index\":698,\"name\":{\"1588\":{},\"1707\":{},\"2086\":{}},\"comment\":{}}],[\"appforeignassets\",{\"_index\":699,\"name\":{\"1589\":{},\"1708\":{},\"2087\":{}},\"comment\":{}}],[\"appglobalbyteslices\",{\"_index\":693,\"name\":{\"1583\":{},\"1702\":{},\"2081\":{}},\"comment\":{}}],[\"appglobalints\",{\"_index\":692,\"name\":{\"1582\":{},\"1701\":{},\"2080\":{}},\"comment\":{}}],[\"appglobals\",{\"_index\":190,\"name\":{\"241\":{}},\"comment\":{}}],[\"appid\",{\"_index\":885,\"name\":{\"1957\":{}},\"comment\":{}}],[\"appindex\",{\"_index\":277,\"name\":{\"456\":{},\"1578\":{},\"1697\":{},\"1735\":{},\"2076\":{}},\"comment\":{}}],[\"appinitialstates\",{\"_index\":356,\"name\":{\"614\":{}},\"comment\":{}}],[\"appl\",{\"_index\":761,\"name\":{\"1725\":{},\"2027\":{}},\"comment\":{}}],[\"application\",{\"_index\":185,\"name\":{\"229\":{},\"871\":{},\"932\":{},\"2031\":{}},\"comment\":{}}],[\"applicationargs\",{\"_index\":549,\"name\":{\"1298\":{}},\"comment\":{}}],[\"applicationid\",{\"_index\":446,\"name\":{\"910\":{},\"1092\":{},\"1296\":{},\"2703\":{},\"2718\":{},\"2774\":{},\"2803\":{}},\"comment\":{}}],[\"applicationindex\",{\"_index\":183,\"name\":{\"224\":{},\"577\":{}},\"comment\":{}}],[\"applicationinitialstates\",{\"_index\":188,\"name\":{\"236\":{}},\"comment\":{}}],[\"applicationkvstorage\",{\"_index\":192,\"name\":{\"245\":{}},\"comment\":{}}],[\"applicationlocalreference\",{\"_index\":194,\"name\":{\"252\":{}},\"comment\":{}}],[\"applicationlocalstate\",{\"_index\":196,\"name\":{\"259\":{},\"881\":{}},\"comment\":{}}],[\"applicationlocalstatesresponse\",{\"_index\":442,\"name\":{\"892\":{}},\"comment\":{}}],[\"applicationlogdata\",{\"_index\":444,\"name\":{\"900\":{}},\"comment\":{}}],[\"applicationlogsresponse\",{\"_index\":445,\"name\":{\"907\":{}},\"comment\":{}}],[\"applicationparams\",{\"_index\":199,\"name\":{\"267\":{},\"916\":{}},\"comment\":{}}],[\"applicationresponse\",{\"_index\":448,\"name\":{\"928\":{}},\"comment\":{}}],[\"applications\",{\"_index\":450,\"name\":{\"945\":{}},\"comment\":{}}],[\"applicationsresponse\",{\"_index\":449,\"name\":{\"942\":{}},\"comment\":{}}],[\"applicationstateoperation\",{\"_index\":207,\"name\":{\"279\":{}},\"comment\":{}}],[\"applicationstateschema\",{\"_index\":212,\"name\":{\"289\":{},\"935\":{}},\"comment\":{}}],[\"applicationtransaction\",{\"_index\":532,\"name\":{\"1261\":{}},\"comment\":{}}],[\"applocalbyteslices\",{\"_index\":691,\"name\":{\"1581\":{},\"1700\":{},\"2079\":{}},\"comment\":{}}],[\"applocalints\",{\"_index\":690,\"name\":{\"1580\":{},\"1699\":{},\"2078\":{}},\"comment\":{}}],[\"applocals\",{\"_index\":191,\"name\":{\"242\":{},\"682\":{}},\"comment\":{}}],[\"applocalstate\",{\"_index\":163,\"name\":{\"176\":{}},\"comment\":{}}],[\"appnooptxn\",{\"_index\":778,\"name\":{\"1752\":{}},\"comment\":{}}],[\"apponcomplete\",{\"_index\":689,\"name\":{\"1579\":{},\"1698\":{},\"2077\":{}},\"comment\":{}}],[\"appoptintxn\",{\"_index\":775,\"name\":{\"1749\":{}},\"comment\":{}}],[\"approvalprogram\",{\"_index\":200,\"name\":{\"270\":{},\"919\":{},\"1299\":{}},\"comment\":{}}],[\"approvalprogramhash\",{\"_index\":398,\"name\":{\"715\":{}},\"comment\":{}}],[\"approvalprogramtrace\",{\"_index\":399,\"name\":{\"716\":{}},\"comment\":{}}],[\"apps\",{\"_index\":266,\"name\":{\"434\":{},\"683\":{}},\"comment\":{}}],[\"appslocalstate\",{\"_index\":145,\"name\":{\"155\":{},\"820\":{}},\"comment\":{}}],[\"appslocalstates\",{\"_index\":443,\"name\":{\"895\":{}},\"comment\":{}}],[\"appstatetype\",{\"_index\":208,\"name\":{\"282\":{}},\"comment\":{}}],[\"appstotalextrapages\",{\"_index\":146,\"name\":{\"156\":{},\"821\":{}},\"comment\":{}}],[\"appstotalschema\",{\"_index\":147,\"name\":{\"157\":{},\"822\":{}},\"comment\":{}}],[\"apptrace\",{\"_index\":953,\"name\":{\"2165\":{}},\"comment\":{}}],[\"appupdatetxn\",{\"_index\":773,\"name\":{\"1747\":{}},\"comment\":{}}],[\"apsu\",{\"_index\":833,\"name\":{\"1814\":{}},\"comment\":{}}],[\"arc28event\",{\"_index\":955,\"name\":{\"2167\":{}},\"comment\":{}}],[\"arcv\",{\"_index\":813,\"name\":{\"1792\":{}},\"comment\":{}}],[\"arg\",{\"_index\":850,\"name\":{\"1831\":{}},\"comment\":{}}],[\"args\",{\"_index\":571,\"name\":{\"1375\":{},\"1428\":{},\"1996\":{},\"2007\":{},\"2040\":{},\"2170\":{}},\"comment\":{}}],[\"asnd\",{\"_index\":824,\"name\":{\"1805\":{}},\"comment\":{}}],[\"asset\",{\"_index\":215,\"name\":{\"296\":{},\"315\":{},\"950\":{},\"1010\":{},\"2032\":{}},\"comment\":{}}],[\"assetbalancesresponse\",{\"_index\":452,\"name\":{\"960\":{}},\"comment\":{}}],[\"assetclawback\",{\"_index\":681,\"name\":{\"1570\":{},\"1689\":{},\"2068\":{}},\"comment\":{}}],[\"assetclosingamount\",{\"_index\":339,\"name\":{\"578\":{}},\"comment\":{}}],[\"assetconfigtransaction\",{\"_index\":533,\"name\":{\"1262\":{}},\"comment\":{}}],[\"assetconfigtxn\",{\"_index\":768,\"name\":{\"1742\":{}},\"comment\":{}}],[\"assetcreatetxn\",{\"_index\":767,\"name\":{\"1741\":{}},\"comment\":{}}],[\"assetdecimals\",{\"_index\":676,\"name\":{\"1565\":{},\"1684\":{},\"2063\":{}},\"comment\":{}}],[\"assetdefaultfrozen\",{\"_index\":677,\"name\":{\"1566\":{},\"1685\":{},\"2064\":{}},\"comment\":{}}],[\"assetdestroytxn\",{\"_index\":769,\"name\":{\"1743\":{}},\"comment\":{}}],[\"assetfreeze\",{\"_index\":680,\"name\":{\"1569\":{},\"1688\":{},\"2067\":{}},\"comment\":{}}],[\"assetfreezetransaction\",{\"_index\":534,\"name\":{\"1263\":{}},\"comment\":{}}],[\"assetfreezetxn\",{\"_index\":770,\"name\":{\"1744\":{}},\"comment\":{}}],[\"assetholding\",{\"_index\":166,\"name\":{\"183\":{},\"191\":{},\"303\":{},\"968\":{}},\"comment\":{}}],[\"assetholdingreference\",{\"_index\":219,\"name\":{\"311\":{}},\"comment\":{}}],[\"assetholdings\",{\"_index\":171,\"name\":{\"199\":{},\"684\":{}},\"comment\":{}}],[\"assetholdingsresponse\",{\"_index\":455,\"name\":{\"979\":{}},\"comment\":{}}],[\"assetid\",{\"_index\":217,\"name\":{\"307\":{},\"972\":{},\"1312\":{},\"1320\":{},\"1328\":{},\"2617\":{},\"2673\":{},\"2688\":{},\"2770\":{},\"2794\":{}},\"comment\":{}}],[\"assetindex\",{\"_index\":340,\"name\":{\"579\":{},\"1563\":{},\"1682\":{},\"2061\":{}},\"comment\":{}}],[\"assetmanager\",{\"_index\":678,\"name\":{\"1567\":{},\"1686\":{},\"2065\":{}},\"comment\":{}}],[\"assetmetadatahash\",{\"_index\":685,\"name\":{\"1574\":{},\"1693\":{},\"2072\":{}},\"comment\":{}}],[\"assetname\",{\"_index\":683,\"name\":{\"1572\":{},\"1691\":{},\"2070\":{}},\"comment\":{}}],[\"assetparams\",{\"_index\":167,\"name\":{\"184\":{},\"318\":{},\"987\":{}},\"comment\":{}}],[\"assetreserve\",{\"_index\":679,\"name\":{\"1568\":{},\"1687\":{},\"2066\":{}},\"comment\":{}}],[\"assetresponse\",{\"_index\":456,\"name\":{\"1007\":{}},\"comment\":{}}],[\"assetrevocationtarget\",{\"_index\":688,\"name\":{\"1577\":{},\"1696\":{},\"2075\":{}},\"comment\":{}}],[\"assets\",{\"_index\":148,\"name\":{\"158\":{},\"685\":{},\"823\":{},\"982\":{},\"1017\":{}},\"comment\":{}}],[\"assetsresponse\",{\"_index\":457,\"name\":{\"1014\":{}},\"comment\":{}}],[\"assettotal\",{\"_index\":675,\"name\":{\"1564\":{},\"1683\":{},\"2062\":{}},\"comment\":{}}],[\"assettransfertransaction\",{\"_index\":535,\"name\":{\"1264\":{}},\"comment\":{}}],[\"assettransfertxn\",{\"_index\":771,\"name\":{\"1745\":{}},\"comment\":{}}],[\"assetunitname\",{\"_index\":682,\"name\":{\"1571\":{},\"1690\":{},\"2069\":{}},\"comment\":{}}],[\"asseturl\",{\"_index\":684,\"name\":{\"1573\":{},\"1692\":{},\"2071\":{}},\"comment\":{}}],[\"assigngroupid\",{\"_index\":591,\"name\":{\"1421\":{}},\"comment\":{}}],[\"atomictransactioncomposer\",{\"_index\":737,\"name\":{\"1645\":{}},\"comment\":{}}],[\"atomictransactioncomposerstatus\",{\"_index\":731,\"name\":{\"1639\":{}},\"comment\":{}}],[\"attachsignature\",{\"_index\":706,\"name\":{\"1606\":{}},\"comment\":{}}],[\"attribute_map\",{\"_index\":160,\"name\":{\"170\":{},\"178\":{},\"185\":{},\"193\":{},\"201\":{},\"212\":{},\"219\":{},\"227\":{},\"234\":{},\"243\":{},\"250\":{},\"257\":{},\"265\":{},\"277\":{},\"287\":{},\"294\":{},\"301\":{},\"309\":{},\"316\":{},\"336\":{},\"343\":{},\"351\":{},\"357\":{},\"363\":{},\"370\":{},\"376\":{},\"384\":{},\"390\":{},\"397\":{},\"403\":{},\"414\":{},\"422\":{},\"428\":{},\"440\":{},\"448\":{},\"457\":{},\"467\":{},\"483\":{},\"490\":{},\"498\":{},\"505\":{},\"511\":{},\"517\":{},\"524\":{},\"531\":{},\"539\":{},\"570\":{},\"589\":{},\"596\":{},\"602\":{},\"609\":{},\"615\":{},\"628\":{},\"634\":{},\"645\":{},\"654\":{},\"665\":{},\"676\":{},\"688\":{},\"699\":{},\"710\":{},\"724\":{},\"731\":{},\"741\":{},\"749\":{},\"756\":{},\"764\":{},\"770\":{},\"781\":{},\"791\":{},\"800\":{},\"836\":{},\"847\":{},\"854\":{},\"861\":{},\"869\":{},\"879\":{},\"890\":{},\"898\":{},\"905\":{},\"914\":{},\"926\":{},\"933\":{},\"940\":{},\"948\":{},\"958\":{},\"966\":{},\"977\":{},\"985\":{},\"1005\":{},\"1012\":{},\"1020\":{},\"1044\":{},\"1055\":{},\"1065\":{},\"1073\":{},\"1081\":{},\"1087\":{},\"1095\":{},\"1102\":{},\"1110\":{},\"1117\":{},\"1123\":{},\"1135\":{},\"1145\":{},\"1153\":{},\"1164\":{},\"1171\":{},\"1183\":{},\"1190\":{},\"1198\":{},\"1205\":{},\"1214\":{},\"1223\":{},\"1230\":{},\"1237\":{},\"1244\":{},\"1252\":{},\"1291\":{},\"1307\":{},\"1314\":{},\"1322\":{},\"1333\":{},\"1345\":{},\"1354\":{},\"1361\":{},\"1369\":{},\"1378\":{},\"1386\":{},\"1393\":{},\"1401\":{},\"1409\":{},\"2145\":{}},\"comment\":{}}],[\"au\",{\"_index\":790,\"name\":{\"1764\":{}},\"comment\":{}}],[\"auctionid\",{\"_index\":1004,\"name\":{\"2897\":{}},\"comment\":{}}],[\"auctionkey\",{\"_index\":1003,\"name\":{\"2896\":{}},\"comment\":{}}],[\"authaddr\",{\"_index\":149,\"name\":{\"159\":{},\"824\":{},\"1265\":{},\"2773\":{}},\"comment\":{}}],[\"avmkeyvalue\",{\"_index\":234,\"name\":{\"338\":{}},\"comment\":{}}],[\"avmvalue\",{\"_index\":236,\"name\":{\"345\":{}},\"comment\":{}}],[\"axfer\",{\"_index\":759,\"name\":{\"1723\":{},\"2025\":{}},\"comment\":{}}],[\"balances\",{\"_index\":453,\"name\":{\"963\":{}},\"comment\":{}}],[\"basehttpclient\",{\"_index\":104,\"name\":{\"111\":{}},\"comment\":{}}],[\"basehttpclienterror\",{\"_index\":111,\"name\":{\"119\":{}},\"comment\":{}}],[\"basehttpclientresponse\",{\"_index\":108,\"name\":{\"115\":{}},\"comment\":{}}],[\"basemodel\",{\"_index\":944,\"name\":{\"2143\":{}},\"comment\":{}}],[\"bc\",{\"_index\":943,\"name\":{\"2139\":{}},\"comment\":{}}],[\"beforetime\",{\"_index\":976,\"name\":{\"2591\":{},\"2619\":{},\"2796\":{}},\"comment\":{}}],[\"bidamount\",{\"_index\":1001,\"name\":{\"2894\":{}},\"comment\":{}}],[\"bidderkey\",{\"_index\":1000,\"name\":{\"2893\":{}},\"comment\":{}}],[\"bidid\",{\"_index\":1002,\"name\":{\"2895\":{}},\"comment\":{}}],[\"bidoptions\",{\"_index\":956,\"name\":{\"2171\":{}},\"comment\":{}}],[\"bidstoragestructure\",{\"_index\":999,\"name\":{\"2892\":{}},\"comment\":{}}],[\"bigint\",{\"_index\":79,\"name\":{\"83\":{}},\"comment\":{}}],[\"biginttobytes\",{\"_index\":128,\"name\":{\"135\":{}},\"comment\":{}}],[\"bitsize\",{\"_index\":869,\"name\":{\"1868\":{},\"1878\":{}},\"comment\":{}}],[\"blob\",{\"_index\":3,\"name\":{\"3\":{},\"1456\":{},\"1460\":{},\"1468\":{},\"1473\":{},\"1478\":{},\"2363\":{}},\"comment\":{}}],[\"block\",{\"_index\":20,\"name\":{\"20\":{},\"368\":{},\"1022\":{},\"2234\":{}},\"comment\":{}}],[\"blockhash\",{\"_index\":241,\"name\":{\"356\":{}},\"comment\":{}}],[\"blockhashresponse\",{\"_index\":240,\"name\":{\"353\":{}},\"comment\":{}}],[\"blockheader\",{\"_index\":982,\"name\":{\"2867\":{}},\"comment\":{}}],[\"blockheaderscommitment\",{\"_index\":408,\"name\":{\"736\":{},\"1140\":{}},\"comment\":{}}],[\"blocklogsresponse\",{\"_index\":242,\"name\":{\"359\":{}},\"comment\":{}}],[\"blockresponse\",{\"_index\":243,\"name\":{\"365\":{}},\"comment\":{}}],[\"blockrewards\",{\"_index\":473,\"name\":{\"1046\":{}},\"comment\":{}}],[\"blocktxids\",{\"_index\":246,\"name\":{\"375\":{}},\"comment\":{}}],[\"blocktxidsresponse\",{\"_index\":245,\"name\":{\"372\":{}},\"comment\":{}}],[\"blockupgradestate\",{\"_index\":480,\"name\":{\"1057\":{}},\"comment\":{}}],[\"blockupgradevote\",{\"_index\":486,\"name\":{\"1067\":{}},\"comment\":{}}],[\"body\",{\"_index\":109,\"name\":{\"116\":{},\"2925\":{}},\"comment\":{}}],[\"bonus\",{\"_index\":463,\"name\":{\"1033\":{}},\"comment\":{}}],[\"box\",{\"_index\":247,\"name\":{\"378\":{},\"1075\":{}},\"comment\":{}}],[\"boxdescriptor\",{\"_index\":248,\"name\":{\"386\":{},\"1083\":{}},\"comment\":{}}],[\"boxes\",{\"_index\":251,\"name\":{\"402\":{},\"686\":{},\"1093\":{},\"1590\":{},\"1715\":{},\"2094\":{}},\"comment\":{}}],[\"boxesresponse\",{\"_index\":250,\"name\":{\"399\":{},\"1089\":{}},\"comment\":{}}],[\"boxreference\",{\"_index\":249,\"name\":{\"392\":{},\"1734\":{}},\"comment\":{}}],[\"branch\",{\"_index\":253,\"name\":{\"408\":{}},\"comment\":{}}],[\"budgetadded\",{\"_index\":287,\"name\":{\"475\":{}},\"comment\":{}}],[\"budgetconsumed\",{\"_index\":288,\"name\":{\"476\":{}},\"comment\":{}}],[\"build\",{\"_index\":431,\"name\":{\"796\":{}},\"comment\":{}}],[\"buildgroup\",{\"_index\":748,\"name\":{\"1659\":{}},\"comment\":{}}],[\"building\",{\"_index\":732,\"name\":{\"1640\":{}},\"comment\":{}}],[\"buildnumber\",{\"_index\":254,\"name\":{\"409\":{}},\"comment\":{}}],[\"buildversion\",{\"_index\":252,\"name\":{\"405\":{}},\"comment\":{}}],[\"built\",{\"_index\":733,\"name\":{\"1641\":{}},\"comment\":{}}],[\"bytelen\",{\"_index\":865,\"name\":{\"1862\":{},\"1872\":{},\"1883\":{},\"1892\":{},\"1901\":{},\"1910\":{},\"1919\":{},\"1930\":{},\"1941\":{},\"1953\":{}},\"comment\":{}}],[\"bytes\",{\"_index\":238,\"name\":{\"349\":{},\"496\":{},\"762\":{},\"1108\":{},\"1249\":{},\"2954\":{},\"2959\":{}},\"comment\":{}}],[\"bytestobigint\",{\"_index\":127,\"name\":{\"134\":{}},\"comment\":{}}],[\"bytestosign\",{\"_index\":703,\"name\":{\"1602\":{}},\"comment\":{}}],[\"c\",{\"_index\":787,\"name\":{\"1761\":{},\"2176\":{},\"2185\":{},\"2197\":{},\"2207\":{},\"2217\":{},\"2227\":{},\"2239\":{},\"2249\":{},\"2260\":{},\"2272\":{},\"2283\":{},\"2294\":{},\"2303\":{},\"2313\":{},\"2324\":{},\"2333\":{},\"2345\":{},\"2355\":{},\"2366\":{},\"2375\":{},\"2385\":{},\"2396\":{},\"2407\":{},\"2416\":{},\"2427\":{},\"2437\":{},\"2447\":{},\"2460\":{},\"2469\":{},\"2479\":{},\"2489\":{},\"2499\":{},\"2509\":{},\"2518\":{},\"2528\":{},\"2538\":{},\"2549\":{},\"2558\":{},\"2573\":{},\"2600\":{},\"2625\":{},\"2636\":{},\"2646\":{},\"2659\":{},\"2674\":{},\"2689\":{},\"2704\":{},\"2719\":{},\"2730\":{},\"2741\":{},\"2757\":{},\"2777\":{},\"2806\":{},\"2823\":{},\"2838\":{},\"2851\":{},\"2861\":{},\"2901\":{}},\"comment\":{}}],[\"caid\",{\"_index\":820,\"name\":{\"1800\":{}},\"comment\":{}}],[\"catchpoint\",{\"_index\":318,\"name\":{\"552\":{}},\"comment\":{}}],[\"catchpointacquiredblocks\",{\"_index\":319,\"name\":{\"553\":{}},\"comment\":{}}],[\"catchpointprocessedaccounts\",{\"_index\":320,\"name\":{\"554\":{}},\"comment\":{}}],[\"catchpointprocessedkvs\",{\"_index\":321,\"name\":{\"555\":{}},\"comment\":{}}],[\"catchpointtotalaccounts\",{\"_index\":322,\"name\":{\"556\":{}},\"comment\":{}}],[\"catchpointtotalblocks\",{\"_index\":323,\"name\":{\"557\":{}},\"comment\":{}}],[\"catchpointtotalkvs\",{\"_index\":324,\"name\":{\"558\":{}},\"comment\":{}}],[\"catchpointverifiedaccounts\",{\"_index\":325,\"name\":{\"559\":{}},\"comment\":{}}],[\"catchpointverifiedkvs\",{\"_index\":326,\"name\":{\"560\":{}},\"comment\":{}}],[\"catchuptime\",{\"_index\":310,\"name\":{\"544\":{}},\"comment\":{}}],[\"cert\",{\"_index\":244,\"name\":{\"369\":{}},\"comment\":{}}],[\"channel\",{\"_index\":255,\"name\":{\"410\":{}},\"comment\":{}}],[\"checksum\",{\"_index\":855,\"name\":{\"1849\":{}},\"comment\":{}}],[\"childtype\",{\"_index\":877,\"name\":{\"1925\":{},\"1937\":{}},\"comment\":{}}],[\"childtypes\",{\"_index\":883,\"name\":{\"1949\":{}},\"comment\":{}}],[\"clawback\",{\"_index\":222,\"name\":{\"324\":{},\"993\":{}},\"comment\":{}}],[\"clearstateoc\",{\"_index\":659,\"name\":{\"1532\":{}},\"comment\":{}}],[\"clearstateprogram\",{\"_index\":201,\"name\":{\"271\":{},\"920\":{},\"1300\":{}},\"comment\":{}}],[\"clearstateprogramhash\",{\"_index\":400,\"name\":{\"717\":{}},\"comment\":{}}],[\"clearstateprogramtrace\",{\"_index\":401,\"name\":{\"718\":{}},\"comment\":{}}],[\"clearstaterollback\",{\"_index\":402,\"name\":{\"719\":{}},\"comment\":{}}],[\"clearstaterollbackerror\",{\"_index\":403,\"name\":{\"720\":{}},\"comment\":{}}],[\"clone\",{\"_index\":745,\"name\":{\"1656\":{}},\"comment\":{}}],[\"close\",{\"_index\":809,\"name\":{\"1788\":{}},\"comment\":{}}],[\"closeamount\",{\"_index\":558,\"name\":{\"1330\":{},\"1352\":{}},\"comment\":{}}],[\"closedatround\",{\"_index\":434,\"name\":{\"825\":{}},\"comment\":{}}],[\"closedoutatround\",{\"_index\":440,\"name\":{\"886\":{}},\"comment\":{}}],[\"closeoutoc\",{\"_index\":658,\"name\":{\"1531\":{}},\"comment\":{}}],[\"closeremainderto\",{\"_index\":563,\"name\":{\"1353\":{},\"1556\":{},\"1675\":{},\"2054\":{}},\"comment\":{}}],[\"closerewards\",{\"_index\":341,\"name\":{\"580\":{},\"1266\":{}},\"comment\":{}}],[\"closeto\",{\"_index\":559,\"name\":{\"1331\":{}},\"comment\":{}}],[\"closingamount\",{\"_index\":342,\"name\":{\"581\":{},\"1267\":{}},\"comment\":{}}],[\"commithash\",{\"_index\":256,\"name\":{\"411\":{}},\"comment\":{}}],[\"commitment\",{\"_index\":525,\"name\":{\"1228\":{}},\"comment\":{}}],[\"committed\",{\"_index\":736,\"name\":{\"1644\":{}},\"comment\":{}}],[\"compile\",{\"_index\":30,\"name\":{\"30\":{},\"2340\":{}},\"comment\":{}}],[\"compileresponse\",{\"_index\":259,\"name\":{\"416\":{}},\"comment\":{}}],[\"computegroupid\",{\"_index\":590,\"name\":{\"1420\":{}},\"comment\":{}}],[\"confirmedround\",{\"_index\":343,\"name\":{\"582\":{},\"1268\":{}},\"comment\":{}}],[\"consensusversion\",{\"_index\":422,\"name\":{\"775\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":13,\"name\":{\"13\":{},\"55\":{},\"88\":{},\"142\":{},\"174\":{},\"182\":{},\"189\":{},\"197\":{},\"205\":{},\"216\":{},\"223\":{},\"231\":{},\"238\":{},\"247\":{},\"254\":{},\"261\":{},\"269\":{},\"281\":{},\"291\":{},\"298\":{},\"305\":{},\"313\":{},\"320\":{},\"340\":{},\"347\":{},\"355\":{},\"361\":{},\"367\":{},\"374\":{},\"380\":{},\"388\":{},\"394\":{},\"401\":{},\"407\":{},\"418\":{},\"426\":{},\"432\":{},\"444\":{},\"452\":{},\"461\":{},\"471\":{},\"487\":{},\"494\":{},\"502\":{},\"509\":{},\"515\":{},\"521\":{},\"528\":{},\"535\":{},\"543\":{},\"574\":{},\"593\":{},\"600\":{},\"606\":{},\"613\":{},\"619\":{},\"632\":{},\"638\":{},\"649\":{},\"658\":{},\"669\":{},\"680\":{},\"692\":{},\"703\":{},\"714\":{},\"728\":{},\"735\":{},\"745\":{},\"753\":{},\"760\":{},\"768\":{},\"774\":{},\"785\":{},\"795\":{},\"805\":{},\"840\":{},\"851\":{},\"858\":{},\"865\":{},\"873\":{},\"883\":{},\"894\":{},\"902\":{},\"909\":{},\"918\":{},\"930\":{},\"937\":{},\"944\":{},\"952\":{},\"962\":{},\"970\":{},\"981\":{},\"989\":{},\"1009\":{},\"1016\":{},\"1024\":{},\"1048\":{},\"1059\":{},\"1069\":{},\"1077\":{},\"1085\":{},\"1091\":{},\"1099\":{},\"1106\":{},\"1114\":{},\"1121\":{},\"1127\":{},\"1139\":{},\"1149\":{},\"1157\":{},\"1168\":{},\"1175\":{},\"1187\":{},\"1194\":{},\"1202\":{},\"1209\":{},\"1218\":{},\"1227\":{},\"1234\":{},\"1241\":{},\"1248\":{},\"1256\":{},\"1295\":{},\"1311\":{},\"1318\":{},\"1326\":{},\"1337\":{},\"1349\":{},\"1358\":{},\"1365\":{},\"1373\":{},\"1382\":{},\"1390\":{},\"1397\":{},\"1405\":{},\"1425\":{},\"1442\":{},\"1482\":{},\"1495\":{},\"1543\":{},\"1648\":{},\"1858\":{},\"1867\":{},\"1877\":{},\"1888\":{},\"1897\":{},\"1906\":{},\"1915\":{},\"1924\":{},\"1936\":{},\"1948\":{},\"1966\":{},\"1979\":{},\"2004\":{},\"2035\":{},\"2138\":{},\"2144\":{},\"2149\":{},\"2173\":{},\"2183\":{},\"2193\":{},\"2204\":{},\"2215\":{},\"2225\":{},\"2235\":{},\"2246\":{},\"2257\":{},\"2268\":{},\"2279\":{},\"2290\":{},\"2301\":{},\"2311\":{},\"2321\":{},\"2331\":{},\"2341\":{},\"2352\":{},\"2362\":{},\"2373\":{},\"2383\":{},\"2393\":{},\"2403\":{},\"2414\":{},\"2424\":{},\"2435\":{},\"2445\":{},\"2455\":{},\"2466\":{},\"2476\":{},\"2486\":{},\"2496\":{},\"2506\":{},\"2516\":{},\"2526\":{},\"2536\":{},\"2546\":{},\"2556\":{},\"2566\":{},\"2581\":{},\"2608\":{},\"2633\":{},\"2644\":{},\"2654\":{},\"2667\":{},\"2682\":{},\"2697\":{},\"2712\":{},\"2727\":{},\"2738\":{},\"2749\":{},\"2765\":{},\"2785\":{},\"2814\":{},\"2831\":{},\"2846\":{},\"2858\":{},\"2900\":{},\"2911\":{},\"2939\":{},\"2952\":{}},\"comment\":{}}],[\"constructtransaction\",{\"_index\":921,\"name\":{\"2099\":{}},\"comment\":{}}],[\"cost\",{\"_index\":947,\"name\":{\"2154\":{},\"2918\":{}},\"comment\":{}}],[\"count\",{\"_index\":744,\"name\":{\"1655\":{}},\"comment\":{}}],[\"createdapp\",{\"_index\":164,\"name\":{\"177\":{}},\"comment\":{}}],[\"createdapplicationindex\",{\"_index\":536,\"name\":{\"1269\":{}},\"comment\":{}}],[\"createdapps\",{\"_index\":150,\"name\":{\"160\":{},\"826\":{}},\"comment\":{}}],[\"createdasset\",{\"_index\":169,\"name\":{\"192\":{}},\"comment\":{}}],[\"createdassetindex\",{\"_index\":537,\"name\":{\"1270\":{}},\"comment\":{}}],[\"createdassets\",{\"_index\":151,\"name\":{\"161\":{},\"827\":{}},\"comment\":{}}],[\"createdatround\",{\"_index\":435,\"name\":{\"828\":{},\"876\":{},\"955\":{}},\"comment\":{}}],[\"createdryrun\",{\"_index\":624,\"name\":{\"1493\":{}},\"comment\":{}}],[\"createmultisigtransaction\",{\"_index\":614,\"name\":{\"1474\":{}},\"comment\":{}}],[\"createwallet\",{\"_index\":57,\"name\":{\"58\":{}},\"comment\":{}}],[\"creator\",{\"_index\":202,\"name\":{\"272\":{},\"321\":{},\"921\":{},\"990\":{},\"2817\":{},\"2834\":{}},\"comment\":{}}],[\"currencygreaterthan\",{\"_index\":970,\"name\":{\"2569\":{},\"2593\":{},\"2621\":{},\"2767\":{},\"2804\":{}},\"comment\":{}}],[\"currencylessthan\",{\"_index\":971,\"name\":{\"2570\":{},\"2594\":{},\"2622\":{},\"2768\":{},\"2805\":{}},\"comment\":{}}],[\"currentprotocol\",{\"_index\":481,\"name\":{\"1060\":{}},\"comment\":{}}],[\"currentround\",{\"_index\":414,\"name\":{\"746\":{},\"853\":{},\"867\":{},\"896\":{},\"911\":{},\"931\":{},\"946\":{},\"964\":{},\"983\":{},\"1011\":{},\"1018\":{},\"1359\":{},\"1406\":{}},\"comment\":{}}],[\"customtokenheader\",{\"_index\":120,\"name\":{\"127\":{}},\"comment\":{}}],[\"data\",{\"_index\":296,\"name\":{\"489\":{},\"1101\":{},\"1133\":{}},\"comment\":{}}],[\"dbavailable\",{\"_index\":490,\"name\":{\"1128\":{}},\"comment\":{}}],[\"dc\",{\"_index\":783,\"name\":{\"1757\":{}},\"comment\":{}}],[\"decimals\",{\"_index\":220,\"name\":{\"322\":{},\"991\":{}},\"comment\":{}}],[\"decode\",{\"_index\":867,\"name\":{\"1864\":{},\"1874\":{},\"1885\":{},\"1894\":{},\"1903\":{},\"1912\":{},\"1921\":{},\"1932\":{},\"1943\":{},\"1955\":{}},\"comment\":{}}],[\"decodeaddress\",{\"_index\":125,\"name\":{\"132\":{}},\"comment\":{}}],[\"decodeerror\",{\"_index\":729,\"name\":{\"1637\":{}},\"comment\":{}}],[\"decodeobj\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"decodesignedtransaction\",{\"_index\":665,\"name\":{\"1538\":{}},\"comment\":{}}],[\"decodeuint64\",{\"_index\":130,\"name\":{\"137\":{}},\"comment\":{}}],[\"decodeunsignedtransaction\",{\"_index\":664,\"name\":{\"1537\":{}},\"comment\":{}}],[\"default\",{\"_index\":76,\"name\":{\"80\":{}},\"comment\":{}}],[\"defaultfrozen\",{\"_index\":223,\"name\":{\"325\":{},\"994\":{}},\"comment\":{}}],[\"delete\",{\"_index\":107,\"name\":{\"114\":{},\"2142\":{}},\"comment\":{}}],[\"deleteapplicationoc\",{\"_index\":661,\"name\":{\"1534\":{}},\"comment\":{}}],[\"deleted\",{\"_index\":436,\"name\":{\"829\":{},\"877\":{},\"887\":{},\"956\":{},\"974\":{},\"1161\":{}},\"comment\":{}}],[\"deletedatround\",{\"_index\":439,\"name\":{\"878\":{}},\"comment\":{}}],[\"deletekey\",{\"_index\":67,\"name\":{\"68\":{}},\"comment\":{}}],[\"deletemultisig\",{\"_index\":74,\"name\":{\"76\":{}},\"comment\":{}}],[\"delta\",{\"_index\":181,\"name\":{\"218\":{},\"529\":{},\"860\":{}},\"comment\":{}}],[\"deltas\",{\"_index\":420,\"name\":{\"769\":{}},\"comment\":{}}],[\"desc\",{\"_index\":888,\"name\":{\"1961\":{},\"1976\":{},\"1989\":{},\"1992\":{},\"1995\":{},\"2169\":{}},\"comment\":{}}],[\"description\",{\"_index\":893,\"name\":{\"1968\":{},\"1981\":{},\"2006\":{},\"2011\":{}},\"comment\":{}}],[\"destroyedatround\",{\"_index\":451,\"name\":{\"957\":{}},\"comment\":{}}],[\"df\",{\"_index\":782,\"name\":{\"1756\":{}},\"comment\":{}}],[\"disassemble\",{\"_index\":31,\"name\":{\"31\":{},\"2351\":{}},\"comment\":{}}],[\"disassembleresponse\",{\"_index\":263,\"name\":{\"424\":{}},\"comment\":{}}],[\"disassembly\",{\"_index\":284,\"name\":{\"472\":{},\"2150\":{},\"2914\":{}},\"comment\":{}}],[\"distributiveoverwrite\",{\"_index\":997,\"name\":{\"2890\":{}},\"comment\":{}}],[\"do\",{\"_index\":957,\"name\":{\"2175\":{},\"2189\":{},\"2196\":{},\"2211\":{},\"2221\":{},\"2231\":{},\"2242\":{},\"2253\":{},\"2264\":{},\"2275\":{},\"2286\":{},\"2297\":{},\"2307\":{},\"2317\":{},\"2327\":{},\"2337\":{},\"2344\":{},\"2354\":{},\"2365\":{},\"2379\":{},\"2389\":{},\"2399\":{},\"2410\":{},\"2420\":{},\"2431\":{},\"2441\":{},\"2451\":{},\"2458\":{},\"2468\":{},\"2482\":{},\"2488\":{},\"2498\":{},\"2512\":{},\"2522\":{},\"2532\":{},\"2542\":{},\"2552\":{},\"2562\":{},\"2577\":{},\"2604\":{},\"2629\":{},\"2640\":{},\"2650\":{},\"2663\":{},\"2678\":{},\"2693\":{},\"2708\":{},\"2723\":{},\"2734\":{},\"2745\":{},\"2761\":{},\"2781\":{},\"2810\":{},\"2827\":{},\"2842\":{},\"2854\":{},\"2864\":{},\"2906\":{}},\"comment\":{}}],[\"doraw\",{\"_index\":960,\"name\":{\"2180\":{},\"2190\":{},\"2201\":{},\"2212\":{},\"2222\":{},\"2232\":{},\"2243\":{},\"2254\":{},\"2265\":{},\"2276\":{},\"2287\":{},\"2298\":{},\"2308\":{},\"2318\":{},\"2328\":{},\"2338\":{},\"2349\":{},\"2359\":{},\"2370\":{},\"2380\":{},\"2390\":{},\"2400\":{},\"2411\":{},\"2421\":{},\"2432\":{},\"2442\":{},\"2452\":{},\"2463\":{},\"2473\":{},\"2483\":{},\"2493\":{},\"2503\":{},\"2513\":{},\"2523\":{},\"2533\":{},\"2543\":{},\"2553\":{},\"2563\":{},\"2578\":{},\"2605\":{},\"2630\":{},\"2641\":{},\"2651\":{},\"2664\":{},\"2679\":{},\"2694\":{},\"2709\":{},\"2724\":{},\"2735\":{},\"2746\":{},\"2762\":{},\"2782\":{},\"2811\":{},\"2828\":{},\"2843\":{},\"2855\":{},\"2865\":{},\"2907\":{}},\"comment\":{}}],[\"dryrun\",{\"_index\":32,\"name\":{\"32\":{},\"2361\":{}},\"comment\":{}}],[\"dryrunrequest\",{\"_index\":264,\"name\":{\"430\":{}},\"comment\":{}}],[\"dryrunresponse\",{\"_index\":271,\"name\":{\"442\":{}},\"comment\":{}}],[\"dryrunresult\",{\"_index\":625,\"name\":{\"1494\":{}},\"comment\":{}}],[\"dryrunresultresponse\",{\"_index\":995,\"name\":{\"2886\":{}},\"comment\":{}}],[\"dryrunsource\",{\"_index\":273,\"name\":{\"450\":{}},\"comment\":{}}],[\"dryrunstackvalue\",{\"_index\":1022,\"name\":{\"2951\":{}},\"comment\":{}}],[\"dryrunstate\",{\"_index\":278,\"name\":{\"459\":{}},\"comment\":{}}],[\"dryruntrace\",{\"_index\":1008,\"name\":{\"2910\":{}},\"comment\":{}}],[\"dryruntraceline\",{\"_index\":1020,\"name\":{\"2938\":{}},\"comment\":{}}],[\"dryruntracelineresponse\",{\"_index\":1021,\"name\":{\"2945\":{}},\"comment\":{}}],[\"dryruntransactionresult\",{\"_index\":945,\"name\":{\"2147\":{}},\"comment\":{}}],[\"dryruntransactionresultresponse\",{\"_index\":1009,\"name\":{\"2913\":{}},\"comment\":{}}],[\"dryruntxnresult\",{\"_index\":283,\"name\":{\"469\":{}},\"comment\":{}}],[\"enable\",{\"_index\":371,\"name\":{\"650\":{}},\"comment\":{}}],[\"encode\",{\"_index\":866,\"name\":{\"1863\":{},\"1873\":{},\"1884\":{},\"1893\":{},\"1902\":{},\"1911\":{},\"1920\":{},\"1931\":{},\"1942\":{},\"1954\":{}},\"comment\":{}}],[\"encodeaddress\",{\"_index\":124,\"name\":{\"131\":{}},\"comment\":{}}],[\"encodedassetparams\",{\"_index\":780,\"name\":{\"1754\":{}},\"comment\":{}}],[\"encodedboxreference\",{\"_index\":796,\"name\":{\"1772\":{}},\"comment\":{}}],[\"encodedglobalstateschema\",{\"_index\":795,\"name\":{\"1769\":{}},\"comment\":{}}],[\"encodedlocalstateschema\",{\"_index\":792,\"name\":{\"1766\":{}},\"comment\":{}}],[\"encodedlogicsig\",{\"_index\":848,\"name\":{\"1829\":{}},\"comment\":{}}],[\"encodedlogicsigaccount\",{\"_index\":851,\"name\":{\"1834\":{}},\"comment\":{}}],[\"encodedmultisig\",{\"_index\":844,\"name\":{\"1825\":{}},\"comment\":{}}],[\"encodedsignedtransaction\",{\"_index\":852,\"name\":{\"1837\":{}},\"comment\":{}}],[\"encodedsubsig\",{\"_index\":841,\"name\":{\"1822\":{}},\"comment\":{}}],[\"encodedtransaction\",{\"_index\":799,\"name\":{\"1775\":{}},\"comment\":{}}],[\"encodeobj\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"encodeuint64\",{\"_index\":129,\"name\":{\"136\":{}},\"comment\":{}}],[\"encodeunsignedsimulatetransaction\",{\"_index\":662,\"name\":{\"1535\":{}},\"comment\":{}}],[\"encodeunsignedtransaction\",{\"_index\":663,\"name\":{\"1536\":{}},\"comment\":{}}],[\"equals\",{\"_index\":863,\"name\":{\"1860\":{},\"1870\":{},\"1881\":{},\"1890\":{},\"1899\":{},\"1908\":{},\"1917\":{},\"1928\":{},\"1939\":{},\"1951\":{}},\"comment\":{}}],[\"error\",{\"_index\":272,\"name\":{\"445\":{},\"465\":{},\"1496\":{},\"2887\":{},\"2940\":{},\"2946\":{}},\"comment\":{}}],[\"error_invalid_microalgos\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"error_multisig_bad_sender\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"errorresponse\",{\"_index\":294,\"name\":{\"485\":{},\"1097\":{}},\"comment\":{}}],[\"errors\",{\"_index\":492,\"name\":{\"1134\":{}},\"comment\":{}}],[\"estimatesize\",{\"_index\":702,\"name\":{\"1601\":{}},\"comment\":{}}],[\"evaldelta\",{\"_index\":297,\"name\":{\"492\":{},\"1104\":{}},\"comment\":{}}],[\"evaldeltakeyvalue\",{\"_index\":299,\"name\":{\"500\":{},\"1112\":{}},\"comment\":{}}],[\"evaloverrides\",{\"_index\":368,\"name\":{\"642\":{}},\"comment\":{}}],[\"events\",{\"_index\":891,\"name\":{\"1964\":{},\"1971\":{},\"1999\":{},\"2012\":{}},\"comment\":{}}],[\"exclude\",{\"_index\":963,\"name\":{\"2206\":{},\"2658\":{},\"2776\":{}},\"comment\":{}}],[\"excludecloseto\",{\"_index\":979,\"name\":{\"2597\":{},\"2800\":{}},\"comment\":{}}],[\"exectrace\",{\"_index\":383,\"name\":{\"672\":{}},\"comment\":{}}],[\"exectraceconfig\",{\"_index\":362,\"name\":{\"624\":{},\"643\":{}},\"comment\":{}}],[\"execute\",{\"_index\":752,\"name\":{\"1663\":{}},\"comment\":{}}],[\"expiredparticipationaccounts\",{\"_index\":499,\"name\":{\"1170\":{}},\"comment\":{}}],[\"exportkey\",{\"_index\":65,\"name\":{\"66\":{}},\"comment\":{}}],[\"exportmasterderivationkey\",{\"_index\":63,\"name\":{\"64\":{}},\"comment\":{}}],[\"exportmultisig\",{\"_index\":72,\"name\":{\"74\":{}},\"comment\":{}}],[\"extraboxrefs\",{\"_index\":387,\"name\":{\"687\":{}},\"comment\":{}}],[\"extraopcodebudget\",{\"_index\":363,\"name\":{\"625\":{},\"695\":{}},\"comment\":{}}],[\"extrapages\",{\"_index\":701,\"name\":{\"1596\":{},\"1714\":{},\"2093\":{}},\"comment\":{}}],[\"extraprogrampages\",{\"_index\":203,\"name\":{\"273\":{},\"922\":{},\"1301\":{}},\"comment\":{}}],[\"f\",{\"_index\":786,\"name\":{\"1760\":{}},\"comment\":{}}],[\"fadd\",{\"_index\":823,\"name\":{\"1804\":{}},\"comment\":{}}],[\"faid\",{\"_index\":822,\"name\":{\"1802\":{}},\"comment\":{}}],[\"failedat\",{\"_index\":378,\"name\":{\"662\":{}},\"comment\":{}}],[\"failuremessage\",{\"_index\":379,\"name\":{\"663\":{}},\"comment\":{}}],[\"falconsignature\",{\"_index\":519,\"name\":{\"1210\":{}},\"comment\":{}}],[\"fee\",{\"_index\":423,\"name\":{\"776\":{},\"1257\":{},\"1548\":{},\"1667\":{},\"1729\":{},\"1776\":{},\"2046\":{}},\"comment\":{}}],[\"fees\",{\"_index\":983,\"name\":{\"2868\":{}},\"comment\":{}}],[\"feescollected\",{\"_index\":464,\"name\":{\"1034\":{}},\"comment\":{}}],[\"feesink\",{\"_index\":474,\"name\":{\"1049\":{}},\"comment\":{}}],[\"fieldname\",{\"_index\":274,\"name\":{\"453\":{}},\"comment\":{}}],[\"firstattestedround\",{\"_index\":409,\"name\":{\"737\":{},\"1141\":{}},\"comment\":{}}],[\"firstround\",{\"_index\":670,\"name\":{\"1550\":{},\"1669\":{},\"1730\":{},\"2048\":{}},\"comment\":{}}],[\"firstvalid\",{\"_index\":529,\"name\":{\"1258\":{}},\"comment\":{}}],[\"fixedsigner\",{\"_index\":384,\"name\":{\"673\":{}},\"comment\":{}}],[\"fixsigners\",{\"_index\":364,\"name\":{\"626\":{},\"696\":{}},\"comment\":{}}],[\"flatfee\",{\"_index\":700,\"name\":{\"1592\":{},\"1710\":{},\"1728\":{},\"2089\":{}},\"comment\":{}}],[\"foreignapps\",{\"_index\":550,\"name\":{\"1302\":{}},\"comment\":{}}],[\"foreignassets\",{\"_index\":551,\"name\":{\"1303\":{}},\"comment\":{}}],[\"format\",{\"_index\":994,\"name\":{\"2885\":{}},\"comment\":{}}],[\"frac\",{\"_index\":984,\"name\":{\"2869\":{}},\"comment\":{}}],[\"freeze\",{\"_index\":224,\"name\":{\"326\":{},\"995\":{}},\"comment\":{}}],[\"freezeaccount\",{\"_index\":686,\"name\":{\"1575\":{},\"1694\":{},\"2073\":{}},\"comment\":{}}],[\"freezestate\",{\"_index\":687,\"name\":{\"1576\":{},\"1695\":{},\"2074\":{}},\"comment\":{}}],[\"from\",{\"_index\":668,\"name\":{\"1546\":{},\"1665\":{},\"1857\":{},\"1866\":{},\"1876\":{},\"1887\":{},\"1896\":{},\"1905\":{},\"1914\":{},\"1923\":{},\"1935\":{},\"1947\":{},\"2044\":{}},\"comment\":{}}],[\"from_obj_for_encoding\",{\"_index\":133,\"name\":{\"141\":{},\"173\":{},\"181\":{},\"188\":{},\"196\":{},\"204\":{},\"215\":{},\"222\":{},\"230\":{},\"237\":{},\"246\":{},\"253\":{},\"260\":{},\"268\":{},\"280\":{},\"290\":{},\"297\":{},\"304\":{},\"312\":{},\"319\":{},\"339\":{},\"346\":{},\"354\":{},\"360\":{},\"366\":{},\"373\":{},\"379\":{},\"387\":{},\"393\":{},\"400\":{},\"406\":{},\"417\":{},\"425\":{},\"431\":{},\"443\":{},\"451\":{},\"460\":{},\"470\":{},\"486\":{},\"493\":{},\"501\":{},\"508\":{},\"514\":{},\"520\":{},\"527\":{},\"534\":{},\"542\":{},\"573\":{},\"592\":{},\"599\":{},\"605\":{},\"612\":{},\"618\":{},\"631\":{},\"637\":{},\"648\":{},\"657\":{},\"668\":{},\"679\":{},\"691\":{},\"702\":{},\"713\":{},\"727\":{},\"734\":{},\"744\":{},\"752\":{},\"759\":{},\"767\":{},\"773\":{},\"784\":{},\"794\":{},\"804\":{},\"839\":{},\"850\":{},\"857\":{},\"864\":{},\"872\":{},\"882\":{},\"893\":{},\"901\":{},\"908\":{},\"917\":{},\"929\":{},\"936\":{},\"943\":{},\"951\":{},\"961\":{},\"969\":{},\"980\":{},\"988\":{},\"1008\":{},\"1015\":{},\"1023\":{},\"1047\":{},\"1058\":{},\"1068\":{},\"1076\":{},\"1084\":{},\"1090\":{},\"1098\":{},\"1105\":{},\"1113\":{},\"1120\":{},\"1126\":{},\"1138\":{},\"1148\":{},\"1156\":{},\"1167\":{},\"1174\":{},\"1186\":{},\"1193\":{},\"1201\":{},\"1208\":{},\"1217\":{},\"1226\":{},\"1233\":{},\"1240\":{},\"1247\":{},\"1255\":{},\"1294\":{},\"1310\":{},\"1317\":{},\"1325\":{},\"1336\":{},\"1348\":{},\"1357\":{},\"1364\":{},\"1372\":{},\"1381\":{},\"1389\":{},\"1396\":{},\"1404\":{},\"1423\":{},\"1440\":{},\"1542\":{}},\"comment\":{}}],[\"frombyte\",{\"_index\":592,\"name\":{\"1424\":{},\"1441\":{}},\"comment\":{}}],[\"fromsignature\",{\"_index\":906,\"name\":{\"2003\":{}},\"comment\":{}}],[\"fv\",{\"_index\":800,\"name\":{\"1777\":{}},\"comment\":{}}],[\"gathersignatures\",{\"_index\":749,\"name\":{\"1660\":{}},\"comment\":{}}],[\"gen\",{\"_index\":803,\"name\":{\"1782\":{},\"2870\":{}},\"comment\":{}}],[\"generateaccount\",{\"_index\":131,\"name\":{\"138\":{}},\"comment\":{}}],[\"generatekey\",{\"_index\":66,\"name\":{\"67\":{}},\"comment\":{}}],[\"genesis\",{\"_index\":37,\"name\":{\"37\":{},\"2413\":{}},\"comment\":{}}],[\"genesishash\",{\"_index\":424,\"name\":{\"777\":{},\"1025\":{},\"1271\":{},\"1554\":{},\"1673\":{},\"1733\":{},\"2052\":{}},\"comment\":{}}],[\"genesishashb64\",{\"_index\":432,\"name\":{\"797\":{}},\"comment\":{}}],[\"genesisid\",{\"_index\":425,\"name\":{\"778\":{},\"798\":{},\"1026\":{},\"1272\":{},\"1553\":{},\"1672\":{},\"1732\":{},\"2051\":{}},\"comment\":{}}],[\"get\",{\"_index\":105,\"name\":{\"112\":{},\"2140\":{}},\"comment\":{}}],[\"get_obj_for_encoding\",{\"_index\":161,\"name\":{\"171\":{},\"179\":{},\"186\":{},\"194\":{},\"202\":{},\"213\":{},\"220\":{},\"228\":{},\"235\":{},\"244\":{},\"251\":{},\"258\":{},\"266\":{},\"278\":{},\"288\":{},\"295\":{},\"302\":{},\"310\":{},\"317\":{},\"337\":{},\"344\":{},\"352\":{},\"358\":{},\"364\":{},\"371\":{},\"377\":{},\"385\":{},\"391\":{},\"398\":{},\"404\":{},\"415\":{},\"423\":{},\"429\":{},\"441\":{},\"449\":{},\"458\":{},\"468\":{},\"484\":{},\"491\":{},\"499\":{},\"506\":{},\"512\":{},\"518\":{},\"525\":{},\"532\":{},\"540\":{},\"571\":{},\"590\":{},\"597\":{},\"603\":{},\"610\":{},\"616\":{},\"629\":{},\"635\":{},\"646\":{},\"655\":{},\"666\":{},\"677\":{},\"689\":{},\"700\":{},\"711\":{},\"725\":{},\"732\":{},\"742\":{},\"750\":{},\"757\":{},\"765\":{},\"771\":{},\"782\":{},\"792\":{},\"801\":{},\"837\":{},\"848\":{},\"855\":{},\"862\":{},\"870\":{},\"880\":{},\"891\":{},\"899\":{},\"906\":{},\"915\":{},\"927\":{},\"934\":{},\"941\":{},\"949\":{},\"959\":{},\"967\":{},\"978\":{},\"986\":{},\"1006\":{},\"1013\":{},\"1021\":{},\"1045\":{},\"1056\":{},\"1066\":{},\"1074\":{},\"1082\":{},\"1088\":{},\"1096\":{},\"1103\":{},\"1111\":{},\"1118\":{},\"1124\":{},\"1136\":{},\"1146\":{},\"1154\":{},\"1165\":{},\"1172\":{},\"1184\":{},\"1191\":{},\"1199\":{},\"1206\":{},\"1215\":{},\"1224\":{},\"1231\":{},\"1238\":{},\"1245\":{},\"1253\":{},\"1292\":{},\"1308\":{},\"1315\":{},\"1323\":{},\"1334\":{},\"1346\":{},\"1355\":{},\"1362\":{},\"1370\":{},\"1379\":{},\"1387\":{},\"1394\":{},\"1402\":{},\"1410\":{},\"1431\":{},\"1445\":{},\"1600\":{},\"2146\":{}},\"comment\":{}}],[\"getapplicationaddress\",{\"_index\":126,\"name\":{\"133\":{}},\"comment\":{}}],[\"getapplicationboxbyname\",{\"_index\":35,\"name\":{\"35\":{},\"2392\":{}},\"comment\":{}}],[\"getapplicationboxes\",{\"_index\":36,\"name\":{\"36\":{},\"2402\":{}},\"comment\":{}}],[\"getapplicationbyid\",{\"_index\":34,\"name\":{\"34\":{},\"2382\":{}},\"comment\":{}}],[\"getassetbyid\",{\"_index\":33,\"name\":{\"33\":{},\"2372\":{}},\"comment\":{}}],[\"getblockhash\",{\"_index\":21,\"name\":{\"21\":{},\"2245\":{}},\"comment\":{}}],[\"getblockoffsettimestamp\",{\"_index\":44,\"name\":{\"44\":{},\"2475\":{}},\"comment\":{}}],[\"getblocktimestampoffsetresponse\",{\"_index\":300,\"name\":{\"507\":{}},\"comment\":{}}],[\"getblocktxids\",{\"_index\":22,\"name\":{\"22\":{},\"2256\":{}},\"comment\":{}}],[\"getintencoding\",{\"_index\":53,\"name\":{\"53\":{},\"78\":{},\"110\":{},\"2037\":{}},\"comment\":{}}],[\"getledgerstatedelta\",{\"_index\":50,\"name\":{\"50\":{},\"2535\":{}},\"comment\":{}}],[\"getledgerstatedeltafortransactiongroup\",{\"_index\":49,\"name\":{\"49\":{},\"2525\":{}},\"comment\":{}}],[\"getlightblockheaderproof\",{\"_index\":39,\"name\":{\"39\":{}},\"comment\":{}}],[\"getlineforpc\",{\"_index\":622,\"name\":{\"1491\":{}},\"comment\":{}}],[\"getmethodbyname\",{\"_index\":895,\"name\":{\"1973\":{},\"1984\":{},\"1985\":{}},\"comment\":{}}],[\"getpcsforline\",{\"_index\":623,\"name\":{\"1492\":{}},\"comment\":{}}],[\"getselector\",{\"_index\":908,\"name\":{\"2015\":{}},\"comment\":{}}],[\"getsignature\",{\"_index\":907,\"name\":{\"2014\":{}},\"comment\":{}}],[\"getstateproof\",{\"_index\":40,\"name\":{\"40\":{}},\"comment\":{}}],[\"getstatus\",{\"_index\":743,\"name\":{\"1654\":{}},\"comment\":{}}],[\"getsyncround\",{\"_index\":47,\"name\":{\"47\":{},\"2505\":{}},\"comment\":{}}],[\"getsyncroundresponse\",{\"_index\":302,\"name\":{\"513\":{}},\"comment\":{}}],[\"gettransactiongroupledgerstatedeltasforround\",{\"_index\":51,\"name\":{\"51\":{},\"2545\":{}},\"comment\":{}}],[\"gettransactionparams\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"gettransactionproof\",{\"_index\":38,\"name\":{\"38\":{},\"2423\":{}},\"comment\":{}}],[\"getwallet\",{\"_index\":62,\"name\":{\"63\":{}},\"comment\":{}}],[\"gh\",{\"_index\":804,\"name\":{\"1783\":{},\"2871\":{}},\"comment\":{}}],[\"globaldelta\",{\"_index\":289,\"name\":{\"477\":{},\"2153\":{},\"2917\":{}},\"comment\":{}}],[\"globalstate\",{\"_index\":204,\"name\":{\"274\":{},\"923\":{}},\"comment\":{}}],[\"globalstatedelta\",{\"_index\":344,\"name\":{\"583\":{},\"1273\":{}},\"comment\":{}}],[\"globalstateschema\",{\"_index\":205,\"name\":{\"275\":{},\"924\":{},\"1304\":{}},\"comment\":{}}],[\"group\",{\"_index\":538,\"name\":{\"1274\":{},\"1595\":{},\"2092\":{}},\"comment\":{}}],[\"grp\",{\"_index\":806,\"name\":{\"1785\":{}},\"comment\":{}}],[\"hash\",{\"_index\":260,\"name\":{\"419\":{}},\"comment\":{}}],[\"hashfactory\",{\"_index\":489,\"name\":{\"1119\":{},\"1150\":{}},\"comment\":{}}],[\"hashtype\",{\"_index\":430,\"name\":{\"790\":{},\"1122\":{},\"2426\":{}},\"comment\":{}}],[\"headeronly\",{\"_index\":980,\"name\":{\"2635\":{}},\"comment\":{}}],[\"headers\",{\"_index\":110,\"name\":{\"118\":{},\"2927\":{}},\"comment\":{}}],[\"healthcheck\",{\"_index\":14,\"name\":{\"14\":{},\"1125\":{},\"2172\":{}},\"comment\":{}}],[\"httpclient\",{\"_index\":938,\"name\":{\"2133\":{}},\"comment\":{}}],[\"httpclientresponse\",{\"_index\":1010,\"name\":{\"2924\":{}},\"comment\":{}}],[\"i\",{\"_index\":797,\"name\":{\"1773\":{}},\"comment\":{}}],[\"id\",{\"_index\":186,\"name\":{\"232\":{},\"239\":{},\"262\":{},\"874\":{},\"884\":{},\"1275\":{}},\"comment\":{}}],[\"ids\",{\"_index\":305,\"name\":{\"530\":{}},\"comment\":{}}],[\"idx\",{\"_index\":428,\"name\":{\"786\":{}},\"comment\":{}}],[\"importkey\",{\"_index\":64,\"name\":{\"65\":{}},\"comment\":{}}],[\"importmultisig\",{\"_index\":71,\"name\":{\"73\":{}},\"comment\":{}}],[\"incentiveeligible\",{\"_index\":152,\"name\":{\"162\":{},\"830\":{}},\"comment\":{}}],[\"includeall\",{\"_index\":972,\"name\":{\"2572\":{},\"2657\":{},\"2672\":{},\"2687\":{},\"2702\":{},\"2717\":{},\"2729\":{},\"2740\":{},\"2775\":{},\"2822\":{},\"2837\":{}},\"comment\":{}}],[\"index\",{\"_index\":216,\"name\":{\"299\":{},\"536\":{},\"953\":{},\"2820\":{},\"2833\":{}},\"comment\":{}}],[\"indexer\",{\"_index\":83,\"name\":{\"87\":{},\"124\":{}},\"comment\":{}}],[\"indexermodels\",{\"_index\":433,\"name\":{\"802\":{}},\"comment\":{}}],[\"indexerstateproofmessage\",{\"_index\":493,\"name\":{\"1137\":{}},\"comment\":{}}],[\"indexertokenheader\",{\"_index\":118,\"name\":{\"123\":{}},\"comment\":{}}],[\"initialstates\",{\"_index\":369,\"name\":{\"644\":{}},\"comment\":{}}],[\"initwallethandle\",{\"_index\":58,\"name\":{\"59\":{}},\"comment\":{}}],[\"innertrace\",{\"_index\":404,\"name\":{\"721\":{}},\"comment\":{}}],[\"innertxns\",{\"_index\":345,\"name\":{\"584\":{},\"1276\":{}},\"comment\":{}}],[\"instantiatetxnifneeded\",{\"_index\":666,\"name\":{\"1539\":{}},\"comment\":{}}],[\"intdecoding\",{\"_index\":75,\"name\":{\"79\":{},\"2178\":{},\"2187\":{},\"2199\":{},\"2209\":{},\"2219\":{},\"2229\":{},\"2241\":{},\"2251\":{},\"2262\":{},\"2274\":{},\"2285\":{},\"2296\":{},\"2305\":{},\"2315\":{},\"2326\":{},\"2335\":{},\"2347\":{},\"2357\":{},\"2368\":{},\"2377\":{},\"2387\":{},\"2398\":{},\"2409\":{},\"2418\":{},\"2429\":{},\"2439\":{},\"2449\":{},\"2462\":{},\"2471\":{},\"2481\":{},\"2491\":{},\"2501\":{},\"2511\":{},\"2520\":{},\"2530\":{},\"2540\":{},\"2551\":{},\"2560\":{},\"2575\":{},\"2602\":{},\"2627\":{},\"2638\":{},\"2648\":{},\"2661\":{},\"2676\":{},\"2691\":{},\"2706\":{},\"2721\":{},\"2732\":{},\"2743\":{},\"2759\":{},\"2779\":{},\"2808\":{},\"2825\":{},\"2840\":{},\"2853\":{},\"2863\":{},\"2903\":{},\"2931\":{}},\"comment\":{}}],[\"internal\",{\"_index\":916,\"name\":{\"2033\":{}},\"comment\":{}}],[\"intraroundoffset\",{\"_index\":539,\"name\":{\"1277\":{}},\"comment\":{}}],[\"invalid_microalgos_error_msg\",{\"_index\":589,\"name\":{\"1419\":{}},\"comment\":{}}],[\"isdelegated\",{\"_index\":604,\"name\":{\"1447\":{}},\"comment\":{}}],[\"isdynamic\",{\"_index\":864,\"name\":{\"1861\":{},\"1871\":{},\"1882\":{},\"1891\":{},\"1900\":{},\"1909\":{},\"1918\":{},\"1929\":{},\"1940\":{},\"1952\":{}},\"comment\":{}}],[\"isfrozen\",{\"_index\":218,\"name\":{\"308\":{},\"973\":{},\"1160\":{}},\"comment\":{}}],[\"ismigrating\",{\"_index\":491,\"name\":{\"1129\":{}},\"comment\":{}}],[\"istransactionwithsigner\",{\"_index\":720,\"name\":{\"1625\":{}},\"comment\":{}}],[\"isvalidaddress\",{\"_index\":123,\"name\":{\"130\":{}},\"comment\":{}}],[\"jsonoptions\",{\"_index\":1013,\"name\":{\"2930\":{}},\"comment\":{}}],[\"jsonrequest\",{\"_index\":1006,\"name\":{\"2899\":{}},\"comment\":{}}],[\"key\",{\"_index\":209,\"name\":{\"283\":{},\"341\":{},\"503\":{},\"522\":{},\"754\":{},\"1115\":{},\"1242\":{}},\"comment\":{}}],[\"keylifetime\",{\"_index\":526,\"name\":{\"1229\":{}},\"comment\":{}}],[\"keyreg\",{\"_index\":757,\"name\":{\"1721\":{},\"2023\":{}},\"comment\":{}}],[\"keyregistrationtxn\",{\"_index\":766,\"name\":{\"1740\":{}},\"comment\":{}}],[\"keyregtransaction\",{\"_index\":540,\"name\":{\"1278\":{}},\"comment\":{}}],[\"keyvalue\",{\"_index\":198,\"name\":{\"264\":{},\"888\":{}},\"comment\":{}}],[\"kmd\",{\"_index\":54,\"name\":{\"54\":{},\"126\":{}},\"comment\":{}}],[\"kmdtokenheader\",{\"_index\":119,\"name\":{\"125\":{}},\"comment\":{}}],[\"kvdelta\",{\"_index\":303,\"name\":{\"519\":{}},\"comment\":{}}],[\"kvs\",{\"_index\":193,\"name\":{\"248\":{}},\"comment\":{}}],[\"l\",{\"_index\":849,\"name\":{\"1830\":{}},\"comment\":{}}],[\"lastattestedround\",{\"_index\":410,\"name\":{\"738\":{}},\"comment\":{}}],[\"lastcatchpoint\",{\"_index\":327,\"name\":{\"561\":{}},\"comment\":{}}],[\"lastheartbeat\",{\"_index\":153,\"name\":{\"163\":{},\"831\":{}},\"comment\":{}}],[\"lastproposed\",{\"_index\":154,\"name\":{\"164\":{},\"832\":{}},\"comment\":{}}],[\"lastround\",{\"_index\":311,\"name\":{\"545\":{},\"639\":{},\"779\":{},\"1551\":{},\"1670\":{},\"1731\":{},\"2049\":{}},\"comment\":{}}],[\"lastvalid\",{\"_index\":530,\"name\":{\"1259\":{}},\"comment\":{}}],[\"lastversion\",{\"_index\":312,\"name\":{\"546\":{}},\"comment\":{}}],[\"latestattestedround\",{\"_index\":494,\"name\":{\"1142\":{}},\"comment\":{}}],[\"latesttimestamp\",{\"_index\":267,\"name\":{\"435\":{}},\"comment\":{}}],[\"lease\",{\"_index\":541,\"name\":{\"1279\":{},\"1555\":{},\"1674\":{},\"2053\":{}},\"comment\":{}}],[\"ledgerstatedeltafortransactiongroup\",{\"_index\":304,\"name\":{\"526\":{}},\"comment\":{}}],[\"length_encode_byte_size\",{\"_index\":860,\"name\":{\"1854\":{}},\"comment\":{}}],[\"lightblockheaderproof\",{\"_index\":306,\"name\":{\"533\":{},\"2434\":{}},\"comment\":{}}],[\"limit\",{\"_index\":969,\"name\":{\"2568\":{},\"2590\":{},\"2618\":{},\"2669\":{},\"2684\":{},\"2699\":{},\"2714\":{},\"2751\":{},\"2769\":{},\"2795\":{},\"2816\":{},\"2836\":{},\"2849\":{}},\"comment\":{}}],[\"line\",{\"_index\":279,\"name\":{\"462\":{},\"2941\":{},\"2947\":{}},\"comment\":{}}],[\"linetopc\",{\"_index\":621,\"name\":{\"1489\":{}},\"comment\":{}}],[\"listkeys\",{\"_index\":68,\"name\":{\"69\":{}},\"comment\":{}}],[\"listmultisig\",{\"_index\":70,\"name\":{\"72\":{}},\"comment\":{}}],[\"listwallets\",{\"_index\":56,\"name\":{\"57\":{}},\"comment\":{}}],[\"lnprovenweight\",{\"_index\":411,\"name\":{\"739\":{},\"1143\":{}},\"comment\":{}}],[\"localdeltas\",{\"_index\":290,\"name\":{\"478\":{},\"2152\":{},\"2916\":{}},\"comment\":{}}],[\"localstatedelta\",{\"_index\":346,\"name\":{\"585\":{},\"1280\":{}},\"comment\":{}}],[\"localstateschema\",{\"_index\":206,\"name\":{\"276\":{},\"925\":{},\"1305\":{}},\"comment\":{}}],[\"logdata\",{\"_index\":447,\"name\":{\"912\":{}},\"comment\":{}}],[\"logic\",{\"_index\":570,\"name\":{\"1374\":{},\"1427\":{},\"2039\":{}},\"comment\":{}}],[\"logicsig\",{\"_index\":566,\"name\":{\"1366\":{},\"1422\":{}},\"comment\":{}}],[\"logicsigaccount\",{\"_index\":601,\"name\":{\"1439\":{}},\"comment\":{}}],[\"logicsigbudgetconsumed\",{\"_index\":385,\"name\":{\"674\":{}},\"comment\":{}}],[\"logicsigdisassembly\",{\"_index\":291,\"name\":{\"479\":{},\"2156\":{},\"2920\":{}},\"comment\":{}}],[\"logicsigfrombyte\",{\"_index\":608,\"name\":{\"1461\":{}},\"comment\":{}}],[\"logicsighash\",{\"_index\":405,\"name\":{\"722\":{}},\"comment\":{}}],[\"logicsigmessages\",{\"_index\":292,\"name\":{\"480\":{},\"2155\":{},\"2919\":{}},\"comment\":{}}],[\"logicsigrejected\",{\"_index\":952,\"name\":{\"2164\":{}},\"comment\":{}}],[\"logicsigstoragestructure\",{\"_index\":918,\"name\":{\"2038\":{}},\"comment\":{}}],[\"logicsigtrace\",{\"_index\":293,\"name\":{\"481\":{},\"723\":{},\"2159\":{},\"2923\":{}},\"comment\":{}}],[\"logs\",{\"_index\":184,\"name\":{\"225\":{},\"362\":{},\"482\":{},\"586\":{},\"903\":{},\"1281\":{},\"2157\":{},\"2921\":{}},\"comment\":{}}],[\"lookupaccountapplocalstates\",{\"_index\":93,\"name\":{\"98\":{},\"2696\":{}},\"comment\":{}}],[\"lookupaccountassets\",{\"_index\":91,\"name\":{\"96\":{},\"2666\":{}},\"comment\":{}}],[\"lookupaccountbyid\",{\"_index\":90,\"name\":{\"95\":{},\"2653\":{}},\"comment\":{}}],[\"lookupaccountcreatedapplications\",{\"_index\":94,\"name\":{\"99\":{},\"2711\":{}},\"comment\":{}}],[\"lookupaccountcreatedassets\",{\"_index\":92,\"name\":{\"97\":{},\"2681\":{}},\"comment\":{}}],[\"lookupaccounttransactions\",{\"_index\":87,\"name\":{\"92\":{},\"2607\":{}},\"comment\":{}}],[\"lookupapplicationboxbyidandname\",{\"_index\":103,\"name\":{\"108\":{},\"2857\":{}},\"comment\":{}}],[\"lookupapplicationlogs\",{\"_index\":97,\"name\":{\"102\":{},\"2748\":{}},\"comment\":{}}],[\"lookupapplications\",{\"_index\":96,\"name\":{\"101\":{},\"2737\":{}},\"comment\":{}}],[\"lookupassetbalances\",{\"_index\":85,\"name\":{\"90\":{},\"2565\":{}},\"comment\":{}}],[\"lookupassetbyid\",{\"_index\":95,\"name\":{\"100\":{},\"2726\":{}},\"comment\":{}}],[\"lookupassettransactions\",{\"_index\":86,\"name\":{\"91\":{},\"2580\":{}},\"comment\":{}}],[\"lookupblock\",{\"_index\":88,\"name\":{\"93\":{},\"2632\":{}},\"comment\":{}}],[\"lookuptransactionbyid\",{\"_index\":89,\"name\":{\"94\":{},\"2643\":{}},\"comment\":{}}],[\"lowersigweight\",{\"_index\":516,\"name\":{\"1203\":{}},\"comment\":{}}],[\"lsig\",{\"_index\":602,\"name\":{\"1443\":{},\"1618\":{},\"1835\":{},\"1841\":{}},\"comment\":{}}],[\"lsigtrace\",{\"_index\":954,\"name\":{\"2166\":{}},\"comment\":{}}],[\"lv\",{\"_index\":801,\"name\":{\"1778\":{}},\"comment\":{}}],[\"lx\",{\"_index\":805,\"name\":{\"1784\":{}},\"comment\":{}}],[\"m\",{\"_index\":784,\"name\":{\"1758\":{}},\"comment\":{}}],[\"major\",{\"_index\":257,\"name\":{\"412\":{}},\"comment\":{}}],[\"makeapplicationcalltxnfromobject\",{\"_index\":654,\"name\":{\"1527\":{}},\"comment\":{}}],[\"makeapplicationclearstatetxn\",{\"_index\":650,\"name\":{\"1523\":{}},\"comment\":{}}],[\"makeapplicationclearstatetxnfromobject\",{\"_index\":651,\"name\":{\"1524\":{}},\"comment\":{}}],[\"makeapplicationcloseouttxn\",{\"_index\":648,\"name\":{\"1521\":{}},\"comment\":{}}],[\"makeapplicationcloseouttxnfromobject\",{\"_index\":649,\"name\":{\"1522\":{}},\"comment\":{}}],[\"makeapplicationcreatetxn\",{\"_index\":640,\"name\":{\"1513\":{}},\"comment\":{}}],[\"makeapplicationcreatetxnfromobject\",{\"_index\":641,\"name\":{\"1514\":{}},\"comment\":{}}],[\"makeapplicationdeletetxn\",{\"_index\":644,\"name\":{\"1517\":{}},\"comment\":{}}],[\"makeapplicationdeletetxnfromobject\",{\"_index\":645,\"name\":{\"1518\":{}},\"comment\":{}}],[\"makeapplicationnooptxn\",{\"_index\":652,\"name\":{\"1525\":{}},\"comment\":{}}],[\"makeapplicationnooptxnfromobject\",{\"_index\":653,\"name\":{\"1526\":{}},\"comment\":{}}],[\"makeapplicationoptintxn\",{\"_index\":646,\"name\":{\"1519\":{}},\"comment\":{}}],[\"makeapplicationoptintxnfromobject\",{\"_index\":647,\"name\":{\"1520\":{}},\"comment\":{}}],[\"makeapplicationupdatetxn\",{\"_index\":642,\"name\":{\"1515\":{}},\"comment\":{}}],[\"makeapplicationupdatetxnfromobject\",{\"_index\":643,\"name\":{\"1516\":{}},\"comment\":{}}],[\"makeassetconfigtxnwithsuggestedparams\",{\"_index\":632,\"name\":{\"1505\":{}},\"comment\":{}}],[\"makeassetconfigtxnwithsuggestedparamsfromobject\",{\"_index\":633,\"name\":{\"1506\":{}},\"comment\":{}}],[\"makeassetcreatetxnwithsuggestedparams\",{\"_index\":630,\"name\":{\"1503\":{}},\"comment\":{}}],[\"makeassetcreatetxnwithsuggestedparamsfromobject\",{\"_index\":631,\"name\":{\"1504\":{}},\"comment\":{}}],[\"makeassetdestroytxnwithsuggestedparams\",{\"_index\":634,\"name\":{\"1507\":{}},\"comment\":{}}],[\"makeassetdestroytxnwithsuggestedparamsfromobject\",{\"_index\":635,\"name\":{\"1508\":{}},\"comment\":{}}],[\"makeassetfreezetxnwithsuggestedparams\",{\"_index\":636,\"name\":{\"1509\":{}},\"comment\":{}}],[\"makeassetfreezetxnwithsuggestedparamsfromobject\",{\"_index\":637,\"name\":{\"1510\":{}},\"comment\":{}}],[\"makeassettransfertxnwithsuggestedparams\",{\"_index\":638,\"name\":{\"1511\":{}},\"comment\":{}}],[\"makeassettransfertxnwithsuggestedparamsfromobject\",{\"_index\":639,\"name\":{\"1512\":{}},\"comment\":{}}],[\"makebasicaccounttransactionsigner\",{\"_index\":716,\"name\":{\"1621\":{}},\"comment\":{}}],[\"makeemptytransactionsigner\",{\"_index\":719,\"name\":{\"1624\":{}},\"comment\":{}}],[\"makehealthcheck\",{\"_index\":84,\"name\":{\"89\":{},\"2555\":{}},\"comment\":{}}],[\"makekeyregistrationtxnwithsuggestedparams\",{\"_index\":628,\"name\":{\"1501\":{}},\"comment\":{}}],[\"makekeyregistrationtxnwithsuggestedparamsfromobject\",{\"_index\":629,\"name\":{\"1502\":{}},\"comment\":{}}],[\"makelogicsigaccounttransactionsigner\",{\"_index\":717,\"name\":{\"1622\":{}},\"comment\":{}}],[\"makemultisigaccounttransactionsigner\",{\"_index\":718,\"name\":{\"1623\":{}},\"comment\":{}}],[\"makepaymenttxnwithsuggestedparams\",{\"_index\":626,\"name\":{\"1499\":{}},\"comment\":{}}],[\"makepaymenttxnwithsuggestedparamsfromobject\",{\"_index\":627,\"name\":{\"1500\":{}},\"comment\":{}}],[\"manager\",{\"_index\":225,\"name\":{\"327\":{},\"996\":{}},\"comment\":{}}],[\"mappings\",{\"_index\":619,\"name\":{\"1486\":{}},\"comment\":{}}],[\"masterderivationkeytomnemonic\",{\"_index\":582,\"name\":{\"1412\":{}},\"comment\":{}}],[\"max\",{\"_index\":964,\"name\":{\"2271\":{},\"2282\":{},\"2293\":{},\"2405\":{}},\"comment\":{}}],[\"max_group_size\",{\"_index\":738,\"name\":{\"1646\":{}},\"comment\":{}}],[\"max_len\",{\"_index\":856,\"name\":{\"1850\":{}},\"comment\":{}}],[\"maxlogcalls\",{\"_index\":389,\"name\":{\"697\":{}},\"comment\":{}}],[\"maxlogsize\",{\"_index\":390,\"name\":{\"698\":{}},\"comment\":{}}],[\"maxprice\",{\"_index\":1005,\"name\":{\"2898\":{}},\"comment\":{}}],[\"maxround\",{\"_index\":975,\"name\":{\"2589\":{},\"2616\":{},\"2753\":{},\"2793\":{}},\"comment\":{}}],[\"maxvaluewidth\",{\"_index\":1015,\"name\":{\"2933\":{}},\"comment\":{}}],[\"mergemultisigtransactions\",{\"_index\":612,\"name\":{\"1469\":{}},\"comment\":{}}],[\"merklearrayindex\",{\"_index\":520,\"name\":{\"1211\":{}},\"comment\":{}}],[\"merklearrayproof\",{\"_index\":495,\"name\":{\"1147\":{}},\"comment\":{}}],[\"message\",{\"_index\":295,\"name\":{\"488\":{},\"729\":{},\"1100\":{},\"1130\":{},\"1398\":{}},\"comment\":{}}],[\"metadatahash\",{\"_index\":226,\"name\":{\"328\":{},\"997\":{}},\"comment\":{}}],[\"method\",{\"_index\":727,\"name\":{\"1635\":{}},\"comment\":{}}],[\"methodcalls\",{\"_index\":740,\"name\":{\"1651\":{}},\"comment\":{}}],[\"methods\",{\"_index\":890,\"name\":{\"1963\":{},\"1970\":{},\"1977\":{},\"1982\":{}},\"comment\":{}}],[\"microalgostoalgos\",{\"_index\":587,\"name\":{\"1417\":{}},\"comment\":{}}],[\"minbalance\",{\"_index\":137,\"name\":{\"146\":{},\"809\":{}},\"comment\":{}}],[\"minfee\",{\"_index\":426,\"name\":{\"780\":{}},\"comment\":{}}],[\"miniassetholding\",{\"_index\":497,\"name\":{\"1155\":{}},\"comment\":{}}],[\"minor\",{\"_index\":258,\"name\":{\"413\":{}},\"comment\":{}}],[\"minround\",{\"_index\":974,\"name\":{\"2588\":{},\"2615\":{},\"2752\":{},\"2792\":{}},\"comment\":{}}],[\"mixed\",{\"_index\":78,\"name\":{\"82\":{}},\"comment\":{}}],[\"mnemonicfromseed\",{\"_index\":586,\"name\":{\"1416\":{}},\"comment\":{}}],[\"mnemonictomasterderivationkey\",{\"_index\":581,\"name\":{\"1411\":{}},\"comment\":{}}],[\"mnemonictosecretkey\",{\"_index\":584,\"name\":{\"1414\":{}},\"comment\":{}}],[\"modelsv2\",{\"_index\":132,\"name\":{\"139\":{}},\"comment\":{}}],[\"msig\",{\"_index\":594,\"name\":{\"1430\":{},\"1617\":{},\"1833\":{},\"1840\":{},\"2042\":{}},\"comment\":{}}],[\"multisig\",{\"_index\":567,\"name\":{\"1367\":{}},\"comment\":{}}],[\"multisig_bad_sender_error_msg\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"multisigaddress\",{\"_index\":617,\"name\":{\"1480\":{}},\"comment\":{}}],[\"multisigmetadata\",{\"_index\":853,\"name\":{\"1843\":{}},\"comment\":{}}],[\"multisigsignature\",{\"_index\":572,\"name\":{\"1376\":{}},\"comment\":{}}],[\"musthavesuggestedparams\",{\"_index\":763,\"name\":{\"1737\":{}},\"comment\":{}}],[\"musthavesuggestedparamsinline\",{\"_index\":764,\"name\":{\"1738\":{}},\"comment\":{}}],[\"n\",{\"_index\":798,\"name\":{\"1774\":{}},\"comment\":{}}],[\"name\",{\"_index\":227,\"name\":{\"329\":{},\"381\":{},\"389\":{},\"396\":{},\"998\":{},\"1078\":{},\"1086\":{},\"1544\":{},\"1736\":{},\"1960\":{},\"1967\":{},\"1975\":{},\"1980\":{},\"1988\":{},\"1994\":{},\"2005\":{},\"2168\":{},\"2818\":{}},\"comment\":{}}],[\"nameb64\",{\"_index\":228,\"name\":{\"330\":{},\"999\":{}},\"comment\":{}}],[\"names\",{\"_index\":618,\"name\":{\"1485\":{}},\"comment\":{}}],[\"nbs\",{\"_index\":794,\"name\":{\"1768\":{},\"1771\":{}},\"comment\":{}}],[\"networks\",{\"_index\":889,\"name\":{\"1962\":{},\"1969\":{}},\"comment\":{}}],[\"newfreezestatus\",{\"_index\":555,\"name\":{\"1321\":{}},\"comment\":{}}],[\"newvalue\",{\"_index\":211,\"name\":{\"286\":{},\"607\":{}},\"comment\":{}}],[\"nextprotocol\",{\"_index\":482,\"name\":{\"1061\":{}},\"comment\":{}}],[\"nextprotocolapprovals\",{\"_index\":483,\"name\":{\"1062\":{}},\"comment\":{}}],[\"nextprotocolswitchon\",{\"_index\":484,\"name\":{\"1063\":{}},\"comment\":{}}],[\"nextprotocolvotebefore\",{\"_index\":485,\"name\":{\"1064\":{}},\"comment\":{}}],[\"nextround\",{\"_index\":522,\"name\":{\"1219\":{}},\"comment\":{}}],[\"nexttoken\",{\"_index\":172,\"name\":{\"200\":{},\"868\":{},\"897\":{},\"913\":{},\"947\":{},\"965\":{},\"984\":{},\"1019\":{},\"1094\":{},\"1408\":{},\"2571\":{},\"2598\":{},\"2623\":{},\"2671\":{},\"2686\":{},\"2701\":{},\"2716\":{},\"2754\":{},\"2771\":{},\"2801\":{},\"2821\":{},\"2835\":{},\"2848\":{}},\"comment\":{}}],[\"nextversion\",{\"_index\":313,\"name\":{\"547\":{}},\"comment\":{}}],[\"nextversionround\",{\"_index\":314,\"name\":{\"548\":{}},\"comment\":{}}],[\"nextversionsupported\",{\"_index\":315,\"name\":{\"549\":{}},\"comment\":{}}],[\"nodestatusresponse\",{\"_index\":309,\"name\":{\"541\":{}},\"comment\":{}}],[\"nonpart\",{\"_index\":819,\"name\":{\"1799\":{}},\"comment\":{}}],[\"nonparticipation\",{\"_index\":561,\"name\":{\"1338\":{},\"1594\":{},\"1713\":{},\"2091\":{}},\"comment\":{}}],[\"noopoc\",{\"_index\":656,\"name\":{\"1529\":{}},\"comment\":{}}],[\"note\",{\"_index\":542,\"name\":{\"1282\":{},\"1552\":{},\"1671\":{},\"1779\":{},\"2050\":{}},\"comment\":{}}],[\"noteprefix\",{\"_index\":973,\"name\":{\"2583\":{},\"2610\":{},\"2787\":{}},\"comment\":{}}],[\"nui\",{\"_index\":793,\"name\":{\"1767\":{},\"1770\":{}},\"comment\":{}}],[\"numbyteslice\",{\"_index\":214,\"name\":{\"293\":{},\"938\":{},\"1235\":{}},\"comment\":{}}],[\"numuint\",{\"_index\":213,\"name\":{\"292\":{},\"939\":{},\"1236\":{}},\"comment\":{}}],[\"offset\",{\"_index\":301,\"name\":{\"510\":{}},\"comment\":{}}],[\"ok\",{\"_index\":1012,\"name\":{\"2929\":{}},\"comment\":{}}],[\"onapplicationcomplete\",{\"_index\":655,\"name\":{\"1528\":{}},\"comment\":{}}],[\"oncompletion\",{\"_index\":552,\"name\":{\"1306\":{}},\"comment\":{}}],[\"onlinemoney\",{\"_index\":415,\"name\":{\"747\":{}},\"comment\":{}}],[\"onlinetotalweight\",{\"_index\":523,\"name\":{\"1220\":{}},\"comment\":{}}],[\"operation\",{\"_index\":210,\"name\":{\"284\":{}},\"comment\":{}}],[\"optedinatround\",{\"_index\":441,\"name\":{\"889\":{},\"975\":{},\"1162\":{}},\"comment\":{}}],[\"optedoutatround\",{\"_index\":454,\"name\":{\"976\":{},\"1163\":{}},\"comment\":{}}],[\"optinoc\",{\"_index\":657,\"name\":{\"1530\":{}},\"comment\":{}}],[\"optionals\",{\"_index\":949,\"name\":{\"2161\":{}},\"comment\":{}}],[\"overwrite\",{\"_index\":1017,\"name\":{\"2935\":{}},\"comment\":{}}],[\"overwrites\",{\"_index\":923,\"name\":{\"2101\":{},\"2104\":{},\"2131\":{}},\"comment\":{}}],[\"overwritesforconfig\",{\"_index\":927,\"name\":{\"2110\":{}},\"comment\":{}}],[\"overwritesforcreate\",{\"_index\":925,\"name\":{\"2107\":{},\"2122\":{}},\"comment\":{}}],[\"overwritesfordelete\",{\"_index\":937,\"name\":{\"2128\":{}},\"comment\":{}}],[\"overwritesfordestroy\",{\"_index\":929,\"name\":{\"2113\":{}},\"comment\":{}}],[\"overwritesforfreeze\",{\"_index\":931,\"name\":{\"2116\":{}},\"comment\":{}}],[\"overwritesfortransfer\",{\"_index\":933,\"name\":{\"2119\":{}},\"comment\":{}}],[\"overwritesforupdate\",{\"_index\":935,\"name\":{\"2125\":{}},\"comment\":{}}],[\"params\",{\"_index\":187,\"name\":{\"233\":{},\"300\":{},\"875\":{},\"954\":{},\"1313\":{}},\"comment\":{}}],[\"parsejson\",{\"_index\":939,\"name\":{\"2134\":{}},\"comment\":{}}],[\"parsemethodresponse\",{\"_index\":739,\"name\":{\"1647\":{}},\"comment\":{}}],[\"parsetuplecontent\",{\"_index\":882,\"name\":{\"1946\":{}},\"comment\":{}}],[\"participant\",{\"_index\":512,\"name\":{\"1195\":{}},\"comment\":{}}],[\"participation\",{\"_index\":155,\"name\":{\"165\":{},\"833\":{}},\"comment\":{}}],[\"participationupdates\",{\"_index\":465,\"name\":{\"1035\":{},\"1166\":{}},\"comment\":{}}],[\"partproofs\",{\"_index\":501,\"name\":{\"1176\":{}},\"comment\":{}}],[\"path\",{\"_index\":496,\"name\":{\"1151\":{},\"2174\":{},\"2184\":{},\"2195\":{},\"2205\":{},\"2216\":{},\"2226\":{},\"2237\":{},\"2248\":{},\"2259\":{},\"2270\":{},\"2280\":{},\"2292\":{},\"2302\":{},\"2312\":{},\"2322\":{},\"2332\":{},\"2342\":{},\"2353\":{},\"2364\":{},\"2374\":{},\"2384\":{},\"2394\":{},\"2404\":{},\"2415\":{},\"2425\":{},\"2436\":{},\"2446\":{},\"2457\":{},\"2467\":{},\"2477\":{},\"2487\":{},\"2497\":{},\"2507\":{},\"2517\":{},\"2527\":{},\"2537\":{},\"2547\":{},\"2557\":{},\"2567\":{},\"2582\":{},\"2609\":{},\"2634\":{},\"2645\":{},\"2655\":{},\"2668\":{},\"2683\":{},\"2698\":{},\"2713\":{},\"2728\":{},\"2739\":{},\"2750\":{},\"2766\":{},\"2786\":{},\"2815\":{},\"2832\":{},\"2847\":{},\"2859\":{},\"2904\":{}},\"comment\":{}}],[\"pay\",{\"_index\":756,\"name\":{\"1720\":{},\"2022\":{}},\"comment\":{}}],[\"paymenttransaction\",{\"_index\":543,\"name\":{\"1283\":{}},\"comment\":{}}],[\"paymenttxn\",{\"_index\":765,\"name\":{\"1739\":{}},\"comment\":{}}],[\"pc\",{\"_index\":280,\"name\":{\"463\":{},\"704\":{},\"2942\":{},\"2948\":{}},\"comment\":{}}],[\"pctoline\",{\"_index\":620,\"name\":{\"1487\":{}},\"comment\":{}}],[\"pendingrewards\",{\"_index\":138,\"name\":{\"147\":{},\"810\":{}},\"comment\":{}}],[\"pendingtransactionbyaddress\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"pendingtransactioninformation\",{\"_index\":23,\"name\":{\"23\":{},\"2267\":{}},\"comment\":{}}],[\"pendingtransactionresponse\",{\"_index\":336,\"name\":{\"572\":{}},\"comment\":{}}],[\"pendingtransactions\",{\"_index\":965,\"name\":{\"2278\":{}},\"comment\":{}}],[\"pendingtransactionsbyaddress\",{\"_index\":966,\"name\":{\"2289\":{}},\"comment\":{}}],[\"pendingtransactionsinformation\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"pendingtransactionsresponse\",{\"_index\":349,\"name\":{\"591\":{}},\"comment\":{}}],[\"pk\",{\"_index\":842,\"name\":{\"1823\":{}},\"comment\":{}}],[\"poolerror\",{\"_index\":337,\"name\":{\"575\":{}},\"comment\":{}}],[\"position\",{\"_index\":513,\"name\":{\"1196\":{}},\"comment\":{}}],[\"positionstoreveal\",{\"_index\":502,\"name\":{\"1177\":{}},\"comment\":{}}],[\"post\",{\"_index\":106,\"name\":{\"113\":{},\"2141\":{}},\"comment\":{}}],[\"posttransactionsresponse\",{\"_index\":352,\"name\":{\"598\":{}},\"comment\":{}}],[\"precision\",{\"_index\":871,\"name\":{\"1879\":{}},\"comment\":{}}],[\"prepare\",{\"_index\":959,\"name\":{\"2179\":{},\"2188\":{},\"2200\":{},\"2210\":{},\"2220\":{},\"2230\":{},\"2238\":{},\"2252\":{},\"2263\":{},\"2269\":{},\"2281\":{},\"2291\":{},\"2306\":{},\"2316\":{},\"2323\":{},\"2336\":{},\"2348\":{},\"2358\":{},\"2369\":{},\"2378\":{},\"2388\":{},\"2395\":{},\"2406\":{},\"2419\":{},\"2430\":{},\"2440\":{},\"2450\":{},\"2459\":{},\"2472\":{},\"2478\":{},\"2492\":{},\"2502\":{},\"2508\":{},\"2521\":{},\"2531\":{},\"2541\":{},\"2548\":{},\"2561\":{},\"2576\":{},\"2603\":{},\"2628\":{},\"2639\":{},\"2649\":{},\"2662\":{},\"2677\":{},\"2692\":{},\"2707\":{},\"2722\":{},\"2733\":{},\"2744\":{},\"2760\":{},\"2780\":{},\"2809\":{},\"2826\":{},\"2841\":{},\"2850\":{},\"2860\":{},\"2905\":{}},\"comment\":{}}],[\"prepareresponse\",{\"_index\":941,\"name\":{\"2136\":{}},\"comment\":{}}],[\"prepareresponseerror\",{\"_index\":942,\"name\":{\"2137\":{}},\"comment\":{}}],[\"prettyprint\",{\"_index\":711,\"name\":{\"1612\":{}},\"comment\":{}}],[\"prev\",{\"_index\":985,\"name\":{\"2872\":{}},\"comment\":{}}],[\"previousblockhash\",{\"_index\":458,\"name\":{\"1027\":{}},\"comment\":{}}],[\"proof\",{\"_index\":307,\"name\":{\"537\":{},\"787\":{},\"1212\":{}},\"comment\":{}}],[\"proposer\",{\"_index\":466,\"name\":{\"1036\":{}},\"comment\":{}}],[\"proposerpayout\",{\"_index\":467,\"name\":{\"1037\":{}},\"comment\":{}}],[\"proto\",{\"_index\":986,\"name\":{\"2873\":{}},\"comment\":{}}],[\"protocol\",{\"_index\":996,\"name\":{\"2888\":{}},\"comment\":{}}],[\"protocolversion\",{\"_index\":268,\"name\":{\"436\":{},\"446\":{},\"1497\":{}},\"comment\":{}}],[\"publickey\",{\"_index\":577,\"name\":{\"1391\":{},\"1848\":{}},\"comment\":{}}],[\"query\",{\"_index\":958,\"name\":{\"2177\":{},\"2186\":{},\"2198\":{},\"2208\":{},\"2218\":{},\"2228\":{},\"2240\":{},\"2250\":{},\"2261\":{},\"2273\":{},\"2284\":{},\"2295\":{},\"2304\":{},\"2314\":{},\"2325\":{},\"2334\":{},\"2346\":{},\"2356\":{},\"2367\":{},\"2376\":{},\"2386\":{},\"2397\":{},\"2408\":{},\"2417\":{},\"2428\":{},\"2438\":{},\"2448\":{},\"2461\":{},\"2470\":{},\"2480\":{},\"2490\":{},\"2500\":{},\"2510\":{},\"2519\":{},\"2529\":{},\"2539\":{},\"2550\":{},\"2559\":{},\"2574\":{},\"2601\":{},\"2626\":{},\"2637\":{},\"2647\":{},\"2660\":{},\"2675\":{},\"2690\":{},\"2705\":{},\"2720\":{},\"2731\":{},\"2742\":{},\"2758\":{},\"2778\":{},\"2807\":{},\"2824\":{},\"2839\":{},\"2852\":{},\"2862\":{},\"2883\":{},\"2902\":{}},\"comment\":{}}],[\"r\",{\"_index\":785,\"name\":{\"1759\":{}},\"comment\":{}}],[\"rate\",{\"_index\":987,\"name\":{\"2874\":{}},\"comment\":{}}],[\"rawreturnvalue\",{\"_index\":726,\"name\":{\"1634\":{}},\"comment\":{}}],[\"rawsigntxn\",{\"_index\":704,\"name\":{\"1604\":{}},\"comment\":{}}],[\"rawtxid\",{\"_index\":707,\"name\":{\"1607\":{}},\"comment\":{}}],[\"rcv\",{\"_index\":812,\"name\":{\"1791\":{}},\"comment\":{}}],[\"readonly\",{\"_index\":902,\"name\":{\"1998\":{},\"2013\":{}},\"comment\":{}}],[\"ready\",{\"_index\":48,\"name\":{\"48\":{},\"2515\":{}},\"comment\":{}}],[\"receiver\",{\"_index\":557,\"name\":{\"1329\":{},\"1351\":{}},\"comment\":{}}],[\"receiverrewards\",{\"_index\":347,\"name\":{\"587\":{},\"1284\":{}},\"comment\":{}}],[\"rekey\",{\"_index\":811,\"name\":{\"1790\":{}},\"comment\":{}}],[\"rekeyto\",{\"_index\":544,\"name\":{\"1285\":{},\"1593\":{},\"1712\":{},\"2090\":{},\"2599\":{},\"2624\":{},\"2802\":{}},\"comment\":{}}],[\"releasewallethandle\",{\"_index\":59,\"name\":{\"60\":{}},\"comment\":{}}],[\"renamewallet\",{\"_index\":61,\"name\":{\"62\":{}},\"comment\":{}}],[\"renewwallethandle\",{\"_index\":60,\"name\":{\"61\":{}},\"comment\":{}}],[\"requestbytes\",{\"_index\":968,\"name\":{\"2456\":{}},\"comment\":{}}],[\"required\",{\"_index\":948,\"name\":{\"2160\":{}},\"comment\":{}}],[\"reserve\",{\"_index\":229,\"name\":{\"331\":{},\"1000\":{}},\"comment\":{}}],[\"response\",{\"_index\":112,\"name\":{\"120\":{}},\"comment\":{}}],[\"result\",{\"_index\":261,\"name\":{\"420\":{},\"427\":{}},\"comment\":{}}],[\"returns\",{\"_index\":901,\"name\":{\"1997\":{},\"2008\":{}},\"comment\":{}}],[\"returnvalue\",{\"_index\":728,\"name\":{\"1636\":{}},\"comment\":{}}],[\"reveals\",{\"_index\":503,\"name\":{\"1178\":{}},\"comment\":{}}],[\"rewardbase\",{\"_index\":156,\"name\":{\"166\":{},\"834\":{}},\"comment\":{}}],[\"rewards\",{\"_index\":139,\"name\":{\"148\":{},\"811\":{},\"1038\":{}},\"comment\":{}}],[\"rewardscalculationround\",{\"_index\":475,\"name\":{\"1050\":{}},\"comment\":{}}],[\"rewardslevel\",{\"_index\":476,\"name\":{\"1051\":{}},\"comment\":{}}],[\"rewardspool\",{\"_index\":477,\"name\":{\"1052\":{}},\"comment\":{}}],[\"rewardsrate\",{\"_index\":478,\"name\":{\"1053\":{}},\"comment\":{}}],[\"rewardsresidue\",{\"_index\":479,\"name\":{\"1054\":{}},\"comment\":{}}],[\"rnd\",{\"_index\":988,\"name\":{\"2875\":{}},\"comment\":{}}],[\"round\",{\"_index\":140,\"name\":{\"149\":{},\"175\":{},\"190\":{},\"198\":{},\"382\":{},\"437\":{},\"516\":{},\"627\":{},\"812\":{},\"1028\":{},\"1079\":{},\"1131\":{},\"2236\":{},\"2247\":{},\"2258\":{},\"2587\":{},\"2614\":{},\"2656\":{},\"2670\":{},\"2685\":{},\"2700\":{},\"2715\":{},\"2772\":{},\"2791\":{}},\"comment\":{}}],[\"roundtime\",{\"_index\":545,\"name\":{\"1286\":{}},\"comment\":{}}],[\"rwcalr\",{\"_index\":989,\"name\":{\"2876\":{}},\"comment\":{}}],[\"rwd\",{\"_index\":990,\"name\":{\"2877\":{}},\"comment\":{}}],[\"s\",{\"_index\":843,\"name\":{\"1824\":{}},\"comment\":{}}],[\"safe\",{\"_index\":77,\"name\":{\"81\":{}},\"comment\":{}}],[\"saltversion\",{\"_index\":504,\"name\":{\"1179\":{}},\"comment\":{}}],[\"schema\",{\"_index\":197,\"name\":{\"263\":{},\"885\":{}},\"comment\":{}}],[\"scratch\",{\"_index\":282,\"name\":{\"466\":{},\"2943\":{},\"2949\":{}},\"comment\":{}}],[\"scratchchange\",{\"_index\":353,\"name\":{\"604\":{},\"651\":{}},\"comment\":{}}],[\"scratchchanges\",{\"_index\":392,\"name\":{\"705\":{}},\"comment\":{}}],[\"searchaccounts\",{\"_index\":98,\"name\":{\"103\":{},\"2764\":{}},\"comment\":{}}],[\"searchforapplicationboxes\",{\"_index\":102,\"name\":{\"107\":{},\"2845\":{}},\"comment\":{}}],[\"searchforapplications\",{\"_index\":101,\"name\":{\"106\":{},\"2830\":{}},\"comment\":{}}],[\"searchforassets\",{\"_index\":100,\"name\":{\"105\":{},\"2813\":{}},\"comment\":{}}],[\"searchfortransactions\",{\"_index\":99,\"name\":{\"104\":{},\"2784\":{}},\"comment\":{}}],[\"secretkeytomnemonic\",{\"_index\":583,\"name\":{\"1413\":{}},\"comment\":{}}],[\"seed\",{\"_index\":459,\"name\":{\"1029\":{},\"2878\":{}},\"comment\":{}}],[\"seedfrommnemonic\",{\"_index\":585,\"name\":{\"1415\":{}},\"comment\":{}}],[\"selectionkey\",{\"_index\":672,\"name\":{\"1558\":{},\"1677\":{},\"2056\":{}},\"comment\":{}}],[\"selectionparticipationkey\",{\"_index\":174,\"name\":{\"206\":{},\"841\":{},\"1339\":{}},\"comment\":{}}],[\"selkey\",{\"_index\":814,\"name\":{\"1794\":{}},\"comment\":{}}],[\"sender\",{\"_index\":531,\"name\":{\"1260\":{},\"1332\":{},\"2755\":{}},\"comment\":{}}],[\"senderrewards\",{\"_index\":348,\"name\":{\"588\":{},\"1287\":{}},\"comment\":{}}],[\"sendrawtransaction\",{\"_index\":16,\"name\":{\"16\":{},\"2192\":{}},\"comment\":{}}],[\"serializedata\",{\"_index\":940,\"name\":{\"2135\":{}},\"comment\":{}}],[\"serviceclient\",{\"_index\":917,\"name\":{\"2034\":{}},\"comment\":{}}],[\"setblockoffsettimestamp\",{\"_index\":43,\"name\":{\"43\":{},\"2465\":{}},\"comment\":{}}],[\"setintdecoding\",{\"_index\":961,\"name\":{\"2181\":{},\"2191\":{},\"2202\":{},\"2213\":{},\"2223\":{},\"2233\":{},\"2244\":{},\"2255\":{},\"2266\":{},\"2277\":{},\"2288\":{},\"2299\":{},\"2309\":{},\"2319\":{},\"2329\":{},\"2339\":{},\"2350\":{},\"2360\":{},\"2371\":{},\"2381\":{},\"2391\":{},\"2401\":{},\"2412\":{},\"2422\":{},\"2433\":{},\"2443\":{},\"2453\":{},\"2464\":{},\"2474\":{},\"2484\":{},\"2494\":{},\"2504\":{},\"2514\":{},\"2524\":{},\"2534\":{},\"2544\":{},\"2554\":{},\"2564\":{},\"2579\":{},\"2606\":{},\"2631\":{},\"2642\":{},\"2652\":{},\"2665\":{},\"2680\":{},\"2695\":{},\"2710\":{},\"2725\":{},\"2736\":{},\"2747\":{},\"2763\":{},\"2783\":{},\"2812\":{},\"2829\":{},\"2844\":{},\"2856\":{},\"2866\":{},\"2908\":{}},\"comment\":{}}],[\"setintencoding\",{\"_index\":52,\"name\":{\"52\":{},\"77\":{},\"109\":{},\"2036\":{}},\"comment\":{}}],[\"setsyncround\",{\"_index\":45,\"name\":{\"45\":{},\"2485\":{}},\"comment\":{}}],[\"sgnr\",{\"_index\":714,\"name\":{\"1619\":{},\"1842\":{}},\"comment\":{}}],[\"sig\",{\"_index\":568,\"name\":{\"1368\":{},\"1429\":{},\"1615\":{},\"1832\":{},\"1838\":{},\"2041\":{}},\"comment\":{}}],[\"sigcommit\",{\"_index\":505,\"name\":{\"1180\":{}},\"comment\":{}}],[\"sigkey\",{\"_index\":603,\"name\":{\"1444\":{},\"1836\":{}},\"comment\":{}}],[\"sign\",{\"_index\":596,\"name\":{\"1434\":{},\"1452\":{}},\"comment\":{}}],[\"signature\",{\"_index\":517,\"name\":{\"1204\":{},\"1288\":{},\"1377\":{},\"1392\":{}},\"comment\":{}}],[\"signbid\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"signbytes\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"signed\",{\"_index\":734,\"name\":{\"1642\":{}},\"comment\":{}}],[\"signedtransaction\",{\"_index\":713,\"name\":{\"1614\":{}},\"comment\":{}}],[\"signedtxns\",{\"_index\":741,\"name\":{\"1652\":{}},\"comment\":{}}],[\"signedweight\",{\"_index\":507,\"name\":{\"1182\":{}},\"comment\":{}}],[\"signer\",{\"_index\":723,\"name\":{\"1630\":{}},\"comment\":{}}],[\"signlogicsigtransaction\",{\"_index\":606,\"name\":{\"1453\":{}},\"comment\":{}}],[\"signlogicsigtransactionobject\",{\"_index\":607,\"name\":{\"1457\":{}},\"comment\":{}}],[\"signmultisig\",{\"_index\":605,\"name\":{\"1450\":{}},\"comment\":{}}],[\"signmultisigtransaction\",{\"_index\":73,\"name\":{\"75\":{},\"1465\":{}},\"comment\":{}}],[\"signprogram\",{\"_index\":598,\"name\":{\"1436\":{}},\"comment\":{}}],[\"signtransaction\",{\"_index\":0,\"name\":{\"0\":{},\"70\":{}},\"comment\":{}}],[\"signtransactionwithspecificpublickey\",{\"_index\":69,\"name\":{\"71\":{}},\"comment\":{}}],[\"signtxn\",{\"_index\":705,\"name\":{\"1605\":{}},\"comment\":{}}],[\"sigproofs\",{\"_index\":506,\"name\":{\"1181\":{}},\"comment\":{}}],[\"sigslot\",{\"_index\":514,\"name\":{\"1197\":{}},\"comment\":{}}],[\"sigtype\",{\"_index\":157,\"name\":{\"167\":{},\"835\":{},\"2585\":{},\"2612\":{},\"2789\":{}},\"comment\":{}}],[\"simulate\",{\"_index\":751,\"name\":{\"1662\":{}},\"comment\":{}}],[\"simulateinitialstates\",{\"_index\":355,\"name\":{\"611\":{}},\"comment\":{}}],[\"simulaterawtransactions\",{\"_index\":41,\"name\":{\"41\":{},\"2454\":{}},\"comment\":{}}],[\"simulaterequest\",{\"_index\":357,\"name\":{\"617\":{}},\"comment\":{}}],[\"simulaterequesttransactiongroup\",{\"_index\":365,\"name\":{\"630\":{}},\"comment\":{}}],[\"simulateresponse\",{\"_index\":366,\"name\":{\"636\":{}},\"comment\":{}}],[\"simulatetraceconfig\",{\"_index\":370,\"name\":{\"647\":{}},\"comment\":{}}],[\"simulatetransactiongroupresult\",{\"_index\":374,\"name\":{\"656\":{}},\"comment\":{}}],[\"simulatetransactionresult\",{\"_index\":381,\"name\":{\"667\":{}},\"comment\":{}}],[\"simulatetransactions\",{\"_index\":42,\"name\":{\"42\":{}},\"comment\":{}}],[\"simulateunnamedresourcesaccessed\",{\"_index\":386,\"name\":{\"678\":{}},\"comment\":{}}],[\"simulationevaloverrides\",{\"_index\":388,\"name\":{\"690\":{}},\"comment\":{}}],[\"simulationopcodetraceunit\",{\"_index\":391,\"name\":{\"701\":{}},\"comment\":{}}],[\"simulationtransactionexectrace\",{\"_index\":397,\"name\":{\"712\":{}},\"comment\":{}}],[\"single_bool_size\",{\"_index\":859,\"name\":{\"1853\":{}},\"comment\":{}}],[\"single_byte_size\",{\"_index\":858,\"name\":{\"1852\":{}},\"comment\":{}}],[\"singlesignmultisig\",{\"_index\":599,\"name\":{\"1437\":{}},\"comment\":{}}],[\"sk\",{\"_index\":82,\"name\":{\"86\":{}},\"comment\":{}}],[\"slot\",{\"_index\":354,\"name\":{\"608\":{}},\"comment\":{}}],[\"snd\",{\"_index\":802,\"name\":{\"1780\":{}},\"comment\":{}}],[\"source\",{\"_index\":275,\"name\":{\"454\":{}},\"comment\":{}}],[\"sourcemap\",{\"_index\":262,\"name\":{\"421\":{},\"1481\":{},\"2343\":{}},\"comment\":{}}],[\"sources\",{\"_index\":269,\"name\":{\"438\":{},\"1484\":{}},\"comment\":{}}],[\"sp\",{\"_index\":839,\"name\":{\"1820\":{}},\"comment\":{}}],[\"spawnedinners\",{\"_index\":393,\"name\":{\"706\":{}},\"comment\":{}}],[\"specificparameters\",{\"_index\":922,\"name\":{\"2100\":{},\"2103\":{},\"2130\":{}},\"comment\":{}}],[\"specificparametersforconfig\",{\"_index\":926,\"name\":{\"2109\":{}},\"comment\":{}}],[\"specificparametersforcreate\",{\"_index\":924,\"name\":{\"2106\":{},\"2121\":{}},\"comment\":{}}],[\"specificparametersfordelete\",{\"_index\":936,\"name\":{\"2127\":{}},\"comment\":{}}],[\"specificparametersfordestroy\",{\"_index\":928,\"name\":{\"2112\":{}},\"comment\":{}}],[\"specificparametersforfreeze\",{\"_index\":930,\"name\":{\"2115\":{}},\"comment\":{}}],[\"specificparametersfortransfer\",{\"_index\":932,\"name\":{\"2118\":{}},\"comment\":{}}],[\"specificparametersforupdate\",{\"_index\":934,\"name\":{\"2124\":{}},\"comment\":{}}],[\"spmsg\",{\"_index\":840,\"name\":{\"1821\":{}},\"comment\":{}}],[\"sprfkey\",{\"_index\":815,\"name\":{\"1795\":{}},\"comment\":{}}],[\"spt\",{\"_index\":993,\"name\":{\"2882\":{}},\"comment\":{}}],[\"sptype\",{\"_index\":838,\"name\":{\"1819\":{}},\"comment\":{}}],[\"stack\",{\"_index\":281,\"name\":{\"464\":{},\"2944\":{},\"2950\":{}},\"comment\":{}}],[\"stackadditions\",{\"_index\":394,\"name\":{\"707\":{}},\"comment\":{}}],[\"stackchange\",{\"_index\":372,\"name\":{\"652\":{}},\"comment\":{}}],[\"stackpopcount\",{\"_index\":395,\"name\":{\"708\":{}},\"comment\":{}}],[\"stackprinterconfig\",{\"_index\":1014,\"name\":{\"2932\":{}},\"comment\":{}}],[\"stackvalueresponse\",{\"_index\":1023,\"name\":{\"2957\":{}},\"comment\":{}}],[\"statechange\",{\"_index\":373,\"name\":{\"653\":{}},\"comment\":{}}],[\"statechanges\",{\"_index\":396,\"name\":{\"709\":{}},\"comment\":{}}],[\"stateproof\",{\"_index\":406,\"name\":{\"726\":{},\"730\":{},\"1399\":{},\"1598\":{},\"1717\":{},\"2096\":{},\"2444\":{}},\"comment\":{}}],[\"stateprooffields\",{\"_index\":500,\"name\":{\"1173\":{}},\"comment\":{}}],[\"stateproofkey\",{\"_index\":179,\"name\":{\"211\":{},\"846\":{},\"1340\":{},\"1559\":{},\"1678\":{},\"2057\":{}},\"comment\":{}}],[\"stateproofmessage\",{\"_index\":407,\"name\":{\"733\":{},\"1599\":{},\"1718\":{},\"2097\":{}},\"comment\":{}}],[\"stateproofparticipant\",{\"_index\":508,\"name\":{\"1185\":{}},\"comment\":{}}],[\"stateproofreveal\",{\"_index\":511,\"name\":{\"1192\":{}},\"comment\":{}}],[\"stateproofsignature\",{\"_index\":518,\"name\":{\"1207\":{}},\"comment\":{}}],[\"stateproofsigslot\",{\"_index\":515,\"name\":{\"1200\":{}},\"comment\":{}}],[\"stateprooftracking\",{\"_index\":468,\"name\":{\"1039\":{},\"1216\":{}},\"comment\":{}}],[\"stateprooftransaction\",{\"_index\":546,\"name\":{\"1289\":{}},\"comment\":{}}],[\"stateprooftxn\",{\"_index\":779,\"name\":{\"1753\":{}},\"comment\":{}}],[\"stateprooftype\",{\"_index\":579,\"name\":{\"1400\":{},\"1597\":{},\"1716\":{},\"2095\":{}},\"comment\":{}}],[\"stateproofverifier\",{\"_index\":524,\"name\":{\"1225\":{}},\"comment\":{}}],[\"stateschema\",{\"_index\":527,\"name\":{\"1232\":{}},\"comment\":{}}],[\"staticlength\",{\"_index\":878,\"name\":{\"1926\":{}},\"comment\":{}}],[\"status\",{\"_index\":26,\"name\":{\"26\":{},\"117\":{},\"150\":{},\"813\":{},\"1649\":{},\"2300\":{},\"2928\":{}},\"comment\":{}}],[\"statusafterblock\",{\"_index\":27,\"name\":{\"27\":{},\"2310\":{}},\"comment\":{}}],[\"stibhash\",{\"_index\":429,\"name\":{\"788\":{}},\"comment\":{}}],[\"stoppedatunsupportedround\",{\"_index\":316,\"name\":{\"550\":{}},\"comment\":{}}],[\"stpf\",{\"_index\":762,\"name\":{\"1726\":{}},\"comment\":{}}],[\"submit\",{\"_index\":750,\"name\":{\"1661\":{}},\"comment\":{}}],[\"submitted\",{\"_index\":735,\"name\":{\"1643\":{}},\"comment\":{}}],[\"subsig\",{\"_index\":847,\"name\":{\"1828\":{}},\"comment\":{}}],[\"subsignature\",{\"_index\":574,\"name\":{\"1383\":{}},\"comment\":{}}],[\"suggestedparams\",{\"_index\":754,\"name\":{\"1711\":{},\"1727\":{}},\"comment\":{}}],[\"suggestedparamsrequest\",{\"_index\":967,\"name\":{\"2320\":{}},\"comment\":{}}],[\"suggestedparamswithminfee\",{\"_index\":1007,\"name\":{\"2909\":{}},\"comment\":{}}],[\"supply\",{\"_index\":29,\"name\":{\"29\":{},\"2330\":{}},\"comment\":{}}],[\"supplyresponse\",{\"_index\":413,\"name\":{\"743\":{}},\"comment\":{}}],[\"t\",{\"_index\":781,\"name\":{\"1755\":{}},\"comment\":{}}],[\"tag\",{\"_index\":593,\"name\":{\"1426\":{},\"1545\":{}},\"comment\":{}}],[\"tealkeyvalue\",{\"_index\":417,\"name\":{\"751\":{},\"1239\":{}},\"comment\":{}}],[\"tealsign\",{\"_index\":609,\"name\":{\"1462\":{}},\"comment\":{}}],[\"tealsignfromprogram\",{\"_index\":610,\"name\":{\"1463\":{}},\"comment\":{}}],[\"tealvalue\",{\"_index\":418,\"name\":{\"758\":{},\"1246\":{}},\"comment\":{}}],[\"text\",{\"_index\":1011,\"name\":{\"2926\":{}},\"comment\":{}}],[\"thr\",{\"_index\":846,\"name\":{\"1827\":{}},\"comment\":{}}],[\"threshold\",{\"_index\":575,\"name\":{\"1384\":{},\"1845\":{}},\"comment\":{}}],[\"timesincelastround\",{\"_index\":317,\"name\":{\"551\":{}},\"comment\":{}}],[\"timestamp\",{\"_index\":460,\"name\":{\"1030\":{}},\"comment\":{}}],[\"to\",{\"_index\":669,\"name\":{\"1547\":{},\"1666\":{},\"2045\":{}},\"comment\":{}}],[\"toabitupletype\",{\"_index\":879,\"name\":{\"1933\":{},\"1944\":{}},\"comment\":{}}],[\"tobyte\",{\"_index\":600,\"name\":{\"1438\":{},\"1446\":{},\"1603\":{}},\"comment\":{}}],[\"tojson\",{\"_index\":894,\"name\":{\"1972\":{},\"1983\":{},\"2017\":{}},\"comment\":{}}],[\"token\",{\"_index\":117,\"name\":{\"122\":{},\"124\":{},\"126\":{}},\"comment\":{}}],[\"tokenheader\",{\"_index\":121,\"name\":{\"128\":{}},\"comment\":{}}],[\"topofstackfirst\",{\"_index\":1016,\"name\":{\"2934\":{}},\"comment\":{}}],[\"toptransactions\",{\"_index\":350,\"name\":{\"594\":{}},\"comment\":{}}],[\"tostring\",{\"_index\":712,\"name\":{\"1613\":{},\"1859\":{},\"1869\":{},\"1880\":{},\"1889\":{},\"1898\":{},\"1907\":{},\"1916\":{},\"1927\":{},\"1938\":{},\"1950\":{},\"2956\":{}},\"comment\":{}}],[\"total\",{\"_index\":221,\"name\":{\"323\":{},\"992\":{}},\"comment\":{}}],[\"totalappsoptedin\",{\"_index\":141,\"name\":{\"151\":{},\"814\":{}},\"comment\":{}}],[\"totalassetsoptedin\",{\"_index\":142,\"name\":{\"152\":{},\"815\":{}},\"comment\":{}}],[\"totalboxbytes\",{\"_index\":158,\"name\":{\"168\":{},\"816\":{}},\"comment\":{}}],[\"totalboxes\",{\"_index\":159,\"name\":{\"169\":{},\"817\":{}},\"comment\":{}}],[\"totalcreatedapps\",{\"_index\":143,\"name\":{\"153\":{},\"818\":{}},\"comment\":{}}],[\"totalcreatedassets\",{\"_index\":144,\"name\":{\"154\":{},\"819\":{}},\"comment\":{}}],[\"totalmoney\",{\"_index\":416,\"name\":{\"748\":{}},\"comment\":{}}],[\"totaltransactions\",{\"_index\":351,\"name\":{\"595\":{}},\"comment\":{}}],[\"trace\",{\"_index\":946,\"name\":{\"2148\":{},\"2912\":{}},\"comment\":{}}],[\"traces\",{\"_index\":950,\"name\":{\"2162\":{}},\"comment\":{}}],[\"transaction\",{\"_index\":528,\"name\":{\"1254\":{},\"1360\":{},\"1541\":{}},\"comment\":{}}],[\"transactionapplication\",{\"_index\":548,\"name\":{\"1293\":{}},\"comment\":{}}],[\"transactionassetconfig\",{\"_index\":553,\"name\":{\"1309\":{}},\"comment\":{}}],[\"transactionassetfreeze\",{\"_index\":554,\"name\":{\"1316\":{}},\"comment\":{}}],[\"transactionassettransfer\",{\"_index\":556,\"name\":{\"1324\":{}},\"comment\":{}}],[\"transactionbase\",{\"_index\":998,\"name\":{\"2891\":{}},\"comment\":{}}],[\"transactionbasewithoutsuggestedparams\",{\"_index\":1018,\"name\":{\"2936\":{}},\"comment\":{}}],[\"transactionbasewithsuggestedparams\",{\"_index\":1019,\"name\":{\"2937\":{}},\"comment\":{}}],[\"transactiongroupledgerstatedeltasforroundresponse\",{\"_index\":419,\"name\":{\"766\":{}},\"comment\":{}}],[\"transactionkeyreg\",{\"_index\":560,\"name\":{\"1335\":{}},\"comment\":{}}],[\"transactionlike\",{\"_index\":715,\"name\":{\"1620\":{}},\"comment\":{}}],[\"transactionparametersresponse\",{\"_index\":421,\"name\":{\"772\":{}},\"comment\":{}}],[\"transactionparams\",{\"_index\":753,\"name\":{\"1664\":{}},\"comment\":{}}],[\"transactionpayment\",{\"_index\":562,\"name\":{\"1347\":{}},\"comment\":{}}],[\"transactionproofresponse\",{\"_index\":427,\"name\":{\"783\":{}},\"comment\":{}}],[\"transactionresponse\",{\"_index\":564,\"name\":{\"1356\":{}},\"comment\":{}}],[\"transactions\",{\"_index\":469,\"name\":{\"1040\":{},\"1407\":{},\"1650\":{}},\"comment\":{}}],[\"transactionsignature\",{\"_index\":565,\"name\":{\"1363\":{}},\"comment\":{}}],[\"transactionsignaturelogicsig\",{\"_index\":569,\"name\":{\"1371\":{}},\"comment\":{}}],[\"transactionsignaturemultisig\",{\"_index\":573,\"name\":{\"1380\":{}},\"comment\":{}}],[\"transactionsignaturemultisigsubsignature\",{\"_index\":576,\"name\":{\"1388\":{}},\"comment\":{}}],[\"transactionsigner\",{\"_index\":721,\"name\":{\"1626\":{}},\"comment\":{}}],[\"transactionsresponse\",{\"_index\":580,\"name\":{\"1403\":{}},\"comment\":{}}],[\"transactionsroot\",{\"_index\":461,\"name\":{\"1031\":{}},\"comment\":{}}],[\"transactionsrootsha256\",{\"_index\":462,\"name\":{\"1032\":{}},\"comment\":{}}],[\"transactionstateproof\",{\"_index\":578,\"name\":{\"1395\":{}},\"comment\":{}}],[\"transactionstoragestructure\",{\"_index\":919,\"name\":{\"2043\":{}},\"comment\":{}}],[\"transactiontype\",{\"_index\":755,\"name\":{\"1719\":{}},\"comment\":{}}],[\"transactionwithsigner\",{\"_index\":722,\"name\":{\"1628\":{}},\"comment\":{}}],[\"treedepth\",{\"_index\":308,\"name\":{\"538\":{},\"789\":{},\"1152\":{}},\"comment\":{}}],[\"ts\",{\"_index\":991,\"name\":{\"2879\":{}},\"comment\":{}}],[\"txid\",{\"_index\":2,\"name\":{\"2\":{},\"226\":{},\"601\":{},\"904\":{},\"1455\":{},\"1459\":{},\"1467\":{},\"1472\":{},\"1477\":{},\"1608\":{},\"1633\":{},\"2586\":{},\"2613\":{},\"2756\":{},\"2790\":{}},\"comment\":{}}],[\"txids\",{\"_index\":742,\"name\":{\"1653\":{}},\"comment\":{}}],[\"txinfo\",{\"_index\":730,\"name\":{\"1638\":{}},\"comment\":{}}],[\"txn\",{\"_index\":338,\"name\":{\"576\":{},\"1616\":{},\"1629\":{},\"1839\":{},\"2880\":{}},\"comment\":{}}],[\"txn256\",{\"_index\":992,\"name\":{\"2881\":{}},\"comment\":{}}],[\"txnbytestopost\",{\"_index\":962,\"name\":{\"2194\":{}},\"comment\":{}}],[\"txncount\",{\"_index\":909,\"name\":{\"2016\":{}},\"comment\":{}}],[\"txncounter\",{\"_index\":470,\"name\":{\"1041\":{}},\"comment\":{}}],[\"txngroups\",{\"_index\":358,\"name\":{\"620\":{},\"640\":{}},\"comment\":{}}],[\"txnindex\",{\"_index\":276,\"name\":{\"455\":{}},\"comment\":{}}],[\"txnresult\",{\"_index\":382,\"name\":{\"670\":{}},\"comment\":{}}],[\"txnresults\",{\"_index\":375,\"name\":{\"659\":{}},\"comment\":{}}],[\"txns\",{\"_index\":270,\"name\":{\"439\":{},\"447\":{},\"633\":{},\"1498\":{},\"2889\":{}},\"comment\":{}}],[\"txtype\",{\"_index\":547,\"name\":{\"1290\":{},\"2584\":{},\"2611\":{},\"2788\":{}},\"comment\":{}}],[\"type\",{\"_index\":237,\"name\":{\"348\":{},\"761\":{},\"1221\":{},\"1250\":{},\"1591\":{},\"1709\":{},\"1781\":{},\"1987\":{},\"1991\":{},\"2010\":{},\"2088\":{},\"2102\":{},\"2105\":{},\"2108\":{},\"2111\":{},\"2114\":{},\"2117\":{},\"2120\":{},\"2123\":{},\"2126\":{},\"2129\":{},\"2132\":{},\"2953\":{},\"2958\":{}},\"comment\":{}}],[\"uint\",{\"_index\":239,\"name\":{\"350\":{},\"497\":{},\"763\":{},\"1109\":{},\"1251\":{},\"2955\":{},\"2960\":{}},\"comment\":{}}],[\"un\",{\"_index\":789,\"name\":{\"1763\":{}},\"comment\":{}}],[\"unit\",{\"_index\":981,\"name\":{\"2819\":{}},\"comment\":{}}],[\"unitname\",{\"_index\":230,\"name\":{\"332\":{},\"1001\":{}},\"comment\":{}}],[\"unitnameb64\",{\"_index\":231,\"name\":{\"333\":{},\"1002\":{}},\"comment\":{}}],[\"unnamedresourcesaccessed\",{\"_index\":380,\"name\":{\"664\":{},\"675\":{}},\"comment\":{}}],[\"unsetsyncround\",{\"_index\":46,\"name\":{\"46\":{},\"2495\":{}},\"comment\":{}}],[\"updateapplicationoc\",{\"_index\":660,\"name\":{\"1533\":{}},\"comment\":{}}],[\"upgradeapprove\",{\"_index\":487,\"name\":{\"1070\":{}},\"comment\":{}}],[\"upgradedelay\",{\"_index\":328,\"name\":{\"562\":{},\"1071\":{}},\"comment\":{}}],[\"upgradenextprotocolvotebefore\",{\"_index\":329,\"name\":{\"563\":{}},\"comment\":{}}],[\"upgradenodevote\",{\"_index\":331,\"name\":{\"565\":{}},\"comment\":{}}],[\"upgradenovotes\",{\"_index\":330,\"name\":{\"564\":{}},\"comment\":{}}],[\"upgradepropose\",{\"_index\":488,\"name\":{\"1072\":{}},\"comment\":{}}],[\"upgradestate\",{\"_index\":471,\"name\":{\"1042\":{}},\"comment\":{}}],[\"upgradevote\",{\"_index\":472,\"name\":{\"1043\":{}},\"comment\":{}}],[\"upgradevoterounds\",{\"_index\":332,\"name\":{\"566\":{}},\"comment\":{}}],[\"upgradevotes\",{\"_index\":333,\"name\":{\"567\":{}},\"comment\":{}}],[\"upgradevotesrequired\",{\"_index\":334,\"name\":{\"568\":{}},\"comment\":{}}],[\"upgradeyesvotes\",{\"_index\":335,\"name\":{\"569\":{}},\"comment\":{}}],[\"url\",{\"_index\":232,\"name\":{\"334\":{},\"1003\":{}},\"comment\":{}}],[\"urlb64\",{\"_index\":233,\"name\":{\"335\":{},\"1004\":{}},\"comment\":{}}],[\"v\",{\"_index\":845,\"name\":{\"1826\":{}},\"comment\":{}}],[\"value\",{\"_index\":235,\"name\":{\"342\":{},\"383\":{},\"504\":{},\"523\":{},\"755\":{},\"1080\":{},\"1116\":{},\"1243\":{}},\"comment\":{}}],[\"verifier\",{\"_index\":509,\"name\":{\"1188\":{}},\"comment\":{}}],[\"verify\",{\"_index\":595,\"name\":{\"1432\":{},\"1448\":{}},\"comment\":{}}],[\"verifybytes\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"verifyingkey\",{\"_index\":521,\"name\":{\"1213\":{}},\"comment\":{}}],[\"verifymultisig\",{\"_index\":616,\"name\":{\"1479\":{}},\"comment\":{}}],[\"verifytealsign\",{\"_index\":611,\"name\":{\"1464\":{}},\"comment\":{}}],[\"version\",{\"_index\":367,\"name\":{\"641\":{},\"793\":{},\"1132\":{},\"1385\":{},\"1483\":{},\"1844\":{},\"2888\":{}},\"comment\":{}}],[\"versions\",{\"_index\":55,\"name\":{\"56\":{},\"799\":{},\"2182\":{}},\"comment\":{}}],[\"versionscheck\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"votefirst\",{\"_index\":673,\"name\":{\"1560\":{},\"1679\":{},\"2058\":{}},\"comment\":{}}],[\"votefirstvalid\",{\"_index\":175,\"name\":{\"207\":{},\"842\":{},\"1341\":{}},\"comment\":{}}],[\"votefst\",{\"_index\":816,\"name\":{\"1796\":{}},\"comment\":{}}],[\"votekd\",{\"_index\":818,\"name\":{\"1798\":{}},\"comment\":{}}],[\"votekey\",{\"_index\":671,\"name\":{\"1557\":{},\"1676\":{},\"1793\":{},\"2055\":{}},\"comment\":{}}],[\"votekeydilution\",{\"_index\":176,\"name\":{\"208\":{},\"843\":{},\"1342\":{},\"1562\":{},\"1681\":{},\"2060\":{}},\"comment\":{}}],[\"votelast\",{\"_index\":674,\"name\":{\"1561\":{},\"1680\":{},\"2059\":{}},\"comment\":{}}],[\"votelastvalid\",{\"_index\":177,\"name\":{\"209\":{},\"844\":{},\"1343\":{}},\"comment\":{}}],[\"votelst\",{\"_index\":817,\"name\":{\"1797\":{}},\"comment\":{}}],[\"voteparticipationkey\",{\"_index\":178,\"name\":{\"210\":{},\"845\":{},\"1344\":{}},\"comment\":{}}],[\"voterscommitment\",{\"_index\":412,\"name\":{\"740\":{},\"1144\":{},\"1222\":{}},\"comment\":{}}],[\"waitforconfirmation\",{\"_index\":122,\"name\":{\"129\":{}},\"comment\":{}}],[\"weight\",{\"_index\":510,\"name\":{\"1189\":{}},\"comment\":{}}],[\"x\",{\"_index\":114,\"name\":{\"122\":{},\"124\":{},\"126\":{}},\"comment\":{}}],[\"xaid\",{\"_index\":821,\"name\":{\"1801\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,H4sIAAAAAAAAA8y9W3PcOLKu/V+sW0+PdbQ9dzrYbW2fFJLcM3t3rHBQVVCJSyyyFsmSpV7x/fcvyKoicUgAmYksqa/crQLwPsThTRAEwf99VVe/mlf/+vN/X93n5fTVv44OXr8qs7l69a9XTT4rr+usbLJJm1flq9evlnXx6l+vbpdl/4fmn1aK3+7aefHq9atJkTWNal7969Wr/+/1UPDh4f7RUPbPn+3TQiGL3LH/OOTWlF6/WmS1KlsX/Df7Qkao3Td74/W2j+dnaUS/rYtgYW2uykN3U1Q3iXTrIoTorJ5y8tSqxgPY/xbuHWNhD6rOb598xWm/Bgvc3xsK/Prjy/X51fnvP0+Oz35effh29uHy54fLy++XP79e/T5IPGR1nt0UqvlnMD1WdJ3BLQoQ9KaliZ1/++P4y/nZz6/np5ffj7/8/v3Kq+UmDUrt7r0btI6LWTV92BuKXmf45/rvwXIOd0fmSVU2bb2ctFUdLGvHTAh33g3UKLX35mBkvlNZ0d6d3qnJfVjLTMjSelB10/VUhJqdlKXXqHJ6mf2CjBoUBdOzlLPJpFqW7Xl5W9XzLK4Mpk9RPm4aRZYHMiUxLBZFPulLIpP4srJ4booq1t82SVjlz1R70uX/lDV3YRkrZZLa9WM+bXBym6QsvYUqp3k500YFujVjWYV4mgSgZitEJ0/H02mtmkj7hDPyPK/N2mVEdkiToHB826r6JD6wgNTcXq9V00VWZ/N454dy8K55uVgUT5Er3aRhKUyq+SIvVCzebxKxNKZ50+Wa38R0zIQ8rfqpXkZG45CG2yP6gHXypN2b+HqCnpKtNgYlnKaTXkK5ejx5+tb9QpHXMskwqPjgAzIwtUvV5FG9TSIJd6mr6pZkLusMXO0v+exuPTFQ2VTVOABfLi7FVZu1CidtJOU5aj5fFlmrzPl2LHB5MyUx0AFE1NeTs++3t41qr/O5atpsvojdovgyJc0lSQz+TNx6uHoqJ5fVspxGL15PyVJblng9Jy17ZOH0ZgJqtcqmkYnKJgnbrdR0pureAs5U0WYfq1obD7/X1TLegXBlSBGScWTiSH8ZdtHNx6rG9QVKSVhafbnq89xl+DyfiixTbcpBLVF1IP4K9Ze9+nEss22m/8ibfyzq/CFrFVJhqgrVurOpQWT4PVFnUTWBS1n/mqixWTXz62gpyG1R5E3776woVBsQMBORNSa1ylq1KiDQqcxUZJW8zNeQn7JyCtwNDUpASrJarQqVNQonCCdmaJbqF1bRTcrRy+bRdrNScdwgJqEnIZevHhdV3X7NmlbVZ6ofenlVflZuQB30Qlno/XLeFRbU05Mwrw9xPczyu7uwOmtVUMFMRNZY+XFQQU/CcrnP6ilicesU5NJ9D44dETdhqta/8/buaqEm+W0+uVjeFPkkWInI3Kz6/bos2rzJZ+E61lIxR1Jcx0nH9YyokpOO1Z6b/Og+BGdgjrr4VTrpMEqjzHnZnqlJ1S2KDxqqXM6bf2q/hJ/Hjhspfny7Ov74IVLOzpAKJtWJQBWMRprC1/P/fDiLSWwSMTVOzn8//3YdExlSUVT2DkeZ49XjvUEnL1tV32aT7u5n9VO4cfVdH9l0WscK2lkn8twerWk8As19tPgm8DzDLXxP7+hT9ajc+6b130XuwfSyUPdhGyiPB8yze/UpsF3A0HMTszSLqrpfLlar91mRlRNg4dnQhTOkagdXCH36qEVCHMOqL5EpwGwJHPDzPkA5/KgPpWU8FAWetgCqbpb0Osdqm8nTdfseRGnlIUO69ml/ez0lI9j5BGphsfhSTbKiX/Qi1YadUa5WxsdanLoxcyd7IrZ3Rh9/4jSp1y53tWNJX6oZVXydhaXfqKye3K1bMSLspE1QNFfEUcJuljR9jAG4iRM10V3Ml0VMH37MHWUIP+ym9vb+0f35WVZOwYf+4X7vZEYzaXP2k6xRn66vL06LXMFTdzNFcO7qXdwPF+cs9ev4FiBm/T2i5qzG0+WsxwoRQeAhA07S206XqllUZYMg2KTE33ndVNojRly5O+s8mOsb0H33ZeYWNyRAZNMbDeGu33BBZhizMSH87f2hrivwdhhIhm/pGt2LxoJ3tEyYy1yRe9YLugeY19W9KldbXMAbcisN/ur+848u7z+OL87/0edHl77zn5/d338eX5z/3OQMPIHVLwC+zrUDR67UTUW51nXu8OV6JHb+83P9C+KagYuBr/rz17PIFZspKFf7+etZ+EqBonf+8/Pz1zPEFVrg8NWdLpu2mkcu0EkUiZ7v3+4ejqs/UOHdq0jNP7Elai8X/cry9mNVn1blbW5vph5fMgJSkZC/NrNFNrn/UK7WCc8ybXfGCh1IQVL4P1ffvwWKt38Ol621Z58p0/fOau04/Iif/bQVSOktdMfJAHfOkdM/7doUdDW5U3OMNpSHIA9V42mXPSjdp8BX6G1dzdFVOpa9A+SLXNoK3eM9Cl+3GoSTi4hwZAGo7zf/DQzf4TesK0yVv7DhN2xh89XQvsx+9dcBveRqJ6EX3T+CCBe9SsIt+rj5mi0Q5ffpsCKrhll7n7fh1r/TGs9fqPE7jbSzUS9m9yON0VPc+GM49usvYfpevFn9nWYnV22tP4qEytox0nlmgWsmj9Jfqq4w2DtmQqwW+tVSXQr1aqkjZRjhwrvJwFBaRHcTRKpP/c8yKyI1N6RhKUy6R1jNch6psjEVS6WtMN1NS4VV0UZb3vyRFfnU7m3jiDMT0DzBX6rxO80Z/IUav2MLNV9M8RcOpguKaC+dd6+NXx5/O/v5/z5cfv95fHZ2+eHq6ufV9eX5N+it+lBy7HXddK/9X1cn+excW6Qbr8f4HV1on/q68p04YPyOLjRr1NFBoFD9d+rl93kDl9//TizUGpVOoavfsYVOKlVPlP/yjd+JpJ/Uox/zk3rEFnenHv2A4480d/iRly3YNvrPNG/wFqn/jC1ykdWNbx4y/Ia+W7zY5Pi+MJ9laPcBdhr8+kYO7JOKFbxjZoKDh4MNVlXT9/j89slTXcbveGde7Qu19wjpnmykQE8Jf5Tdrf/0j6xYuk9Q9B/xDeC5yfMWir2/M1Cp97l+dfQtrkcfO4V0lTHzSI+oUeFT3IVOGReHXBzxi+IXRzAEnnUhvzxyXcijrd3nVlNVNNr5NfNquuzmJ5sf8Pdg1hDesA8F+UewBjzwoMYgPLpBxR0450jhf/nGLk9vxKO93QO0Q2DAojUDUZCcAqZAu0WAA+sYMAHGNQLizj5R6M4aVs4it9do1Tl+BOwMiSU0u5361bK9WJ0tcql+ZTVwTkwIxFdCGt08L9c7MpEwRoY07QWnMpxMaQw1SbyWUgVfNfVoBl8mxSp6TqCBJSNP5bGabdVmxfFi0XxftGp67r4TAasD2SQ4+p1QHBIrowDLuO0Q2yJANkEOeEcZgiS8uwztkItFM+4LxZqinSmd4bq7tA+PbZ1dZDNgk5kfxM0pREOap7i5Eiko/SIT6gvL9u5Yf4ckojomT9OdkIfkRHA0ThgD0c6TRpCXE1W2+YP6UOSzHDqLCqaA8qWRFFnTflJZ3d6oDDtVs/OkE1zU1aJqFDZIW1kS50VZ3eaTfAEfneeZFll5JGZF3bosaWK0zpA4U8ln1/pRy5GpypBaIB72O3OhVxoCoVDLI0NAludpE9dXYAT8GguWJLLO4quJ1BtjYJ1Ee9DkbNv14QB5nn81xQchuMAC1Y3UmgsSH93KEdaklRkvK3uxJkzLXb/xcnKWdMKIjPtcLx3t1pfAlekvovH57GLEOcc5ZkIT62WIDxl65PCC8oMJgZcYX7ywzJATaXsgCnXT+09VMYW2oDila4lfIO7Y6pIBR68GsUgTAca3qocuLbY4dPygAvOxo4lDxgojMJS7AsHu/TtWdmEuz3HXSKzI0decLsbwYoctwYQRhFT3dfC4tutpU4/f4uf7euoXctytzfGNmhD1XJl5vY8v3XWl5vIewiTfFZi/e7A4M3eXiDhnx7DQo4A1TWeHAez8vEvLaj4zv2DHZ8YCsRk5hpETDWRm4b629cQD/XMktNgA5XyhOOFFkY4ZYG2Jxg/spdA6RIw7Pa74udNiTIQ8Kd74mdmxJ4LLjUN+UkZMojDq8QV5P+BntQvbEnOpHlvzLWwmr17QlgYbM5b5mRPjGoWdE+P84CnxLtY73Nh3QXoOaaR+/hjnygvGNbMmpGJZFBndwF6+pJgF8LHjlI+QG5sANk488mGZT6RVoTafKxtTQ69QIihDhQkyP1St+pjXTdu/OMgBdUoQpvusns7yYsn0lh23CGG+L1li5ekFCLNJdERPOZLjZvgeFXesWAUImiF9TgHw8ecRKEbi3AEAZM4XvK3rzhECn/OxSx2TPv/swNIWnBpoFSA1LwjDolsRJkuaEdhk7OkAyMadC9hUnIkACMR6Y8Wmob67EieZcobbziaXVOehO6hNxLfPOB3RO200pnHCbae75mJxmhUFeFruWNiY6Dmd0lIV8UjtctPdMQyIaCSYhumINg3DC0EeugvaJDT/AyHs3VLjd9+n2mkGcRQgazpPQRo9O0XonGmKbvsYvBmwddfJ0zslxWltCI7HxonQ7urUCdVX4VYxHXXTw4Icm0TP66iGqpCjDpcr4aghQFTzQDRsRzVpWI4K8HAc1SShOioAYb5tE/YRUxzpIjHNRWy7kq27wO5QincCmoOZGDwHixERHMzEYTgY1DKwg52XeZt7P6wBlWnkeBlvcxGEjc6sFUnXi6KT2tfLmeyHAGeSOfpIU5wSYOTapg+P46EAFtFQUTTZYhF7dyvIpOWXJ/u9qG6gwxjxbGMJ8nT9KxQpcEMBwkOVF7UAxrQQhmJlxDMANCG4eVsbjnSf/7hqqzqb4ULMkPplIpwpLxzdxpqQjGxBZFLDgnzJEc3iS4pmEGFKJLPYuFEMwjK64/0DzvUsnlU2QY5s/Tosg2XMKtiheL5rkaV5bpSR4bcWYILXgi0K+2wfGy/VrapV+IwnX5aXcVyAQdh2rYqR9N44PKm1/aTJLgyRJlmxlzXFjyFKril7AdmOCNFxbBFJFnwVOEKFegWY2vF4bg3xpVk2jpbh2xBqgnn72zng4LEX1aHkL+jco/42XHtVGeKO7YWmN69DKOPUGmG6S9uMyQ6t0SW5sw3GWfWxgYhLPnGOht+5GqFOZd5LqCf+GNUyS3b0hMigwQlEhSAlNyJoiKnRwGlZOBJEXzi3k75MBNC0hd1/XQGSzu+HJTWjS5bs+DpZkts7bClOr1NxXd4Bsme4dfWQFRd1Nasz9+s+MSo3vxTZpFBZfbXek8xig0oQo+veJea04pBPikT1B6GuLjB2kqpnJAIlSNHN+kcZ+Am1zmXm3QIR07mgEqToiiFCMeGAAqSMlTfDMGouaXYRpmPMLHS0hFmF26LwjKJvle+L7vst2P1TZpaXmWEADMIzDatiJGcccXhSU/tJk2cgEGnSTMTLmjIjgSi5MxMvoD1D6RNGjqkNI1qFSDPeB9+4CqPdo162ohJVqTazo5cg3qaEFV+wORkrvjiyUv1Kc0atAGlb4cVfCDItDuNoGfEYQk2Iy/4WD8Rnas2u0r9gZNYAthGW1/UhHpP92PQ2dhllorHOmB6KHcrkOKzzJQVhB830xOW8O3T9qsiRz7QdOKsEabruI5dssHVm0S6X4NQ6nYBNhzm5Hq1Dphq027q6O0fOeut+fk7vHfRErLa/uHRn9UEh2sImYPrmSMCwSYuB7oqjOs0ELWHrCy3hV+9GzRz5pl1ILfq2yCiHfk8k1LQUfxqlOXYUokC7z4hANhu71m1viR90+UKnfG/leG/Zc73TD/SWPclb4ghvqbO7Ew/txpyKHfu6pnsSNvYTm9gzuc9D2wPgg7jPMVsDEPp587Gu/goeqOcAaHkEOibVQ5MP/pY88Tv9qG/EGd9aEsyeWCj5CznuFvbCgpUh6sGpe2BjhOmunL73NcKY5NNJe14jYMTVTz8VfuWTRIS4zfLwIA/TpnQuprMK7G+lUHK8NnVfa6xNbfeN7mEaEz2300rvW9IuV8ZVk/YqwTQJDpq4Pwnk4bklf08SCEHcVeMQoPfTxNWnapLPwy/H2vJalnT9/hOTBPFNeoF6L7JfN9nknlLxYxaJmr/NlkWLmtKb1W/mSye5rZX6i+JdQ4Z07XlWZjNF6f1jDgF11WbTrM0+Zc0dBcHMls7R/4PXXyeX0T05OiBKr3Kkq9eqUfUD5cLHHOnqyzJvv9HqXcsip0+rfzOXAEVNcd9VahFV4mVvMqRPQqgz7dS9fHEi0qw6af8e3DL6DPph/jn+nseY6Dln0JaqyAxau9z0GXQYENE8MA1zBm3TMGbQIA99Bm2T0GbQIARhJ5qtjtt7Fld9IHbXB+QOqXgnoDiYTcFxsDgR2sFsHLKDwe1iOljcSF7Au8SNS8610ixLzq9SzUrCqRJsKugWbXgnryHc4jbsRhRvnsIn/BmSm8SJmsvwpiRDconbgxTpYDQvTDZCKRdMs8CQ/50U1eS+uzGNf0bQSfqMjghrS1ijWwHJHomCjbdckIznmh4yun2G2Mg+6qEiGWoIyPS5LuFdcAHHw6PnlGo6gh95qBjGhKbDOpQHjWpVwTa0Pas7gRvpWXrS5/YsR1vMs4wKkPGsGCyyCX1kCZ7lkjE9y8PG8yyXiu5ZHiDC9wU8KLivDKAbjOpULhDXqTB0JKdy0VhO5Ws526mQLvVSDrUddxJ2JgFXEnYkETcSc6JUF0LNmkgMmxwS6hNVB+4ToQpYZZDoFlTfk/E8Ub8T8DqMz10/5lPslMxI+9yO54qL2Z5ZBzLeF8VFtqGXLcEFATamFfroeH4IcNFN0YfkOmP3ZaXYDA1AMvKKNSHVsQAwrm2h+EjeBcCxDMzblrqLVYHXmU6qx+f0qbWaiDFVjwJOBAMhat9UZ3rNRp1hLoY+3U02yjT7MEQJe3cGOdyenYBOXS3LwLsng9AmHV8p8mRzUEI+0Qx0GIqzbVQ5VuYnQHvXRp5sVmY9m+50pppJnS9iHXZM9ryOZekKeZd20RIuFoZENRBMxHY2m4jlcSATx+1sGqrvgSA0B7QR0F4Ybxiag9ggPC+JUxFcxUZi+AvcQqbTIF5G01M9r8/Iv3pmXLGEyyS+aObjYXtM8mtlHiKOw6S8RObBwH+RwNVHfYQAoxv1NUsYbWuSb4O5GDxTE3v3ywViWFrsTa/+S3aIpSk92fN6mtrCgpRx0RKuFoZEtRRMxPY1m4hlbCATx9lsGqq1gSDmalP4k44Aww3uI46opqH5jE3CM5o4FcFpbCSG1cBtpHvNMi+mf6i6CZ4sqad6TqexZUWMRr/idJ+JICJaycPDdBmHh2EyMBHdYxwWmsXAGKbD1Fk5CW2OchCGHBLqXZpvy/lN6B0/AMHIJsAxucvKUgXedQJaYsgioV/N53kbfs8Q6gxaLgGKefbftN64ySChnZdE7XUGAXOgxDmHgxPmEEzoKOcAkYOcp3W0GHdazRd5oeIzaivhM0Y6SFki2NmXnhzvEKDxNgtQ8aIeSEUPfH4ucuwDiUjhzw9jdLPw5mAQA7crGKlfq2ZZBPa7gARDJhmGplrWEzXPAispIIaeT6bLErwYJGLYMZIM68ggFtWUA+2m+fJZ3nSlzG8w3gwkfkZ/9qlLeDRUDck+jQSON2WEjufXXjq6Z4f5yL7tJSN5dxiK5J9eIKyHEhqQ4F5eLIaDEQixLubFozpZpCV1N6uf6mV5qf5nqZpQe+rJntPBHF0R7zIuOt21YpCIBvMRMZ3KJWJ4lIeJ7k4uDc2XPCDQaYaBhVsAQ8skwrBYEPVXGSS0i6xVTXudz1XTZvPAnBLAcPNKEC3qqq0mVRFdpwWI3LwSRJH9WgAHcucWSn01b6d1kDGPBEH7WNLk1xkkzIsSpV0QTnzGUKEjM1A31JjsayEgGkdvK4x0LxCPpW8mzOsWi8hJtxBeprSYnHjj4KNiR2X+7YIPxexedU2l2GQR0SdHIZ2EHYbCTDgfNm4ASEYsd78EoCRYsdBdElQ/TDNG3Btd9SE4hrNK9exOrMnK+fD6ioVc2I+IbSaXJ8WBdR6u/zpETPfVWRje62DYdyPn4c8HuRBaHgGC21wV0/CBnkCbaJkEGBrq8N0Zcgiot48luQ20PALDg+z2Ogrb68NMNKc36obl824buS4f/jS8luj5PX5QFbT4/nKlHN4HiG4fmybJ30catr1bPFx3H0k45m5BmKs9eUnpN+vk6bqLCUG1T5yu2bTBI+Ed2U36dGXUvYve+yk3LuFrntRZG9oi5l71kCN9yNFjxsjBDxkhImLEGHGYAcNuGydeXD92dw/hZ2BmwmePG6ayXOwYL10ofgRBsU0GUqXEEYuKG0sgLmY8sYgYMQWCMb+AMTw4DJzfDNKYOWVossXiNCuKr6ppsll85dwicnOLUl3XWfy+AkbaZJXhuVlOZ6o9nk5V9NmGhWPmlKQ5rcpmOWcCaZllmGZFdZMVZ6ogj3ozpwxNUU3WRVJ7tJlTimaWT67y2Rl75MMlyNIxLQDILsvFMQE7rxgRo3aSaiRtzmiPNO68MUpGmztaWLz5I9ha2hzyQ3ejEH/MZyR7xvmjqysxezQvOnnuGIWMN5aXiDdvBIjos0YfE3nOCNCQZow+EOtrXb2xkijGPBIEU2qTTJOaget5AAjD8VBUWL8DkKhu520h3eseolOvIclzepyhKeJvw4Wme1sIDtEsEAnT00wShp8BLHQvMyloPgYAWDsH2+DGAEt8SJ6qG/kaiCWL/BxIVDX8PRBLFPdBkGh3o/ikCcDxyBgN2h9NFLI3Qi0B+WL8625O0pfwSfEvvbkVIOebaV99C5Il+mjqF+BCbHxfTfgaXAgI/004Dwnqy3Bogsgpih4G5JmK6E7DccPkL8ah6cjumPb1uGDbaW75u2pXZ8zmc3XVbVL/fnvbqDZ+Dx3J+IxOiiGR8NVYVSW7LONC4h2BQM1zYBQ13Y/x3GR3RhGTvBoPa3Tzqk+VCDoUsp2OQHBVFC7DY5nkWMdFYVP9l9AjTDe+eionl93bMSgLdlI/r+/C8kJm69aEhMOikFHtG+Rje6mHj2WgIUKOa3rYqFYZwqK8V+YnQr5eRmlEmg96uHjmh2YkOJ4HkGFzwdbUvO3zQ2S1cp3gGR1MV5Qwrc0lJvtUACzeJgAFz40MCroBuRxkzzEISDbjiuPvmQ1V1J1yRC1yf2zoIe+KI41McCtDnWFQERKsJxkYVBsC6l9zni9qOlN1v/ewT/axqq/rrGxWK86/19Uy8Fo3IvMzOhaWRsLNMNWW7HTMC4p3CSI9zyHR9HT3pPGTnRVNTnJdGrT5vDk8OUDzbsrZHmnwc1loTtSHsxI6MSECoJkZ0SHhCrCRA41PjSrEPqJHnHx2t7r//6Syqaov6qq6DVwBlPw5o4pXXySOgJWRHjmw0IiGjhEyo4OfkBEPIoz0COCno3l+BMz0zvBLmwGmHPfqJolmwR2WO5uckjRtrdRULdrA20kBIj23ZHenxBE/HSdyUCjRsSJQgdToEGtbLR58q6bdKnC7RHzIw037jJHAIy4RBoA6SI4BONx4W4bZeO7vY6Nbf5CO7Ps+LpLpB5HM0+C7tyeXi+45CIPJyCzGVGRNexleW/YR6VlFeaLn6ISI0Ofo4JlK9chnMjNvg4nZfEAJ26C7Wi4WVd2G3tNCEOqliFE2bbVYqOlx+6NsNuUzKzNUlBhv2z1AzcuJ+sIftGAZsg63qIL7P4MGt8m7BaLjyf8s81pN+3lKYNkizueUtAXai7qaqKZR0+PooaNxYKiwbTJ/fpDBXZWzBdLrqs0KiZq1C9oWa3qnNYvZFmdiy2tlbIHwD1Xnt7nMkALK2iJxYrWaxYjO1U4THN/JL0a2XMzqbNotVWaBh5s+Liu3NNU39dhZ3OrUx6pVJ+q2qhl3BLHixLmrrnhGR3Tyy5NNVVd2AtpQgDRbV2w/z+JXnFHENvjS0LZG1R1k3M2z0ui0UqQp/69q0qpPK0BsWYawSumjYyxR4vmw65PeOxji4mS4VbWVyQtVdqVqz7XiK5T+PM+4UhmBkFixDNRN8solDT/e4DhW3kpmjJW+oomiJa9sxjhJK5woRPNpUlUVH8In28UI9SLE+drHwEpejGyVWZwpWyyKfJJ1SSPnucYAgZLkaZtGtadF1eTl7Hje3QIl8EJlbYc4tWb1MsQJJ0XVqEv1K6tDk8Xo0DZL2QqlQKPbxchzVuVtXs+jS7oIqzTLESddnQA2bq7hswIlidPmZanq6+DnBWKYehHifP0JZhKV6Ra0BdbQiVpxQMzhWnSqWk1U/qDqZCtyCxJnbVQ5FSC1ixGfYhLuyqKDnH53RufF3qVFJ0vEuzVcDwjetSE2lgQyveh9m/xWk1D1bOHOLXHzCZJW6t4teTsKjlfg7i1lgwoO0rw/qhZ68gRSt6Rt0LZZIcbrliXfaZOiQfpiHYOYHw8Sl++Q/UGPCFXTEsOBJ8dzxoIQgkgg8NVKehQgoCPaG8HJ9P8gJ8P846R05w8y0mw/jmetieWhu+Qg2DqvcNNSXDKIx7FIIivaH8P1SDVHRBtrzni1+oDH6V1Whg5UNZI9owe6uhLGZ150sttFIeOt5iXi+RpARDczHxPZwQAakm35QKz9pb/ofUnLJMHQFFVg+RPQX2eQ6BwEZwRAGHaIosJ6IIBENT5vC+lul8+X3WfHz8u8zdcreYFbAzD5c7qfV1/EBcHKSHdDLDSiSWOETHf0EzJcMsJId0s/Hc01I2DuVzsTx8QOUIhkA1Mczg/JcToKJdrx/Ihk54u1NOCAmy/CR/n0r88/r+sZ370X9LvNpYs5XQAU33gAVZq7GVR8X3O52I5mELG8zIWx93D05w4g7Mtg0fPJkGRFUf36MF+0T1f5rMzaZY3xVAPKU4Qg39eqVl+q2SwvZxw2M7sg14+y+7/uxLT+C7qsigPKkCFUj2rSf0PptNsEQK04N7cUVVtn3xeTaqpO+q+Zkbnc/DJkt/lj139VTW1GI6MMS+TERBADeVgi0sYZcxiDJmH2EiGjzltMA2XOWID28s9V8KeSRTK+3Fxma6eRxapKeq4jcwoZgVpkLiR1+hieO3WuJHDqGB7WnkvhHdtzohRqOxezE/CdVOz0LiY502llTu0i9AbQiWPPTe2UL+K1ws9JnasXdNOU56IhrlS/THsOGiBLcET2c88ADvXkE5iGcO4JloV0L2u9i0C/mQ2zPMROOoFJHrBnnGA51ENWfH9QdZ1PcXeFxuiyMksx0e8HDSr+DWFsTzZpOdfejc1axhV8eg9zJQVpmaf1nkHHDsPhp/PrZKQOpiV+gehrq0sGYL0axGJwBBjflh66tEjs0PGDMczHjscOGSskw1BWN8xuCl7PW2eUY2mQ22V8SHZ+QbI2m9zzuYzcolStSqHScssNQ0YcctgSQhGCkBqNHDxuQPK0KRyTjFvH9afnMahAvpeJVD4Q4aAF1ZNk/EJeBqkXRJiTo5qXOSnAhalTYp2Xlxv2wqj2veAqAWIiH0I1ytkKabZYrJ4fHU+noVNaMLROWdslPq3KZjkXg9aK2wr3bZYX3emSiYNtLGVrlMtafVVNkyGnAEFWo6ytEC+tB8fHk9XBg2nsgVK3Ysm8GY4XP22yQ+BmzHv8bsefAkX6S3g2xJgI/R3mQNuf/mxx5iM86dnifEd8qrOVWY7kBAc5t2Hz6SVI06XNDuQnBmHaYTGZP3a0EqTpbvNHNV1t6eGPGKMMacKimuWTq3wm1OTe4qS5ReYsW5uubHOmIj9J2dr8RHhqgpqV2Lsg8R3Dl/MF5ihBFMmpire2xGYslEvB9woMd9r8JczNn8YgyNmzmTAza1KDwDVnD9FTxXGwGfpEcTbpYvGlO9sqHVUraHusEpjbJOzOBPxUFd2ASEe1CtsmswzsFilvqkfMboYw5KaQLTH2e+lPqsdLdZuMapW1pYDAmIOFsROmYlR26owsDM6dmGH6iDs/y6vyA2lLk53h+WdjIIHgJMypEqm5FwYc3d4hyqSZFkzJnmAFOLnzKpiQM50KwKW/SwdjJr1TR+Ilv8MWAGa/y4Ylpr895hlN7LfIsKSEt8k8Q4n+VhmWbZ49fqlmp1mBmEXDcGYJ26C7yv/ierxRgKxN0ucfMCJ/2oElJc42YEzmJCPU0uDcYjUS++XcH2WOGtRWlheZX0AMsjMMu2IE5xgIeEqDB0hT5xkgacpMw8+aMNcAKZmzDT+g+aWKCRuszyrNY+wZRYUWkM0pRpxzkf0q1fS8xIZnGNMqRZyy2+l6PJ3mbfhY2BimXcxWOC+qxWn4mwoYTK2ULVBudugm1aVeiLQ5smYXIGjS/AJJS59hgKj8OUag5cFZhvZM6gP6+bMn34vMN7wgspMOsJ4EZx7Yy6D0hRhz6hzEz5wyEYlQJ8xG/LzMKUkE1X7uUVcPWXFRV7M6m3/Kmrs0ZrjA52BPNwkbnrZphUg/KVRW9y9DitW9r8jn4Reof2+ZW76Cy6oobrLJvRS9Vt4zkUe+gsfDR34Xj3cNq48zpfcZo5ytkG62XKUPUKukrdIKVK1d1FZCPGsm7WdOmk5TuOlzaj80f2Id6xn67Hrtq9VtAHZI85yzZlNUZIY8Xmv6bDiIh2gskIU5y7VYGDNaiIY+e7U4aDNVCMF8rhB9tcfSn6Pf34lq9wsHC9Iw2THyJHcHiiNaIBz3i/Kgnc6CIbsa2Dagg8Xf/bKTvoif6dqytrapAEF3C8BS2g4gS/U6gyzF8ly2BOczqJgG6AKZO9OKanJ/p7KpqptJNZ/n7VwFF25hOG8xUpy3ed1ZYKuaVk1jB6J6mhUqQoqvO0orDQ8qQYyu7FYdVPlL5bM7eus62aW4Hqo2rd8BBUjZCCtGGnBJoTJCR4+YBho/cAItqsfP5WJRPCHOWzTSPWfkdIVFwqZ53ekxM4qJaDMvEzNaAkyMUOmjosdJgIcWJH0o5krYsu4yxg5YhGDMnCI0VVnkpfpaleqJBmNmFGHpvzDKQDHyiXRiilcDQByjRnGhXRqsJaGBpfvztcqKz+opYpJ6qmf0ZkdWwpmNK0725RhivJl8PDxPdnnojuwhIvuxy0JyYw+G0Z3uQ1bj6t9jHAaj+0DtuA9OV2V3BoK3uRwMZ8MwYX3NBaK6mq91LE9DOMtLuJm8lQn6WKKJCTpYsn2JeFeKcQXd4+YpeJaxpb1JnaraPi3wvXOdOFVzmYfu4S3NdeLUrkb0x3RzFHPGRFsMeqJ1GNQXNZ2p1aP3M1W0WfOxqvv7kvitOrmo5/RYFpuIF5MrON2zJS4W0bVSrowZA3hXxogVCddGjym8q6LFnoQLMobdtE8tfjFDsc/V6SjRgHdJnKghdXXo6MK7NHIUSul9cLS6yOpsrrpFfVJkcrO9TBTycAhHHKCSJKML7iJI3SNMnBw1fMRJESLInBINfLRc5w+CmmvZ3Y9ls2z+iH0aB4lrFbYN5luVNvRW+bdBNlOlavImvGkTQWiWs0XS88ADDDznOeJhBosS8R0rBCXho1YsynlefkzskkMR2zBQ3gzI3+Ypsx08NWNm40NOmMWEe4FnxtI9FadNVvQcLzRPcRCkpyhGrYjOTmLotBb3cabPSVzOtOmIhzRpJuIysichHjzzjYzpI5drlVWYJ7IJN0yE3I1LZWra/OYOPaVwsbT8wmRtrdRULVo2ml6AMFt3xZEV7yCall/YPJjx2EVMDMUYVk4UBpo5IQD72lqLvdF7l3WCZ4ysuqJEIN1cYnLcDIDF2wWg4EVFg4IeBF0OcswzCEghzhU3n+0t8yJwv2LobtKmKWp3iydHB0hpJ5MIQ+h+EpLH3DlGlNcf5w2sVBvCWvK0zk5wcevKyaYdIcF6tIFBtWSXQX+tdqoeVf21Tzvoz6vpslDNP41fAQuGPf14dVS0czVmaetUYWM38RLc3a+dYPFgoWyfRyPiagviITl+gAdt+zEirPcHWDABIIZhnhMxndaqcU0pwDBmkdCfE0fPzpBDTP3feXtXLdsLVXZNfKl+ZfWUViPBYgQ453l5khVZCby0HsAycglQLNgV5OQUoKnpGLWoPrjeG1IPLu2StLv3rZakSx9yCKj3u+CPF4vm+6LtDo6jcAB5xYj6o/DZTFZuKaqT6vEE3EUXA9IyCrLwQEQpTmuVtWp6DH1VIsZi5pUmgr/IgGUKf4mBFpcWi6b/qke/I4EUiuycQjTX3ZV+6I6bvsigowcjSG52SS76HNPNKsFD7j+ZZJ9ZtnfH0ylpOqnlESCYFFXTfdsWfhIamtVaGSVYeCYzkfaXCdda7IyCLIwGsnMK0ExVoVrgy2gBjDGLgH5eTlTZ5g/qQ5HP8puCZLNQZgGmbgfAJ5XV7Y3KSDdFdkYhlou6WlTQ5+siKFo+ifuOrG7zSb7oD3Ui3XZYGcXuOk4y4IF59MZjnUti/p/PrqFHRqEbgCGLwHJKfE0xQIJfWCQxRVYXg7M4keUdYFXwgt5zjSwvuV7ogkgvHpq1I7qSGIWntbKXNH2NESBNW3D0sSatPgKU7KVIH6DpcKpQm41NY+rPwFu0WN5QidL03eEuH7tDe/7IihwZPQFkp5htcH5WT2d5sUxxqB23nG2QfskkKlQvZRuUYh3WU5j4SBsOyEkaXVYp0ubKnHEApInTDxQtZy4CoKZMTLxt785SvFtAwYJx2z+3OzeR2v8ZLFx2RsLa94nmS5+HMPd7YgmTZh/0fZ5YLOjr0RymMasgT/D8JkxFYU5xYnUxphtzdwWyGDkezNoNiG5b13nHFw5xfGP6l3Rfi0Laf7VKEXXgMDateWHGdBe2GdN8GKRMcmKbj+3FIBp/Z4rNxdqjEmeasofqziaraCdj+rDNlujEcU6OF9uQKW4Mt6zrx/5Xt8Fika9sb9eNxd7XDpcu68W897PxhOlOzH0fG82Y5MOM96/RYNCcGGnDDTgrJtpw/F1w8rzYri72xDjKVqrH9rq6V8i1NAtMzy05BJhxgv1GLY+SEyV4b9Di21aPEYtFkU9Qj3LGlC8TGSx9uaCgVYFQPAijYlsQ5kqJAjYXNwCAZEzvt5kYtg/iWG+6UjHwS+lx9UX3Hns02tgEQy4hCtpOGadZWLtl4lTIHTM2DnHXDJqDWTtObqEBTo5xNhg7vMXZaJHNBuMFNbgd4XiG32sK5XnpGGeRbCPaaRUkHvfC+PTmhlllYqHNmh4VQdrk+GhzJkVKEJEdM200TvSMEzWJnbCR7HzALuHvy5YcP5xGdUsSpyXHXBuSHX3jbPe+zyGg4bQSxOmq1as0ya3slCNuhwkzBxtWYA4R5+XOJmzY1HkF3AdiMwz0Gmsw899nzrGt9ddw3W1xFiKyNouml56XCK3bYvkFZyrpa7pY6MC7ZoRbby+5W+L26ClrwZhKZ6wMs7jR68QIaPKqMWtwikRJqRVl1hWkx02R1WZ0f/FFUjJ+n+HlI+aIsZ0ouaqXLURGLzinyR1KqQioUUpEPZtTINJphInRzYYz31yrZqQwpmGts8rytI+09QGNZ51VtpMlObkGJ+LeQVK+Y+t1mOzSTut6nZl1czP7G93VzJ7jdma21fuY8CWw2n+rdy42r4h5b+lexWZNtXHM3ckmOXBmH4HULmgLrNx7EadSE29C4qQFYw5pH1ZfyXbO9LsjmzDptig+5NOi6DZuhOLMCfFU/NYH7gVwZL0g7gpYpX/paKpRbCOOritFPIL6senN7DLKRE2dMT1eOpTJkVLnS4qRDpodHevqISsu6mpWZ3Men1uIKOOkUNnqy1pJlFAxspzdrh12Gw+ZRZlUf2LW6npR5255RjFQjCjnrKhuyBtIdEKzgG2xpTghVIwoZzEsBqZgAqWIWnbCrMeozfT5TpiTO9PRIVPnOG57w7Mb+prB32W9YOtrBdtbJ5BdI9je+oD02sA21gUE1wS2c48teX9NWLHgAppFCHfFBAcXv2fd1v2q7L0q/j6VFb61TC/t5zbKNixdryNxV49cAL3tPbQy3u7Qpts7zJvs8A5pksnDkOYK4HLenX59VeTxM+8DmFYxW+H8kcfPDAkjrkuQ75oJXu9wCtg9gpjr+A5uqul72h72fcZjv7/NM7/tP/Db4tM+4Ud9W3zOJ/6QbytP+CQf71Ge7REWtvzP9RjLWlt6pif6QG8bT8vkHpVt8zmZ/EOyrT0hE348Fn021h0LH6Pr0rxMdBmU5cJJf8FC8cOHh20nmyUlQows3JBg0TBjwMjBMH0LwTpnf6rcbyd71TfJk3Vxb5KPwrR3yEPKtLfHtYpnvTceIkG+vTYiEN9WC2s3bV09MeoByJk8LMlRaMRhh50QDy3OjDC8wGK3kx1J1p+JQ9/GQHleLtKAJLKRx6kgwUiEwac0dIg1NVLBrCmRK0CbEMlgTmZkCyCaX1Rep+MDaiWI01HuZAJVyLiVoVCi72X8iOSbGcqgYcURmDMprmB56XEGhuXHnVDL23HoU1V0EhjMddKXizo6gGyw2dSCYIwJwFLaEiBLjSgGWUogcdkS4odBxQwbLhDjy8cODO3zxxiOLk18b70LMuSTIsmbj3X1F876DRQtoxQL4c7JQGHcQEVIaOdoOEC84zOwXPhjXGAw+uEtCBtixWiDLSk0R+joEdlA4wdioD098Zd0H2jnefGIvM37QKeC5GO02H1giFUoagveBwZo0+O4zH1gAJHxHWA/3pBfnIx6D+ipPuY9IJaSdA8II7LuAbEDJiW+SN4DYnnZEUfsHjDU8nYMwr3rNaZ8uXizlfe7tCoQjC3p73TBXKlxROI9LpAsIWYkvrsF4nDeNHJYaO8YxTmmapLPs4I61na0fEIkbdVmBRVjk0mqVYrs1002uSc3y5hPrF1us2XR4m+GzcYxMwsx3dZK/UV2xSGXEMU8K7OZIo+cMZsUh2qzadZmn7Lmjgxj5hUi6v8hkqzzCBKcHB1wIFbZhDhq1aj6gVwZYzYhjmWZt98YraLlEyZhtI6ZVYqnJnv9KoucPqcqNrmEpkusuwiRdyjjbPQ7hvT3JuF2s+8OKCtTL78itcWVqG2sQEmtPG1jxUlupUl2hUlkZQm1okSn2WQT46CuH8msG21lPUZwHUZ+/UVq3QWz3kJa7P8brPJvc3l/K+v6Ygv6W1nJF1zCF167l1m0F1ytT16mF1+fF1qYl12Rl1iK384avOTi+xZW3cWW22Pr7CdFFV3n6tO8iMuPymLmvrpgGU/34iFbyGFJcHCNhWncNg3PrzUOuk3bCObpTapUTd4gFto0BjOTFEN0j5RLgN4eFdRf1Oohr5ZNn4hWE1DWZJ4aEZ40hpoQjoK6jYpuyNJk16mTVdt8rpo2my/w0nqWdP06K5tssnorsKpit4E6hptTnObqLts7POIzDfmTyW6qchmbxmkgm+TJurdKNadVUahJfL+g7tdWtnSXyOo2n+SL/v3RH4sp4mMuulHAuQW8q1pUTfSRjWFZQw4x9YvsqVoSRo6TL90z1a+snhIaZMyQ7pvrUzOr2+s6m9zHN9jrLgrlFXURnneIUDyWp91makrvNPIkEywXszqbKszBmRqDlUuK4o+KAbHOlDzxpd7PGXMt3m1ckId096b3D85Nm9M69r3aJd491klf7s5NB5C9gdvUguB9XACW0nYAWepdnUGWcnPnsiXc4xlUzFs9F8ieT13lJWp5wqyjIZ8UyToEn2bFZFmsTgLE3vkYZP5yhEm/qAcVe7TuxdtkFma6qCo20jqvMNElMthCRJfEkIskUk0+Zbirk13KsFjR2EBLCsoROnpsNtD4IRpoTTtS/yDO6PT0LxezHQrZwG1UimD0jmFT2tbHmBrHXcaUYO6hTIjoLh8zrHvQoOdbF3XVVhNcXAD4nEJEGbvnVWmAVglboztef7gDdV8QxtSL2hrv1a+8ndx9jz1EROBqJW2NtruzPVG3Vc10UG9ZopbEitQubFK4xnDSY7YLyQ/cvrb3RG/sSoiW/MVj9wCxldDd14h85PZBM9rWJhSK2yOhQNi2GNOj9kiXFrQtMGh1cBUheD3SKWILfGeqyJ5S6DYFbIHtYvU4IYVuLEJyYKREjxFRIniEKNmxY0RMDh12K+uRo4odb3lSPb5MfFjryoWE6lEqCsBo2JYxOVK8fsPBtXeDhOnoGwaGiRvy1DfCBmHCm2ABRdS+kI0kaVeIX/OBMgwenI7P6mJk19zos43Sz0Lzxg0Izw7NVjAd8Ew1kzpfoDr7mPalXNEikPRHrSLEnDKMi28+mC3NPW02vo+CdGxHtblY3goiMVzWhqH5bbzZGI5kIyV4U5yP6lI2HNev4PYznQt96rGR9qWca1unHJsVIeZcIqcae9nSnEvoFGMfHdu50k8t9iH5vr4S39nsUtnZxbhuukR0nk02MQ7sOy8AC/WVF1QHZ3i81InDKD6qx4ucMOxtSc3jP9R1VSM93kj7Ih7vEoh5vFkRMh4fxUU2pJctweMBNqbH++h4Hg9w0T3eh2SdU9M02YzR5caMYixTVoNN0xspyUUBJK6LovhILgrAsVzU2366iz5kxZkq4kybdC/jnoa6nHMOFy/kmiFMbKNBTCluaTJxnRKgYrqkycNwSADFnAFPEB/ptjCGPCIEN0/xl3QsgE0WEf1l/NO1lvwS/6naaAcle7GJwvbhGBfNg00onv9C7QR572f1RHLBTfqX9WKDQt6Th0oR9uYQNrVhIUYJrzYZUz0boEz0bpMvwcMBNKN73qvYw38P0yqjKAvmmZSHhvKECt252D5rsiX7bYyT57smZJr/Qi2r+XD3Av3HrOu+sc6mpXwR77X1xVxXrwIZv42gIpvQw5XgsQ4X011hMp6vOkx0R4VxjO52lzV3108Lch/T8gk1GdW5HCSuZyHYSG7lgLF8ytN2ukOprGjvTu9U9HwfLeXLOJSlL+dQWhUIOVQYFdt4MFeKQ9lcXIcCyZgOZTMxHArEMdcSb44fsrzIbgpyNzOzCvHkzdd8Vmdt/GgFh8fMKsSDW/d1WGirvggOzI4wh4KyMwzB8KDqJr7M41CM2aT6LGNAE1a/EQSqW+aNLTe5ZrfJJWRy5JhuA7FjepyNFtNtMF5Mh9tNi+nnq/RXw0ksX1Gj25ftRaJ9EEYs9HtrSmYeQLkIZOtjiBNmCGFi5nQBwcybO4Rp6RMJBKi5Gt8fkqeyqaqb02o+z9u5iq6Ph6G9RW6D/zavm/a4bVXTqinmqIpI94CK2wZ30R02JggOl7cV8vKie6Op/LfKZ3dpPcUpahu8D1Ur17eBwrZhedT5QhiaO3mgUpNmEmFk1rQC0zO0OcZXVd8X6rius6c+dQTYTv4icwoQQmwu4dSIzBwCA41s4hBhwpwBJmTOFQKMvDkCTEefGwTAnLVQ3JI/TGbmlyRbZG3sIGAYaZ1RkqWtlTpTCyaQnluy41MjB0zHjRhYSlKk8FQgJ0KE2laPDHmZG58PjwBayV8mMkAQcpHBrhGhyICAxjZtgDAlMoCE3MjgZ2RGBpCOERn8YObusem0Vk1sOQ2mGvOKEs27k2l5QJuskjx5g/qEKUykZZZkmqpCxc/phpHGvJJE1aJV0/PyGPXVFxjMKUKc7/uyTQY0ypC0MXKcBxnZcR5JSYvzICIvzgfaWYvzF/Tj46EsLxLvvSBiMR+sHZm4j4VHNneMNCH++0mZc4AIK28e4KekzwUigGb0vWm6Uwn1HMeTSRdW2eNoJ1ym9BWox0Veq6nsJUQKle7S1FjgB+fGAwotKSb4UVlxIdYztNgwriJ+zFURPYfeTv4iMQGEEIsHTo3IxAIMNLJ5Q4QJMQAmZPp/gJHn/TAd3fcDYM43d/pkrCGxY2QX5aqavP9MynV1qR5UFjvI1oMHlCJJWfeF8qpuzCtJ1GRF+wdqvxBMZeYXJctnqydtPC4ttzBVQvfXcwtTlWqKeibrBdMLkLRb6vwEBuTOTbCUpHkJjMiak4RaGJyPDJOY6LoXmOeFZyY2yRamJ3oFSc9RIvjkNvewisxWHNbkKQtMmzpvcThTJi8wor07Nr/No19ACwBqJYjT/aJ5uMP2i2fhiI7I93EHMt3MEbxMR3dgE23d0+agtxNnrqvkL+zoGsQWzHxdI9I+7ocmt69LKOLeOmGycTuMqZ6t06XYtQMGf9+VMNXRycz8omTr+0Qe1phZkqnJZ1dF9GPJMNKYV7Lz8yOGzpYeLMKUzDihIyaGCLddwehwRWzgdfoXjg86xRYCxKZSpCNEAJvcvgCjSIwwGJODhEuZGiUMvpQw4aKZe9KrX6q+ymfE9Q8DzylDlLBbXsnaZfTDSh44Pbto1+M7tMGXbtERTqZHG5CJJg20sM+l6U29yvHyTq1xbMer11WzBbf2o3Oa2uWUcmydU8KzHVIB19YZE33bwTPf38qKSVWmDpkdtxhhzvm4c7h/zYQLCpQjTLpAvMvixdtkFmbq18ue8nL2OXpklRfNKkN4QCfFQR1TJBKGWfmxUAdNj4Zum4Px8LrOJvfxXfRuhheOhgbGFoLhUC/SsTAETm5niFIkEpqUyYEQ4EyNgyZhShgE4Jxz9zE7jX1sen5Zsqos8lJdV21WEG+uTEKoHFnSNn56lw+uxR/ghechvnfsY2O+cYwfwPzIZ4KmB74YKTPuWW2dFvagVgej3h/Uh4ybDC8c9QyMLUS9oV6ko14InNzMEKVI1DMpk6MewJka9UzClKgHwBnddEL3RhuO7Yoxtnv19CW/VW0e/dSZD84sQbb78T3bZEz37Bgp07NNzETPhtra9mx8Na5SvpxLa/qy9ryuAkFf9qNS2tDlSnVinSvFgh2yBO/VmZim6+CY9xjL+clTq66KfELuZ1ZeOaIf8Y8xQDA/8F9kQHQhlpvqREk2Gmaj+6cOxjdOt+U0x7xWWYH8LIOe9EU80wEQM02jFmRcMwaLbEEfWYJvumRM4/Sw8ZzTpaJbpweI+KUFlwT/kQUMAeb7Ci4D5dMKmE5DdUqXiGuVGDqSV7poLLP0tZ3lllinelmf3JJJSjukhD1Ke6OMMcq5YrIlBt0I8w0vi4LyDa+oPmKt15InLPFG1RFfELPUCV8Qi3ZOjgcLGbCs+0pYb9B366xsUN+701K+jPda+nLuq1WBkP+GUbFNB3OleLDNxXVhkIzpwzYTw4lBHHMHjSJ3r1UWKf3uyOQ/siKPPbx0MfScQjRFxoTRMwqxNKqcRh8AOSBDLiEK7aP1fEfc8ZYiRdmd1nRalbf5LIXSV4ok5cdaqb9UKiVUiiRln+5W1amccDlSpMv27ng6JY8RLZ8QyaSoGnWpfmV19KgX19bNvIJEeTk7xhxwCCLpmaWYuqFVz3EH1kPhz8wtRVWrrFXT49GiMFs0XTxvMcKc3bBKItQLEGKbqVI1edN9bY1KZWaV5TkndzI9oxRLUd1kRb8sjvkavIvk5pciq6vlgoyzziTEQJ9qSc6x8rJU9fVjSTZtPaMYS1tnvbd9v71tFNm0gfxCZPfqqVYpEyuoAKkZu8oa8h3MJpMUQzVJGeBudjGuGbljr/MIEZRVS26cdR4hgkX21O3wSei8YAlCdLWaqPxB1cypo5tdjOtePV1XdJ5NNimOzs6u47uoXBIto+j9OLOl7MxSTMg3n1we4rtOGBZ9lyt3sPkKEWJsHxFfaXaghlxCi5PkNXh3lspchY+z0dbhnZpircTD7QavxWv3V3g4LdNLr9DbKNtYrNfrSHzdPnIB9Db30Mqs5ju06Qv7MG/yGr9DmrTcD0P6VnYp98kOp13OFkhxJ2oHIWnnZ7Nr8rimTLlDdbkuaSu0dfWQFRd1NauzeRqtVZI87aRQ2fBNvkReqCx5YvXY1tla4CKbxXc6hLwVKEue+LaqVT7rUqawmqVsj7JbvpTg3JQjT6qt2CVHV6gseeJxCSIZGChKnrcqT6v5olBp08Adqxj5iUvCTN/tCemTfgQxd/7v4KbeCnh6geeuYHxyS0AeM734XYGFspW7Aq2O5O8KwhfAaH6YVuiuwKYVuCsAedPvCmzStLsCENJ9+k+6H7AJxxLk6RZZnc0pwd+GGwqQ744pXm9jSnh9nJjt9TZustfDLR/w+tX+FyLyKtPfwus1lK15/bqOtuP1/gtgNr9LK+j1Oq2Q1zu8Ml6vk6Z7vQPJ+B5riJD2VVYiHSsSGXRJkShMV6pfqwTdrc4ypQ7dkuSHT2ps0nmlYlOYOCk26bgiscntC4HY1P//LWXrrpHtbxGfDJitRaihprYTo0IXwewIELFgnDKJhSIVwCwTq0za9GgFgNK/1h2GJH21m8zHilgWYFLMihFuNowkIWqFbIOx3w9N3bcM9UejnK2RUnbJ+Cg5W2ZQhNR3SABA7gslKLtMnZeYqFIzkxh10tzERBaZnUC9AJ6ffO43YuKJV+lfekaiUWxjKrKuFPE5iB+b3s4uo8ysQ2dMn244lMnzDJ0vaYLhoFn7VEvj4848QKAUUcpGFapPZqjED8X24IaKk+UeNvXxWa0iRPm6Q1I/Mt5D1QGdMsQJP6uns7xY8runW4g44xf6+7M24Rf+m7RxPpmB4ylJ1NITZkY6qsCUKMzJnQvpkKmTILfd4dnPxWonPx5yneGl5z86xjYmQJt6EZ8BBcDprQxQysyBDMr0SZDLmTwLMgiTpkEuXNIKiwHGXVuJMNHXLAwq/mpFhIu1TmG2ZMoKBYbuUs2zroCaskjhIprFyA7bhDhngAoEuggpN9IZmKmhDmh1ONZdqmZRlZRXIzc5XjraGRzbCHdD1YjHuxA6va0hTpmIZ3KmhzyANDnmmYxJQQ/AM71yWXdFEE+lsADNMoQJ2zEpF9AsQrgrJri4SSlg4zFWro9b1Zlo5FCLw06O/bodlOWlvXxLn4QEa0fczSU+ChkjlfFzmc9CRliTHT35w5ARQPvsg3zSULaDW3haAdJs82XR5ilsWgHSbClYYkRSsUXo44oUWm50kfi8YqydI/HlC3/IbLL+beKNAbTVuDPU2vbiT+hiEroGRC4cj0xywbgEsMvFJ5NaJk4BwG68SmbdlLItyoz0erMHMmO92Yxm3ATHlHmzCQyVuC16xokuHuqEI17QFiERm01qyRgdo0+O1Sa6WMyG+kgkdn/lTyk3Wf82sdsA2mrsHmpte7E7dDEJXQQiF47dJrlg7AbY5WK3SS0TuwFg07OXNym2bSJbhW2Lub2rVXNXFYQFTw+wXtK2aB9U3ZDWPj2sYznbGngSEdFkloyIMfrkiGh1DamICPUPZES8khmcejF/u0jpwD1L1DRqdvsRNHaRAt3Ld0VbiqzuFW0hynquST7iulcjG309F2KeD7C8KfIJaWMf4jr0Up/jKrbiVyL3g5SBIhkJ3avZRlTEXJVYhHQvSTxa+vqaJ3IOW6wJVzXkefGYaJJsJQCOFSQf7YL4jL4AsgrFMYtVIGhBtOkRyuJMC0cQornuqJommyV02bEAcbYmfWzvGGVskZB2QrOfkndmc3zgpMQ1C1YiiEV52RHLgk0OT2AfgGNRQ9++2Pxd9i82W9/A2GxvB2MQnt7mIKlMFGqkNzFCrMkxqBHcxggBCuxjtBGTNjJGGbVtiIQniY13LyPjSWKUsVSP7XV1rwjrjRagXoL0kEmIP434ZssoLTf62C2eGHwgziNt7laqeVXmk+vqa9a0qj5TvR1bLwneLstVYf8MpgcCECzqZr2uvq5LhkRD6bGijZrUqo1JAanQVzVUzdWmkGAFDqnwV6CmH+tqHsQ3k1DZu7xXSk0D4Jsk6KLzSV1lxaxqrqvj7h+obDsNtvB1nq9DfqBwJ02w8P0x7p1/++P4y/nZz6/np5ffj7/8/v3q54fLy++XP79e/T7oPGR1nt0UqvlnKDn2eibVfLFs1e/dp+bOz4CLMROgq6nplkP8pRq/BwvVp63dsouaal7jmJyTIly2fyaKLBk7bXPJubM0Dwd6UhYiwc7BPAyYKVdI3vp+ELZ1d1ZJE/WgHR0evdDmW7TenCA4F1EsCIqFiGIzK9GdZ502cfjEZ2weefwEDc0SmY/5OjNu+hWi0Hx4qibVVPl9c3RkT0qs4fc+qH6UTV/AVT5fFlkLfnt7lIzmQc9T8lnZ7+S6gj9Krk1X4JRhocPD/aNB6+fPVl81wxW94/txKA1uZV823wV7vRQMwgnEv62LFMHe1IKH/qaoboTp10VuiT7eM7/f/LeatPiLWqXfYi/VBHx1t07C67HrzOHqEOm91Cth9WTM5Yj2avJVcXo486q0CfommxPsNj+ITceNArGz8AGPO/k2VdFzbozuyRPw/V5Xb50MrYOd0ptKmJk8IIZ4zcLUCb9EEVMAX5EwBYIvQMTKh+bLZvGhWXKsdPAGwCw+OO+Pdar4VNgUw8+AY8qRia8pi5zvxjQfVJ3funuRTK0hEU/Dd4i/1eUiB/XHVDr7jXc7/x1v9CoWC1VOryvvewzW5bjJ+dfl+7Cge3mxzwbG1cpZ0d/OIK8TzMDt/wgzHxLh3QMItMerj216tda/i4ddvVxq9N0wpwZhg4EcixEUwVZ01FHN6apSA7ShS4nTrnR8dQgUDa4NIdWafHYPbB0F9Ya0SQ2KD4eGOD0qRjiQwdGAIMbIKAG+YyNdKqKYN2eqULOsVe7DclDWzJCkHZkYGLLI+UFEMTZNMCSxs4WIZoMJdPaowke62BVjpxTmpVNnFog6wF87Q+3Iurm5ymcf7TAx3snbSbCLma3Kiiv9UsYiNz9Ri+oQ7KmXW6qWCiuwGjDXfmIzQbDYvcNx+WrTJb6qNpvqNpmXrapvs4lq/mmnwc9x7FfcYoVG32VzcNFvAkal46/8YcU7p2nwwpvkZFGneziuYHePwGvR8AP+dfpjy2i1x/tmCspzhA1M/DkCkFJqhdZX9I7vR8SqLJTNd8H0lVgmcXz1lYDNX3Hl0kdXWZPo9S6v6pkCMoGd35cWvXmjD8xX6MEQTC8xJOICO+EkkeERzhyuDtpQEbqS8LBJuBzeEJK6quBwEr0qfQdUrbIWGi/QZihfWvrQusx+DS+POS8hQlULZZAdXF6FnUga9PACc0fqhDvAEq8GO8QYl5Q6yFKvDDnMZK5MW7Rc31xcVct6or5mC+dmzU4Q7N7YhTOwUNTKmcNLPDIDVo7dTGBVmz6Bu8wAq46p01S7f7Cam7RpivNsschL4EkfLKolT9NdTK6rL9UE/kgVrG1lGfX9bx7RWvu4nH7JS3VdXbhPVkPtbuZL5LKXVS8m2LYZEpNbxtbc1PLHqkZXBZAtmeNi0nwvVwm7CibVg5WRzqItmKxLsrurdpdvpsAvlhT6ZYXL2ylCV2Ih+l6sqorlHHsBO0PqFMnVEDnv3mfB6ppZUsS7f0jSegaisN5hLiZdtwt1GDMFvsMsJsjSdhaBIWjikTsLJBfpLDjJYHtBqvH28gvrrz6ML1vX2eTeu6kYTCb3EoS/ePSbEPCFsF+HCBDh34mIMaFfjAjQoN6OiIF4XuT/o2pV3ZxW83negt9dC4EFi5Hl/F4W/TSkzYp/q3x2xwWFypEl/aYePW/34gj1/BIDAfFiQ4CL8HYDiSr2ikMACfueQ7T99GMNHsux87qTUvNnMVMEisWaoQXMNUGIAG1+Xgas6UHqGLPzClsBt80f1NVddri793Pv8ChgchBIMHsKV3OX0WmATCkdI24KEATeDHAUEROAEJCD398S2qC/VL+yetr7hKOt/SY23O0ysWNd5+QOdEcbPcphdewQd3Qx4xuWNKr6VqmrvLxHXOeQkK1V90mai6oq4npm4lTNL+pB4UU3qVNVLzEjYsdMnKypmnwKHOHjlR3SpytPsmLSvUHYffILnLn5IYCs7EEcN2WHA+/ICP2IHTviSC/2tIRmxD8WszqbKtiJ9R/FrNgpFOvFBirXjF11tBt79LF27Cpj/NgjCp1rdFFXbTUBjBJQdnLw1buzfAjSVnIZ3ePFoq4essK9fQgD6PlkSLq78RN1WwGH04ZRjIwyLFe/8nZy9919EBIm0bLxB2LcUF0IvKNiCCKW6sojPdXXCq6pdk3q0+1+k7bUoUyio/aciYY6alP91FIn2umoS3BTS9Ko6uUqyUVdLSrgfEVH1kmfqnymiszd+u7T3aROVV05If56x/TsroW2iFGc7BAhfZxBjOI0f7DrXN9SkdVtPskX/dT1x2KatdDTeSCRmGF4C8c6B3gJXAvx06C9JMKD3nbiJUFtPQlDmA30uMhrNTWyrF9eIPSFnUgx6ZzZTdNNFBMxw6Wkd7G4lfjZ8J5CIYqYix8H6TKxNtTs5qSoJvefVDZVbofXfhMzF7tMrKfonFwrcbTRDgKrY43D0cX4BSxprpOAayKOWh1c/0Do3NRZObmLCw3p2EqNAt4ndHTWqdgqbfihkqPnpOcr53PVtNnc3SjpimpJ2XozVaomb7R9tV49PWmq3qesQXQXMzFbc7GaXCOGnZaSrXarVHNaFYWaQK++ug5jJeePwapcIrrqJllybV5kT9XSfQTmrdMhPd/NAk99XE8zErM1l6EFTkfUSp2qCq4A+ETXidM8b9ltbEL63SYt38u7alroz/kRzg7l4fdlzK2U26PhXOxpSXz6CTgjdtaJ0I9MNt3Wx80xPfWvTS37zzWcqQIQHX8Sm1haRWLnlRokd1ppK6NnlaA2dlJpq2LmlKCgeUcHH8Jsiw3JuDo3T9BYtGU2qbgqyxzYxWGLrBNxu0d8eNuC+NEdV48MblsaObbhmtWG9oeHrIBH9vALd2DDH4wxi034LsxIrtUo6fMvQRRvlYK6JJuxdNEuAyljTcbSxHgMJGfeIxTVDa737JhJmXpFNVmncA3H0jOTMvWau6xW0+PJBLi1tPTMpOzrA96kci4s8PpUVCEvS1VfPwLfnLFk9ITMYRC3U7uPoN00qh0xU0sY6aVg7WpWerxYFE+g3vCLrJWaxSZY6UjOtdIgirdGQV2SlVq6aCuFlLFWamlirBSSM/d2FFV3yOHxHDwx0Fa0EjM1u0ztKUUYzMFUb1Q5VfVq55JrR5awnZipWauJyh/Qqm7yhNZVSFErLVNRead19kh9iIXl+NVV5W0+O+76BmKsaEm5/XaxKPLVC1nAcqjdZa3ETCOKBzNLFx/MotqRYGYJI4MZWMvu53wey3/n7d2xW83W77KBDSo8IbzZ18INcggs/7syfgbOJ4ZMBuoHhgAK4ueFTH3Cx4UAaeej730ynLKePEk3807eQF09eVKDoz+KY+qTP4kT48B9EMeEoH0OB2oByHDOy35B0o+wTiD34ixUMHlcb7CTB7ZBQR/ZLgd5aBsEpLHtilMHt6FNGN0R5bus+d37BBUWt7JI6YNPVGMEwSer2C5IsBoDg+E1ERKs2RgYVLcBWsTeLQM/QpHdIUPfG5O2K4azH4a7E4a4B8Y7OAKbltYjYZOCUfoie4LuTLTShxSMRkE+E2Q9DUx5Dkh/AugZKN35wPAsffhFbMCYJaJf1B4IuQPH0sW/ng0oo9/MNjVRL2UDcubWAP0UQY9Q8DTAqAL8tM+SCD/si2qAz/osieCjvmiHQLybbcoRXsuOacfeyLZaC/kyNlSn9gk1obMpVr/JTamtMkkH0KzTsCfStjbtqBlHnXS+jK6LPlTGkTRf9VrOf+TQ7kZHUEuZotYdiH9V5ND5hZCkkZzdrMgzVHRt4sEpYX3MaSm6OOWIFLfGzadGF1mdzcGF4dUvYsPSLJHwlGZNmPCURtelPKVxlAlPaXRN5FMaR85eJOrfI/V9KsvSdJMzdSeFyurNaTsYZSgDU3v15B7eV2mpmkmZev2T+1C8skSB9OlXipOGMjC11WNbZ+u2ushmgPXaYxfIwBy+qGcbxnVTnm2EtePPNnRh/LMNt7ZNy/0y9BpIc/xV0nqtUgn2q9EmWLCtT7FhkIBgxbY20o5BWXNJEV3dDa+aDbV79eTdimHraWkTGhY1OG1p0gCNM8QHqQ2AH6hwnfsGq/eRtpVkO8OWvlcQgBcZwJzdg0EW1lAm7icMAnjmAGgAI0uq/lQVCnopyCc+pk/tBsThzto9h6ehDHz6frpwe0C3SN7hr/0sf7PEGvY6cPJtE3O4wwzkGyj6MIeF7Td6gve8muiQNEUvMKQdQcRwRjQvYVrNHcYICuwEmzV8PfVuDt1LtTqR/VJNqhpsADOF5AAGSiaMYYs8YRhDHJSR7CUhDGaIATmevfLm5nJs4+7kwbGFU/N9ydUjGfuWK1rXb1yQbNy7cKqNbzIEiTaxaRCuY6MMDNIneRiOJW5jEAjeyfytoJtZt2/1U1VMoTdg9R/lLMwuFO1eOirbuBx1vGfB+mi7cpRRTgWLmrbh2ejuCGaR/e0Irdu6+ku5e53Aal0l5DcmYrA6soRxiiCIDVFHHjs6PTXtGZieewQ7xVaGKONOwSGXGKys+4UACWfYUu8aAvLmZiGE/2raY/JEXe8NBKwbvYfANjxtYPPuJLAshCHOuJ8ItYQ92H2PTMffZAc457Gpxpk0qHmPTkF10kAmPz4FJc0NSt1XYeJqm2Rsnama5HPonGBHSkuZoHabLYv2YyDcm5Jmcrbusszbb91/RiW1lGy1LhtSTk/Kv7oa0VNWidgac9Vm06zNwE3ZjpiVmq+aldkM2PDqCg4J2Vq1alQNHPjqaI0J2Vq3tVJ/IaSGdGylSZH9usmADdyucY0p2TaNDMHMR+RxfUzY5Twmh+sZDrWBafVWFt+hghmRV2BOnbAE7+dgBGLOhDphIR4Uji1nITWDc2n6cjyyuUnDmD+RFliUBzHoozo6i44tzbtpZAd4yvI8wJ80zNOW6IM0pMHOXqYPIkQX6n3SoaV6vKJ3sd4nG12ux2uHDI6zZI9XDi5VQNKoxQqxxXsfBdHvZBbwfTAU10Mt4v9Rtd4z1oafxGzOKhJ9luEIyTU1Wxl/liGkjT7L0FJFnWUICRqV/FC1Cnhv1xYbknF1GtUd7wufK2KLmWnZisMnVDGSZuKU2vyY1037R1YAoQCqVSN5iu6XjCKrp05R/ayezvJiCR+ICeia6blDFHGepKVNOE8yqh47T9KSxp4nCda3Pq9cfe/hJGsUbPTm73LzSaBc9FzSYmbPIyEG/BzSS4GeP0L6qLmjV9oxK+DoclB2SJukOM8ndXVczCqkqpE+SXn9+ckuGU7azCCgraZfiVcP5ksiyZbt3fF0iuxqWuok1bycqLL7NPSHIp/lNwWyBaBsSRz9Y4jjxYJiOU6edIIP3as+/W478L0gL4WdT6QufA/eQnVxEbmjohGMe4aJGGZGAZbQg0g/iJFLiIIMIKN9Uj2SGmGTXkT5BDyKICh+EjyYAKlfZE27/gwgsI4CyVs5ktU/qaxub1QGbGPyyetZkiZBiHUFiIGwpoDjiK0nwN0gcSIGTHRD6tuY4HIntxITW/6kNm1Cy5rMBqc1uJsUbWbjZGBrP/jXnxxZIy27edFDNmG4pg9V7jANDNGTrMhK79MN41exYeqWij77y6DlDlVAH38WmIcAfSaYq406G8wj6zxBwAhmofsPnFLA2CFBI3lC0yJOEnPVCSeKYRhiJ4u5ANgTxnw1D0RU+AMPxq/iUXUslRpXV7SpkVXTJ8dWm4AaXTVtSny1ZaFBhGnGHS1tiuL4EgdO1Uyfoqw/e8Jp2zkSuhg+umsA9PgeZEBGeA2AGOOd+tds4/ND4PNk+o9ipuEUivUMA5VrGa462jE8+ljDcJUxfuERNTcE4S50yrg4Q6cqpsg6HVPymzI+NF1d/MjEEEQGpiuPHJe+utaG5Xk5KZZTNb2us7JZfWXO9UYokdgw9RaOHa7gJXCHrZ8GPXwjPNhh7CfBDOcIhLNYBT/t9TMU0We+FIK8bGtKW2zSp3eI+OD3U+BNgEIUMQM/DtIUYu2imcPXaprf5mp6WquszaAnPE4KMVuAS8Z6gkvONQQPB9oNQiRYK/AwYHwgJG/u1d8kuIZOJ/YRWJkkGIDl+pB6YK2epkuo9yF5om45hW+iPbpj8sROHzc9DwHe8dAsEbvzgCC9LtgS+ppGMatO4TfON7/IrWUYJaLXMQZC9hqGqYtfvwCU0WsXpiZq3QKQMzebVKV6iiltEjE1Vls0fpQ5tDRiKplJmY2HWB0wVQkrAzHt2KqAKYxdEYBq2F1EvO6e+HrXYla/Si8iaqUSFxHXtImLiLo+dRHRISAuIurahEVER9a8Wy+LvPRu/tElh5Qpare3aLkhaYJeWXXbQNp8ki+yFnxNwBUG8iQQrLesfVEPCnjV1lW30id0afSipS5PXrQMM+AWLXUA2qKlW/eaTX1R05mqA2ea2gnEzAosGOtXDjbXsmAKtGsFOLDGBRNgvCsgjnsGAktHH4Ngde8fvlbAd2Zh1SFxmmb7mKMlN2lTFQuVNcDzFp/okDxNd7gzxSobGdK0b7rvNH2Cv5YFi5s50tTH10++qUf3hgYGcDKlMSxq9XCdz1XTZvMFEsHOk9jv4Jmlp9dtEqfZaTxcwvL4iIkliQRNXy2kmroeOrvTNz5mnUO7N2vab2IB0y4TGyt1Tm6YdLTRERJWxwZHRxcTF2FJ+zOYd+AyoCOopWRXb3zYOLL4EYPQjwwWRxw5Tjz1rC+vq/q+UMd1nT311usuflkJ5BbXoYLRa+s2NntpHaTAr6z7OdAL6yABal3dL2691t66RxbBsuukaXp3AduFZc0caeptrdSZWqAvWU+f1tkQS9ogAWFFG0kSW9CGKwK5nh1oB8dYuk/sZu2yVn+oulsF93V/J52wzcDl09zGvZY00/EwEb0nREWzIA8P3olCKOaNUTWf5+1cAc86IihaPhGSe/X0Jb9VbQ6cVRdEMTOKdBusfXiIqC6C5kKZiQeK5CnBVtOsZVjXBPqP9puYhdhlYm1D5+RahaONtgdYHWsJji7GBmBJcy7iHsTnSC38R/AhFH6pfHYX7xg7Qzp248UHrCOKH6QI/cjAdMSRg9FTx9oA/JgVk6r0hnTzZ7FhCBSLHYkWMHcwQgTo8ehlwA5JSB0zKr3C5sBc3hT55DPwWBvS1VOnVHl8CEHq+FGEo4gMJAgBOZb8de8MpyH6XfUN6qGwUgkPLqh02hizryJtqIE8xBHnJ6INPJAFP/78GObK+SYZhULPJMDwoLrrOR0m2+flVD1SeHwFCLAtwEWqAMsmg0i91PntU17O/C7pqQ4jn8DwwdomiEN1TyQTykRBIJKXBtpKs9SrfNYUVbvqgg6L8auYhbqlYq3TpOVaJqCPtkofAdYiAW2MNfpkbUvE6K2SJei4G1sAFf9uFlQjxgcuoIkfsCiGyEAFAJAD1FvL2sC8VA8K+K7D6s9iQ1ErDjsG12Dcwacrokedo4kdbroaZpw5QvYA69otqDKm4SgsAis2uoqZjtNQ8QGm6+FHVlg1MqR0SeRYcutTj27DTgl39A4/ycU1s0h0UBsh2RHNUsaHM0gbHcssVVQggwTtQeabjVh6esoEtVJN/w0vhQGCeuIEzf53d8cLIDik5Kp1VoGUM5Jy9ebmEvVVVrR/qLqBzom19YNZuTx1bxDxix/TsWu6avL+Db3ryhO9nQoHcnBNAjFjstQJ06WoemyuZEljJ0pgnYMG/1U1TTZzVwOcFFuwe71kuutvyNPN3+BgxAAEydfM3SIYAFglp+vSQ5AhTYtErrxvh2hz6n8g60Hx5k6k6s7U5vAA+RJJivKirh5UGQ2iBoeTK5HitjtO/bhtVdOq6WW1LN03U339FMqZWicZEwbKmDhsKYHBYOHEhwgLOkwYIORo4VIc2S8un9VP9XKcktwuy9Xb9f/Ufw7GCq3IaZ/6+rG8VM2yaI8Xi+s6myigdE9KptCXapZPrvIZUs1IHpTcOzzSY+zk/qLOy1bVp1V5q60y9X+7zSarprNS4QPtPHvszz75dz7VdqPFC9+xM3r7hX0B3o3oi++3ffL+6wwUFDcrA+ZIr5N7dZE9dRZ9/Vj+O2/vrpazWe8Lq5OOP9bV/PvNfyvtCdjY8ITc2K7XFflZPV2qWd60ddbpMMGIpVAAu9NE+8OYV1V7/QiNcDghRWaVszcKZh0QSqCDbS6JD4YqgQx2ppq2rp5SyJBFkNE+9t/PTCHDlUAG609+uVV1Chq2DBLcYlHkk34An2ZFcf1YxlkCWbjSmxFEEnczMeV/LKZ0eSATU/6s/4ojUR7IxJT/vmjPS6K6m4fb8kXVqO/Lltr2UDY2gspW71aRIcCMTIxv1fcFEcDJgp4MdjeOVakdR2V9rEGbKXmS4qeFjSr1tzKRRe8M2eAJmO8KfBCmWdJpnPwiWGXVKjLLOpMIQP/qL5lgk0sEoVb36um6IkOM+bgY+ojoI+zq7KLV4EINjngu/Djpfrf2HtGVdoxS4IpBXKr3Ds/8PDuDD/Xhdhac/T13BhzqS+8sOOsD8Aw2zKfhWWjOF+MZcLhvybPwmrbOJ+2H+aJ9Ol59+vb0Tk3u9WNhGMDBUgUuQYvz/ZME9aNcPXbUMgEB3psWvbKk8GLetOhphJbnpHq8VLeqVuUE7OaepAR7XCy85hgqfEfLCDes7yp8MTubk69wZ52JC6BX+mZBaMz0MVfFFIxPvrT4aq/VROUPsOcHS9/RcsKX7b0QXw+YG8cFokGGfDIYk+7e41LNs7yboMITlzAQUAIbTe8Z9oocpofE8uB7yvrzsGyRnbEAuDail+e9AVl/jziJzipFGHF45pHGaBUjCzl87jiticML6ylw3UeR09jWJcijQd9Z5g6Q6AeYuaBlP5HZnKGXQgqUlIzq3K2tl7cxLhdKL3qHFtJA35v5Lsz7uKvVNimRiDZZ5WCmapLP9Y1aJB4ttyTSbbYs2o919ZcC+zSGyyxCDi52Sx3EQt1ME4Fit9FBINQNNBEocusc5MHcNBNxorfLQSDcjTIRaVnm7TfPXUkcScsth9RbHZ9Jzy4M9ePySwLTKrcw0lfVZt0HfLrjqxLYrGKSIJ1gOzx8RIdbbw7RgBtWQYdc/+WRb0ZRWOFbUiZSl+vK+7QFXV1X4ScvPLjQOgKGLLqawMPC3Mxj8NC39GhMZwSudyagx58nvejoC2mgx57vwoLzgfVR0jwyuwhJuOAkM0IVn13GcYx+Mz4rxvWbQHqZldqoQny5NnhRHqSqPK3mi27HBA/KyC+HVS7nX6pJVpzrZ2GTwKwS5NFOnlp1VeT65ztZgEY5opi/F9VNYhUaRWwBTqASgYLkQNVjW2cX2YzLZ+SXw8oWi7p6yIqLuprV2ZztJ1YhcoCTbgdQEp1VgmjdHdczZnuOmQWB7DP/aUTRLyEzkG6rWuWz8nixYFKZBciDdRE/EW1ThBzcTfXI9YlN1iQY66WG9QMP1PwmkJywn20sRD+vmyCz4xQRexOG8SApEUwSam691EkhGvMm4Wgvm0KbIjZvLmE3QVBeMLXLxL5aqnNyXyp1tNGvk8Lq2Bc6HV3Mq5ywpPmoAzoh3xFrQ4MKoWLtWPXqRLaoIpSM/Z9eneCGT4SKucnTKxPe1YnQsXdyepViWzcRWrO6WrrvMDtKm2RsnVuFqLlVIr5G90Qc/hq0K6Wn5fcI7+en3V4R/eo0prVUqZq8OT9DtJiWNFXPWFCPKQaXzRGai9VmnbjemJCtda+eauUeE+ZIDenYStn4vCAuZyZO09yskSJVteRpuh/Nx41h1Y/h54sYTfNtKoSuk4Ef5/znKrmxLj4zRExY4i+xA6MT+/o6Qj/y4ro7k8C9so5QVk2bz7NWXeWYzmWlHlXbZvqPvPnHos4fsn5SQGG4eWpVc111J/PEEczECTXerVlhanqdjq1UZ786WP1lYf8ERE/LVmywck26Vta22eTuyntcrusTToaUmr1+xMTuMSG/v6CEWrqK+4p5Ptl8j3TM0NWXFnOct839eSiv/W1OcCDqx7JREL4uizanI8SyURD6ty+wwnBirFzeaFn7l6d9Wp6U4Vci3rx/u3s43hn7r6m7MzW6M+YyDg/3xxWvnz+Ne+BQgTtD2ug4WWNG3/IAqg5+AwJZc9Z3S8EHp/5Sd1qcp2rUvpkQ45p2hkw8ALvXHJ+cH9ezpXEPsWpe7Rf0qznHJ+er02LAldrNj5TG0XzZW1TYmEcm3wJC9utStcu67I+DQcg5GZjCc9XeVVOE4JCQe4W0y5O4ttVrXh/quoI335iSZmqmZPt4Xt7Ce2mc7rJKiBcapwrHbTXPJ9ow657RV83qQ6nL8QGAKpfz5p+R1OGRMI6rkx/nX87Ov/3OKH1Hy+u53sgVeYmuuTjXsixX579/+3DGgRlyStL8OPl6fn3NBNIyCzKdfv/KZ9IzJzPtIUaSMxP3psRHkq/H//n5++X3Hxc/r87/3weiwo6Tm1gPvvuORVY36mvv7peqWVQlsGIeQYOL4PNhH7ZEsDCPXjA4ztKRZrFIlCEXZkGDzNSOSclkVt6t8K3mDt2iHRnPzLoVuvVb4I/0ujNybqdlH8/P6E26ziRFZC9kXrGGgJ5RyLrMjbBoVwhufSUzFFVJNsxNJiGGbAoeeICEcXLLUX0dRi8DysgsxHSzzIvp7+AT1AiQkVOIZpa1d6oeVirpQ8rNL0TWLG+gLxjE/HCTS4oiny+LDFhEj/rykE+IRD2qyZIOMmbjc/gW84w9WJ5lvC4NfqXwe6mf8WZvG9clwJRBIXAXknEJq7sBCrx2c7HInhAF7aySRVetei5Qx3r8HJDCP4D2q2WTW5TWOl2K0qP+wDkk9Yh81BzQuq3/Qkmt0qUoLRYFSmmVLkGpaRe3GKV1OqrSOHrCY3SlTB+d2pV0Ryt+P0WXuDOkh68J5gWV+6M1KdJjhmTtzbGaFHkjjwDB5kxNGoORK5lidbarft4pAQbOnMy0OvCVyQRn5jEZ+6/jx2paSfDrRLdF1n5U4DI5VObOmB6+LpsVseEvKpkuN89LykUOydOu0d1wGL3U+L5DpLi79zCmHd+CiJR2tyHGpOO7EWnSvlf8Q+LBjYl+eX2cxk7nkz+Sj3EOX8rhe8QT91jH7Pk9zpcWX5W0Y/bMM0vJx+yFeyrlmD3j5FnqMXuxY0k5x+yZh5Kyj9kLDib/mVX+HhLLg+8prGP29GrhH7MXOaiVfcyeeex30jF7sbNk2cfsmYfHph2zF4ZkHrNnNzH3mL04HP2YPZuNecxeHI19zB4wQBKO2Ysd+p5yzJ55EnzyMXvxQ9FX+/mXBLNDZCNMMrCH7gWliGfvea/W94AKcQRfmA99Eh8VDXkgX5iOci4fHRB/PF+MknhKHxUVd1hfGJJwZh8VD3d0XxiPcIIfFQ91kF+YDn+eHxUOeaxfGI9yuh8VEHnIXxiQctYfFTBDHvmH8OmtIsYPAEQQIs8BZAESjgNEkFJPBUQgYw4HjMwOvDlEJwZhlZTDARHNSD+Jz2FjnsQXixL0k/hICw7MOiMfqEhYfOAhpRwOyFqIQGPGDweMjD9PetHRF9LgHw6ImWNcZ/VMEc4GdKcYQwmSaLSjAU0oxtGA4V5jfcUR1XMieWRWjlEqpGMC4Qv0oKGPCgzA0Y4LJOERjgwMAFKPDWQhok+9Q4DSDr6j4qKPEAyT0o4R5EEKVSrnOEESMO3svvBAp57fRwIlnOEXoKSe40etS8RZfuE6xJ7nRwPDnekXIiOc60dCw5/tF6Ajnu/HAsSc8YdARJ/zR4JEHwwaIKQdDkrCwxxFGCBDH0cYg4oeSRjYHuNPjp9OMY8khJ9p0Y8kxD50SwSThKIeSWis4HKOJAz2GVRPSegfradX+J5FIE8NiD0P9q1/eB/9Yo/Tiz1fg+fu3odouHNnIruafB9S9qiiD9uLLeZ4P57sXb5Bn70Xad/43j9fQyM/po1GWZ+oRgax8yVirDa7kymsbIkQ2biUSyaB8krgbJa0eEBObgmk1WoJD8jKm4qzWHTzCzqKlS91OA9Riz6e3ax0GOeLydOr5U2Tzz76zri1v5rsSY998cco5Bo+J84jaaYmCm5OVMJfpy8HUxh7rXD6oKg+x/mg1xjUuYwE+LnNAnxk6xa2s/A/ljXZfAMEqePv/j6Z/fE9/w/fTr+ffTj7efXj5Or8959Xp58+fD0ehB+yOs9uik4XSkdti75Fw62xSULYn4gtbechVlEDn29aewdOL0GxVdokuSbWdU3FITlVFOgOX398uT5HdQgrZbDdNKHuWI0vH74BBa9/wRZ0fHZ2+fPk/15/ME/3GMszE2CLvTr/9vuXD8GC7STUor9//xIrepMEW/SXD99+v/70c9U2QXhPyvCIdg8QMw+WGk4P6/8cHsL6aTAn59fQOevrv0eYrOPpg6XsrFN4FmDWHGPp6BNRdA3U+SeOlHWI6VVb56V7ArIhpKViqaj/WWbQ0SC6xpCGpZA3Z09lNs8nYRE9GUunOzv2iwKOYNBVxkS82ur9M1JbmzQshdVRaGGFIQ1WwRpoP/Ky9Q22zW/pA84oyR1063NR8vJO1XmrptYVDIysgWhqIwcjIGku/OYteJCyozcmpGihB78phjGAmJrfBEytuBHElIJmYIqhDCGmFzAFq83ixhCtRa85WLUYNYiYkt8kTKW4UUB93jKL2/xRTb12MfwqYBhmWXTLGEl5pmHpY20DkkUbh6WJsY6o3qJWk7wBjyNyFfXENE28YVmSKMuKKgZMy9JD2FZULWxcliDOuqKaIfOy+w3CvuI16jcwu0bjFhZVC5iYpYawMXBMmEZ2PJ3Wqml8Tqb9nG5ldmFkL9NhWWbmEPjcjAWCHvoOBmbsIzT9g99RjI9+hF5w+DuSqPGPUA0YgKOJcABMvXotwK3XqAcg9Pwm4OjFXQDWs2zgpKoKnwdsfks3AKMk8ugfGFlD39RmjnsAAT3oTQDMiI+p+Ye7qRUf6zGl4EA3xVCjPKYXGOKmGmJ8R2vRO7itWoyO7JiSf1ibSvExDSjZA/qpVd4Bvf5NYEDrJdEH9IaRN6ANbe6AdhHwA9oAQA3oiFpgQBtaiAEdUQoPaEMMN6AjeqEBbahhBnSsFv0D2qzF+ICOKAUGtKGEGNCukjWgV73LN6THX9MHtVUWeVhrpKyBbeszhzaIgR7cNgRmeMcV/QPc1osP8bhacJDbgqhhHtcMDHRbETHUETXqHexOjUaHe1zNP+BttfiQB9Xsu/O6zp66Taz5xHuHbiYRuEsHCqTfqVvgvLt1iAS5/ugHMF85ucsL7zIurK/lSFVv+hRfVDlr3Y/j+gCsTAwG/DoFpI9aq8BpB9YrIGXEmgVON7xuAUnj1i5w6qH1C0gbs4aBrG//OgZY3/G1DJxuYD0D0kWsaWD7dvfUd7kovLdCnh5uZeOMc8DI110oyKKlEbJyu0Sel+vsfDN3WChuDiMQ7dwlQPs5rE8zU0ce7aYI9YidOtpIP0Uoxw3VEcc7KkI/ZqmOOtZTMbUeNlW31nGuilCO2KqjjPRVVD9HGSvQ20nO6hnx1ga5EMbwI95M+2+H9flOq7JV0Pd87HJ3oDzeSxuBqZv1TFGqj0O6lG18pjp2Lx8gCls2vN3OEtUT8ys4uInQVETtJIzpBbYTmmqIPYUxrfDGQlMOt7swphjaYmjqYfYZRuvSv9nQqsv4jsOYVmDboamF2HsIaZkfCe6so84m7TfV/qrq+8B3W4GU+LcCuuNafN8P9hW8s8nkvT4IHnul8HvjbjL0SxVa3sAROnYifBX2/6CLDJ9/7rJ6RKeqmRBE18kTRUtcCxlXO2ZJFF99apGiPeZIlFYPyneYBqw8ZGAIm/OZTTrIdja/BbsqIaYb5WFD+gCIGR1eMeygCA2HOl+0ng19ppiZmH9l9mjwXx1hEGC7v1eM0OuR/d0rhe/m/rnX/7n6/i2uNKRjK836EzfvqunJ0zdUl3QzkLTNAHS+sYxgBLJSiYQgqMzocLNx6UEIlI1FIaRsOBKAyohBERA3LXlICPWh4UcpUzYLxLryyEi0ZUsO3VGYxmzJIZ05qhowS0uR0jHoJmaJxV0sqoWwMUuU4GOQuvZ+uk97fCPdSkGZoq/yHdeBwzHcVHiH9J204ykzfNQOgEs3ZlA2Nt6QsgFjBmVjxuyXBVvxUrXLOnReKZRQsC2dYpHNaXBzq9YVx9WuRxysYETVCk4hnAKR3TSxIulVGDnPxXdUIySYBY9lxAnWfYviNcf0ibLZtCoL8DtKHt0hQ5Jw8DbZlY3fPXhEgffrj+vZsv9UmG4Nw2v2+q+RpX+n5NWwhMsdfwuPM3P+uLoqKHKvfqE96R0+rx4pcMdOHKl13mxVF0ROVR051DxVF8K5EXOGqgshp6dhPcOGPEI498H6jkcEbTf6bPDwcH+MRz9/tp4nbYDOb0PqiNxvGzBM+Edp/kYT3pCmdxgLQ8v5j10xHv9qjY6CdVt0VPFeMjaYBG5x0KZmpU1Q7D9vGDc1MylTr30sT42PanjEtHRcJe+tqaETvS91jUAztJu8C4HnjXaKHHBvCCULhjpT4vROTe61rEZENlSglEEhcwOBR2L1KW83QTjyj16ZlU+4snZWKf3PDi1AUG2RYdVWKdPUVgdlIgWHxGma2eQWq7hOmqj3eKsdmhsRXKdNVLyt/8IKrpIm6i0WBVZvlZShB/mG+wVswDVwn8F+Z07d11nggWz8jB7Gq3PxMaXtjGm9FWUieptlfdw5TtVIn6TcnamK01ynxKr91+tXef+RmH/976sHVfdHa/zr1d5v+7+9f/X61W2uimnz6l9/bmb/k2re3b69+q/1b3/08bdLsUryzzevXv/55vXbN7/t7r79r/96/ecmR/9D/4c+2e6r13/uvj58+9u7o30j2a6RbO/V6z/3Xh8e/PZu/8hItmck23/1+s/910dvfjs8eG8k2zeSHbx6/efB67eHv+3t7xnJDoxkh69e/3kIJTs0kh29ev3nEZTsyEj29tXrP99Cyd4ayd69ev3nOyjZOyPZ+1ev/3wPJXtvVm9X27tvXu8d/ba7e2BWsNUQfUvsQi22a7bFblfnu3uQ+K7ZHLtdte/ugynNFtntan4XbJNds1F2u8rfBZtl12yX3a7+d8GW2TWbZrdrgt23r48Oftvb3zVTmq2z27XCLtg+u2YD7XYNsQs20a7ZRntdQ+y9gVLumW201zXE3i6Y0hov/YAB22jPbKO9riH2wEGzZ7bRXtcQe2Ab7ZlttNc1xB7YRntmG+11DbEHttGe2UZ7XUPsgQNoz2yjva4h9sA22jPbaK9riD2wjfbMNtrvGmIfbKN9s432u4bYB9to32yj/a4h9sE22rdsrfc1cBztm2203zXEPthG+2Yb7XcNsQ+20b7ZRvtdQ+yDbbRvttF+1xD7YBvtm2203zXEPthG+2Yb7XcNsQ+20b7ZRgddQxyAbXRgttFB1xAHYBsdmG100DXEAdhGB2YbHXQNcQC20YEVffrwA8cfs40OuoY4ANvowGyjg64hDsA2OjDb6KBriAOwjQ7MNjroGuIAbKMDs40OuoY4eA/FjgOzjQ798ejQbKPDriEOwRnEodlGh11DHIKR69Bso8OuIQ73wJRmGx12DXG4D6a0Jgn9LAFszUOzjQ67hjiEJxRmGx12DXEItuah2UaHXUMcgq15aLbRYdcQh2BrHpptdNQ1xCE44o7MNjrqGuIIHHFHZhsddQ1xBI64I7ONjrqGOAJH3JHZRkddQxyBI+7IbKOjriGOwDY6suZy/WQObKMjs42OuoY4gud9ZhsdvfNNhY/MJjrq2uEIbMwjs4nedu1wBDbmW7OJ3vZNBDbmW7OJ3nbt8BZszLdmE73t2uEtOODemk30tmuHt2BjvjWb6G3XDm/BAffWbKK3XTu8BRvzrTXj7qfcYGO+NZvobdcQb8HGfGu20duuId7C83izjd51DfH23evDo9/eWhOrd2Ybvesa4i1on+/MNnrXNcQ7sI3emW30rmuId2AbvTPb6N2B15LfmW30rmuId2BrvjPb6F3XEO/AofnObKN3XUO8A1vznXVj1N8Zga35zmyjd11DvANb853ZRu+7hngHtuZ7s43edw3xDhxx7802et+3EXxvZrbR+64h3oOt+d5so/ddQ7wH7fO92Ubvu4Z4D7bRe7ON3ncN8R5so/dmG73vGuI92EbvzTZ63zXEe7CN3lv3r/0NLNhG7+1b2K4l3oONtPpNT9u1xXv4/uyNdRv7pmuN9/Ad2hvrRvZNfyf7Bmyr1Y964tWIAptr9aOeuL+ffQPfTr+x7mjfHHknRavf9LRvvZOd1W962nfeKdTqNz1tf2P7Br6rf2O13Xr9Ab6xd1Ygdr23orv2GsRqEeINvA5gL0Os1iHewEsB9krEainiDdzf7MWI1WrEG7jD2esRqwWJN+9f7795vbv75vX+/m/vdg9e7+7urv6y93r/jVWC1aarhQrPioq9VNEvSLzbfb2/+9vh7uHrQdivZrX0agnDsypjLWLs9ksVB+/xatbaxu7eagEKbtE9ewmqb37P4o61wrHbr2Ps7sItai1y7PZLGbueJR5rnWO3X83Y9azyWEsdu/2Cxi680LNrrXbs9msau3u7r/fe/vbm4MhK/P9T9nbJmdy4uu5cfO3oSJIASK4ZnDHsOOFQSXJZu1Wl2pLK3V4r9txPfASTSr4C4D53soFk5ZfgD/gQAMHSA2uknG1lsOogGynbfQiwRxpwI2UyWwbykQbfSJltZbBgUYpoW7AgRxwWtOlPAgSSBuhINgBKQEHSYB3JZkAJQEgauCPZGCgBC0mDeCSbBCXAIWlAj2TDoAREJA3ukWwelACKpIE+ko2EEnCRNOhHKmyR9gRoJA0AkmwwlICOJFIUbFuQEAb7LmkCRJIGCEml/So3P7uBMhiQ1IDd/n1gwIFDkg2UErCSNIhIomS3DAYcUCTZWCkBMUmKTGyylACapIFGkg2XEnCTNOhIsvlSAnSSBiBJNmJKQE8SK863rc0I9IcFbdCUgKGkQUoS2eMVMEoasCSxbUEgKWnwksT2eAWYkgYyuYUlmspgwUFNEtsWBKSSBjhJNlBKQFXSYCfJZkoJwEoa+CTZWCkBW0mDoCSbLCXAK0n0TMa2oOCpjLg7/QSMJYka0LY2YJY0aEqycVQC1JIGUEk2kUpAW1I9goUNgEuqKVgygbmkmv2ZDqhLGmwlSf5V8j9yhlcG8JIqBS4BsJdUOXA2AL+kqsdqdm+ueLBWXQiSgMGkqvajX8vxj1SgZwCGSbVHJgH7tciLARiTBnJxTAI4JrUcrJdAZFJT+w3l44BjRoAySanMjS8awwS4TBr0Jd3IoaUM9mtqv2Yrg/0Gg0nSzdUVAE0aGCbV41cun89RgdGkQWKczR5QmjRYTLKJYwJQkwaOSdXe+AKrSYPIJGc2AlyTBpRJN/RoKYMBB5dJN/poKYMBB5pJ1bY2cJs06EyqtrUB3aSuR9vNnDSA3qSuBuzmQTgAnDQwTWo2jACGkwenSTaPzABx8gA1qWWr02WgOHmQmtSKrQxn3YpxGtnKcNytGKeZFsyAcbJinGZaMAPGyQPVpGZaMAPHyYPVpGY6uBlATj40PsEcrxlITlaSY68RGUhOVpJjrxEZSE7WYBIbbWZAOVlRjj3vZ0A5WVGOPe9nQDlZUY4972dAOXmiHGvez0ByspIce6bLAG2yQptu932ANlkDTGyAmwHQ5BQZEKNMcmRADDRRGGPT4fwp1iQyIIab5MiAGHGSIwNi0EkODIhhJ8piOlnTYsbIE2Uxna1pMWPwScRiMsafTBbj2AQMqCzGZuYZWExWFuPYBFhMnizGtgmwmDxZjG0TYDG5+Dv5DCgmK4pxBhWgmFwiAwKKyYpi7COEDCgml8iAgGJyiQwIKCYrirFPJzKgmEyRAQHFZIoMCCgmU2RAQDE5QDEZUEymyICAYrKimG6eemZAMXnQlnwcvzL/oxIqgwEpMiCgmEyRAQHFZNZIPXsmBxSTOTIgoJjMkQEBxWSODAgoJnNgQCAxecCWfNiOF5CYPGBLPoo5KwKJyawGJDPMEEhMHrAlH/Z8CyQmD9iSD7HfGQwoasBqzhpAYrKSGKcfAYnJSmKcfgQkJg/Ykg9zC5aBxGQlMU4/AhKTlcQ4/QhITBYJ+hGgmKwoxu5HQGKykhh7W5yBxGRRA9ouK5CYPEmMbRMgMXmSGNsmQGLyoC052S4roJg8UYxtE0AxeaIY2yaAYvJEMbZNAMVkRTG2TYDE5EFbsh3gnQHF5EFbcsq/cv9HSvgWYMBBW+zgfAAxuUXmAxCTW2Q+IDG5qfns2QhITG6R+YDE5BaZD0hMbpH5gMTkFpgPQExuaj6yUiUygJjc1HxsYbcMICa3aBMBJCb3aBMBJCZ3DVe3HVYgMblHmwggMblHmwggMblHmwggMbkHmwgAMXmwFs8mAGJyVwPaPiiAmNzVgLanCCAmD9aSk+1JAYgpRzACC4CYcgQjsACIKYemHDgx8hDQfgQjsACIKUcwAguAmHIEI7AAiCmHPwILcJgyUEu2sy8KcJgyUIvNvQtgmBJhmAIYpkQYpgCGKRpQY6eBFMAwJcIwBTBMiTBMAQxTIgxTAMOUAMMUwDBlkBbnKwOFKUnNZ5LeAhSmpGALUYDClBRsIQpQmKLJPtlkyAUoTMnBFqIAhSk52EIUoDAlB1uIAhSmZH8LUQDCFE39sefEAhSmaPZPZsv1K0BhiiYAZdPRL0BhSkRhClCYElGYgolARQ1ostuCuUARhSmYDhRRmPIpIygyICYFBRSmYFrQAC05NzOLEjODihrQPDAomBw0QEsuh7X5KpgfNEBLLsluGQxY9CzJ3LcWoDBlgJZcTE+xAIUppCGJZCuDASeFsTsdUJgyKYzd6YDClEFaspOtBRimKIZxOh1gmKIYxul0gGGKRsQ4nQ4wTFEMY3c6oDCF1IB2jhlQmKIUplRrc1KAwhRWA9qZZkBhygAtznoCEKaw5k2aXlcBCFM4OI0vQGEKB6fxBShMUQpD5ilcAQpTNB7G6RlAYYrGwzg9AyhM0XgYp2cAhSniJ4EVgDBlcJZMyRzaAGHK4CyZ7HkAIEzRcBjHJgBhikIYxyYAYcrgLJmKOdEBhCkKYRybAIQpCmEcmwCFKUphHJsAhSkaD+PYBOw3OEsm8xS1AIQpNfl70QIQptRoBgUIU2o0gwKEKQph7POCAhCm1GgGBQhTajSDAoUpNZpBgcKUGsygAGGKxsPYwSUFMExpakA2PwZgmNJ0BNp+F2CY0iIDAoYpLTIgYJjSNPvcTi4GDFNaZEDAMKVFBgQOU1pkQOAwpQUGBAxTBmlx1h6gMKUfwQQDFKb0AGMXoDClBxi7AIUpSmHsc9ECFKb0AGMXoDClBxi7AIYpPcDYBTBM6T7GLkBhilIYx2EFClOUwpAZaFOAwtChBuyWMgGFoQFaMh+WR05AYUgpDCe7ZUhZH6Alc7Zbhqz1AVoymxFbBBSGDq0AYS4RBBSGBmnJzL9y+kfOCZQhfV0xDJuBNgQYhgZqyVztd4Yk9oFaMpsWJOAwNFBLZjvnHTgMKYeRw/wawGFooJYsJqgn4DCUAieGgMNQCpwYAg5Dg7VkOxGbAMRQCpwYAhJDKXBiCEgMpcCJISAxlHwnhgDEUA52EQQghrTwihSLahCAGMrBGkgAYigHayABiCGtwGInshOQGMrBGkhAYigHayABiaEcrIEEJIayvwYSgBjSeiw3J+bzMT8BiCEFMSKmAQHEUFED2tYGEEMlMiCAGCqRAQHEUFED2jU1gMRQiQwIJIZKZEAgMVQiAwKJoRIYEEAMKYixyw0Qlmuh4CiCsGILBUcRhEVbBmvJdi0DwrotFBxF0KfSLcFRBGH1FgqOIggLuJB/FEFYwkXDYezjWcIqLlE4DGEhlygchgDEkIKYatfRARBDUTgMAYihKByGgMRQFA5DQGIoCIchADGkIMYsC0bAYUg5jF3qgoDDkHIYxyTAYWhyGNskwGFIo2GqXYYIOAwph3FMAiCGJEjuJAAxNKNhbJMAiCEFMbZJgMPQQC3Zrv5BwGFoBsPYnxk4DM1gGPszA4ch0WJkZmg4AYchCfJaCDgMSZDXQgBiqAZ5LQQghqqf10LAYUiDYRyPHDgMKYexw/4IOAxVCjwp4DBUIwMCh6EaGRA4DGk0jJ1wQcBhKEpMIgAxFCUmEYAYihKTCEAMBYlJBByGWmRA4DDUok0EcBhq0SYCOAwN1JLtVBUCDkMt2kQAh6EWbSKAw1CLNhEAYqgFmwgAMaQgxj5UJgAxpOEwjk0AxFCPfFAAMdQjHxRADHWdQs3gQwIQQz3yQQHEUI98UAAx1CMfFEgM9cAHBRBDCmKqzVYAxHAUDsMAYjgKh2EAMawgxq7VxABiOAqHYQAxHIXDMIAYjsJhGEAMB+EwDByGlcPYGV0MHIaVw9iloxg4DCuHsatHMXAYVg5jF5Bi4DCsHMauIcXAYVg5jF1GioHDcMRhGDgMRxyGgcOwchi7RhUDh+GIwzBwGI44DAOH4YjDMHAYDjgMA4dh5TB2ZS0GDsPKYZpJ3Rg4DGsNXDsJjYHDcI4MCByGc2RA4DCsETF28S4GDsM5MiBwGM6RAYHDcI4MCCCGc2BA4DCsHMaxCXAYLsFhBAOH4RIcRjBwGB6oJduJcwwchktwGMHAYbgEhxEMHIZLcBjBwGG4+IcRDBiGNSCmm44zA4dh5TDdjDJj4DCsATF21TYGDsMaENNNx5mBw7AGxNg7AwYOw6QGNH1FBg7DGhDTzaRYBg7DFGwjGDgMU7CNYAAxrCDGriHHAGKYgm0EA4hhCrYRjEV1OdhGMNbVZX8bwVhZd6CWcthVeLG4rkbEOF0D6+tyZMBPJXYjA2KVXY4MiIV2B2wpdqk+xlq7HBkQy+1yZEAgMSyRAYHEsAQGBBDDogY0a4YwgBgesKXYlf0YSAwP2FLsyn4MJIYHbCl2tT4GEsOTxNjWBhLDEtRJYyAxPGBLsesAMpAYnhVibGsDieGoQgwDieGoQgwDiuGgQgwDieGqBrSnUCAxXNWA9ggEEsNVDWhPdEBieMAWb9YAEsMDthQ774qBxHANWDYDieEasGwGEsMDtpRkTwRAYrgFLJsBxXALWDYDiuEWsGwGFMNB5V4GEsMDthT71g4GEsMDthS7zCQDieGmBrQnAiAxPGBLsYs8MpAYHrSl2PlDDCiGuxrQ7vuAYrjrJQ0mA2FAMTxoS7GLPDKgGB60pdhZMAwohgdtKdneQwOK4c7+oQ8DiuEezaGAYrhHcyigGB64pWS7iD6wGO7RHAosRo5gDhVgMXIEc6gAi5HDn0MFUIwcasBifWYBFCOKYuySXAIoRo7AixFAMXIEXowAi5GBW0o2o9QFWIwcgRcjwGLkCLwYARYjKfBiBFiMJN+LEUAxkvSmFDNPRADFyKAtTlyAAIqRRH5cgACKkRQZEFCMpMiAgGIkqQFN11kAxUiKDAgoRlJkQGAxkiMDAouRHBgQUIwoirGDbQRQjOiNRPYRkQCKkRxE1gugGMlBZL0AipFBW4pdc1YAxUgOIusFUIzkILJeAMVIDiLrBViMFD+yXgDFiF5UZJfJFUAxEoXECKAYiUJiBFCM6I1FdgFeARQjUUiMAIqRKCRGAMVIFBIjwGIkCIkRQDGiFWJsBiKAYiQKiRFAMRKFxAigGBm0pdiliwVQjEQhMQIoRqKQGAEUI1FIjACKkSAkRoDEiJIYZ4YBEiMDtngzDJAYoSA9V4DECAfpuQIkRgZtKXaFaAEUIxyk5wqgGOEgPVcAxQgH6bkCKEbYT88VIDEyK8SYlT0ESIwoibErYAuQGOFgHyhAYoSDfaDg3UcDthS7trbg9UcS7AMFb0CSYB8oeAmSBPtAwXuQxN8HCt6ENHOTzMBs+XQZ0lgC7exHwfuQRA1oZgMIXokkkQHxWiSJDAgkRqoa0LmYCQxYIwMCiZEaGRBQjNTIgIBipAYGBBIjSmLsQuoCJEaUxNjF0QVIjCiJsa/aEyAxMmBLsYujC5AYGbCl2BfuCZAYURJjF0cXIDEyYEuxi6MLkBgZsKXYxdEFSIwM2FLs4ugCJEYGbSl2cXQBFCOKYuxMJgEUI4pi7OLoAihGFMXYxdEFUIwoirGLowugGFEUYxdHF0AxoijGLo4ugGJEUYxdHF0AxYiiGLs4ugCKEUUxbO8aAcWIohi7OLoAipFBW4pdHF0AxcigLcUuji6AYmTQluJcvgcoRhTFOPfvAYqRQVuKcwUfoJg6aEuxkz8qoJh6BGe6FVBMPYIz3QospiqLsUuNV2Ax9QjOdCuwmHoEZ7oVWEw9gjPdCiymHv6ZbgUUUw81oH2XHaCYeqgBze5cAcVUDYuxq31VQDF14JZi1xqvwGKqspgbMfnsO1dgMTWpAc31pwKLqQO3FLvWeAUWUwduKdU8Y6jAYurALcW5sRBYTFUWU80k8gospg7cUpx7C4HF1NR9gluBxdSBW0o1HbUKLKYO3lKq3TcAxtQoP6kCjKlRflIFGFMHbynOPYoAY2qUn1QBxtQoP6kCjKlRflIFGFOD/KQKLKYO3FKc2x+BxVS9Mrral3QCjKlRXEwFGFOjuJgKMKbq3dHVvgEUYEyN4mIqwJgaxcVUgDE1ioupAGNqEBdTgcVUjYuxqg9WQDG1BDv5CiimUrCTr4Bi6qAtxa6FXwHFVAp28hVQTKVgJ18BxVQKdvIVUEwlfydfgcTUQVucYicVUEwdtKU009OogGJqlJ1UAcXUKDupAoqpg7YUO+a0AoqpUXZSBRRTo+ykCiimRtlJFVBMDbKTKpCYOmhLscNkK6CYysF5YAUUUzk4D6yAYuqgLcUOwK2AYioH54EVUEyV4DywAoqpEpwHVkAxVfzzwAokpmpQjH0LRAUSUzUoxr4FogKKqRoUY0f2VkAxVVFMM0+sK6CYqijGDsmsgGKqBsV0e+4CFFMHbSn2XQYVL6nWoBgbfVe8p7pGKyBeVV2jFRBvq9aoGDsytOKF1TVaAfHO6hqtgHhtdY1WwE83VwcrIN5drcV67VC6itdX12gNBBRTW7QGAoqpimLsKyMqoJjaojUQUExt0RoIKKa2aA0EFFNbsAYCiaktYGkVSExVEuPMGkBiqpKYbhZHr0BiqpIYO1q3AompSmKciQBITFUSY98vUYHE1Cg/qQKJqVF+UgUSU5XE2Jc1VCAxNcpPqkBiapSfVIHE1Cg/qQKJqUF+UgUQUxXE2LdAVAAxTUGM7Vg2ADHtUAOarn4DENMGayH7RusGIKYdQXZEAxDTjiA7ogGIaYO1kB2A2wDEtCPIjmgAYtoRZEc0IDHtCLIjGpCYdvjZEQ1ATBushezrvRuAmDZYC9kBuA1ATEtqQDPGvwGIaYO1kB2A2wDEtMFayA6TbQBiWlIDmnF3DUBMS4Eb2gDEtBS4oQ1ATBusheyLuBuAmJYCN7QBiGk5cEMbgJiWAze0AYhp2XdDG3CYltWA9tgGDtMyBV0DOEwbqIXsANwGHKYN1EJ2mGwDDtMGaiE75rQBh2m5Bf0IQEzLgRfTAMS0EngxDUBMG6yF7NDXBiCmlcCLaQBiWgm8mAYgppXAi2kAYlrxvZgGHKZpxV47jagBh2lasdeuLN8AxLSZoGR3OkAxTVGMfftPAxTTFMXYdxg2QDFNE5Ts9N8GKKYN2kJ27HIDFNMoWgQBxTSKFkFAMY10CNqzM7CYRtEiCCymUbQIAotpFC2CwGIaBYsgoJg2UYy5LW6AYppGxdg73QYopmmCkr15bYBiGhd/89oAxbSBW8gOPm/AYhqrAU2ftQGLaRGLacBiWsRiGrCYNnAL2ddGNGAxLWIxDVhMi1hMAxbTIhbTgMW0gMU0YDFtJiiZW7AGLKaJGtBeMYHFtIFbyA7bb8Bi2sAtZN8E0YDFtIFbyL6DoQGLaQO3ULZXH2AxTaJFEFhMq9EiCCymDdxC2Z4WgcW0Gi2CwGJajRZBYDGtRosgsJhWg0UQUEyrakB7vgUU06oa0J4IgMW0qga0JwJgMW3gFrIjcBuwmDZwC9lxsg1YTBu4hexozwYspg3cQnYYYgMW0wZuITtMrwGLaS3Ib2nAYloLousbwJjWguj6BjCmDd5CxUzpaABjWgui6xvAmNaC6PoGMKb1ILq+AYxp3Y+ub8BimkbF2CkrDVhM6yX4GMBiWg+i6xuwmNaD6PoGLKYN3ELF9haBxbQeRNc3YDGtB9H1DWBM60F0fQMY0w8/ur4Di+mHjkDzRL4Di+nKYopZYrsDi+mHGtDcKHVgMX3gFrKhZQcW05XFFPM2jw4sph+BF9OBxfQj8GI6sJg+cAvZoYUdWEw/Ai+mA4zpKfBiOsCYngIvpgOM6cn3YjqwmK4shpJ1LNKBxXRlMXY0ZAcW05XF2NGQHVhMj1hMBxbTIxbTgcV0ZTFkju0OLKZHLKYDi+kRi+nAYnrEYjqwmB6wmA4spmuCkp1r0IHF9BwUvOvAYnoO1sAOLKbnYA3swGK6shiy5yNgMT0Ha2AHFtNzsAZ2YDG9BGtgBxbTi78GdkAxvWQ/668DiulaK8auM9wBxfQSpAh2QDG9RAYEFtNLZEBgMb2oAU03tAOL6SUyILCYXiIDAovpFBkQWEynwICAYrqiGDsqugOK6RGK6YBieoRiOqCYrijGjrfugGJ6hGI6oJgeoZgOKKZHKKYDiukBiumAYvqgLWSHiHdAMX3QFrrdPGA4BIBi+qAtdLt54PMpZgcU0wdtITZDITugmD5oi3Py2gHFdEUxbEZkdkAxPUIxHVBMj1BMBxTTFcXYkeodUEyPUEwHFNMjFNMBxfQIxXRAMT1AMR1QTBc1oLmF7oBiuobF2HlEHVBMVxRjR+J3QDF9ZiiZSUcdUExXFHO7DcLoR4BiepSh1AHF9ChDqQOK6ZqhZB/3d0AxPcpQ6oBiepSh1AHF9ChDqQOK6UGGUgcS06sa0J5CAcV0RTF2wkMHFNMVxTizBqCYPmiLMw8AielRVEwHEtOjqJgOJKYribFzNDqQmN78++c6gJge3WHdAcT06A7rDiCmR3dYdwAxPbjDugOH6Vqz174WvgOH6ZPDmBdadeAwXTmMncHQgcN05TBib6CBw3TlMGKeRnQAMX3eYW1mMHQAMb0HZbM7gJiuRXvNu3c6cJiuHMbOdujAYbrGxFSznEsHDtOVwzR7IQYO05XDNOdjgAGVw9h5FB04TDoUxFRzgzmlm/qwoV2tfUo3da1aaHamKd3U1Y5md5rSTZ38w8wp3dTVmCaTmdJNfUyndpbXlG7qalDz+GxKN3U1qdmzpnRTH3xbzEyaKb2qa6jMbaf8eVc2pZv6sGpzWk9oVSU0rTjqaFUt6NvM9Jsp3dSHVe14vynd1IdV7QPRKd3UxyBtThdLaNUUXC8xpZt6cMHElG7qI4vpcDpBQqvm4JKJKd3Ug2smpnRTDy6amNJN3b9qYgo37THpHk4Py2hULfR7mBcLT+mmrtURTDdwSjf1EYtxmJ7ulG7qIxrjMJHylG7qatRqz0oZjVqCOiVTuqkHlUqmdFMfO0k7LXJKN/XAE5rSTT3whaZ0Uw+8oSnd1H1/aAo37eo6fFO4aTcfHE/pph44tVN6VY8SnqZ0Ux9xNofpGE3pph6cEk/pph6cE0/pph6cFE/ppu6fFU/hpi2+2zqlm3r1q55M6aYe7DOndFMPdppTelVX3CPmNn1KN/Vgtzmlm3qw35zSTT3YcU7ppu7vOadw02Y/sG1KN3WJxhKjUVmNeti+CaNRo/o0U7qph0ZlNKpocrez0AgaNapSM6WbemhUQaNGlWqmdFOPjCpoVK1Wk8g2qqBRB/Bx7pqe0k29Rv6poFE1OMfzTwWNKur9mhxrSq/qNVxSKxq1hktqRaPqhU7Z2TFVNGoNl9SKRq3hklrRqjVcUitatUZLakWj6s1OXpepaFRNnrJLS07ppq5GNU8ppvSq3sItTUOj6lXb2XHaGhpVA3fs6gpTuqkHhyZTuqkHxyZTuqkP6mdf/Tilm3pwdDKlm3pweDKlm3pwfDKlm7p/gDKFV+2BiMi+XXJKN/UUrTQdjTowkbvSdDRqD43a0ag9NGpHow5aRPYNj1O6qYdG7WjUHhq1o1F7aNSORu2RUREpJb2R267NMaWbevKqDkzZphzkyk3pph5ky03ppj4iROybJ6d0Uw8y5qZ0Uw9y5qZ0Uw+y5qZ0U/fz5qZw0x6Tb7X9noQ8KSlPcgZeQp6UNPnKvlpySjf1aJwm5EkpuiBqSjf1aJwm5ElJL4nKNiBKyJNSdE3UlG7q0ThNyJNSdFXUlG7qwThNiJOSXheVm0lNEuKkpBdGZRufJsRJadYpPkwMkhAnpRkIlJzW0ajKk4rtbybkSUl5UnG6O/KkpDzJPmSd0k09goQJeVLKESRMyJNS1qFq7zsT8qRUIkiYkCelEkHChDwplQgSJuRJqQSQMCFOSoWiWQZxUioc7N0S4qRUggCFKd3UgxCFKd3Uh/NLNv5PCJRSCcIUpvSqTkGgwpRu6kGowpRu6n6wwhRu2mOkUrKHHvKkpNdLkTNSkSel6IKpKd3Ug7ivKd3UxzbVrqo1pZt6EPs1pZt6EP01pVf16KqpKd3U/QiwKdy0x4bGrq81pZt6EEg7pZs6RSs2AqUUXTo1pZt6aFQESkmBEhV7pUGglKKrp6Z0Uw+NikApRddPTemmHhkVeVIaxMipODylm3oJGE5CnpQ0y8thOAmBUtLgImdDnhAoJc30smu4TemmHq6pCJSShGsqAqWkQMmu5DalV/UarqkIlFIN11QESqmGayoCpVSjNRV5UhrEiOy7c6d0U+doHkCelKpE8wACpVRDoyJQSjU0KgKlpJFHt2Awax5AoJRaaFQESqmFRkWglFpoVARKqUVGRZ6UlCfZAT1TuqlroXK2PwzypDSIUSYbnSXkSUlTwrx5AHlSai0gbQl5UhrIiJw4iYRAKfUI/SYESqlH6DchUEoDGZFdB29KN/UI/SYESqlH6DchUEo9Qr8JgVLqAfpNyJOS8iQntCYhT0o9Ok5NyJOS3ivuTRsIlHJ0s/iUbuqRUTMipaxIqdvRABmRUo7uF5/STT0yakaklKM7xqd0Uw+MmpEoZb1n3NmSZyRKWW8aJ7sPZERKWe8aJ7NaxJRe1bWs8i0g3qAPGZFS1vvGbyHxVuuIlLIiJc5O62hUveiKzaDAKd3Uh/vLth+WESllRUrMv3L6R87YwxAp5QGNMtsRTRmRUh7QKN9Csc13R6sOaJTZsSoipawhSmxWF5nSq7oyJTnsL4NMKStTEnt2z8iUclRueUo39Yj+ZmRKWUv92FVAp3RTj+hvRqaUo7LLU7qpR/Q3I1PKQenlKdy0e7BjyoiUconob0aklKMCzFO6qQcFKKd0Ux87VbtI6pRu6kERyind1IMylFO6qQeFKKd0U/dLUU7hpt2CNTgjUsoDGvlWQqPqVeXOGpwRKWUKjYpIKVNoVGRKWWOUqr0EI1LKFNoUkVKm0KaIlDKFNkWklCmyKRKlTM3P7JrSTb37WRpTelXXEKVmo+KMRCkrUbLD5qd0U1fv11mXECllRUpOpG1GpJS1SFCz+UBGpJQ1N63ZO/iMSClrjJJd3GhKN/Wxp7HLG03ppj6s2rPdfxEp5QGNqJsR+lN6VR/QiOxqYFO6qWuMkh00l5Ep5UGNqNtRGxmZUtZktW5vDjMypaxMqTudAJlSVqZk19+d0k1drer9VLRqyJQyMqUcMqWMTCkPasR2FdApvaqHTCkjU8ohU8rIlHLIlDIypRwxpYxMKQ9qxE7YekamlAc1Yrtu55Ru6jLU7eyCjEwpD2rEdoHGKd3URyrbYWcXZGRKuapRnTkPmVJu4U4VmVJu4U4VmVIe1IgPm+lnZEo5Smub0k093KkiVMpRatuUburRThWZUm5qVDsiOiNTyk2N6mxSkCnlQY04OYsBMqU8qBHbFwBN6aaehrqZBjalm3q4p0GmlKP6z1O6qY+hatfgnNJNPdzTIFPKURXoKd3Uwz0NQqUcVIKewk1bjerMA8iUilaDtm80m9JNXY1qTxsFmVIJw5QKMqUShikVZEplUKPsJOEVZEolDFMqyJRKGKZUECqVMEypIFQqUZhSQaZUlCk55KQgUyopuCVhSjf15NeTmdJNPTQqMqWSQqMiUyrKlJxUyYJMqaTQqMiUSgqNikyppNCoyJRKioyKSKmk0KiIlEqO1tSCSKnkaE0tiJSKhilVe6UpiJRKjtbUgkip5GhNLYiUSo7W1IJIqeRgTS1IlIqWLXJC/goSpaJZb3bx3ynd1COkXxAplTDrrSBSKmHWW0GkVIpW8bOX4IJIqYRZbwWRUgmz3goipRJmvRVESiXKeitIlMqARk69wind1DX2IdtGRaRUwrS3gkiphGlvBZFS0Zu+sh1lVxAplTDtrSBSKmHaW0GmVMK0t4JMqURpbwWRUhnQqDiZEQWRUtG0N7sA15Ru6s2vqjWlm3poVGRKJbqGfUo3dTWqs4whUyrRVexTuqmHRkWmVKLr2Kd0U4+Mikip6JXsdum6Kd3Ua+RsIFIqYdpbQaRUwrS3gkipiG5pxB56iJRKmPZWECmVMO2tIFIqYdpbQaRUorS3gkSpzBJIZqGiKd3UoyDRgkSpSBQkWpAoFSVK9kayIFAqEsWIFgRKpUYxogWBUqlRjGhBoFRqECNakCeVgYzYLuI+pZu67lJt9lsQKBW9t91b9BAoFU1683YFCJSK3t1u15Sa0k09XFIRKBUFSnYp9Sm9qodAqSBQKiFQKgiUigIlu1T7lG7qoZ+EQKmEQKkgUCohUCoIlEoElAoCpTLrVjsrMAKlokFKdhXhKd3Uh1HtKvZTelXXrDe7CN+UburJryU8pZt6uE1FoFRCoFQQKBUFSp5rjUCphECpIFAqIVAqCJRKCJQKAqUSAaWCQKlMoOSskQiUaCAjzvahDiFQIr1gzK62N6WbemRUQqBEIVAiBEp0qFHtM3VCoEQhUCIEShQCJUKgRCFQIgRKFAElQqBEWuPaKUBBCJRIgZITaEkIlEiBkhM5SQiUSK8dcyInCYESabFrJ3KSECiRlrt2IicJgRKlKEafEChRimL0CYESpRqckBICJUpRjD4hUaIUxegTEiXKUYw+IVGiHMToEwIlyrqm2nCWECjRQEbs7JcIgRLl4BaBKd3Ug3sEpnRTH0dv9pUbU7qpB3cJTOmmHtwmMKWbenCfwJRe1Yt/o8AUbtqD52cb+xECJSpqVPuAiRAo0UBGXOwDJkKgRAMZsX1ryJRu6uM8tdhLMCFQosGMuDgLExIlGsyI7dskpnRTj/aphESJSrRPJSRKNJgRFzughZAoEUX7VEKiRBTtUwmJElG0TyUkSkTBPpUQKBGpUe3MNEKiRKRGteMqCIkSURT5QEiUiKLIB0KiRIMZcbG3b4REiTiKfCAkSsRR5AMhUSKOIh8IiRJxEPlACJSIdaTaASeEQIkGM2L7+o0p3dSHUclZsZEoEYdGRaJEHBoViRINZsT2bRlTelWX0KhIlEhCoyJRIgmNikSJJDIqAiUazIjtqz6mdFNXo9ppRoREiUKiREiUKCRKhESJBjRiciZIREoUIiVCpEQhUiJEShQiJUKkRBFSIkRKpEjJvrRhSjd1NarjyiBSIkVKTsY/IVIijVEix31ApERh3hshUqIw740QKZEWUnIi+AiREoV5b4RIicK8N0KkRGHeGyFSoijvjZAoUVOj2vCMkCjRYEbMzvSLRIk0782+ymRKN/UaYBlCpEQtdJQQKVELHSVESqQxSuy4kIiUqIeOEiIl6qGjhEiJeugoIVKiHjlKSJSoq1Ed7xeJEg1mxHbt+ind1MORikSJejhSESmRIiV2fGtESnxEI5URKfERjVRGpMRHNFIZkRIfwUhlJEqsIUpOkQhGosQHB0UiGIkSRxemTemmHq2pjESJj+DOrSnd1KM1lREpcXRx2pRu6tGayoiUOLg8bQo37eD2rSnd1IP7t6Z0U4+IEiNR4pAoMRIlTsEtXFO6qUdEiZEocUiUGIkSh0SJkShxRJQYiRLn4D6uKd3Ugxu5pnRTD+7kmtJNPTQqEiWOLlab0k19wAcnKpORKHF0udqUbuqhUZEocXTB2pRu6pFRkSixFua274Oa0k19eL9sk2VGosRKlNhOqGIkSqxEyckJZSRKrETJvmhmSjf1YVT73pYp3dTHlsa5d4GRKPFgRiz2PpWRKLHGKDmXQDASJdYYJYe5MxIlHsyoOLk3jESJBzMq1eaEjESJBzRisTeqjEiJFSk5td8ZkRKTBKlpjEiJKbhAaEo39TZ+qs02GJESK1ISm6IzIiXmI6hUy4iUWIOUquNuIFLiAY3YKT/MiJR4UCN2CtsyMiVWpnTrYlaPRKbEgxoV+3qXKd3UJSjGyciUmHWsOsMDmRIPasRO/VZGpsSDGpVq580zMiXWKKVq1wRkZEo8qBE71TsZmRIPalSqs9YgU2IpAfZhhEqsUKk6YxWhEitUcipmMkIlDqESI1TiECoxQiVWqORUHGSEShxCJUaoxCFUYoRKHEIlRqjEEVRihEo8sJEXE80IlXhgI68wPiNUYk18c6rNMUIl1mJKTj1ORqjEWp3bqcfJCJVYq3M7BTYZoRJrnFK14+YYoRI3HarOOolQibU6t1OPkxEqcctBPU5GqMSDG7FT3YuRKnGLzlQZqRK36EyVkSrx4EbsFOBipErcojNVRqrELTpTZaRK3KIzVUaqxD04U2WEStxTUGaKESqxVud2qtMxQiUOq3MzQiUOq3MzUiVWqtQcpxOpEofVuRmpEofVuRmpEofVuRmpEkfVuRmhkihUciJgBKGSHJFRBaGSDGzEToUsQagkR2RUQaokR2RUQaokhxrVXoMFqZIckVEFqZIckVEFqZIckVEFqZIcgVEFoZKEcUqCUElSaFSESpLUqHZErCBVksGN2LnATZAqyeBG3OxVUpAqSYr2qoJUSVLkKQlSJUmRpyRIlWRwI262qy9IlSRFnpIgVZIceUqCVEly5CkJYiXJgackSJVE45Ts+yqndFOP7nsTpEoy73uz70wTpEoy73uz3QdBqiTzvjen/yJVknnfmx2aKUiVZGa+2WhGkCpJmPkmSJUkzHwTxEqigUpOWRRBrCRh5psgVpIw800QK0mY+SaIlSTKfBOkSqK1lLwpD6mSKFXy5jCkSqJUyZvDkCqJxil1u7KeIFWSsJiSIFWSsJiSIFWSwY24276MIFWSsJqSIFWSsJqSIFWSsJqSIFWSqJqSIFQSispOCkIlUajk0GVBqCQcjlSESsLhSEWoJAqVuuMpIVQSDkcqQiXhcKQiVBIORypCJeFopCJTEmVKTrkjQaYkypS6jUIEmZJonJJTvlOQKYmERkWmJBIaFZmSiBrV8WWQKYmERkWmJBIaFZmSSGhUZEoikVERKYmoUe0AREGkJIqUug05BZGSaC2l7ixjiJRkQCOPzQkiJanh9ItISWo4/SJTkkGNxKkDJciUpIbTLzIlqeH0i0xJajj9IlOSGk2/iJRkQCM5nIUGkZIMaCSHHbkhiJRkQCMvD08QKUkLjYpISVpoVERK0tSozlYSkZK00KiIlKSFRkWkJC00KiIlaZFRkSiJEiUnOU2QKImmvnlDD4mShPW5BZGShPW5BZGSDGgkh7N0IFKSsD63IFKSsD63IFKSsD63IFKSqD63IFGSHtV9ECRKovW5i6eORu06Uh1HCZFSDetzV0RKNazPXREp1UONaq+pFZFSDetzV0RKNazPXREp1bA+d0WkVKP63BWJUj1q4M5WJEpV45ScUowViVI9ogotFZFSTaFRESnVFBoVkVJNalQbnFRESjXp9GtnGFRESnVAIzls96EiUqoDGkmyV+yKSKkOaCTJXvYqIqU6oJEk29GviJTqgEbiVGyriJTqgEaS7CmvIlKqAxpJso/2KiKlOqCRJGfsIVKqgxqJk/ZfkSnVQY3ESfuvyJRqWEypIlOqYTGlikypRsWUKiKlOqBREXuGrIiUam7BJqUiUqpZjWqnm1VESnVAI8l2GElFpFQHNBInW70iUqolSj2uiJRqiVKPKyKlOqCRZGd0IFKqAxpJdkYHIqU6qJE4ic0VmVJVpmSe7lYkSlVvfDOPUSrypDqIkX29QEWaVEnt6QxSpElVaZL91siS6qBFzlsjSaoan2S/NXKkqtFJzja/IkeqIUeqyJFqyJEqcqQ6UJE4abUVQVKlIIm8IkeqypGcvW9FjlT5CPa+FTlSHaTInSuQI1XO0VyBHKlydOJWkSNVjk7cKnKkyjo8nS+DHKkqR3LOIiuCpMpqVDvrpiJIqgMViZO0WxEk1YGKpDheAIKkOlCROEm7FUFSHahInAtLK4KkOlCRFGeeQ5BUJaqLVREkVYnqYlUESVU4GkwIkmoEkiqCpCo1WrwQJNWBiqQ4MzqCpCpRsbOKIKnWqNhZRZBUa2hUBEm1qlGdeR1BUlWQ5A0mBElVQZI3mBAk1YGKxEk4rgiSapVoMCFIqjUcqkiSqpKk4jiOSJKqkiQn4bgiSapNh6qzHUCSVAcrEidrtyJJqoMVCTkTAZKkOliRh7UqkqTaKIBmFUlSHaxInKzdiiSpDlYkTuprRZJUBywScgYfoqQ6YJET8luRJFWNTbLdGORIdZAix41BilQHJ3LcGGRIVRmSk1FbkSHVQYnESUutyJCqMiT7RyJBqoMReT8STTkQkfcj0ZBdDemMN8RHdQAiIWe8IT6qPbAkwqN2+JZsiI7a4VuyIThqCo6cbNGG4KhFCW4NuVEbZMgbxg25UdMEN8dlbMiN2kBD4mSuNgRHbaAhcbI/G4KjNtCQsD1JNARHbaAhYXuSaAiO2kBDwvYk0RActYGGhO3x1hAcNQVHbI+3huCoKThiu6M3BEdtoKFyOGZCcNQUHLG9yjUER03BkZM30xAcNQVHYntGDcFRU3Dk5M00BEdtoKFy2Jy/IThqCo68n4rgqCk48t4dwVFTcOQk8TQERy1H7m5DcNRy5O42BEctB2VgG3KjNtCQOEk5DcFRy2pUZ3QgOGpZjeqMDgRHLUfubkNw1Erk7jYER03Bkdj7gIbgqJUoa7whOGolyhpvCI5aCbLGG3KjptzIyclpyI2aciOxF7yG3KiVKGu8ITlqJcoab8iO2uBDIrbr3ZAeNYqiBhvSo0ZR1GBDftQoiBpsCJCahiI5NwU1REhNEZJzl09DhNQ0wc25KaghQmpaM8m5+qchQmpUg6t/GiKkNiiROKlQDRlSC6twN2RILazC3ZAhtUGJvHu0GjKkxuFIRYbUOBypyJAaRyMVEVLTmknO1T8NEVLTmknO1T8NEVLTWCTn6p+GCKlpLJJzl09DhNQ0Fskp8NwQIbUwFqkhQmphLFJDhNTmxW52LmpDhNRChNQQIbUQITVESE2iNRUJUhuQyLttpyFCagMSeXf5NERITWORnJuCGiKkFiKkhgiphQipIUJqNQWFMRsipFbDkYoIqdVwpCJCajUaqUiQmqa3OViwIUFqWjPJKYzZkCC1sGZSQ4LUwppJDQlSU4LksImGBKm1cE1FgtRauKYiQWotWlMRIDUtmeSUM28IkNpARNkpA9sQILXGwSWfDQFSU4DkuYQIkJrWTHLuBG0IkJqW4XZyzBsSpNZ6kMHekCE1LcPtHFg1pEhNy3A7d4I25Eit5+DG0YYcqfUSXPLZkCO1wYpcnxBJUuvRvZoNWVLr0b2aDWlS6zW45LMhTWoajOTUK2tIk1rv0QyJPKmHwUgdiVIPg5E6MqWuTMnJMe/IlPoRLaodoVI/okW1I1TqR7CodmRK/YguoenIlPoRXULTkSn1I7qEpiNT6ke0qHZkSj1Fi2pHptRTdLNQR6bUU3QJTUem1FNoVGRKPYVGRabUU2RUREp9QKOS7KHXESn1AY1Ksp3rjkipK1Jyihh0REpdL3Zzak10REp9QCOvCkdHpNRzFODbESn1HAX4dkRKXWORqj3/dkRKPUcBvh2RUs9RsENHptRzFOzQkSn1HAT4dkRKfUAjr0ZNR6TUBzQqzgrfESn1cgRVNToipV5SUBGkI1LqerGbU46nI1LqAxq58wAipa6xSE7di45MqQ9q5BWP6MiUeokyUTsypV6iTNSOTKkXHao2F+/IlHqJMlE7MqUeMqWOTKmHTKkjU+oRU+rIlDrpSHWmPGRKnSga2MiUOkX1zToypU5RfbOOTKlrWFK1uWJHptQpqu7QkSl1iqo7dGRKnYPqDh2RUh/QyP3siJS6hiU5NTg6IqU+oJE4VTI6IqXOUcmOjkypc1SyoyNT6hqWZBdP64iUOkd1ADoipc5RHYCOSKlzUAegI1HqGpTklLHoSJS6BiU51Ro6EqUuUSRoR6LUJYoE7UiU+mBGXkHHjkSpS7ikIlLqEi6piJS6REsqEqUuLSi52JEo9cGMXNcaiVIfzMh1rZEo9TC7rSNR6mF2W0ei1LUMt1PCtiNR6jWK2e6IlHqNYrY7IqVeg0izjkSpa0ySUw6kI1HqGpPU7JO6jkSp13BHg0Spt3BHg0Spa0xSc1wTJEq9RZiwI1LqLcKEHZFSbwEm7EiU+mBGXlmrjkSpaxVup6xVR6LUBzPKTgheR6LUWwsqSXUkSn0wI69OVUei1DUqyamx1ZEo9R6OVCRKvYcjFYlS1+w2h1d1JEo9zG7rSJR6mN3WkSj1KLutI1DqXUubOUsBAqU+kFHOdiJUR6DUezhSASjl4whG6pRu6jpSTUd8Sjf1YKRO6aYejNQp3dT9kTqFm/Y4JLer2Uzppi7+9WVTuqkHQH9KN/UA6E/ppj6AfjM96ym9qkdVuKd0Uw82NFO6qfsbminctItfCG1KN3WKPntCo0ZVuKd0Uw82NFO6qeuaarr5U7qpBxuaKd3Ugw3NlF7Vs7+hmcJNO/k1Y6d0U89+ePWUbuqhUTMadRAj6eb+Z0o39dCoGY0aVeGe0k19jNRu5nRP6aYeGjWjUaN73ab0qh7c6zaFm7ZebGFWBZrSTX3sUrt5TcGUbupB8syUbupB8syUbupj+rUrwkzpph5cqzmlm3pwreaUbup+RtQUbtpj9rWP0qb0qj6AkTuFERo1Kpc0pZt64CdN6aaufpKZbzWlm3rgJ03pph74SVO6qft+0hRu2sNPom4PVEKbDmCUySydN6Wb+nB+b8eppjoaVWtw24X5pnRTH35SN8nvlG7qegnC4aijUQcxyuy1jkYdxCizGVk+pZv62NLcyuub6mhUrcHN2VFHqw5klG9XA5jqaFUOLhaa0k09uFhoSq/qSpS6ufGc0k09uINmSjf14A6aKd3U/RD9Kdy0KVqCBY06kJE7KQkaNSrBPaWbeoDzp3RTH/DBLiQ1pZt6cLPFlF7Va3CzxZRu6v7NFlO4aefIr6poUw1R8vyqikatoVErGlWz3LyFqaJRa2jUikatoVErGlWJkh0nMaWbemjUikZtoVEbGrVFRm1oVE1y6872qqFRtVySXb9rSjf1m9mqXTJrSjd19st/TummLn49zynd1INqoVO6qYfTb0OjRve6TelVfTCjagdQT+mmHk6/Ha3aw+m3o1V7NP12NOpARtlZUjvadBCjejjOb0ebDmRU7XpcU7qp16Fustwp3dSHTe1LYqZ0Ux82bSaDnNKLejrUpvaSmhAopYGMql3/aEo39TzUbYiTECilgYyqXVlnSjd1Han2wE5IlNJgRtWurDOlm/qYfpsZmjClm/qYfu2axFO6qQ+rNtsnTEiUkoYoNTO7YEqv6lG9pCnd1IO4synd1IdV7cjyKd3UgxClKd3UgxClKd3U/RClKdy0JZjCEhKlpETJWSQTEqWUouk3IVFKKZp+ExKlNKBRtWs3TemmHk2/CZFSytH0mxAppRxMvwmJUhrMqJoBolO4aXPUvxAopRz5SQmBUsqRn5QQKKWseeP25J4QKKXoWrcpvapH17pN6aYe+EkJgVIayMi5IWZKN/Ux+9rVu6Z0Ux82tat3TemmHlHChEAplYgSJgRKaSCjatcGm9JNPaKECYlSKhElTEiUEgWUMCFQSgqUJJuoIiFQSqSTr7OkIlBKFFHChEApUUQJEwKlRDpSnQUbgVKiiBImJEqJIkqYkCiloG7SFG7a3b+VcEqv6qyTr+NrIFBKHFHChEApcUQJEwKlNJBRzY4ng0ApRfW3p3RTjyhhQqCUgvrbU7hpj4Fq13ub0k19zL52RbYp3dT1iNwsfT+lV/VBjKpdwG1KN/XQqMiTkoRGRZ6URI3qTL8IlFJUf3tKN/XQqAiUUlA2aQo3bTWqsxQgT0qiRnUma+RJKcp5m9KrepTzNqWb+tjRZGc+RaCUopy3Kd3UoyPyhEApBTlvU7hpj9k3O7Mv8qQ0iFHNzhSGPCkNYlTtEmRTuqk3P/95Sjf10KjIk1IUoTSlm/owql0PbUo39dCoCJRSFKE0pZt6ZFTkSUl5kue0IU9KgxjV4kyQyJNSU6PaCDIhT0paNMkucDalm3of6s48gDwpDWLk5D1O6aauRnWmDeRJaRCjapfxmtJNfUy/dhmvKd3Ug6DfKd3Ug6DfKd3UNedYbOcEiVKKrnSb0k09iPqd0k3dj/qdwot2HsiI2LyrcUo39WhNzQiU8hGtqRmBUh7IiLOZMj+lm3q0pmYESjmqvz2lm3qwpmbkSXkQI872SM3Ik/LRgh6TkSflQYxKsTF0Rp6UQ56UkSflkCdl5ElZeZJdEm9KN/WIJ2XkSTnkSRl5Uo54UkaelAcxYnY6GPKkPIgRs2NU5Ek55EkZeVIOeVJGnpQHMeJiA86MPCmHPCkjT8ohT8rIk3LEkzLypKw8icx85ind1EdxgGJjvIxAKYdAKSNQyiFQygiUsgIlu0TjlG7qEVDKCJRyCJQyAqUcAaWMQClrESX7Oo4p3dQj9pARKOUwQikjUMoDGVW7uuSUbuoRe8gIlHIYoZQRKOUoQikjT8oluKdkSq/qAxlVuzDmlG7qI43RDiuf0k19XBNFZhrulG7qoVERKOUQKGUESlmBkl3Uc0o39dCoCJRyCJQyAqUcAaWMQClTcPfXlF7VFSjZpT2ndFMP/SQESjkEShmBUlagZBcOndJNPfSTECjlEChlBEo5AkoZgVLWIkpkbyIyAqWsRZS8RQ+BUuZom5oRKGWJtqkZgVIeyMi5CWdKN/Vom5oRKGWJtqkZgVKWYJuakSdl0SXVcXyQJ2UtolTMTK0p3dSHUZ1takaglLWIkl3geUo39bFNtQvOTulVXS90K46zgUApD2TEdnHqKd3UgzzGKd3UgzzGKd3UR3y+992RKOXoQrcp3dSDPMYp3dQHfLAr907pph5NvwiU8kBGVMw0nSm9qg9kRMWOqsgIlHLTkep4PgiU8kBGVMwkoCnd1Ee9Hc8/RaCUW8QeMhKl3CL2kJEoZSVKdqXiKd3Uh1Ht6sBTuqkP79euDjylm/oYqnZ14Cm9qmuEkl0deEo39UGU7OrAU7qpj32qXR14Sjf1saja1YGndFMfexq7OvCUburDU2JnMCFRyhqjZJf7ndJNfVhVHKsiUcqDGVW73O+UburDqnaF3Sm9qBeNUbKr2k7ppj6sale1ndJNfVjVrmo7pZv6sKrYVi2IlIrGKNm1Xqd0Ux9WtWu9TummPqwqtlULMqUyqFG1y4JO6aY+rFptqxZkSuXQE1U75r4gUyqDGlW74s6UbupjWRV7wi7IlMqgRizmPTdTuqkPUFjNZNkp3dSHVe1aRFO6qfOoFFNNpl8QKpUkQQJAQahUUg0SAApCpTKwkZcAUBAqFa2j5CQAFIRKRYOUqjP4ECqVgY2qXeVmSjf1MVbtwjJTuqmPsVqdwYdUqWQtuG5HYhSkSiVr4gX/yukfOWOfQapUBjeqdrmVKd3Uq39H/JRu6sNZcnLNClKlkrt/R/yUXtWLWtWZZ5AqlQGOarM95oJYqQxwVO2qkFO6qY90mqPa745YqWicUrN3KgWxUlGs1OytR0GsVIoEAdoFsVIpalXbjyyIlcogR9Uu+zClm3qP5hnkSmWQIy9jqyBXKoMceRlbBblS0cvdnIytglypUIkmPeRKhSia9JArFeJo0kOuVEiiSQ+5UtHUN2/lQ65UtDq3k21WECyVgY5qM2vVTulVXcGSXTR1Sjd1HavOHIlgqXCOuhiCpaLVub1pCcFSYR2r9ka+IFgqWp7bmyMRLBUtz+1NekiWioYqOenkBclS4RZ+GbTqYEfVSbIuSJbKTH2zk4MLkqUy2FHtjuuGZKkMduSufEiWioYqdWdKRbJURKN/nSkV0VIZ8Kja1WendFMf62p3hgeipaKxSt0ZHoiWisYqORHgBdFS0WpKdn2ZKb2qD3hUu9PfES0VjVXqNloqiJZKjeJ/C6KlotWUqn1yXxAtlQGPuDpLGaKlMuBRrs5ig2ipDHjUnCysgmipaDkl+5LwKd3UWwBeC7KlMuiRc8H5lF7VBz1iuwT8lG7q0cFqQbZUWnSwWpAtlRYcrBZES0ULdNvFw6Z0U+doy4doqQx45O7hEC2VAY/cPRyipTLgkbuHQ7RUBjxiceYNREtFC3TfXAKrdURLZcAjZpsAFkRLZcAjLxq5IFoqWqDbrkU+pZs6+bXIp3RT5zH2nMUD0VLpOlSdjTyipTLgUXOy5QqipTLgUXOy5QqipTLgUXPy2QqiJRrwqDn5bIRoiY7owIYQLdERsX1CtERHxPYJ0RINeNSc5DpCtESHWtXefxKiJdJb3+xaZlO6qatVbWeJEC3RgEfNycUjREs04FGzb7mf0qv6gEfNyZQiREs04JF569+Ubcp5tG13X0KwRAMdNSephhAs0UBHzUmqIQRLNNBRc9JeCMESDXTUnNwRQrBEAx01J7uDECyRRiuZzgYhVqKkFnX6C2Il0vLc9hX3U7qp36zWnAQJQqxEAxw1JymBECvRAEfNSUogxEo0wJHTvRAq0cBGzUlJIIRKNLBRc5IGCKESDWzUnEB9QqhEAxs1J1CfECrRwEbNCaUnhEo0sFFzwtcJoRIVtanTYxAq0cBGzQlfJ4RKNLBRcyLGCaESDWzUnLBrQqhEAxs1+wbtKd3Uh1WdsGtCqEQDGzUn7JoQKtHARs2JoyaESlSC8F9CpkTKlGyKQ4iUiPQaE9tLIkRKRGpTp4MhUiJSmzodDJESDWjkxcYTIiUitanTHxEp0YBGzb7IeUo39WFTJ0qQECnRgEbNCYYjREo0oFFzIsoIkRINaNScqCxCpEQDGjUntIkQKdGARs0JPiJESjSgUXOiNwiREg1o1JygA0KkRAMaNef0mxAp0YBGzTn9JkRKNKBRc06/CZESDWjUnOhiQqRE3ANHnBAp0YBGzQlGJkRKNKBRs4stT+mmPqzK9vaKECnRgEaNbSxDiJRoQKPmHJYTIiUa0Kg5h+WESIlErep0AkRKNKBRcw7LCZESDWjUnMNyQqREAxo157CcECnRgEbNOSwnREo0oFFzDssJkRLVHBzaEiIlGtCoOWfrhEiJNFrJ2WMTIiUa0Ii8DoxIifTON2dLToiUqNZgS06IlKgG14NN6aYeXA82pVf1AY2yfeHBlG7qKeC5hEiJWg5OMgmREjW1qjNhI1OiQY08Sk/IlEjDlZwjA0KmRC2C+oRMiZqOVWfiQKZEGq7knGQSMiXScCXnJJOQKZGW6HZOMgmZEmm4knOSSciUSMOVnJNMQqZEvQQnmYRMiToFJ5mETImUKTmBLYRMiQY18g5TCJkS9aj2JCFToh7VniRkStSj2pOETImPIzjJZGRKPKiRd5LJyJT4yMFJJiNT4qMEJ5mMTIkPCk4yGZkSa5Fu5ySTkSmxhis5J5mMTIk1XMk5yWRkSqxMyQmGYmRKfESH5YxMiTVcyTmaZGRKrOFKzqTHSJV43vpmT3qMVIk1XMmZ9BipEitVcuK+GKkSh+FKjFSJlSo5YWKMVIlnTSX7JJORKvEgR82+5HBKN/UerHyMXIk1XMk5yWTkSqzhSs5JJiNXYg1Xck4yGbkSa7iSc5LJyJV4FlVyhgeSJc7B1RdTuqlLcDTJSJY41+BokpEs8WBH3tEkI1liDVdyjiYZyRIPduQdTTKSJdZwJeeMl5EssZZVck4yGckSK1lyYgUZyRLrvW/OSSYjWWK99805kWAkS1wkOMlkJEusZMmJ5mMkS1yCq4emdFOPAkYZ0RIPeuSdHjKyJaYUnB4ysiXWNDjn9JCRLTGVYCPEyJaYdAa2N0KMbImVLTlxjoxsiZUtOXGOjGyJlS05kYiMbImVLTnBf4xsiZUt2benTelVXdmSfUvYlG7qY79q3xI2pZv6oBD2NUtTuqmPserE2zGyJVa2ZF+ENKWb+rCqcxsLI1tiliDJmZEtsbIlJ5CLkS2xsiXnjhJGtsTKlpxgKEa2xMqWnOgmRrbEypaccCVGtsTKlpzLCRjZEitb6k4nQLbEypa60wmQLbGyJacoOSNbYmVLTjFtRrbEypa6Y1VkS6xsySmNzMiWWNmSUxqZkS3xoEfdCcphZEs86FE/kr0cIFviGlxUw4iWWBPhKJnnaoxoibWyUumOOhp1wKN+ZOfV0agDHvXDLtfOiJZ4wKN+kKOORh3wqB/OsopoiQc86k5MAyNa4nZEVkK0xFGpbkayxIMd9cNxrZAscQuNimSJW2hUJEvcQqMiWeIWGhXJErfQqEiWuIVGRbLETY3qDGwkS9xDoyJZ4h4ZFcES99CoCJZ4oKPuhIYwgiXWykpeH0CwxFpZyesDCJa4S9QHECxxr1EfQLDEvUV9AMES9x71AQRLMtBRd4JmBMGSHNH0KwiW5AimX0GuJEc0UgW5khzRSBXkSnJEI1WQK8kRjVRBriRHNFIFuZIc0UgV5EoyyFF3YpUEuZKkaKQKciVJwUgVxEqiWMmzEmIl0cpKnpUQK8kAR66VECtJ4shKiJUkSWQlxEqSamQlxEoywFF3QsQEsZKkHloJjRpd/iZIlUQrK3lWQqok8/I3x0pIlSSXyEpIlSRTZCWkSpI5shJSJckSWQmpkgxu1J1gO0GqJLlFVkKqJDmIbBGESqKVlTwrIVQSrazkWQmhkpQcWQmhkpQSWQmhkhSKrIRQSQpHVkKoJAMbdSfGURAqSamRlRAqSVRaSZApSdHZ12aogkxJSJdU21cWZEpC4UhFpiQUjlRkSkLhSEWmJBSOVGRKQuFIRaYkFI5UZEpCOlJtn1CQKQnp9Gu7s4JMSSicfpEpCUfTLyIlGdDI7TKIlITDNRWRknC4piJSEg7XVERKwuGaikhJOFxTESkJh2sqIiXhFvUBRErCOlTtfYEgUpIBjboT0yuIlERC7xeRkkjk/SJRksGMuhMwLEiURKItjSBREom2NIJESSTa0ggSJZFoSyNIlESiLY0gURKJtjSCREmUKDmh1IJESZQoOdHRgkRJBjTqTnS0IFKSqla1SZ4gUhK9/c2JmhFESqJI6XYxuHHaIYiURJFSdgYTIiVRpJTt0w5BpCSKlOyL7ad0Ux9WdYKpBZGStGj+RaIkLUXfEZGSKFKy77Wf0k29RN8RkZIMaOR+R0RKokjJ+46IlESRkpNUI4iURJFSsWuqCyIlUaTkhI0LIiVpPfzuaFRFSl7/RaQkPUUfEpmSKFNyYtgFmZJEt78JIiXp4UhFpCQDGrk9DJGSKFJyfykaVZGS1wcQKYkiJa8PIFISRUquOhi1KlJycgEqIqWqsUrOAW9FpFSPKK6wIlOqRwl6WEWmVAc16k42QEWmVAc18t+dUV3ClxFUV6vaDm1FplSPFn6Zhuo9fBm06qBG3O0eWZEp1YGNerFjNypCpTqwUXfOJStCpZpKMEVWhEpVoZKT+FARKlWFSk7iQ0WoVBUqOYkPFaFSVajkJD5UhEo1BVvVikyppmj+rciUaj6CWakiVKoDG7l9AKFSzTnqAwiVqpbrNqN3KiKlmqOk8opIqeZo+q2IlKoiJa9/IVKqipS83otIqSpScnJZKiKlOqhRd3JZKjKlOqhRd3JZKjKlWlKwdFRkSlWZkpP6UpEpVWVKTupLRaZUlSk5qS8VmVJVpuSkvlRkSlVT4JzUl4pMqWqgkpP6UpEpVU2BczIHKkKlOrCRl/pSESpVOoLUl4pQqVIKUl8qQqU6sFF3SmJWhEpVoZJTErMiVKqaBNfMG60rMqWqZZWSfflxRaZUtawSFXsZm0zp//31l6fvfz6+vj8+/D/fHx7//ct//a//9ctvv73/9ePxl1//55ffnvR/pl9Hq7/81//8kn75r//5v7/+km52nn/R+n+tn391Wn/N/zfykvWv26z1X//zf//vr+cLjf+6veDdl6e7h4fXx7c3fIXbUdx6iXEA57fw+vXn+H+Xx28Jxx+P39KM//bxT29A1yZuq2PQxOvdXw9/fb/79nT/+Ye06w+h9jfNvL3fvVut0LWVIn4rX15enj8/nrav2YPH/3p//Px4vj6egt9w/8fj/T/fX+++v93dvz+9fP/8Vfv1q5agZ9y/fH9/vbvf7HrbJ1/epAY/5Hz8++P7v15e//n0/feXraW8/aYadDBo6W1vZjNMDTra2cyPu9e7b9AIb40EH+Xp+/vj6+939/tHLdvzPXiJ9bzxFmX7KS2w8rfH9z9eHna7lm20BB1UH757/Wq9glxbiUa9tmI10bYm6t818fr4/vP1u9VQ3RoKxv/r4++Pr4/f7z8PHN6+CgWGfX18+/kMc1je5rDw4dtv+DzW8mYT9ht4e399+v7187i/vv7tTNBtIBryfGxDPviQ7z9/PBuzz3XKuMFr/3l89Lj+0xwN8tujT2/LkvsP2L4jBcNLW7l8jN0eW9csQTs/f3/69+PD559zbYBb8CV+Phkr2iHb1wge//Pu+ef27C2Q8fKs+M++PX6/TXHvT/dPP+5un+Du/v7l5/f3bXDxdcZLc33+9ZfUqjtxaCvXRurla7TjdECmn3Kroax/6Fz06y+3Cor6x+m39Hb+u8fp3gxHLHyDux8/np/uxy+7rSmv3+7Qzunymf2J8FNrr49vP16+v+2eWL924JT+prG3t9uU9vzw9P3r3sp1HOf/pBXvp13N5s4nl3bsH3Xth8UdlJdm3i7vYzd5HRn0N01+uXt7fLh7v9s603F1kY4++9O4uD5s7FNDm6+VUj4byn/zvR4en9/v3vamrna7XYgeNuDZjK5DLW5iG7jXRvL2efgcbUdyJwJt0DIWyfWNDn8eNCaOfO3Kt7SX8R6tyPlCzPOvW+Dx/PJl2aBN6SjRqH/x333WN/s3XEfCwX/T425e/eMw8P5Rt71BOX8D/c0IfX95v3vee0q+Oiu3q3W9Bn7fZoa2OSi3whRzFiz+R8GuUa5zuZz9Pd1K+epf/XCH0MODOmH3d8/P23tt7uStaorbwOv2HS6rVEtr5Lm9/uHh9bfbjue3t6f/hvWOt/XOHbu6fd3GW9nWtnO3fK41tztz5upTl8HPT0XHuaWeW97bisantK4ufZwrZj783cLDw+v2YnL1B1NtwW9yPJi2eZTkb2Z/f/3vvZvx1s3Ol6/+TP38dduupSsPCObk568vn/2EbY+WxP1gz19fHt5f/vn4/Y/Hu4fHrWOl61BN/tJ3a+LPvHldH8+5vfj568vr3feH3/778fXlt9mlflOffJ/Jr54FR7/j7f3l29P968v4e+sE23JQ/fn7+fnlX4/ffrz/9fb09fvd+8/Xx62d0i7vUmV2zOZPhLf2vr28Pj6/fP0Kv6u0em3L/7jPL//6+f2mePtCLz9f7/Gd2rUdOd/JnQ2/YVdJ27Te5oxc6nIY59hNt8ul55BN50CVj7+WO3mUcxYq+eRhhWe7o+TGXIWSuwqOl/zX0/sfLz/ffzx+vzl3r4//unt92GcdufaN8+26v0f4/te+x9loV3Ft8ONpH5bp07AcX2f+kd3u8OPHthLmy3x/u1djPE49ePzu9eu+BG47lFLP787+tvXHjy8v/967UE7XhbRHj/58+Pr4fvfw8LiBEDrKdQlyu97ZwP3L97ef37ANurYxZ8vmL2M/ftwW0OeXr/Bbto2328H06W+Pb293X2FAXR3QW1pO2MJnhnJLVb2sov4yrg3c8Njj/u/T9d8PrPH4/eE2T337+fz+9Pb01Vm/ZJtAa3dn0NXg692/zjbXPLi32LYW3RVxtPj+cja2tZH7tQ0+B0/1N8M/fnx9fvkCTmDeUHP0Kk87u8sb5vGdxx8/9ImrhY6LR8BrYS/59FTK+n+0HDL2V53bP/H0/nT3PDxmmN0vr1nZn6F+7K4ky+Z7nHNv9b3sjz35/nmvn+kDHZxOc0qFV9vR2822cQLjuq3u9T9o4pPbvBEe8vnp3sRltBhjuF59Pvbh/4WL7LNZLdc1Ynm4JZ/+L9dz69ODheeCXaAT5m3LfRKgmv6Dn+/2tnylOLf76v62qX/++fb+8nr39XFf2C4z4O3Gs79t5vnl/u7Z5JD5CoRLtLRsbY3ftrdzmVVLXnv5aIX43KKzLb5OZYe/xbi2+BURCtWrV3H0/6wV+4WuvTcln+J/NPV5COTr7rqUNd79bUBM9ahevcyUg9nwbOZtf75en+f/wG7Ox7nOOImC9XW1czP9y4/H18/T43XbW3yKCm293f/x+G2nInQdMmvzm3wk8dGks+4zX7sl+8enZku/Pz0+P4CveZ1wbne++O2NAbPPLFdH9TwvbyX6+uY4TttbnE5z6pFb89HSJxol1x1dPo7oR/2FQ1bqdVvZ85rQo47weaRJu46M3oJ30IeNX9G2XxGMrXMP+fp4//L6sDdyNdGRAtOYG9G6Hdcn/5T7x4/Xlz/vnn+8vnx9vfu2zzntOuecVDOt6Zrr4msfVFPO6Av2afP+b/5x9/bHNidcaV5wHLO38slzpyzXZoIPCHj36vCXNTaCof/mDI5tjl3xKWG3vjQF8+2xrUeBXzEexoO3fD3WLtEu6G2g3cd/v7/e/cDNWNpm687rFwXTv7b3eY5N2wrSFz0/3J6Kzur1wCWJrD0LL4Sc1l/+idPtbGef+68cQOZvLH0tuXzOcjmfXb2S20lvzX+5e777fu+4K1denJJ/qnlr6P755e3p+9fP0Khc0UtNJ/Dt/ro+mrstLDuMv6KDcV3L3z5uuetXgMHxt9FGvEVTjm3R/A9eJ14023VSLP6Y/mjv5yuuxcYPlu3oz3cWb83+/vr4CKD/4O2jhzbTx62Pvp2O+1z8oxH3o6fto///a8n66BsV49CIn9qzfulGdPzzRPco+toJsqyFa47084QjpZO55sMHeJd/5LMj0K/71sPfWF4asbdddPX+23/yi/d5ewOT51FPK2FPOxsyZ6227Wn8cK9xkP+w/5ark76CJta5aOJ+Tl9yrL/8raaGCiATkivOXwfgJS035VzY84rJGLc4Tk50LkejUuxJjELzfbuB2Lv3O3Rm6ubSlrU2sR8WNpp7eXj6/fM+4PNoqHWbsePRMPS2DnodCgevgwJq6zXDX/35fdJ2annyldJPbzwf69jQj0X7aNoYU9f2J/ny2gjc6y0A5JBwknMc7OuLJD+mzItBoStMTNlH6yP6ZHedrp5Pn9+40cIox5rC+nJW4nn87fE7HDfWbRdzu531HAfhJ3emi+vWLPubkVsLo7v/vr9MO7aF2wfL1waspWOLXvNpw7UZd5nM2zIZzqVGW9ZCWbcvHk55RouWY7I5BUf42X6+Pu9vs3kltOZBP5Ti7XY+8fX15SfQfbmeaKXqh8KPE+PLL7p/+fbj5Q26whYjTD5I8Rq77Y9+7p8pb/6bHw72/n53/4d5CNM2/kv+nv/n+x8YMZK2LUBvaxSvFfEc2fnwe/6f3/75+NefGDSZr72U/CXsz2/Go5cPTf709G8cq7wZSM5FpbpDZO6PPs/SdYv6949yzw3WPuds4RrVe/9bJJ7Q+8stBmefZWkjdl4/uz3/x/v7j/vnp0c4yb8eTCV3Id0beHx9fYGwj42QelPn3ooZoHjd2yW3h355+voEwStXXyp+zPyM18XKPTP78vSOAVC3GoSX2WtFL7Hrbn55fvmyuYEXT3OOpXo6fmnGwo+MoZVPtDhEcynNl+eX+3/u4/c6u+nztIIA8/pnut+Hbk2i55ivkzf5g+d81rJ5vu5MyfVRtI1PEUeyHYK0tR1KLn66NPR2kz29f4NBQVdG35eDX85ItJz9LnZr3DtlydddIbkB8qMN+/nLbyU3hmg+/yn2ha9h/im7GGc8//7vp/3pfEXXJKGZxsP2LyjXXxC+wc8fX1/vHh4/IUu+Drk0T5j/ppE/X6CNtPm13f01Lw9/7fPT1Ul0vcwvL9/31Zv69unXaU3zp4mX/ez2ymlvF3rNLume1H15+ffD49v969OP932uzlc+SnW15O7KPgf/XH0BWiczK4TzEsJVV+CWG748mrf7ynVeWGi6uK7Zl5d/22Tiujh8xJJRc833evf9fp/n2mXkzW3xzXwu5nDCnsp1Q8Zu7pgf81Su5+1+asuXn0/Pe3QBXz5md4MmxnPDO968Jdq8JX/iuT0NJKvlDesUd8W6Pfv957cv+/SerxDH3xyMp/98fH3D09arg8XuEcDt8T2pbEugJL/z/vX++Py4py9teHodP+UZFzZ8g3MdkeP8f7Koj6yYIClnEI7Q+n+89MTbGX5yb/KVvNN5MC9pNt/LRzD6ijVZuUZ99fburxi3f/H9Rd3Ubb7kDY6Hb/z+8tmtS1eomNgdbfr8HztgS9eo/eRSmPnwbcu0b+f3XBl3yMzHP4ch88aova57f/d+/8ePF/jh5UogpXke9cfDd/f/5+fT6+PDWPX2gLBrNJ+4M9ZHUz9eX+4f3265P0ZmSblaRNzIFaO1f/4JDbVrQ57b+dHQOKOzX6lfW/I6GbRkfKhrZ/UTe6Ed/FlXq4s7QX808ufj69PvT87HvqZUiuvRfm7s00uVazveHDza+fnj/WknsOWa4ivu2nH/+LofUl5jisjdV9z/cff9++PzPmtf42ndXeBIon/7+W2fMK4TjgvP7v94ev6cN7rRUln0XVzKtZqBPPWtjICbSHH/fPevL3f7Pi1f+yCtrUdep8THebSbS1rHA/RxFOD/Y493r0YARd1SAktd7D+7Bru1pAFO9zvI27Je3MXi43kznuMylsvKV0v5/BK8PNbuzxn4L3yO3rj06FbdkY7tGPEb1+Rad1f40dDry/Mz2pyuv7m5XunnRj5xGLq6Lc0NC7p/fvm+k8GtiAf5w+b55e3x88k+b+FIy69I4gKB0dDD3fvry8/vu5+6HeweLsfVBl5+vpttXJ2GI7DKy9vjy8937Mbbt3BPXcbTr4/f7m7Pvb5vaVi8bfdkodGSP070ziFLH36hC87mv/VpR1+u6KSu785rK9Zdz3U0CW/dtoxsd0MYRHj06+vQep3lS7pJpPcvj6/3jxaa4+0Iw7Xly/PPb3sSw3XHk9rpX6fmElqFQZ8Q1/VcyD9YskkSb29PZzRSzm5qnrbzvu/6WtnyPN1D+tt//+1Z7BaT6e6obicRT8+wj7486U4R+py5ob+eHflH1bcWfr4/mmc0W16KGy+lUTGfoqZkj3VzSeN4/PWWPYczS7kCvJo+zj7cgXv7Bt/ffr4Ze1O6uq3d3VTfmnh//Xn/jsj9Osfpi5wH9x9Jd6ve1KocsbJ9V1dc4QbnHnNtNtd56smb8trNrknr7NLl3Mqu+IWV3FLOlteRfTmTQVYkZqmn6MwdLOcumU4/h06uRGdCO52OD52vuhJX6MxsW/k0dNazoPP4is935vOf4HOC5jM1kc+AAz4Pifj8mHx+ZznjBeSMapPTX5G12z7fWc53Xlt5OdNC5Qzrqeeeu54/eRUWmzkzv/5Sz59cz9ShulI6TsZVz1/azhCRdu7r2xkr285T03a2005q184zh35mWfczTKWf7fQzc7PT+uNMAz0b7Ofv6m2FUK7Q5+OjKMH509Jx/rZ0yPprBfIeq6DaccLHlM46Jiml9f9OfpLSWoHSac6UZP218mpWKmv6CPbMx/rrNEbKq8xbXsQkr1bW4Eh5HZSuOiuprKzPcsZ1pQ9Ht6xvUNbpTFnfYJVjSGX9G2X9G7T+DVru8qI9idZkQGdibVqjJdFqmdY3+GCuc1tx+2sVLuAPl7x8OOdLumJRedlIPrL2F12S9ctlfUlZeFxk/bXcfln1AGTZqC4b1fVN6znZpJXinNr6HS0vf+CcnVJbvaSt/tdk6a2Yu9Y+2Ngp7Wsx6Ctfq3/4PasSSOfzG/QF8fslRP38N/qK7lqBMvlYMWJHXtvB8vHXSd1XnYR8rDS+YyX6HmsJOM6Ap5zWapDy+n8rJTst/zWtmKu0/Nck66+PUiJt/bUKHa5xlC9rz/rX8vrX8vodef1r68Ak53Ms5FzXKcPZYzOtPTt/FC75yKc8p7O8Juy8ZuxxKdL519r5r3eRFRQnK1NT2vp/60tWN/HvU72FRhtjdkOQ718f797vvjxDaNdWzC75oOl8GmlH3SiFz2ZHA7s7WreSawHa1EchiT1tEaf+91oPuwmNLFfAy24OzUdT+9Zii75Y09ThRj2e7aBjmfoWFPWfPG78Ftp+i+sdXxqBX7NVZvqIs/u7D2xtoLegkDVtH2vKSu7572z19a/Xn5u3W7eKltlnN+P5v01Q38IZ3BQAbexfd8/Pj7Atu2xEwjeBs9MrXymnE/CxAqe1ruXTg8vBnvXn6+vjAOTvL/cvGwHlrY5KXktec2NTZmOfbXlFOz19eF0rhGuttscKMUmrREdaq2NaXkM6/cP0EQiWl5+RV/CKfKzA/pD6eSvB4lWT2eqouds9TLJLW/c93TJZAadl/fa168jJTXN/+HL3593T820K3SMIrl2wuOWFHh7vn75hauP16KOsiScfHyv4WttOrzqTG1b38Hj/8gBRSVtZpvUrua2/1ros61+VMzBoXIN3roDrvHF5FbIQtLiQV9/JKvtE2zznfvXx/CfA2fKWue/iJH38f79Bibey1Xjzdtz68Le3rz8A1KZy7VhusLI+//Llf2/P5q2/BN3l5eHxdhb56FWXkrx3b28m1qZuFS7xTHbDfPGb/PwevkutW+aAG5rx8Pj73c/n999fX/57Py3P1+MyOtb0udyygz5OOVaJDDf96OHx+REjfS5T/SpG4Zvu9vzF50A2vAVCuCVAtBlYU7fIxjXBHisn8PjIM1mbjrRmfvpw/pcjfaS1NfiIvnXrQs2XMtf7a484gkF9a+Gfj1tI1LUUlHhrqT5pVXW5HhK68a9GScCt2O3sIh8bx8M9wvhcPpKuzkR3o/Ju0VT7Kd+168uKdJJVE7Mea1ewTFbd08wzWgur4ZbtMPGjPN5iyXVtXKqbzXwLo3t9+cu2/papkXwbPr3dvM5vsBBucenuuPp41iTDfRul7q9YrWw9sFwjsNkNSfjsk26hSa5dxmOvj//n5+Pbfr593cewP6PP561fffn3/UQPbUCze7affa01yu7+bT6OUZTlGrLN7imXPv3+7++fC2+XazoBu8eW0MLdjx+fTlHrVvo6uxEc0NTzy9ene90kYHtpa8/7cY/f0asr19Pw6i4zj9/vXx7w2ZT38Nq/e/b++Q5co7wHpUYNgLt3XZbWCXnmFbDMfTl5a2MiaTl06wxA1iGA0Pp/C76I2030nUx3b9uie51En3/47Vwhfvuci9+26szs+i1nU28/vzgNbUlj7NKL2ZC1aLUtXZjdHR408fvry7fxv26JuLBpaVvaN7tVK6HJ9xe/wW0P4MbOzQb1c+0NbHXQ3Z3n1kD8E7cSWa7vvzUY/cCtQ7jlfbS5z3uBa8d0AxX0YXMvcA1UcJmPPv9pL3D1t9wjen3WcuC3cIu/eXw68G9P334+34pueJuK6+fwC1vujbq7gi0tz924n5Y1Cm9she/X+cIZnfSR9Z4+APK5TVi7hI/S1WsmOx2lc5ZbnPoEuOWkBOVsuZxMp5wtr3CrlYxdTjBWTpS/zmfK6afRSrs5N9d0nn2soxk6X3VlpNHp29L5k+mc1FcCOJ/vzOc/wecZBJ/bdz63UXweQPD5MVfS0qqlvA5q5DxLk/Poa53XrJBkObnQAuNysvd6Ho+sU5l6vs9KbKrnT67nmXA9Xel6cv2V8dTOxaudPm87z/jaeXzUznbaSX7aeV7YzlWwn9uvntcf56Hlia/62WA/G+zn7/o4pjnWIdixQNmxkqmOjw2nrL/WMdLxUdh6ZUCndZCVVqGqj+6/DmJSOs2Z0jpQSnXptfXXOsLLC3+tchIpr3pJeR075tXKGhwpr4O2dcqf1n0RaZ3zp3XQn8r6BquKb1olLtOKMkxl/Rtl/Ru0/o118p/W0X+idahG6yh3jZZEq+V17J+or0PJFU/Ja/+9jv7TOvtPa2ikBczSCtpPy4NK68goLb8pLb8pyTpEXAf8aW0Tk6xaEvJxK9iyUV3fdJ33pyofh5frrxW6/5FZ31avax9PfASALMrQ12HoBxbu61i0r/b6wrh9lRXqi1Css/30cU1I74tLfFRS+IhgXTeeHStRaAUB5GNFnxwrK/dY9bqOj3In6zAvrTVgRYnmlD8WiA/Euw4qV2BLWseJK0Qmf5SgX5UJ8ho9+bLirH/to8jSqtCSVwWT/BFGk9fRYV64oLhRmvvq+CemPqftwOgDZK9/4qOgyPxjoeRVQ2P9+nOqzOso9Rw05ewl5Wy5nL+7nC2voIVydpByHgqvDLBy9vdydg46ZxA6Ox2d8xGd08ca4+vOBTp5GZ0/eQVQrvC6Fa7A5z/B55zH50Dls1fzuYjz2cvWifGC5IuRy9l35VxhFyCX853lHH9ydmA559Q1wOv5k+v5PvWc1+r5k+s5s6/7DOrZM+v5S9s5V/5/lV3bcuM6kvyXeZ4HAgRv+ysbEx20RNuclkUNRbndGzH/vgFSSFSBSLr7reMcs0jxAlRlZWa1YRnDitDCQifEwSLQhlWtDS94F3b8LsTpwrfZhQ+oCwHBYejC7+rAGSmiTyrYNwWWbLi3GHzcpgBvpojsIGwGBgwLYZserUXRawIzwRgYQ8d00URoVZi84F9Y9MCBMyDBGYso+DgMWG+mxPWB92ZKLM8l7gHAawMvH1PiHoAGZ8BlMEgcjcM5MCzSOLBMHMi+DiwTfC0G+aNxuAcOfb4KbWJ4CJkK56iw6eLTMIAUTIVnBBWbQb5ooF0zSBQNMkVTY2MC5c3USAXApjCN2KIihxgbDq/a/vNIWm6mlEYJUS+BSgBkPlsBWUXL0ILTbkFdsnUZl9FYYeDvKA6/a2qVUpddhdejoqaSa4Af4/Wzv4znH/n5FVKWcBgGiMtLf/6RcdgRcNhRnBy+WcpGVRWpcLzg9ZG0ZF2awJqSUvmH+zJ+eD/KdD6NsmdwVC09fPaXXZOhlAbQMesrI7s+mhhS+BeRc84npQQC0H413FbHR5s+h3kez4nru7ScaigbaPgcEolZp0DwGnkE8lMLXYFtOKj5NZz24hjJUW4pqo9j91aPpcTZmlBkN1QI50M9lkTaomScHAb7unn55B+M5JPYjYuZONXFDV+3aV7SrpkU5B1c0zQvH/19GebzMI+fm4F6EknqDemXtUXK9d8ko50fvsz9Jq/XrTNp4NvS1tl6+HTzyNGmbNdvrryCkN21HM7Lur42moIVwtiKCs63OJuuaxfOSnQv8kXAjjTgVJiOvo2v/XjxHTd1xyQzo6WCH3/oYx6ew0Z0AOkYTDU6r/3FCwdyNlCVmu7hKHMlCbGJEDSlS+K5lmKGW6CnNFXvLkp3Zmn78HXQ90D2izrklBWgPzjhWkd7yq/DcD9Nl8twSjv1shlpLGrelupmfajxquDhqlBBIneYSkVWr7X1CJUaSCUs7Xm8jqsw0AvRM6oVJ32VO3AsoLSw3ENlDbzmGZo+pwdsAXpFTe5o8rJObF3RY61clM3Elu4zr+PXdmyy+Rm5hIRyh/ZQXi/9krxSba1Gr/GPYpoH/0UkVNJKGUVXQClKFNYV7eeFkDtGZ6Ua8xXYxmVMWqkN3N7B10opmovFT+SVoM8HiYJFZW+5ecZ2qtzgWTWVtaRdsqefbj8nO0OrpGoVlcz5npNuh6rj4ogr3EGoEyzsWy3GkllUMRawt42jymoQkmo60MBfkVcy6g6LEq9B7cAHuR310ozMTWNBDPAWPxUUoThqKLLl8RrhF4VMLzx2ZIEBtUHBW4bIKHdR7cJGpAxIATbkEoOHQyEJ4BfFLWpbF266C68hpCsYjgjEF/WtC+uaC+hGFa4ZtS1K2yoAdlUonqtQO+PFqUJNjpcF7woQYGgG8KIACAYOjKq3DqsCeEFN+MlNuJ4mlM1N+MlNgAua0GRqQs3awF81AFVtAOkgb2kDQtKGOFC0tOFzaDvAQAHZCXG68I4BGAYu3IWAXfhdGLVgMIHTFGg2AOI1BRCBIo51BUReAHwvIsMaZVicnofBtSaOETXAQkwcPAUQHBCviQMCLFAWOAIbwLkGcK6xiIKPw1g0B8pYJsZyDvhSHFBR4h7AtdaUuAcYy2cAmxroIY3DORzQNofmBbBTg26iwddiIIs0DvfAAW+pkBxUKG2rOEoDyww+DVNBixcLfKClBjJIA5jUgEdsIIA0NdoJNbRQNdBAUN0MGooGAKppEA/jNU0LjAj9QRP9yVq8dW08Aihki8ZRh3ZMBy17h+ZZF2EANOM6YI8dNGcd3ueIknaAmApwBItIecX+U6CxECevQyVp0VS0BWw7QCK1RUDwrcEeAH2CxZZhgaFaE5Zta+AyBSqqBZHeQiVpwf+3+Hqs2HFwNqgDLJSTFspJa3E2DHe2UWlc8uR0nj4++psuKGS1b+lAFX9otjjqlNVZQ0farAH2lk+lBgf4wQkNulYziopYyGDUdEUv5a1f3r26PDd+tnUqraW40ttw9bOqclmcUfMtKAMsREjRCQmhsUTHH3sfE08nUX+zEu553M7dRdL/OiyCkBOaCksGqAEWbSnrKMoozveiKTlOTs7qaPHzDJAM/pOJeRfWpg6CV4vlpULSiA6OhWu9ddTHJsmrZfUsGjL8YDmNMUfxk1wditvoOC/T18vvXbUrB/f9cZwECJV+uqyKS2L8HhOPRRGCfzHLNjcnPVgNMuQHZ+10jbIs+ebg6fXVe6yPH94i9eOmq2lR6h38gs2sNUTYAuaRfOkARqtzREy9YxWKz7+u5YgQJkUvaEzFSe/R9zfsIFEeHD6QKHR6/gPbJnbNsB6UoTNWhsgoimFvip4eUjhkcBDqlyHLAjbiApzuwvbownLvQmrtwqW6gD65sA+7kE5Apw9+C7p5VThFFUozSPSrkD1UYdOtQqYCSBOdvTps6nCnhDllHa4Z5kaoi+uQBGHcVRPqpib85CZcD6yuIddvAgzRoGse4JQm/FLo+NvQFG5DptSG9LcNcVoAQiGXbsNa34X6qwtxQIDpQsLahYBdCNiF39WFCzMFkn0I8k2B5jTkfKZAgoiUzRSxeY5E3CARB7vFGJQlJvqigR2ElM2YqNLFHmJgxxCVwTaKVcEwA0fEwPPF4OMwIIWYMqKIaMzGEalx9idG2BgMZzBgTRqwREycsVPiHFEN5tBad0js4QFjHHZFfC3GIXJ0OAYuYAAMGDjAmCq6+aC0wKdh0B02FZ5RDQwNTHoDuxdT407COsDUKEXBCDE1yg0Ih0yDZ4TpcKZBkQtAwADqNHj9TQtrEhi7GFAiTRuPiD56OBtYIAZlv+nKWPCgkEHJCosXAy6IiV9FB6JBB7lpAf1BARuIAvoDkEZsAbYSvhlbAJ+CGYwFSGAhWraABqyBkDVOnTbAvWAGY2EGYw24ZoJkjNzQAi6MjowWZ4uDuiLIFlG2SLuyFTYpsM4iFdlRpPVtWC7D+W0bD7KfTCp1bFRNlInxOskJLTv3Z9kuoiYVPuz49r4Ic/3bPE2vKouQ4x2PAk1bXvY6zTcluasV8b2l87be1lFX79N5n2J2ykkNXjK2jgIZqvp5G5bbSc9hlWNETEvN4bYjp6eI6zJq98VatVNac/D474PvV2n6SCcfkG1on8Efni95K3X8Qd4ZvDCT5yoHvx28d5mhNqUyB6emF/7g39dTxtxAvJq8SowH55NbaR98UGwu6VeSfkj312neX6N0sT+4t4eufVZpef4syO4xyZl2BzH2dhkSAaA9j7fL9JIj0UifhOgK1dFuzhZnP41dFYeR9xfZYFQ2KCLuL0/2mBrs43w2pQiWmcmtqs/I1o8ZRQQXKUdntwBXtSqwoyCehnjv7wQbqbXnDW2RxgiJBaOeA0Wr/b2LpvgMKmrB6Q977f0Kp1CkShk/AhQz8M6w8Guzlor7ffDUBclVUvwd52oA9nzmy7lw+1k00oLHdNRx/jl8RtW3khdi6BbwPvSX5X01vlZHy/NGUim9EcNX1mlVbmb0O89MK62VNBN1jy0oJyoZt6nmgGNPDo809k8K9AkKpK9o3FmIcWxBmUwJMFHKVaWmGurx/KVfGjkfiLIyxo8c8Uue8PjIHF1LO+yyw6+n4bqMn8NwGd/GVKasVJhQxIj2A02Axuvp8jgr2V8yblKi74Zu59ufyxdAbuRQB8WuEBc5rgGS2W6SSRKdHY8DfEznQTOGndz1OqrSeB4fM6MMZ6tSynDe0HjGom5IUqJJ2wHjdVzG3Hj2Uo4TbSiZyR+/pQDv/fWcmB5JzwB+Add15GNCBpWoantwC/zBX/q9KpVJiIlfPjZTuqGM12U1sklWLDmGKkqyWEoyektl/aLLvJXL2tcD14xww1b1vVQkKrqT7nneP57M7bteGZRZVsPviJ9XO7ylnn51qQ7nC+j97IuqUXuhFErZHac+gT4CTNECVLQ1OoU11LvAFS30NLaOPsT8Ed0z3kKyMCqjJhKNZUcryPH+Mb75qer6takUQF9SbuF4n66iweAdrVNfolZ5XvDxGONdrLZp9tIqUz1HJfoqyK9xed8T8FqjmPI0PR/v6+uY7QNpr3MSwAvxKatJNQpooZNsqVYVoCEdcJGaA6g6qJ2iQKeK+B/bjH8Ovy/j65BORanUdKE4jdvSlfnn8HsetMWC+m7AhLIOAFFDC+ot2vpkkwHcmam9jRpvT/tSPGZubq96YWj1tcXMzTlW9hI0WdiOpwOOFe+SljPZsbOSkFcCXC9iiUYd935+JIxhUeJHNz9+MN3h1XRB9gX9/NyXsbLtWFPiwc/Pjyl5M0ptxso++2SgkJXmsSV1d/z5ud713eU2sp6z3D1DD3tWOJWlm+6lP+RCy3oP5BtLJ2z5aGREl6yXajrI0Qd4H/p5eRm0FMAo/xI0O6LLM59/62Pe5smPij7rkLKQQn+iiAppWhz7kPt5B6Wc0RVphxCCsg3QR8vQxtXHCqshExENcJYcpe6soffTFEoJJdYHRy/DwetRWeXqQgGWLUy2926lEquiJpOXob8nubWeQQy6Lt6HOH+2ok39o/5Ao6zkDC1p/rI/UMqwfFbWZbi+Le8/NgOZHx59+LFT66lZVNyU7PtOg8ThaorDpEB8KdWCVWQEUpXNZbz7+l73BKSkj76G4z1f3kv7MX7Z92eFpuUCck4N200vHhf+HK6/Bn8P9cooJ4RGs1xQ5S1/YabTE/nVZZvMlqvYC6QJ0hpnh/zWcmyMLeggxnh0BuWV9V4UOPPbhFg5kFdx01BW2NgsRlOUWs9dpl3y6xq1+9PaZLW9Uw9eat9MDRCzoTl4cM7TUdS0zCpGoW//M0qGNFgrd62GwjchBB9466S5Y0vHDoVA1CJSWi3yvfoZJavfKJXnOCXbhRg7VqLMtFqebzwPf8JI+oOSONKTiHAQYofBlHJ3q0JTmw8x9nPMNU4rk0X4b4SyCsL5Jo5giQYDqLQ6mthepunn4/Z8nXz9HL9ChTZIeie/dhlrp62SwuKD10HESIl+sqFBwTQVYT/RIFFiSxro3wTc/TopvDp4TUQoBulKE8GDxWyNlLA7x3N/3QkajdJFUj3+LmL6Ksoki5Zpuyg6hFhu6QSBZ4iV6dlf+usp4VeLZY7WTjJG8hLJNbf7g+PpY5I67OPfsuZNupAXxx5/muL0u89B1VU0yq+Vqb7PPirlE+qoJP6SJkwKWm+iEI6mXh/9v5OhDvIdr+i2+9H/lMbgp/5yWb6ufqeYXv49JMpoKe+3JW0hpjEx4fMgskJyKGt7F3kbdXkQV42BpUlWGnddgQ6iOhX1D+/t5hZ+EFWZztORt0nU6zTdeMxGaVUpopHEnG7LeD24UGVKQFe7JOjjdj6+qcpdk7LF1qh+0dh8NZavDfl9vL2tte+GyJFTVGpYC12Z4inCe/AXp1BKHbrh4RRPC/O/OketfKXpIo9zPJXIf3UK5WBAtyKcYl1CX9ce11+cRBkt0P6sP8lLf0+eur7rjYp09Ea+9PfxlEkPMq0DNZ2Ukhd80OHjtvz+Jpoa8UHHhPpohA4hO9zUDt4fn+Ldf/X+1upOHi1CSaH0zc9XIyZoV8LHDQjCn8VVSjAKafi4t/63/29/dzsUOEtT6o/+2r/pK7OykeKiTSlAy0JgYVAFRvH6we56u3kxicoXpDbMtAfr/M50Z5k+rsPHdNXFd60mNTUHz+vrxwqd7VEvNcnNUTDcR7joDmfbKdNwmjV99F+X6c2nLIl9j0z9KJi7HZ1etpMNQz6X6qP/WnsAv8bz8q7fmFK9MfQpDvNbbh6YfqxKg9bw12+Yf/oka+5/70golRoqxo1jRIwd8FgpmVIpeOP0vVijRfVmf8mh241T6zad0JJEy3ruKM6t5av1nsdSSpNwyB/aqAqB9qCMpAp4qJbg01eU/f0xLL3HxXb0QQluRj/EqDUuaOtvY4Lr7UEtsVTOth25+2raUjU+abNtOzwp8WXSg5mmFt6Hto4zKnnWlXX8a1QvueAJFY5e9kFqxTHiwyw/xuuzHFbFverGBu4HN8j6GK87ZydZEEMX7iiR8GO8jmu6k6ElVlaP+6If9HhNK0LJc+JfiLcy0nmaQJnprXtuIquCfEhIOEaN9qJAeYixTN+ZwxUKtOQ/BQHvw2kedqRFNW284TnZyqL7tPql0FAwP9QvVWfMK1U3Vlb51vBvfbrqC28Ucd5wUGAb8MB5KWocI32Rtihz/2s/ks9Y5WRJ72ASor8nDgemVFxCejsRZz8uxljFYuK/JoFaFDmngeKsodS1XIer6hTLmE5fyfiSEt6b2JK+iZUhLdVOu2jTF+QZImxQOoZRMb67HXlXPjkMyvDBiimgamXiDet8jPOGy0s0/bXRqBh6vxKyaZCtrYuzxiCzhlrR1nBOgH+9beD23mCoZEPRfn/RiY2ClUVVtLmxlI3m/3aXyNXKsaIFX7Slg0j8HydlggpBYbZr72nW9/e+MvaHrWr//8dl/RN1QWpfpB//dd9DbWTKZQ1tZV+H5dc0/0yyjUZlG2Bg0ubTdfi1QSB7qVYli2pTU9TpOvz63DGtZMqJgRANFRNehy8yFVfRA6HnbSl7Ukbqb771nfhCV2png/zftJTeLEPef43L6T2hpCkxhoXiqaX+dzLi57QML4O3BNQxlfsBPuWWLp8+5p7d4pQJNu37+YNXipp6iIUirIIuh0YxDIeMgSYckxaMgbFTnLRtoZAq425CSU/+qnLEHzlGvaZplzh6T3OSC3hN7V9EiPvj5hUaQxJGajvoQLyrH/C6fl9ZNWKp+CM8yFVZFetPVe7vkVuN8sw6Cvx5kDyZeaqwYEcZ2NcpGbwqOxWmwszgEkITzEiynCZ1nRbxO1MSv8oKKefr+lib+ffLqMsVKx97NOOHPtxUtGSQIfXGITtxpuOv4+NjUxLmwzSdanHUIH7R3BMBx8SwuulUuwAS+qc3SD7U2nlnl6Z6OhDKVXT4b4i3vzLVJcMwkorv04+PR8LCtPKjiyOGDPz1KtrLekZLnl+pnh97p6bX15Q91igndV7p7KUgpUzIa2o5NF3OaerZKNY+dxz7AzmCskmnVl35o5tO8djh4saFnoiTrl1KX1rRTGW67m+/Ep9RxGA7clcpOvkedRQe345epqW/ZJrYKmt0tPUw3YZ5t2pbyb/jEwCm2zKcx2t2irNc9otocRl9Tyg6vUadHksurBK1GmRIvIWwNkXTwdkqeaB1eEb5rvoW4adEg0x4ghgD+8wKNOLIfC6wDRZYaAqK8d76+b4fGan4yxRsx7HTbYdTm0ptzewFWUNs+GEuR2hL1SKjg+jXMIv3KThN1yUpSjqFqXCSLLZffXilB6rEGVeYRm1pckozF6NmlqIVVNBXTUXa+ua6w9GpxLmKXwKKwmiZTPuq/iwr1J9MgpDP0mEajKW85VuvWyCVGrrpCtw52pa69b/1qi3XXQejnIbiQs/Wngqi7LJLChw/D80peZQ7BeWLhrYikfJIBobhY3n3UXJ6J8VmoQj/PlZO56Q+Nroj3frfybZeq5K5o4p6bXJTyoYi5hOJUX4UULmd/N4U3HM0AKG6nhTWv52WKXu8fM9MS0Ukt+Hq4dN5+NXPiQOg2pwgIKHEyWckRTjLwHdWESP+ONbovYU+9luwXBHperiLli3jJOrd0O7fPtidXZvSbvx5uOzFqUYFLSluilTROEWmgZ18RcGX2zRd9sOuJCWs4W/SdB93K4RT6RVtOYdj78vkW6C9xpAUDg/rRWupm8JtuuudT061iq7lB0d//zykqwN1Lb3Nw2lM4Y9OYmKWk8Jv8/A5To971nfUyX3XcGmdD5IVPTWqJ2po//05b2fzwUo6G7VCp1qKMGbUPlKIF/LBDt7esMy0luqmnmo6PZNEKSJg2mZa2tAMUW797+mh1TWq7WGjId/BA3signvIy0p0oAoKFK5+vT1eLuMp6emZUqUvcS4t3OyoBe/c/5qH5TFfd0hvq+BqRxXcc//Ld0ESdlqr3mVHv6m5/+UtZtWhSprgqBPbPPTn6arFIZ1a2Rro7RqqNvFRdPUomzD0Rw+nYfzU71jVatOdULTVcK2FMtmWsR8ehxVSvnI4W2YzLqXSqIn+/njDO4pBzMPKhNKJm0wuMD7DYoK6jZOGKopQzMOqiKTOI1KZxzaNefB/svcvkwgmrXPm4Tr8oqdXSjYa4T7Mn0l3TnoyYi6CDeWHLfBMMS/CYjaErShjOreNGNXspzXTPNwfF42hSTVMFVyU+HCh7ePXvSbFKmqA8TY0K6MriGLDHXyC6c7eKB9ES1fD7UhdyqmmuovmnRR/376ql0TDayRxJA4UKShhYgsznBmlR8m5KX85m2+rzTQYX6BFY2k18gyW/rSmUGp1Sk56Hn7qL6fHZc1i922oQhXlFKl7hroMn0PSBlT7MhpLLSZjGIq7P2P61FSHVNszzMVaWsw+A82JWLVSPm7QyJmWNjtDoOHoltWqOG6pOyGC3cfzI7mwWl0YkhnqFPuMtZPj6jerjFnR8a16XMcE/rfKBIKiJrubYfTNgNcvuMHYJuGZHmzQg2N7DdvxYDbWxcHQsJUq4b5cxpeMAgDrde5cYqR1lanoV6chB6V4rmgr+t6/6m9UzoDlB2UZppVU8RtHWUEZPbRcsUuooAsxIZNey2n21hoqN5EN+Yr/iu3I03t/TTiq0uCyCblxS0niKlDCjhYvekvh3vvQz6f33KhYmaVTbHE7/HWaj4ZaGNl7NxRNyMXSVyQ/XVpgxTB7YalqMdCXOQRgdG0lWOePJlARGfNe8dFovpOSLF2rVkLMh2lpv8ZHWIcN5a5C0T0aylTanJs99qQXdvlIbEEXFxyeVHFNq8BbwBmOKjkRSWHnqaWWNnSL09wwo52iRvsZ4pVqelRxEhgM4EFEs2V0jKPT3bczZOsauQDCwr6KJvU0pfUxfVmZx6YVK5o/ou/nsojPmFIe7szsWs7vpN/u21Vb0ipDm4bWdff3/oC+prBb2lu4v/fzcO5Pp6Sl3qiWOgWfd0RRmUnVqE2bOPwlGupTp4v7+Lb9KL3XKac65AuWNuTu49tugLcijtLsxcMc+oEovVC02eBbXX6Is+K2wym1Qp+gxoCRSNW0/Jsa3647R2CpuTg4Ti+vrXIZchTN3I4kH1ytCNcNpao8g2gYqVbDeDG/xXS0qY4w43Unj6/VFN6OpsuIkYhFFK+CTn/G0V5x1ye5v9yvOtrt3UJkWAnqTXVxAB+lcmXUg6o14mgDwh8p7Eeyj1apMninkoTaSw9rq7RffF0d365ZzyU1tK+h5ag8nvw2ZSaPKS3UN8NHfCLi+oKU2oLiTSuCmr8QESC4YB5dROoOehtO4+t4yuLGkstMWeo5cNeoV4h2fu7jW6bXrvyEXJhJYy1lknie/WVKPCZUiYNx15YXWFuQ/Q7SqDGRlkK+/lVJPFuNtrNCucQzx/HDwwKJ8avSoFGsKxzLTaFlj7qhjZ8QR6dISSRRBfKH+4wz/Ocx6LZaKZHwhmK8SYRDYzpJ/mjoSPcYMdOZky2ghhqghRCr49ImvNdRxNNqKE4ioqjftAdsnaRstJTgmAmYiyUeHKcGZGIl7uLi8fNlYQvyuPo/9d38tRF470+n4X5Pjb+ktw5PXLeQ43QdPvvL5Bse4zkt5KWJ0cG3GiJNNy+ZWh+mR610LHm3vntLtYfu8DWc9r7oVln38J95fbsMP16m6ZKxTVRw0cGSuMXIWy8qN96D1MDH4FupqjZor+Wu7RrExkDFU+liXsrCt+FZ2fqCaX6N9EnksM56oG8ErXzPdBCV3I5aKlnYgmwHqcMVhMpX/m1cVJaQoxRFvCbNNdqttAfjtO3nt6mPlG04JNYHK9Ct/3X1fNVrMu/EyYSy5XXX0utsvJSgT8VzNX9cfz6Pu3XKyYK45e+5D5BBFyVc03IAzB9988tI4ovoJGGp5V/qevw8Xpdh3m8njWL9WY707KD7ThGcOITjD9z/eCdRSM7PEEcnd16ZpdGlMztjzMkEsA39rDYOY4yTyDHKrwwItHUY21dR8V08755PWFllDUH5hDGGRvkapZ0qqPAqHr/D45SUD6NDIZuqIdss0b10lKdyOK3EyXqxjb72lCwdo3mFlPrdiqhsKNtPR9h3v9QArJZOqIthDmn6taSgGe4pGsNlWKEKd6144ixj5HnU8rc5Xr0iUIbTpqk8HAxDDIIpqUv5gy80W2QpbI0XrwjiU6KfibTLKfDPAsB1sW9Jrbb2kXeC7VrRWfkOKCPlOcsyDzhIJnKB9stMq5aJkiqIsuFyvGzZsq84EhfDJbVqrbrZNaatlXAuqXijEFFzLjSV8mH6k5XKK2PnO0OoVT52vD7vO5iVmnzmoE/teM249Mt42izNVWNLmZfVh1+z1lcr4hymVkVtwj+eXeo48BzzYr85S/+6DPMO1tQeODTA+LLjikqNfneQuU2323Dul0cUy2aEt9JQiJfXy00lA61yseNmofdlHk/Lajn35I6vVnGpjLRRgkZK/PbRrm/j6++9LkhZN9Dt5PGSoEitYiw56qOxHbmkOLtiPPLv8PGSVGmtUutV1Jx7O3K/T9TKw5dLrhPjOH3PlWAQs5ThW2ErDpU/bjdN4FREEvrtr4flQB4n23IdBSaXob/k5sg4iQV20Vz+MNCuLaS28IZq0MOxvh2dhY5VT5xq0H2YzA+RpsoYiFNBK9XRL2151+2CTmVHlPWyvM/D3Ts36ddLOU1gx29o2rz2Wv3Qw/wQE/l8agow5Bu2Eqw1FnT/lhrFLFP/Mq6au3Qz7ZRWF8OoLPfA2YZ06uerDKKgWW+Cis066lWyTNTeSDWJ8eBBm4+jzvGPOLEFxUb4OaBPh0uCZ0zwwihDOYYPH/4zMIKAwSNYzxCIl6G1Uobxjpgb44IhnAt7KMicLnCBXLhU6OVc0Ay4QPMCwdqFCrMK11yFU1SBDFEF1kXlnofD7L4Kyv0qvMZV8MOrA/RfB+Iaarg6XHMdrrkOU83QB6/DnHqY7jThJzfheprgr9GEn4x+cxMW2uca8c9/NOGXtkF3CeecNthqt4GZ3IY4begyt0HT1YYpAF3w7+lCnC6Qw7rQwOlCwC4E7MLv6lpUuVhTiyCyNAWsQwpM3CrAESiiPDg8SIOEyZgi5lf4b2AVGJgYmvA4jcHwgidNcTU0wb+itRLGqVrkcLYE59ZF9i2Y4Jg2ZoFllLg+UOhNCTZLiXsQB0xj6J0pcQ/KOMwY5yhxDodzOAy9dpiz68DqdA6S2SieRWSHe+CiLryLO2DcQjAbJU5JQRRMiTSYSWFqiH9rbD81fnmNO1mDrFljMawb/F+I4OGraBo8I7DUTVOiWQvDGjBDDV5/0wZVhmlxx1uct41HRO4jztaBTNrZyEfC1op3Da6HpgOXo8Mvil9FF0XuEA4XsN0qwIYtLP6FiVuFw7GYNFjAZASzlW0B5ghKEWtgFYadwho0ZOG7YU0g1lmDLcGEO2RNi391oN/APszibBZnszibxe+wOBtofBbomLVhn7AWrDJHyZPLlOb1ncqwa7jVREtTzqfa2ScZZeGE7wFLGy076KxAxWKkWc10m15XOPl1nO+JZbPqYVNwbplutOknmTZPR8BshK12Utevm/EQCOGZVS3+hVIXnrMWSilbY+p3Hb5Ti33T1ngvap68ephQ18ZyoCNG2FiwFAskb1iDraMs5zU+H2fTFMq45OAF3cJkqimFDnNib4iwR0CaQvlkUkouIjxtSNQTVTqwkOt11E9gi+UpxrlfpLx0qA9TjJEMIlfOULQ9JQ7P/iCl3zfhB/EEe+kv6+ib5AkbachlkRZhGeHq4RAyjadJwyEelBAHNcDSX+IcIh1V8zRtiMq/ahFr9wiMmmaGvKM4frU8+t+v7/hb+pGoTgLtvK1RMuY+0laYqrHWg5PxqOrbpGLd9Ui+SsqpfpSCzDBmafBpKlRndZyaycv8GFJIAjSCraJTzF9GitMlVKRW+XfQaUhppM1wUkdSglK+gCSRwmgNHUtNteMrgTCamL7m4XWYh8TdupGbnS0pJzWl76TjNO+v07yCFHksSqKrdBaAOMd+qnSlQIuaUnrS5sHgAfb8RclZZ5RA800zQo0q+JNflvGqqVoFtVKFuoyy9cwyv0rmPx0HYY6NPqpOgaEUtWSLg+tUHoeUPzroOmpakAz8yHgKKySN4su5OPkRkfJaawoc5+Jl6UJK1lTTbstRPA5Sqw+fCmu+GZqi2NvUj/07g49aiS8bnqDJOJNurDrl6mnptI40xqbs0JGUjS71UZGRsqSMWqlm+QhsESgFRdtKqQUoEzdlKGcelfKOoCZJyzwM5+Gm23albMJjgGoHa7nIH7GU65U6UsjaMZSLAYUDjGAiGIH/1gDcaGAe3IQi2bQo9h2KZEcbeP6ikoRG+UljorSjQuflyzsSqVutfKUdL/u+VkuH5PxOnZ+uupo8XkoGSAPb8gaYgOP189c1No2TSc3yq2yBLrU8d/GxEkpXp6jYB+nd89jUY0Y1GOBZ0/Jq8mtLKxLytbw/YRPhdvar1CVhJZayBqxoY3f5ypKIJS+Op0bhWL0FyoZPS61bUmmNlWLUKiBBGJzOJ/QuX+kqVKli5eC3J8dZ+Vq60LrogCa6NuKewPIC9mvL6OICtxegk7YJ9hGWO3TtzHClOAOOhHVAubsAnJkSsC66GKaDPUlHbS88HXqNL08q5Z0O36Y1wCIDVmpL4CbcWjmcYjcaQGIywFItXej/iGMugZM2yFE5wexx3UnupWiBLRuPK9V0ytFn7Kt5rLvmedevNcrVj2pxNltMObQysWZVlk380d/e5v48bC76iTu9Ms8AfYZzPJ+xzsNF+1mWstatRUMkgu1sRXuG/N5Lv5T8lZqKMUK86Tx8Js7mpXzh+ZgmRPDH69W6Uhoqtto8AzxNxfQdl1U72qmG85mfsXaUYKcU/RY60hZ9lfa760tvj1MuAxZJVAsWX/vdPVu5Xv5bSW6b9HGiG6SIoQ+XHsQ1pQ/Kw73IaJwTl3/51dUUHXuG+T3cMxcidUkUEHvMGpSWl4/cz8SefEHru8d8SVdT+SMcXMcsFXZ+anqHhFcrKvPYrVhWrjUuAPcumJxiVEEdtqcOuxPGBpiyim1F9vWuZ17RFpXwaUCXlmGfw2mZ5pg17lKlRq7b1lICXpb5qOSmjqIp67FaealY6A36hFzatsXY4dEyzzs8crymsvfKKaoxZspY6kiwRcqW/2rmd0Oz7i1CljWlHEG5Pi83NkQaMjbBRKhDCxcUV1Oj5dqElpRpafoSBoToRy4T1XAmtgCFCLuxtnoIDDt6WoZ9q69VdDv0Tx1t+iHMZ39J6lplBAZiRAHyQB0bztRRxYdPjVBUj4TStPyROw8URZuGEbej1eUzyHm8PPYewAqnxHAb8BZqG7vj6AKi/+1oi8Cf0/PT9JUr1m80rqJQSoiSeSzKhBuMmdgvsMjH+Zc2LcOxLYxSCYJuA/JMTcGAI/q2k6zFDrZ5JTgbDnfa0l7H57TkqP5KGwlPKmsolverH5fXaZNdZXyYjVEFO3vaORsGpSFyWDmpSaracoxyO/oL/sD/DfOUcc42+nKyv+Nf//zHbbwN66SN//nff/33v/8PV3UEssj+CAA="; \ No newline at end of file diff --git a/assets/style.css b/assets/style.css index 8f6ed2c43..98a437794 100644 --- a/assets/style.css +++ b/assets/style.css @@ -2,38 +2,80 @@ /* Light */ --light-color-background: #f2f4f8; --light-color-background-secondary: #eff0f1; + --light-color-warning-text: #222; + --light-color-background-warning: #e6e600; --light-color-icon-background: var(--light-color-background); --light-color-accent: #c5c7c9; + --light-color-active-menu-item: var(--light-color-accent); --light-color-text: #222; - --light-color-text-aside: #707070; - --light-color-link: #4da6ff; - --light-color-ts: #db1373; - --light-color-ts-interface: #139d2c; - --light-color-ts-enum: #9c891a; - --light-color-ts-class: #2484e5; + --light-color-text-aside: #6e6e6e; + --light-color-link: #1f70c2; + + --light-color-ts-keyword: #056bd6; + --light-color-ts-project: #b111c9; + --light-color-ts-module: var(--light-color-ts-project); + --light-color-ts-namespace: var(--light-color-ts-project); + --light-color-ts-enum: #7e6f15; + --light-color-ts-enum-member: var(--light-color-ts-enum); + --light-color-ts-variable: #4760ec; --light-color-ts-function: #572be7; - --light-color-ts-namespace: #b111c9; - --light-color-ts-private: #707070; - --light-color-ts-variable: #4d68ff; + --light-color-ts-class: #1f70c2; + --light-color-ts-interface: #108024; + --light-color-ts-constructor: var(--light-color-ts-class); + --light-color-ts-property: var(--light-color-ts-variable); + --light-color-ts-method: var(--light-color-ts-function); + --light-color-ts-call-signature: var(--light-color-ts-method); + --light-color-ts-index-signature: var(--light-color-ts-property); + --light-color-ts-constructor-signature: var(--light-color-ts-constructor); + --light-color-ts-parameter: var(--light-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --light-color-ts-type-parameter: #a55c0e; + --light-color-ts-accessor: var(--light-color-ts-property); + --light-color-ts-get-signature: var(--light-color-ts-accessor); + --light-color-ts-set-signature: var(--light-color-ts-accessor); + --light-color-ts-type-alias: #d51270; + /* reference not included as links will be colored with the kind that it points to */ + --light-external-icon: url("data:image/svg+xml;utf8,"); --light-color-scheme: light; /* Dark */ --dark-color-background: #2b2e33; --dark-color-background-secondary: #1e2024; + --dark-color-background-warning: #bebe00; + --dark-color-warning-text: #222; --dark-color-icon-background: var(--dark-color-background-secondary); --dark-color-accent: #9096a2; + --dark-color-active-menu-item: #5d5d6a; --dark-color-text: #f5f5f5; --dark-color-text-aside: #dddddd; --dark-color-link: #00aff4; - --dark-color-ts: #ff6492; - --dark-color-ts-interface: #6cff87; + + --dark-color-ts-keyword: #3399ff; + --dark-color-ts-project: #e358ff; + --dark-color-ts-module: var(--dark-color-ts-project); + --dark-color-ts-namespace: var(--dark-color-ts-project); --dark-color-ts-enum: #f4d93e; - --dark-color-ts-class: #61b0ff; - --dark-color-ts-function: #9772ff; - --dark-color-ts-namespace: #e14dff; - --dark-color-ts-private: #e2e2e2; - --dark-color-ts-variable: #4d68ff; + --dark-color-ts-enum-member: var(--dark-color-ts-enum); + --dark-color-ts-variable: #798dff; + --dark-color-ts-function: #a280ff; + --dark-color-ts-class: #8ac4ff; + --dark-color-ts-interface: #6cff87; + --dark-color-ts-constructor: var(--dark-color-ts-class); + --dark-color-ts-property: var(--dark-color-ts-variable); + --dark-color-ts-method: var(--dark-color-ts-function); + --dark-color-ts-call-signature: var(--dark-color-ts-method); + --dark-color-ts-index-signature: var(--dark-color-ts-property); + --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); + --dark-color-ts-parameter: var(--dark-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --dark-color-ts-type-parameter: #e07d13; + --dark-color-ts-accessor: var(--dark-color-ts-property); + --dark-color-ts-get-signature: var(--dark-color-ts-accessor); + --dark-color-ts-set-signature: var(--dark-color-ts-accessor); + --dark-color-ts-type-alias: #ff6492; + /* reference not included as links will be colored with the kind that it points to */ + --dark-external-icon: url("data:image/svg+xml;utf8,"); --dark-color-scheme: dark; } @@ -42,19 +84,39 @@ :root { --color-background: var(--light-color-background); --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); --color-icon-background: var(--light-color-icon-background); --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); --color-text: var(--light-color-text); --color-text-aside: var(--light-color-text-aside); --color-link: var(--light-color-link); - --color-ts: var(--light-color-ts); - --color-ts-interface: var(--light-color-ts-interface); - --color-ts-enum: var(--light-color-ts-enum); - --color-ts-class: var(--light-color-ts-class); - --color-ts-function: var(--light-color-ts-function); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-module: var(--light-color-ts-module); --color-ts-namespace: var(--light-color-ts-namespace); - --color-ts-private: var(--light-color-ts-private); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + --external-icon: var(--light-external-icon); --color-scheme: var(--light-color-scheme); } @@ -64,19 +126,39 @@ :root { --color-background: var(--dark-color-background); --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); --color-icon-background: var(--dark-color-icon-background); --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); --color-text: var(--dark-color-text); --color-text-aside: var(--dark-color-text-aside); --color-link: var(--dark-color-link); - --color-ts: var(--dark-color-ts); - --color-ts-interface: var(--dark-color-ts-interface); - --color-ts-enum: var(--dark-color-ts-enum); - --color-ts-class: var(--dark-color-ts-class); - --color-ts-function: var(--dark-color-ts-function); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-module: var(--dark-color-ts-module); --color-ts-namespace: var(--dark-color-ts-namespace); - --color-ts-private: var(--dark-color-ts-private); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + --external-icon: var(--dark-external-icon); --color-scheme: var(--dark-color-scheme); } @@ -93,19 +175,39 @@ body { :root[data-theme="light"] { --color-background: var(--light-color-background); --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); --color-icon-background: var(--light-color-icon-background); --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); --color-text: var(--light-color-text); --color-text-aside: var(--light-color-text-aside); --color-link: var(--light-color-link); - --color-ts: var(--light-color-ts); - --color-ts-interface: var(--light-color-ts-interface); - --color-ts-enum: var(--light-color-ts-enum); - --color-ts-class: var(--light-color-ts-class); - --color-ts-function: var(--light-color-ts-function); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-module: var(--light-color-ts-module); --color-ts-namespace: var(--light-color-ts-namespace); - --color-ts-private: var(--light-color-ts-private); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + --external-icon: var(--light-external-icon); --color-scheme: var(--light-color-scheme); } @@ -113,23 +215,48 @@ body { :root[data-theme="dark"] { --color-background: var(--dark-color-background); --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); --color-icon-background: var(--dark-color-icon-background); --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); --color-text: var(--dark-color-text); --color-text-aside: var(--dark-color-text-aside); --color-link: var(--dark-color-link); - --color-ts: var(--dark-color-ts); - --color-ts-interface: var(--dark-color-ts-interface); - --color-ts-enum: var(--dark-color-ts-enum); - --color-ts-class: var(--dark-color-ts-class); - --color-ts-function: var(--dark-color-ts-function); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-module: var(--dark-color-ts-module); --color-ts-namespace: var(--dark-color-ts-namespace); - --color-ts-private: var(--dark-color-ts-private); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + --external-icon: var(--dark-external-icon); --color-scheme: var(--dark-color-scheme); } +.always-visible, +.always-visible .tsd-signatures { + display: inherit !important; +} + h1, h2, h3, @@ -139,6 +266,16 @@ h6 { line-height: 1.2; } +h1 > a:not(.link), +h2 > a:not(.link), +h3 > a:not(.link), +h4 > a:not(.link), +h5 > a:not(.link), +h6 > a:not(.link) { + text-decoration: none; + color: var(--color-text); +} + h1 { font-size: 1.875rem; margin: 0.67rem 0; @@ -173,12 +310,6 @@ h6 { text-transform: uppercase; } -pre { - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; -} - dl, menu, ol, @@ -191,26 +322,10 @@ dd { } .container { - max-width: 1600px; + max-width: 1700px; padding: 0 2rem; } -@media (min-width: 640px) { - .container { - padding: 0 4rem; - } -} -@media (min-width: 1200px) { - .container { - padding: 0 8rem; - } -} -@media (min-width: 1600px) { - .container { - padding: 0 12rem; - } -} - /* Footer */ .tsd-generator { border-top: 1px solid var(--color-accent); @@ -226,26 +341,9 @@ dd { } .container-main { - display: flex; - justify-content: space-between; - position: relative; margin: 0 auto; -} - -.col-4, -.col-8 { - box-sizing: border-box; - float: left; - padding: 2rem 1rem; -} - -.col-4 { - flex: 0 0 25%; -} -.col-8 { - flex: 1 0; - flex-wrap: wrap; - padding-left: 0; + /* toolbar, footer, margin */ + min-height: calc(100vh - 41px - 56px - 4rem); } @keyframes fade-in { @@ -288,22 +386,6 @@ dd { opacity: 0; } } -@keyframes shift-to-left { - from { - transform: translate(0, 0); - } - to { - transform: translate(-25%, 0); - } -} -@keyframes unshift-to-left { - from { - transform: translate(-25%, 0); - } - to { - transform: translate(0, 0); - } -} @keyframes pop-in-from-right { from { transform: translate(100%, 0); @@ -352,13 +434,29 @@ pre { } pre { + position: relative; + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; padding: 10px; - border: 0.1em solid var(--color-accent); + border: 1px solid var(--color-accent); } pre code { padding: 0; font-size: 100%; } +pre > button { + position: absolute; + top: 10px; + right: 10px; + opacity: 0; + transition: opacity 0.1s; + box-sizing: border-box; +} +pre:hover > button, +pre > button.visible { + opacity: 1; +} blockquote { margin: 1em 0; @@ -374,13 +472,12 @@ blockquote { padding: 0 0 0 20px; margin: 0; } -.tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, +.tsd-typography h4, .tsd-typography h5, .tsd-typography h6 { font-size: 1em; - margin: 0; } .tsd-typography h5, .tsd-typography h6 { @@ -391,91 +488,18 @@ blockquote { .tsd-typography ol { margin: 1em 0; } - -@media (max-width: 1024px) { - html .col-content { - float: none; - max-width: 100%; - width: 100%; - padding-top: 3rem; - } - html .col-menu { - position: fixed !important; - overflow-y: auto; - -webkit-overflow-scrolling: touch; - z-index: 1024; - top: 0 !important; - bottom: 0 !important; - left: auto !important; - right: 0 !important; - padding: 1.5rem 1.5rem 0 0; - max-width: 25rem; - visibility: hidden; - background-color: var(--color-background); - transform: translate(100%, 0); - } - html .col-menu > *:last-child { - padding-bottom: 20px; - } - html .overlay { - content: ""; - display: block; - position: fixed; - z-index: 1023; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: rgba(0, 0, 0, 0.75); - visibility: hidden; - } - - .to-has-menu .overlay { - animation: fade-in 0.4s; - } - - .to-has-menu :is(header, footer, .col-content) { - animation: shift-to-left 0.4s; - } - - .to-has-menu .col-menu { - animation: pop-in-from-right 0.4s; - } - - .from-has-menu .overlay { - animation: fade-out 0.4s; - } - - .from-has-menu :is(header, footer, .col-content) { - animation: unshift-to-left 0.4s; - } - - .from-has-menu .col-menu { - animation: pop-out-to-right 0.4s; - } - - .has-menu body { - overflow: hidden; - } - .has-menu .overlay { - visibility: visible; - } - .has-menu :is(header, footer, .col-content) { - transform: translate(-25%, 0); - } - .has-menu .col-menu { - visibility: visible; - transform: translate(0, 0); - display: grid; - align-items: center; - grid-template-rows: auto 1fr; - grid-gap: 1.5rem; - max-height: 100vh; - padding: 1rem 2rem; - } - .has-menu .tsd-navigation { - max-height: 100%; - } +.tsd-typography table { + border-collapse: collapse; + border: none; +} +.tsd-typography td, +.tsd-typography th { + padding: 6px 13px; + border: 1px solid var(--color-accent); +} +.tsd-typography thead, +.tsd-typography tr:nth-child(even) { + background-color: var(--color-background-secondary); } .tsd-breadcrumb { @@ -625,6 +649,28 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { font-weight: bold; } +.tsd-full-hierarchy:not(:last-child) { + margin-bottom: 1em; + padding-bottom: 1em; + border-bottom: 1px solid var(--color-accent); +} +.tsd-full-hierarchy, +.tsd-full-hierarchy ul { + list-style: none; + margin: 0; + padding: 0; +} +.tsd-full-hierarchy ul { + padding-left: 1.5rem; +} +.tsd-full-hierarchy a { + padding: 0.25rem 0 !important; + font-size: 1rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} + .tsd-panel-group.tsd-index-group { margin-bottom: 0; } @@ -656,43 +702,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { -o-page-break-inside: avoid; page-break-inside: avoid; } -.tsd-index-panel a, -.tsd-index-panel a.tsd-parent-kind-module { - color: var(--color-ts); -} -.tsd-index-panel a.tsd-parent-kind-interface { - color: var(--color-ts-interface); -} -.tsd-index-panel a.tsd-parent-kind-enum { - color: var(--color-ts-enum); -} -.tsd-index-panel a.tsd-parent-kind-class { - color: var(--color-ts-class); -} -.tsd-index-panel a.tsd-kind-module { - color: var(--color-ts-namespace); -} -.tsd-index-panel a.tsd-kind-interface { - color: var(--color-ts-interface); -} -.tsd-index-panel a.tsd-kind-enum { - color: var(--color-ts-enum); -} -.tsd-index-panel a.tsd-kind-class { - color: var(--color-ts-class); -} -.tsd-index-panel a.tsd-kind-function { - color: var(--color-ts-function); -} -.tsd-index-panel a.tsd-kind-namespace { - color: var(--color-ts-namespace); -} -.tsd-index-panel a.tsd-kind-variable { - color: var(--color-ts-variable); -} -.tsd-index-panel a.tsd-is-private { - color: var(--color-ts-private); -} .tsd-flag { display: inline-block; @@ -707,7 +716,7 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { } .tsd-anchor { - position: absolute; + position: relative; top: -100px; } @@ -721,146 +730,108 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { margin-bottom: 0; border-bottom: none; } -.tsd-member [data-tsd-kind] { - color: var(--color-ts); -} -.tsd-member [data-tsd-kind="Interface"] { - color: var(--color-ts-interface); -} -.tsd-member [data-tsd-kind="Enum"] { - color: var(--color-ts-enum); -} -.tsd-member [data-tsd-kind="Class"] { - color: var(--color-ts-class); + +.tsd-navigation.settings { + margin: 1rem 0; } -.tsd-member [data-tsd-kind="Private"] { - color: var(--color-ts-private); +.tsd-navigation > a, +.tsd-navigation .tsd-accordion-summary { + width: calc(100% - 0.25rem); + display: flex; + align-items: center; } - -.tsd-navigation a { - display: block; - margin: 0.4rem 0; - border-left: 2px solid transparent; +.tsd-navigation a, +.tsd-navigation summary > span, +.tsd-page-navigation a { + display: flex; + width: calc(100% - 0.25rem); + align-items: center; + padding: 0.25rem; color: var(--color-text); text-decoration: none; - transition: border-left-color 0.1s; + box-sizing: border-box; } -.tsd-navigation a:hover { +.tsd-navigation a.current, +.tsd-page-navigation a.current { + background: var(--color-active-menu-item); +} +.tsd-navigation a:hover, +.tsd-page-navigation a:hover { text-decoration: underline; } -.tsd-navigation ul { - margin: 0; +.tsd-navigation ul, +.tsd-page-navigation ul { + margin-top: 0; + margin-bottom: 0; padding: 0; list-style: none; } -.tsd-navigation li { +.tsd-navigation li, +.tsd-page-navigation li { padding: 0; + max-width: 100%; } - -.tsd-navigation.primary .tsd-accordion-details > ul { - margin-top: 0.75rem; -} -.tsd-navigation.primary a { - padding: 0.75rem 0.5rem; - margin: 0; +.tsd-nested-navigation { + margin-left: 3rem; } -.tsd-navigation.primary ul li a { - margin-left: 0.5rem; +.tsd-nested-navigation > li > details { + margin-left: -1.5rem; } -.tsd-navigation.primary ul li li a { +.tsd-small-nested-navigation { margin-left: 1.5rem; } -.tsd-navigation.primary ul li li li a { - margin-left: 2.5rem; -} -.tsd-navigation.primary ul li li li li a { - margin-left: 3.5rem; -} -.tsd-navigation.primary ul li li li li li a { - margin-left: 4.5rem; -} -.tsd-navigation.primary ul li li li li li li a { - margin-left: 5.5rem; -} -.tsd-navigation.primary li.current > a { - border-left: 0.15rem var(--color-text) solid; -} -.tsd-navigation.primary li.selected > a { - font-weight: bold; - border-left: 0.2rem var(--color-text) solid; -} -.tsd-navigation.primary ul li a:hover { - border-left: 0.2rem var(--color-text-aside) solid; -} -.tsd-navigation.primary li.globals + li > span, -.tsd-navigation.primary li.globals + li > a { - padding-top: 20px; +.tsd-small-nested-navigation > li > details { + margin-left: -1.5rem; } -.tsd-navigation.secondary.tsd-navigation--toolbar-hide { - max-height: calc(100vh - 1rem); - top: 0.5rem; -} -.tsd-navigation.secondary > ul { - display: inline; - padding-right: 0.5rem; - transition: opacity 0.2s; -} -.tsd-navigation.secondary ul li a { - padding-left: 0; -} -.tsd-navigation.secondary ul li li a { - padding-left: 1.1rem; +.tsd-page-navigation ul { + padding-left: 1.75rem; } -.tsd-navigation.secondary ul li li li a { - padding-left: 2.2rem; -} -.tsd-navigation.secondary ul li li li li a { - padding-left: 3.3rem; -} -.tsd-navigation.secondary ul li li li li li a { - padding-left: 4.4rem; + +#tsd-sidebar-links a { + margin-top: 0; + margin-bottom: 0.5rem; + line-height: 1.25rem; } -.tsd-navigation.secondary ul li li li li li li a { - padding-left: 5.5rem; +#tsd-sidebar-links a:last-of-type { + margin-bottom: 0; } a.tsd-index-link { - margin: 0.25rem 0; + padding: 0.25rem 0 !important; font-size: 1rem; line-height: 1.25rem; display: inline-flex; align-items: center; + color: var(--color-text); } -.tsd-accordion-summary > h1, -.tsd-accordion-summary > h2, -.tsd-accordion-summary > h3, -.tsd-accordion-summary > h4, -.tsd-accordion-summary > h5 { - display: inline-flex; - align-items: center; - vertical-align: middle; - margin-bottom: 0; +.tsd-accordion-summary { + list-style-type: none; /* hide marker on non-safari */ + outline: none; /* broken on safari, so just hide it */ +} +.tsd-accordion-summary::-webkit-details-marker { + display: none; /* hide marker on safari */ +} +.tsd-accordion-summary, +.tsd-accordion-summary a { user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -} -.tsd-accordion-summary { - display: block; + cursor: pointer; } +.tsd-accordion-summary a { + width: calc(100% - 1.5rem); +} .tsd-accordion-summary > * { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; } -.tsd-accordion-summary::-webkit-details-marker { - display: none; -} -.tsd-index-accordion .tsd-accordion-summary svg { - margin-right: 0.25rem; +.tsd-index-accordion .tsd-accordion-summary > svg { + margin-left: 0.25rem; } .tsd-index-content > :not(:first-child) { margin-top: 0.75rem; @@ -885,34 +856,6 @@ a.tsd-index-link { margin-right: 0.8rem; } -@media (min-width: 1024px) { - .col-content { - margin: 2rem auto; - } - - .menu-sticky-wrap { - position: sticky; - height: calc(100vh - 2rem); - top: 4rem; - right: 0; - padding: 0 1.5rem; - padding-top: 1rem; - margin-top: 3rem; - transition: 0.3s ease-in-out; - transition-property: top, padding-top, padding, height; - overflow-y: auto; - } - .col-menu { - border-left: 1px solid var(--color-accent); - } - .col-menu--hide { - top: 1rem; - } - .col-menu .tsd-navigation:not(:last-child) { - padding-bottom: 1.75rem; - } -} - .tsd-panel { margin-bottom: 2.5rem; } @@ -978,7 +921,8 @@ a.tsd-index-link { right: -40px; } #tsd-search .field input, -#tsd-search .title { +#tsd-search .title, +#tsd-toolbar-links a { transition: opacity 0.2s; } #tsd-search .results { @@ -992,8 +936,9 @@ a.tsd-index-link { box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } #tsd-search .results li { - padding: 0 10px; background-color: var(--color-background); + line-height: initial; + padding: 4px; } #tsd-search .results li:nth-child(even) { background-color: var(--color-background-secondary); @@ -1001,12 +946,15 @@ a.tsd-index-link { #tsd-search .results li.state { display: none; } -#tsd-search .results li.current, -#tsd-search .results li:hover { +#tsd-search .results li.current:not(.no-results), +#tsd-search .results li:hover:not(.no-results) { background-color: var(--color-accent); } #tsd-search .results a { - display: block; + display: flex; + align-items: center; + padding: 0.25rem; + box-sizing: border-box; } #tsd-search .results a:before { top: 10px; @@ -1022,7 +970,8 @@ a.tsd-index-link { top: 0; opacity: 1; } -#tsd-search.has-focus .title { +#tsd-search.has-focus .title, +#tsd-search.has-focus #tsd-toolbar-links a { z-index: 0; opacity: 0; } @@ -1036,6 +985,22 @@ a.tsd-index-link { display: block; } +#tsd-toolbar-links { + position: absolute; + top: 0; + right: 2rem; + height: 100%; + display: flex; + align-items: center; + justify-content: flex-end; +} +#tsd-toolbar-links a { + margin-left: 1.5rem; +} +#tsd-toolbar-links a:hover { + text-decoration: underline; +} + .tsd-signature { margin: 0 0 1rem 0; padding: 1rem 0.5rem; @@ -1045,6 +1010,11 @@ a.tsd-index-link { overflow-x: auto; } +.tsd-signature-keyword { + color: var(--color-ts-keyword); + font-weight: normal; +} + .tsd-signature-symbol { color: var(--color-text-aside); font-weight: normal; @@ -1100,7 +1070,7 @@ ul.tsd-type-parameter-list h5 { } .tsd-page-toolbar { - position: fixed; + position: sticky; z-index: 1; top: 0; left: 0; @@ -1124,6 +1094,7 @@ ul.tsd-type-parameter-list h5 { display: flex; justify-content: space-between; height: 2.5rem; + margin: 0 auto; } .tsd-page-toolbar .table-cell { position: relative; @@ -1133,9 +1104,10 @@ ul.tsd-type-parameter-list h5 { .tsd-page-toolbar .table-cell:first-child { width: 100%; } - -.tsd-page-toolbar--hide { - transform: translateY(-100%); +.tsd-page-toolbar .tsd-toolbar-icon { + box-sizing: border-box; + line-height: 0; + padding: 12px 0; } .tsd-widget { @@ -1143,7 +1115,9 @@ ul.tsd-type-parameter-list h5 { overflow: hidden; opacity: 0.8; height: 40px; - transition: opacity 0.1s, background-color 0.2s; + transition: + opacity 0.1s, + background-color 0.2s; vertical-align: bottom; cursor: pointer; } @@ -1165,12 +1139,6 @@ ul.tsd-type-parameter-list h5 { .tsd-widget.menu { display: none; } -@media (max-width: 1024px) { - .tsd-widget.options, - .tsd-widget.menu { - display: inline-block; - } -} input[type="checkbox"] + .tsd-widget:before { background-position: -120px 0; } @@ -1201,7 +1169,85 @@ img { } .deprecated { - text-decoration: line-through; + text-decoration: line-through !important; +} + +.warning { + padding: 1rem; + color: var(--color-warning-text); + background: var(--color-background-warning); +} + +.tsd-kind-project { + color: var(--color-ts-project); +} +.tsd-kind-module { + color: var(--color-ts-module); +} +.tsd-kind-namespace { + color: var(--color-ts-namespace); +} +.tsd-kind-enum { + color: var(--color-ts-enum); +} +.tsd-kind-enum-member { + color: var(--color-ts-enum-member); +} +.tsd-kind-variable { + color: var(--color-ts-variable); +} +.tsd-kind-function { + color: var(--color-ts-function); +} +.tsd-kind-class { + color: var(--color-ts-class); +} +.tsd-kind-interface { + color: var(--color-ts-interface); +} +.tsd-kind-constructor { + color: var(--color-ts-constructor); +} +.tsd-kind-property { + color: var(--color-ts-property); +} +.tsd-kind-method { + color: var(--color-ts-method); +} +.tsd-kind-call-signature { + color: var(--color-ts-call-signature); +} +.tsd-kind-index-signature { + color: var(--color-ts-index-signature); +} +.tsd-kind-constructor-signature { + color: var(--color-ts-constructor-signature); +} +.tsd-kind-parameter { + color: var(--color-ts-parameter); +} +.tsd-kind-type-literal { + color: var(--color-ts-type-literal); +} +.tsd-kind-type-parameter { + color: var(--color-ts-type-parameter); +} +.tsd-kind-accessor { + color: var(--color-ts-accessor); +} +.tsd-kind-get-signature { + color: var(--color-ts-get-signature); +} +.tsd-kind-set-signature { + color: var(--color-ts-set-signature); +} +.tsd-kind-type-alias { + color: var(--color-ts-type-alias); +} + +/* if we have a kind icon, don't color the text by kind */ +.tsd-kind-icon ~ span { + color: var(--color-text); } * { @@ -1222,3 +1268,147 @@ img { border-radius: 999rem; border: 0.25rem solid var(--color-icon-background); } + +/* mobile */ +@media (max-width: 769px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } + + .container-main { + display: flex; + } + html .col-content { + float: none; + max-width: 100%; + width: 100%; + } + html .col-sidebar { + position: fixed !important; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + padding: 1.5rem 1.5rem 0 0; + width: 75vw; + visibility: hidden; + background-color: var(--color-background); + transform: translate(100%, 0); + } + html .col-sidebar > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu .col-sidebar { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu .col-sidebar { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu .col-sidebar { + visibility: visible; + transform: translate(0, 0); + display: flex; + flex-direction: column; + gap: 1.5rem; + max-height: 100vh; + padding: 1rem 2rem; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +/* one sidebar */ +@media (min-width: 770px) { + .container-main { + display: grid; + grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); + grid-template-areas: "sidebar content"; + margin: 2rem auto; + } + + .col-sidebar { + grid-area: sidebar; + } + .col-content { + grid-area: content; + padding: 0 1rem; + } +} +@media (min-width: 770px) and (max-width: 1399px) { + .col-sidebar { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + padding-top: 1rem; + } + .site-menu { + margin-top: 1rem; + } +} + +/* two sidebars */ +@media (min-width: 1200px) { + .container-main { + grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem); + grid-template-areas: "sidebar content toc"; + } + + .col-sidebar { + display: contents; + } + + .page-menu { + grid-area: toc; + padding-left: 1rem; + } + .site-menu { + grid-area: sidebar; + } + + .site-menu { + margin-top: 1rem 0; + } + + .page-menu, + .site-menu { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + } +} diff --git a/assets/widgets.png b/assets/widgets.png deleted file mode 100644 index c7380532a..000000000 Binary files a/assets/widgets.png and /dev/null differ diff --git a/assets/widgets@2x.png b/assets/widgets@2x.png deleted file mode 100644 index 4bbbd5727..000000000 Binary files a/assets/widgets@2x.png and /dev/null differ diff --git a/classes/ABIAddressType.html b/classes/ABIAddressType.html index 901088b60..8ecb2f2de 100644 --- a/classes/ABIAddressType.html +++ b/classes/ABIAddressType.html @@ -1,174 +1,9 @@ -ABIAddressType | algosdk
-
- -
-
-
-
- -

Class ABIAddressType

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Methods

-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      byteString: Uint8Array
    -

    Returns string

-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ABIAddressType | algosdk

Class ABIAddressType

Hierarchy (view full)

Constructors

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/ABIArrayDynamicType.html b/classes/ABIArrayDynamicType.html index a21127760..51a7014a2 100644 --- a/classes/ABIArrayDynamicType.html +++ b/classes/ABIArrayDynamicType.html @@ -1,208 +1,11 @@ -ABIArrayDynamicType | algosdk
-
- -
-
-
-
- -

Class ABIArrayDynamicType

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
-
-

Properties

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Properties

-
- -
childType: ABIType
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ABIArrayDynamicType | algosdk

Class ABIArrayDynamicType

Hierarchy (view full)

Constructors

Properties

childType: ABIType

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/ABIArrayStaticType.html b/classes/ABIArrayStaticType.html index f8b7df933..a421c670b 100644 --- a/classes/ABIArrayStaticType.html +++ b/classes/ABIArrayStaticType.html @@ -1,212 +1,12 @@ -ABIArrayStaticType | algosdk
-
- -
-
-
-
- -

Class ABIArrayStaticType

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
-
-

Properties

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Properties

-
- -
childType: ABIType
-
- -
staticLength: number
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ABIArrayStaticType | algosdk

Class ABIArrayStaticType

Hierarchy (view full)

Constructors

Properties

childType: ABIType
staticLength: number

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/ABIBoolType.html b/classes/ABIBoolType.html index 1bb86226f..a7be152b6 100644 --- a/classes/ABIBoolType.html +++ b/classes/ABIBoolType.html @@ -1,174 +1,9 @@ -ABIBoolType | algosdk
-
- -
-
-
-
- -

Class ABIBoolType

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Methods

-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      byteString: Uint8Array
    -

    Returns boolean

-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ABIBoolType | algosdk

Class ABIBoolType

Hierarchy (view full)

Constructors

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/ABIByteType.html b/classes/ABIByteType.html index d0f4389c2..a9620b2e4 100644 --- a/classes/ABIByteType.html +++ b/classes/ABIByteType.html @@ -1,174 +1,9 @@ -ABIByteType | algosdk
-
- -
-
-
-
- -

Class ABIByteType

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Methods

-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      byteString: Uint8Array
    -

    Returns number

-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ABIByteType | algosdk

Class ABIByteType

Hierarchy (view full)

Constructors

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/ABIContract.html b/classes/ABIContract.html index f62bea162..f380997d0 100644 --- a/classes/ABIContract.html +++ b/classes/ABIContract.html @@ -1,148 +1,10 @@ -ABIContract | algosdk
-
- -
-
-
-
- -

Class ABIContract

-
-

Hierarchy

-
    -
  • ABIContract
-
-
-
- -
-
-

Constructors

-
-
-

Properties

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Properties

-
- -
description?: string
-
- -
events?: ARC28Event[]
-

ARC-28 events that MAY be emitted by this contract

-
-
- -
methods: ABIMethod[]
-
- -
name: string
-
- -
-
-

Methods

-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ABIContract | algosdk

Class ABIContract

Constructors

Properties

description?: string
events?: ARC28Event[]

ARC-28 events that MAY be emitted by this contract

+
methods: ABIMethod[]
name: string

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/ABIInterface.html b/classes/ABIInterface.html index 28ccea706..7774e12fa 100644 --- a/classes/ABIInterface.html +++ b/classes/ABIInterface.html @@ -1,132 +1,7 @@ -ABIInterface | algosdk
-
- -
-
-
-
- -

Class ABIInterface

-
-

Hierarchy

-
    -
  • ABIInterface
-
-
-
- -
-
-

Constructors

-
-
-

Properties

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Properties

-
- -
description?: string
-
- -
methods: ABIMethod[]
-
- -
name: string
-
-

Methods

-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ABIInterface | algosdk

Class ABIInterface

Constructors

Properties

Methods

Constructors

Properties

description?: string
methods: ABIMethod[]
name: string

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/ABIMethod.html b/classes/ABIMethod.html index 102f42f3c..6ef77ed12 100644 --- a/classes/ABIMethod.html +++ b/classes/ABIMethod.html @@ -1,190 +1,13 @@ -ABIMethod | algosdk
-
- -
-
-
-
- -

Class ABIMethod

-
-

Hierarchy

-
    -
  • ABIMethod
-
-
-
- -
-
-

Constructors

-
-
-

Properties

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Properties

-
- -
args: { description?: string; name?: string; type: ABIArgumentType }[]
-
- -
description?: string
-
- -
events?: ARC28Event[]
-
- -
name: string
-
- -
readonly?: boolean
-
- -
returns: { description?: string; type: ABIReturnType }
-
-

Type declaration

-
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ABIMethod | algosdk

Class ABIMethod

Constructors

Properties

args: {
    description?: string;
    name?: string;
    type: ABIArgumentType;
}[]

Type declaration

description?: string
events?: ARC28Event[]
name: string
readonly?: boolean
returns: {
    description?: string;
    type: ABIReturnType;
}

Type declaration

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/ABIStringType.html b/classes/ABIStringType.html index 991518acd..4dc8a1c2d 100644 --- a/classes/ABIStringType.html +++ b/classes/ABIStringType.html @@ -1,174 +1,9 @@ -ABIStringType | algosdk
-
- -
-
-
-
- -

Class ABIStringType

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Methods

-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      byteString: Uint8Array
    -

    Returns string

-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ABIStringType | algosdk

Class ABIStringType

Hierarchy (view full)

Constructors

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/ABITupleType.html b/classes/ABITupleType.html index ad30448e5..f0b9764ac 100644 --- a/classes/ABITupleType.html +++ b/classes/ABITupleType.html @@ -1,208 +1,11 @@ -ABITupleType | algosdk
-
- -
-
-
-
- -

Class ABITupleType

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
-
-

Properties

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Properties

-
- -
childTypes: ABIType[]
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      str: string
    -

    Returns string[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ABITupleType | algosdk

Class ABITupleType

Hierarchy (view full)

Constructors

Properties

childTypes: ABIType[]

Methods

  • Parameters

    • str: string

    Returns string[]

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/ABIType.html b/classes/ABIType.html index 94bdeb88a..eeb023b26 100644 --- a/classes/ABIType.html +++ b/classes/ABIType.html @@ -1,174 +1,9 @@ -ABIType | algosdk
-
- -
-
-
-
- -

Class ABITypeAbstract

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ABIType | algosdk

Class ABITypeAbstract

Hierarchy (view full)

Constructors

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/ABIUfixedType.html b/classes/ABIUfixedType.html index 578e0332b..1c8b76daa 100644 --- a/classes/ABIUfixedType.html +++ b/classes/ABIUfixedType.html @@ -1,202 +1,11 @@ -ABIUfixedType | algosdk
-
- -
-
-
-
- -

Class ABIUfixedType

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
-
-

Properties

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Properties

-
- -
bitSize: number
-
- -
precision: number
-
-

Methods

-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      byteString: Uint8Array
    -

    Returns bigint

-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ABIUfixedType | algosdk

Class ABIUfixedType

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

bitSize: number
precision: number

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/ABIUintType.html b/classes/ABIUintType.html index 745a76439..025da8019 100644 --- a/classes/ABIUintType.html +++ b/classes/ABIUintType.html @@ -1,193 +1,10 @@ -ABIUintType | algosdk
-
- -
-
-
-
- -

Class ABIUintType

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
-
-

Properties

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Properties

-
- -
bitSize: number
-
-

Methods

-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      byteString: Uint8Array
    -

    Returns bigint

-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ABIUintType | algosdk

Class ABIUintType

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

bitSize: number

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AccountBaseData.html b/classes/AccountBaseData.html new file mode 100644 index 000000000..73e195596 --- /dev/null +++ b/classes/AccountBaseData.html @@ -0,0 +1,42 @@ +AccountBaseData | algosdk

Class AccountBaseData

AccountBaseData contains base account info like balance, status and total number of resources

+

Implements

Constructors

  • Parameters

    • params: {
          authAddr: Address;
          incentiveEligible: boolean;
          lastHeartbeat: bigint;
          lastProposed: bigint;
          microAlgos: bigint;
          rewardedMicroAlgos: bigint;
          rewardsBase: bigint;
          status: number;
          totalAppLocalStates: bigint;
          totalAppParams: bigint;
          totalAppSchema: StateSchema;
          totalAssetParams: bigint;
          totalAssets: bigint;
          totalBoxBytes: bigint;
          totalBoxes: bigint;
          totalExtraAppPages: number;
      }
      • authAddr: Address
      • incentiveEligible: boolean
      • lastHeartbeat: bigint
      • lastProposed: bigint
      • microAlgos: bigint
      • rewardedMicroAlgos: bigint
      • rewardsBase: bigint
      • status: number
      • totalAppLocalStates: bigint
      • totalAppParams: bigint
      • totalAppSchema: StateSchema
      • totalAssetParams: bigint
      • totalAssets: bigint
      • totalBoxBytes: bigint
      • totalBoxes: bigint
      • totalExtraAppPages: number

    Returns AccountBaseData

Properties

authAddr: Address
incentiveEligible: boolean
lastHeartbeat: bigint

The last round that this account sent a heartbeat to show it was online.

+
lastProposed: bigint

The last round that this account proposed the winning block.

+
microAlgos: bigint
rewardedMicroAlgos: bigint
rewardsBase: bigint
status: number

Account status. Values are:

+
    +
  • 0: Offline
  • +
  • 1: Online
  • +
  • 2: NotParticipating
  • +
+
totalAppLocalStates: bigint

Total number of apps this account is opted into.

+
totalAppParams: bigint

Total number of apps this account has created

+
totalAppSchema: StateSchema

Totals across created globals, and opted in locals.

+
totalAssetParams: bigint

Total number of assets created by this account

+
totalAssets: bigint

Total of asset creations and optins (i.e. number of holdings)

+
totalBoxBytes: bigint

Total bytes for this account's boxes. keys and values count

+
totalBoxes: bigint

Total number of boxes associated to this account

+
totalExtraAppPages: number

Total number of extra pages across all created apps

+
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AccountData.html b/classes/AccountData.html new file mode 100644 index 000000000..9ffc52ea8 --- /dev/null +++ b/classes/AccountData.html @@ -0,0 +1,12 @@ +AccountData | algosdk

Class AccountData

AccountData provides per-account data

+

Implements

Constructors

Properties

accountBaseData: AccountBaseData
votingData: VotingData
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AccountDeltas.html b/classes/AccountDeltas.html new file mode 100644 index 000000000..06c0366b1 --- /dev/null +++ b/classes/AccountDeltas.html @@ -0,0 +1,13 @@ +AccountDeltas | algosdk

Class AccountDeltas

An interface for objects that can be encoded and decoded to/from msgpack and JSON.

+

Implements

Constructors

Properties

accounts: BalanceRecord[]
appResources: AppResourceRecord[]
assetResources: AssetResourceRecord[]
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AccountTotals.html b/classes/AccountTotals.html new file mode 100644 index 000000000..92f3fd204 --- /dev/null +++ b/classes/AccountTotals.html @@ -0,0 +1,15 @@ +AccountTotals | algosdk

Class AccountTotals

AccountTotals represents the totals of algos in the system grouped by different account status values.

+

Implements

Constructors

Properties

notParticipating: AlgoCount
offline: AlgoCount
online: AlgoCount
rewardsLevel: bigint

Total number of algos received per reward unit since genesis

+
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/Address.html b/classes/Address.html new file mode 100644 index 000000000..a36cfecc8 --- /dev/null +++ b/classes/Address.html @@ -0,0 +1,19 @@ +Address | algosdk

Class Address

Represents an Algorand address

+

Constructors

Properties

Methods

Constructors

  • Create a new Address object from its binary form.

    +

    Parameters

    • publicKey: Uint8Array

      The binary form of the address. Must be 32 bytes.

      +

    Returns Address

Properties

publicKey: Uint8Array

The binary form of the address. For standard accounts, this is the public key.

+

Methods

  • Compute the 4 byte checksum of the address.

    +

    Returns Uint8Array

  • Check if the address is equal to another address.

    +

    Parameters

    Returns boolean

  • Decode an address from a string.

    +

    Parameters

    • address: string

      The address to decode. Must be 58 bytes long.

      +

    Returns Address

    An Address object corresponding to the input string.

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AlgoCount.html b/classes/AlgoCount.html new file mode 100644 index 000000000..58cd284cc --- /dev/null +++ b/classes/AlgoCount.html @@ -0,0 +1,14 @@ +AlgoCount | algosdk

Class AlgoCount

AlgoCount represents a total of algos of a certain class of accounts (split up by their Status value).

+

Implements

Constructors

Properties

money: bigint

Sum of algos of all accounts in this class.

+
rewardUnits: bigint

Total number of whole reward units in accounts.

+
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/Algodv2.html b/classes/Algodv2.html index c63505f0e..5e3dd3bc1 100644 --- a/classes/Algodv2.html +++ b/classes/Algodv2.html @@ -1,649 +1,161 @@ -Algodv2 | algosdk
-
- -
-
-
-
- -

Class Algodv2

-
-

Algod client connects an application to the Algorand blockchain. The algod client requires a valid algod REST endpoint IP address and algod token from an Algorand node that is connected to the network you plan to interact with.

+Algodv2 | algosdk

Class Algodv2

Algod client connects an application to the Algorand blockchain. The algod client requires a valid algod REST endpoint IP address and algod token from an Algorand node that is connected to the network you plan to interact with.

Algod is the main Algorand process for handling the blockchain. Messages between nodes are processed, the protocol steps are executed, and the blocks are written to disk. The algod process also exposes a REST API server that developers can use to communicate with the node and the network. Algod uses the data directory for storage and configuration information.

- - -

Relevant Information

-
-

How do I obtain an algod address and token?

+

Relevant Information

How do I obtain an algod address and token?

Run Algod in Postman OAS3

-
-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
- -
    - -
  • -

    Create an AlgodClient from

    -
      -
    • either a token, baseServer, port, and optional headers
    • -
    • or a base client server for interoperability with external dApp wallets
    • -
    - - -

    Example

    -
    -
    const token  = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
    const server = "http://localhost";
    const port = 4001;
    const algodClient = new algosdk.Algodv2(token, server, port); -
    - -

    Remarks

    The above configuration is for a sandbox private network. -For applications on production, you are encouraged to run your own node, or use an Algorand REST API provider with a dedicated API key.

    -
    -
    -

    Parameters

    -
      -
    • -
      tokenOrBaseClient: string | BaseHTTPClient | AlgodTokenHeader | CustomTokenHeader
      -

      The algod token from the Algorand node you are interacting with

      -
    • -
    • -
      baseServer: string
      -

      REST endpoint

      -
    • -
    • -
      Optional port: string | number
      -

      Port number if specifically configured by the server

      -
    • -
    • -
      headers: Record<string, string> = {}
      -

      Optional headers

      -
    -

    Returns Algodv2

-
-

DELETE Methods

-
- -
    - -
  • -

    Un-Set the sync round on the ledger (algod must have EnableFollowMode: true), removing the restriction on catchup.

    - - -

    Example

    -
    -
    await client.unsetSyncRound().do();
    -
    +

Hierarchy

  • default
    • Algodv2

DELETE

-
-

GET Methods

-
- -
    - -
  • -

    Returns the given account's application information for a specific application.

    - - -

    Example

    -
    -
    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const index = 60553466;
    const accountInfo = await algodClient.accountApplicationInformation(address, index).do(); -
    +

    Returns default

GET

  • Returns the given account's application information for a specific application.

    +

    Example

    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const index = 60553466;
    const accountInfo = await algodClient.accountApplicationInformation(address, index).do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      account: string
      -

      The address of the account to look up.

      -
    • -
    • -
      index: number
      -

      The application ID to look up.

      -
    -

    Returns AccountApplicationInformation

-
- -
    - -
  • -

    Returns the given account's asset information for a specific asset.

    - - -

    Example

    -
    -
    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const index = 60553466;
    const accountAssetInfo = await algodClient.accountAssetInformation(address, index).do(); -
    +

    Parameters

    • account: string | Address

      The address of the account to look up.

      +
    • index: number | bigint

      The application ID to look up.

      +

    Returns default

  • Returns the given account's asset information for a specific asset.

    +

    Example

    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const index = 60553466;
    const accountAssetInfo = await algodClient.accountAssetInformation(address, index).do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      account: string
      -

      The address of the account to look up.

      -
    • -
    • -
      index: number
      -

      The asset ID to look up.

      -
    -

    Returns AccountAssetInformation

-
- -
    - -
  • -

    Returns the given account's status, balance and spendable amounts.

    - - -

    Example

    -
    -
    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const accountInfo = await algodClient.accountInformation(address).do(); -
    +

    Parameters

    • account: string | Address

      The address of the account to look up.

      +
    • index: number | bigint

      The asset ID to look up.

      +

    Returns default

  • Returns the given account's status, balance and spendable amounts.

    +

    Example

    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const accountInfo = await algodClient.accountInformation(address).do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      account: string
      -

      The address of the account to look up.

      -
    -

    Returns AccountInformation

-
- -
    - -
  • -

    Gets the block info for the given round.

    - - -

    Example

    -
    -
    const roundNumber = 18038133;
    const block = await algodClient.block(roundNumber).do(); -
    +

    Parameters

    • account: string | Address

      The address of the account to look up.

      +

    Returns default

-
- -
    - -
  • -

    Returns the entire genesis file.

    - - -

    Example

    -
    -
    const genesis = await algodClient.genesis().do();
    -
    +

    Parameters

    • roundNumber: number | bigint

      The round number of the block to get.

      +

    Returns default

-
- -
    - -
  • -

    Given an application ID and the box name (key), return the value stored in the box.

    - - -

    Example

    -
    -
    const index = 60553466;
    const boxName = Buffer.from("foo");
    const boxResponse = await algodClient.getApplicationBoxByName(index, boxName).do();
    const boxValue = boxResponse.value; -
    +

    Returns default

  • Given an application ID and the box name (key), return the value stored in the box.

    +

    Example

    const index = 60553466;
    const boxName = Buffer.from("foo");
    const boxResponse = await algodClient.getApplicationBoxByName(index, boxName).do();
    const boxValue = boxResponse.value; +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      index: number
      -

      The application ID to look up.

      -
    • -
    • -
      boxName: Uint8Array
    -

    Returns GetApplicationBoxByName

-
- -
    - -
  • -

    Given an application ID, return all the box names associated with the app.

    - - -

    Example

    -
    -
    const index = 60553466;
    const boxesResponse = await algodClient.getApplicationBoxes(index).max(3).do();
    const boxNames = boxesResponse.boxes.map(box => box.name); -
    +

    Parameters

    • index: number | bigint

      The application ID to look up.

      +
    • boxName: Uint8Array

    Returns default

  • Given an application ID, return all the box names associated with the app.

    +

    Example

    const index = 60553466;
    const boxesResponse = await algodClient.getApplicationBoxes(index).max(3).do();
    const boxNames = boxesResponse.boxes.map(box => box.name); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      index: number
      -

      The application ID to look up.

      -
    -

    Returns GetApplicationBoxes

-
- -
    - -
  • -

    Given an application ID, return the application information including creator, approval +

    Parameters

    • index: number | bigint

      The application ID to look up.

      +

    Returns default

  • Given an application ID, return the application information including creator, approval and clear programs, global and local schemas, and global state.

    - - -

    Example

    -
    -
    const index = 60553466;
    const app = await algodClient.getApplicationByID(index).do(); -
    +

    Example

    const index = 60553466;
    const app = await algodClient.getApplicationByID(index).do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      index: number
      -

      The application ID to look up.

      -
    -

    Returns GetApplicationByID

-
- -
    - -
  • -

    Given an asset ID, return asset information including creator, name, total supply and +

    Parameters

    • index: number | bigint

      The application ID to look up.

      +

    Returns default

  • Given an asset ID, return asset information including creator, name, total supply and special addresses.

    - - -

    Example

    -
    -
    const asset_id = 163650;
    const asset = await algodClient.getAssetByID(asset_id).do(); -
    +

    Example

    const asset_id = 163650;
    const asset = await algodClient.getAssetByID(asset_id).do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      index: number
      -

      The asset ID to look up.

      -
    -

    Returns GetAssetByID

-
- -
    - -
  • -

    Get the block hash for the block on the given round.

    - - -

    Example

    -
    -
    const roundNumber = 18038133;
    const block = await algodClient.getBlockHash(roundNumber).do(); -
    +

    Parameters

    • index: number | bigint

      The asset ID to look up.

      +

    Returns default

-
- -
    - -
  • -

    Get the offset (in seconds) applied to the block timestamp when creating new blocks in devmode.

    - - -

    Example

    -
    -
    const currentOffset = await client.getBlockOffsetTimestamp().do();
    -
    +

    Parameters

    • roundNumber: number | bigint

      The round number of the block to get.

      +

    Returns default

-
- -
    - -
  • -

    Get the top level transaction IDs for the block on the given round.

    - - -

    Example

    -
    -
    const roundNumber = 18038133;
    const block = await algodClient.getBlockTxids(roundNumber).do(); -
    +

    Returns default

  • Get the top level transaction IDs for the block on the given round.

    +

    Example

    const roundNumber = 18038133;
    const block = await algodClient.getBlockTxids(roundNumber).do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      roundNumber: number
      -

      The round number of the block to get.

      -
    -

    Returns GetBlockTxids

-
- -
    - -
  • -

    GetLedgerStateDelta returns the ledger delta for the entire round

    - - -

    Example

    -
    -
    const round = 12345;
    await client.getLedgerStateDelta(round).do(); -
    +

    Parameters

    • roundNumber: number | bigint

      The round number of the block to get.

      +

    Returns default

-
- -
    - -
  • -

    GetLedgerStateDeltaForTransactionGroup returns the ledger delta for the txn group identified by id

    - - -

    Example

    -
    -
    const id = "ABC123";
    await client.getLedgerStateDeltaForTransactionGroup(id).do(); -
    +

    Parameters

    • round: number | bigint

      the round number to be searched for

      +

    Returns default

-
- -
    - -
  • -

    Get the current sync round on the ledger (algod must have EnableFollowMode: true).

    - - -

    Example

    -
    -
    const currentSyncRound = await client.getSyncRound().do();
    -
    +

    Parameters

    • id: string

      txn ID or group ID to be searched for

      +

    Returns default

-
- -
-
- -
    - -
  • -

    Returns the common needed parameters for a new transaction.

    - - -

    Example

    -
    -
    const suggestedParams = await algodClient.getTransactionParams().do();
    const amountInMicroAlgos = algosdk.algosToMicroalgos(2); // 2 Algos
    const unsignedTxn = algosdk.makePaymentTxnWithSuggestedParamsFromObject({
    from: senderAddress,
    to: receiverAddress,
    amount: amountInMicroAlgos,
    suggestedParams: suggestedParams,
    }); -
    +

    Parameters

    • round: number | bigint

      the round number to be searched for

      +

    Returns default

-
- -
  • Returns a Merkle proof for a given transaction in a block.

    +

    Example

    const round = 18038133;
    const txId = "MEUOC4RQJB23CQZRFRKYEI6WBO73VTTPST5A7B3S5OKBUY6LFUDA";
    const proof = await algodClient.getTransactionProof(round, txId).do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      round: number
      -

      The round in which the transaction appears.

      -
    • -
    • -
      txID: string
      -

      The transaction ID for which to generate a proof.

      -
    -

    Returns GetTransactionProof

-
- -
    - -
  • -

    Returns OK if healthy.

    - - -

    Example

    -
    -
    const health = await algodClient.healthCheck().do();
    -
    +

    Parameters

    • round: number | bigint

      The round in which the transaction appears.

      +
    • txID: string

      The transaction ID for which to generate a proof.

      +

    Returns default

-
- -
  • Returns the list of pending transactions sent by the address, sorted by priority, in decreasing order, truncated at the end at MAX. If MAX = 0, returns all pending transactions.

    - - -

    Example 1

    -
    -
    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const pendingTxnsByAddr = await algodClient.pendingTransactionByAddress(address).do(); -
    - - -

    Example 2

    -
    -
    const maxTxns = 5;
    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const pendingTxns = await algodClient
    .pendingTransactionByAddress(address)
    .max(maxTxns)
    .do(); -
    +

    Example 1

    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const pendingTxnsByAddr = await algodClient.pendingTransactionByAddress(address).do(); +
    +

    Example 2

    const maxTxns = 5;
    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const pendingTxns = await algodClient
    .pendingTransactionByAddress(address)
    .max(maxTxns)
    .do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      address: string
      -

      The address of the sender.

      -
    -

    Returns PendingTransactionsByAddress

-
- -
    - -
  • -

    Returns the transaction information for a specific pending transaction.

    - - -

    Example

    -
    -
    const txId = "DRJS6R745A7GFVMXEXWP4TGVDGKW7VILFTA7HC2BR2GRLHNY5CTA";
    const pending = await algodClient.pendingTransactionInformation(txId).do(); -
    +

    Parameters

    • address: string | Address

      The address of the sender.

      +

    Returns default

  • Returns the transaction information for a specific pending transaction.

    +

    Example

    const txId = "DRJS6R745A7GFVMXEXWP4TGVDGKW7VILFTA7HC2BR2GRLHNY5CTA";
    const pending = await algodClient.pendingTransactionInformation(txId).do(); +

    Response data schema details

    - -

    Remarks



    +

    Parameters

    • txid: string

      The TxID string of the pending transaction to look up.

      +

    Returns default

    Remarks



    There are several cases when this might succeed:

    • transaction committed (committed round > 0)
    • @@ -651,466 +163,91 @@

      Remarks



    • transaction removed from pool due to error (committed round = 0, pool error != "")

    Or the transaction may have happened sufficiently long ago that the node no longer remembers it, and this will return an error.

    -
    -
    -

    Parameters

    -
      -
    • -
      txid: string
      -

      The TxID string of the pending transaction to look up.

      -
    -

    Returns PendingTransactionInformation

-
- -
  • Returns the list of pending transactions in the pool, sorted by priority, in decreasing order, truncated at the end at MAX. If MAX = 0, returns all pending transactions.

    - - -

    Example 1

    -
    -
    const pendingTxns = await algodClient.pendingTransactionsInformation().do();
    -
    - - -

    Example 2

    -
    -
    const maxTxns = 5;
    const pendingTxns = await algodClient
    .pendingTransactionsInformation()
    .max(maxTxns)
    .do(); -
    +

    Example 1

    const pendingTxns = await algodClient.pendingTransactionsInformation().do();
    +
    +

    Example 2

    const maxTxns = 5;
    const pendingTxns = await algodClient
    .pendingTransactionsInformation()
    .max(maxTxns)
    .do(); +

    Response data schema details

    -
    -

    Returns PendingTransactions

-
- -
-
- -
-
- -
    - -
  • -

    Waits for a specific round to occur then returns the StatusResponse for that round.

    - - -

    Example

    -
    -
    const round = 18038133;
    const statusAfterBlock = await algodClient.statusAfterBlock(round).do(); -
    +

    Returns default

  • Waits for a specific round to occur then returns the StatusResponse for that round.

    +

    Example

    const round = 18038133;
    const statusAfterBlock = await algodClient.statusAfterBlock(round).do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      round: number
      -

      The number of the round to wait for.

      -
    -

    Returns StatusAfterBlock

-
- -
    - -
  • -

    Returns the supply details for the specified node's ledger.

    - - -

    Example

    -
    -
    const supplyDetails = await algodClient.supply().do();
    -
    +

    Parameters

    • round: number | bigint

      The number of the round to wait for.

      +

    Returns default

-
- -
    - -
  • -

    Retrieves the supported API versions, binary build versions, and genesis information.

    - - -

    Example

    -
    -
    const versionsDetails = await algodClient.versionsCheck().do();
    -
    +

    Returns default

  • Retrieves the supported API versions, binary build versions, and genesis information.

    +

    Example

    const versionsDetails = await algodClient.versionsCheck().do();
    +

    Response data schema details

    -
    -

    Returns Versions

Returns default

Other

-
-

Other Methods

-
- -
    - -
  • -

    Given the program bytes, return the TEAL source code in plain text.

    - - -

    Example

    -
    -
    const bytecode = "TEAL bytecode";
    const disassembledSource = await algodClient.disassemble(bytecode).do(); -
    - -

    Remarks

    This endpoint is only enabled when a node's configuration file sets EnableDeveloperAPI to true.

    -
    -
    -

    Parameters

    -
      -
    • -
      source: string | Uint8Array
    -

    Returns Disassemble

-
- -
-
- -
    - -
  • -

    Gets a proof for a given light block header inside a state proof commitment.

    - - -

    Example

    -
    -
    const round = 11111111;
    const lightBlockHeaderProof = await algodClient.getLightBlockHeaderProof(round).do(); -
    +
  • either a token, baseServer, port, and optional headers
  • +
  • or a base client server for interoperability with external dApp wallets
  • +
+

Example

const token  = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
const server = "http://localhost";
const port = 4001;
const algodClient = new algosdk.Algodv2(token, server, port); +
+

Parameters

  • tokenOrBaseClient: string | BaseHTTPClient | AlgodTokenHeader | CustomTokenHeader

    The algod token from the Algorand node you are interacting with

    +
  • baseServer: string

    REST endpoint

    +
  • Optional port: string | number

    Port number if specifically configured by the server

    +
  • headers: Record<string, string> = {}

    Optional headers

    +

Returns Algodv2

Remarks

The above configuration is for a sandbox private network. +For applications on production, you are encouraged to run your own node, or use an Algorand REST API provider with a dedicated API key.

+
  • Given the program bytes, return the TEAL source code in plain text.

    +

    Example

    const bytecode = "TEAL bytecode";
    const disassembledSource = await algodClient.disassemble(bytecode).do(); +
    +

    Parameters

    • source: string | Uint8Array

    Returns default

    Remarks

    This endpoint is only enabled when a node's configuration file sets EnableDeveloperAPI to true.

    +
-
- -
-
- -
    - -
  • -

    Set the default int decoding method for all JSON requests this client creates.

    -
    -
    -

    Parameters

    -
      -
    • -
      method: IntDecoding
      -

      {"default" | "safe" | "mixed" | "bigint"} method The method to use when parsing the - response for request. Must be one of "default", "safe", "mixed", or "bigint". See - JSONRequest.setIntDecoding for more details about what each method does.

      -
    -

    Returns void

-
-

POST Methods

-
- -
    - -
  • -

    Compiles TEAL source code to binary, returns base64 encoded program bytes and base32 SHA512_256 hash of program bytes (Address style).

    - - -

    Example

    -
    -
    const source = "TEAL SOURCE CODE";
    const compiledSmartContract = await algodClient.compile(source).do(); -
    +

    Parameters

    • round: number | bigint

    Returns default

POST

  • Compiles TEAL source code to binary, returns base64 encoded program bytes and base32 SHA512_256 hash of program bytes (Address style).

    +

    Example

    const source = "TEAL SOURCE CODE";
    const compiledSmartContract = await algodClient.compile(source).do(); +

    Response data schema details

    - -

    Remarks

    This endpoint is only enabled when a node's configuration file sets EnableDeveloperAPI to true.

    -
    -
    -

    Parameters

    -
      -
    • -
      source: string | Uint8Array
    -

    Returns Compile

-
- -
    - -
  • -

    Provides debugging information for a transaction (or group).

    +

    Parameters

    • source: string | Uint8Array

    Returns default

    Remarks

    This endpoint is only enabled when a node's configuration file sets EnableDeveloperAPI to true.

    +
  • Provides debugging information for a transaction (or group).

    Executes TEAL program(s) in context and returns debugging information about the execution. This endpoint is only enabled when a node's configureation file sets EnableDeveloperAPI to true.

    - - -

    Example

    -
    -
    const dryRunResult = await algodClient.dryrun(dr).do();
    -
    +

    Example

    const dryRunResult = await algodClient.dryrun(dr).do();
    +

    Response data schema details

    -
    -
    -

    Parameters

    -
    -

    Returns Dryrun

-
- -
    - -
  • -

    Broadcasts a raw transaction to the network.

    - - -

    Example

    -
    -
    const { txId } = await algodClient.sendRawTransaction(signedTxns).do();
    const result = await waitForConfirmation(algodClient, txid, 3); -
    +

    Parameters

    Returns default

-
- -
-
- -
    - -
  • -

    Set the sync round on the ledger (algod must have EnableFollowMode: true), restricting catchup.

    - - -

    Example

    -
    -
    const round = 10000
    +

    Parameters

    • offset: number | bigint

    Returns default

-
- -
    - -
  • -

    Simulate a list of a signed transaction objects being sent to the network.

    - - -

    Example

    -
    -
    const txn1 = algosdk.makePaymentTxnWithSuggestedParamsFromObject(txn1Params);
    const txn2 = algosdk.makePaymentTxnWithSuggestedParamsFromObject(txn2Params);
    const txgroup = algosdk.assignGroupID([txn1, txn2]);

    // Actually sign the first transaction
    const signedTxn1 = txgroup[0].signTxn(senderSk).blob;
    // Simulate does not require signed transactions -- use this method to encode an unsigned transaction
    const signedTxn2 = algosdk.encodeUnsignedSimulateTransaction(txgroup[1]);

    const resp = await client.simulateRawTransactions([signedTxn1, signedTxn2]).do(); -
    +

    Parameters

    • round: number | bigint

    Returns default

  • Simulate a list of a signed transaction objects being sent to the network.

    +

    Example

    const txn1 = algosdk.makePaymentTxnWithSuggestedParamsFromObject(txn1Params);
    const txn2 = algosdk.makePaymentTxnWithSuggestedParamsFromObject(txn2Params);
    const txgroup = algosdk.assignGroupID([txn1, txn2]);

    // Actually sign the first transaction
    const signedTxn1 = txgroup[0].signTxn(senderSk).blob;
    // Simulate does not require signed transactions -- use this method to encode an unsigned transaction
    const signedTxn2 = algosdk.encodeUnsignedSimulateTransaction(txgroup[1]);

    const resp = await client.simulateRawTransactions([signedTxn1, signedTxn2]).do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      stxOrStxs: Uint8Array | Uint8Array[]
    -

    Returns SimulateRawTransactions

-
- -
    - -
  • -

    Simulate transactions being sent to the network.

    - - -

    Example

    -
    -
    const txn1 = algosdk.makePaymentTxnWithSuggestedParamsFromObject(txn1Params);
    const txn2 = algosdk.makePaymentTxnWithSuggestedParamsFromObject(txn2Params);
    const txgroup = algosdk.assignGroupID([txn1, txn2]);

    // Actually sign the first transaction
    const signedTxn1 = txgroup[0].signTxn(senderSk).blob;
    // Simulate does not require signed transactions -- use this method to encode an unsigned transaction
    const signedTxn2 = algosdk.encodeUnsignedSimulateTransaction(txgroup[1]);

    const request = new modelsv2.SimulateRequest({
    txnGroups: [
    new modelsv2.SimulateRequestTransactionGroup({
    // Must decode the signed txn bytes into an object
    txns: [algosdk.decodeObj(signedTxn1), algosdk.decodeObj(signedTxn2)]
    }),
    ],
    });
    const resp = await client.simulateRawTransactions(request).do(); -
    +

    Parameters

    • stxOrStxs: Uint8Array | Uint8Array[]

    Returns default

  • Simulate transactions being sent to the network.

    +

    Example

    const txn1 = algosdk.makePaymentTxnWithSuggestedParamsFromObject(txn1Params);
    const txn2 = algosdk.makePaymentTxnWithSuggestedParamsFromObject(txn2Params);
    const txgroup = algosdk.assignGroupID([txn1, txn2]);

    // Actually sign the first transaction
    const signedTxn1 = txgroup[0].signTxn(senderSk).blob;
    // Simulate does not require signed transactions -- use this method to encode an unsigned transaction
    const signedTxn2 = algosdk.encodeUnsignedSimulateTransaction(txgroup[1]);

    const request = new modelsv2.SimulateRequest({
    txnGroups: [
    new modelsv2.SimulateRequestTransactionGroup({
    // Must decode the signed txn bytes into an object
    txns: [algosdk.decodeObj(signedTxn1), algosdk.decodeObj(signedTxn2)]
    }),
    ],
    });
    const resp = await client.simulateRawTransactions(request).do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
    -

    Returns SimulateRawTransactions

- -
-

Generated using TypeDoc

-
\ No newline at end of file +

Parameters

Returns default

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AppLocalState.html b/classes/AppLocalState.html new file mode 100644 index 000000000..56b3d4b3e --- /dev/null +++ b/classes/AppLocalState.html @@ -0,0 +1,12 @@ +AppLocalState | algosdk

Class AppLocalState

AppLocalState stores the LocalState associated with an application.

+

Implements

Constructors

Properties

keyValue: Map<Uint8Array, TealValue>
schema: StateSchema
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AppLocalStateDelta.html b/classes/AppLocalStateDelta.html new file mode 100644 index 000000000..281d8c861 --- /dev/null +++ b/classes/AppLocalStateDelta.html @@ -0,0 +1,12 @@ +AppLocalStateDelta | algosdk

Class AppLocalStateDelta

AppLocalStateDelta tracks a changed AppLocalState, and whether it was deleted

+

Implements

Constructors

Properties

deleted: boolean
localState?: AppLocalState
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AppParams.html b/classes/AppParams.html new file mode 100644 index 000000000..07074c054 --- /dev/null +++ b/classes/AppParams.html @@ -0,0 +1,16 @@ +AppParams | algosdk

Class AppParams

AppParams stores the global information associated with an application

+

Implements

Constructors

  • Parameters

    • params: {
          approvalProgram: Uint8Array;
          clearStateProgram: Uint8Array;
          extraProgramPages: number;
          globalState: Map<Uint8Array, TealValue>;
          globalStateSchema: StateSchema;
          localStateSchema: StateSchema;
      }
      • approvalProgram: Uint8Array
      • clearStateProgram: Uint8Array
      • extraProgramPages: number
      • globalState: Map<Uint8Array, TealValue>
      • globalStateSchema: StateSchema
      • localStateSchema: StateSchema

    Returns AppParams

Properties

approvalProgram: Uint8Array
clearStateProgram: Uint8Array
extraProgramPages: number
globalState: Map<Uint8Array, TealValue>
globalStateSchema: StateSchema
localStateSchema: StateSchema
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AppParamsDelta.html b/classes/AppParamsDelta.html new file mode 100644 index 000000000..4f4219cfb --- /dev/null +++ b/classes/AppParamsDelta.html @@ -0,0 +1,12 @@ +AppParamsDelta | algosdk

Class AppParamsDelta

AppParamsDelta tracks a changed AppParams, and whether it was deleted

+

Implements

Constructors

Properties

deleted: boolean
params?: AppParams
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AppResourceRecord.html b/classes/AppResourceRecord.html new file mode 100644 index 000000000..fb171058a --- /dev/null +++ b/classes/AppResourceRecord.html @@ -0,0 +1,14 @@ +AppResourceRecord | algosdk

Class AppResourceRecord

AppResourceRecord represents AppParams and AppLocalState in deltas

+

Implements

Constructors

Properties

address: Address
id: bigint
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/ApplyData.html b/classes/ApplyData.html new file mode 100644 index 000000000..6e5ad27c8 --- /dev/null +++ b/classes/ApplyData.html @@ -0,0 +1,26 @@ +ApplyData | algosdk

Class ApplyData

An interface for objects that can be encoded and decoded to/from msgpack and JSON.

+

Implements

Constructors

  • Parameters

    • params: {
          applicationID?: bigint;
          assetClosingAmount?: bigint;
          closeRewards?: bigint;
          closingAmount?: bigint;
          configAsset?: bigint;
          evalDelta?: EvalDelta;
          receiverRewards?: bigint;
          senderRewards?: bigint;
      }
      • Optional applicationID?: bigint
      • Optional assetClosingAmount?: bigint
      • Optional closeRewards?: bigint
      • Optional closingAmount?: bigint
      • Optional configAsset?: bigint
      • Optional evalDelta?: EvalDelta
      • Optional receiverRewards?: bigint
      • Optional senderRewards?: bigint

    Returns ApplyData

Properties

applicationID?: bigint

If an application is being created, this is its newly created ID. Else 0.

+
assetClosingAmount?: bigint

Closing amount for asset transaction.

+
closeRewards?: bigint

Rewards applied to the CloseRemainderTo account.

+
closingAmount?: bigint

Closing amount for transaction.

+
configAsset?: bigint

If an ASA is being created, this is its newly created ID. Else 0.

+
evalDelta?: EvalDelta
receiverRewards?: bigint

Rewards applied to the Receiver.

+
senderRewards?: bigint

Rewards applied to the Sender.

+
encodingSchemaValue: undefined | Schema

Accessors

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AssetHolding.html b/classes/AssetHolding.html new file mode 100644 index 000000000..205e4f7f2 --- /dev/null +++ b/classes/AssetHolding.html @@ -0,0 +1,12 @@ +AssetHolding | algosdk

Class AssetHolding

AssetHolding describes an asset held by an account.

+

Implements

Constructors

Properties

amount: bigint
frozen: boolean
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AssetHoldingDelta.html b/classes/AssetHoldingDelta.html new file mode 100644 index 000000000..7537708e3 --- /dev/null +++ b/classes/AssetHoldingDelta.html @@ -0,0 +1,12 @@ +AssetHoldingDelta | algosdk

Class AssetHoldingDelta

AssetHoldingDelta records a changed AssetHolding, and whether it was deleted

+

Implements

Constructors

Properties

deleted: boolean
holding?: AssetHolding
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AssetParams.html b/classes/AssetParams.html new file mode 100644 index 000000000..0124244e7 --- /dev/null +++ b/classes/AssetParams.html @@ -0,0 +1,35 @@ +AssetParams | algosdk

Class AssetParams

AssetParams describes the parameters of an asset.

+

Implements

Constructors

  • Parameters

    • params: {
          assetName?: Uint8Array;
          clawback?: Address;
          decimals: number;
          defaultFrozen: boolean;
          freeze?: Address;
          manager?: Address;
          metadataHash?: Uint8Array;
          reserve?: Address;
          total: bigint;
          unitName?: Uint8Array;
          url?: Uint8Array;
      }
      • Optional assetName?: Uint8Array
      • Optional clawback?: Address
      • decimals: number
      • defaultFrozen: boolean
      • Optional freeze?: Address
      • Optional manager?: Address
      • Optional metadataHash?: Uint8Array
      • Optional reserve?: Address
      • total: bigint
      • Optional unitName?: Uint8Array
      • Optional url?: Uint8Array

    Returns AssetParams

Properties

assetName?: Uint8Array

AssetName specifies a hint for the name of the asset.

+
clawback?: Address

Clawback specifies an account that is allowed to take units of this asset from any account.

+
decimals: number

Decimals specifies the number of digits to display after the decimal place when displaying this asset. +A value of 0 represents an asset that is not divisible, a value of 1 represents an asset divisible into tenths, and so on. +This value must be between 0 and 19 (inclusive).

+
defaultFrozen: boolean

DefaultFrozen specifies whether slots for this asset in user accounts are frozen by default or not.

+
freeze?: Address

Freeze specifies an account that is allowed to change the frozen state of holdings of this asset.

+
manager?: Address

Manager specifies an account that is allowed to change the non-zero addresses in this AssetParams.

+
metadataHash?: Uint8Array

MetadataHash specifies a commitment to some unspecified asset metadata. The format of this +metadata is up to the application.

+
reserve?: Address

Reserve specifies an account whose holdings of this asset should be reported as "not minted".

+
total: bigint

Total specifies the total number of units of this asset created.

+
unitName?: Uint8Array

UnitName specifies a hint for the name of a unit of this asset.

+
url?: Uint8Array

URL specifies a URL where more information about the asset can be retrieved.

+
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AssetParamsDelta.html b/classes/AssetParamsDelta.html new file mode 100644 index 000000000..24e1962a8 --- /dev/null +++ b/classes/AssetParamsDelta.html @@ -0,0 +1,12 @@ +AssetParamsDelta | algosdk

Class AssetParamsDelta

AssetParamsDelta tracks a changed AssetParams, and whether it was deleted

+

Implements

Constructors

Properties

deleted: boolean
params?: AssetParams
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AssetResourceRecord.html b/classes/AssetResourceRecord.html new file mode 100644 index 000000000..f9f806394 --- /dev/null +++ b/classes/AssetResourceRecord.html @@ -0,0 +1,14 @@ +AssetResourceRecord | algosdk

Class AssetResourceRecord

AssetResourceRecord represents AssetParams and AssetHolding in deltas

+

Implements

Constructors

Properties

address: Address
id: bigint
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/AtomicTransactionComposer.html b/classes/AtomicTransactionComposer.html index 290ecea60..4263dfbf7 100644 --- a/classes/AtomicTransactionComposer.html +++ b/classes/AtomicTransactionComposer.html @@ -1,429 +1,91 @@ -AtomicTransactionComposer | algosdk
-
- -
-
-
-
- -

Class AtomicTransactionComposer

-
-

A class used to construct and execute atomic transaction groups

-
-
-

Hierarchy

-
    -
  • AtomicTransactionComposer
-
-
-
- -
-
-

Constructors

-
- -
-
-

Properties

-
- -
methodCalls: Map<number, ABIMethod> = ...
-
- -
signedTxns: Uint8Array[] = []
-
- -
status: AtomicTransactionComposerStatus = AtomicTransactionComposerStatus.BUILDING
-
- -
transactions: TransactionWithSigner[] = []
-
- -
txIDs: string[] = []
-
- -
MAX_GROUP_SIZE: number = 16
-

The maximum size of an atomic transaction group.

-
-
-

Methods

-
- -
    - -
  • -

    Add a smart contract method call to this atomic group.

    +AtomicTransactionComposer | algosdk

    Class AtomicTransactionComposer

    A class used to construct and execute atomic transaction groups

    +

    Constructors

    Properties

    methodCalls: Map<number, ABIMethod> = ...
    signedTxns: Uint8Array[] = []
    status: AtomicTransactionComposerStatus = AtomicTransactionComposerStatus.BUILDING
    transactions: TransactionWithSigner[] = []
    txIDs: string[] = []
    MAX_GROUP_SIZE: number = 16

    The maximum size of an atomic transaction group.

    +

    Methods

    • Add a smart contract method call to this atomic group.

      An error will be thrown if the composer's status is not BUILDING, if adding this transaction causes the current group to exceed MAX_GROUP_SIZE, or if the provided arguments are invalid for the given method.

      -
      -
      -

      Parameters

      -
        -
      • -
        __namedParameters: { appAccounts?: string[]; appForeignApps?: number[]; appForeignAssets?: number[]; appID: number; approvalProgram?: Uint8Array; boxes?: BoxReference[]; clearProgram?: Uint8Array; extraPages?: number; lease?: Uint8Array; method: ABIMethod; methodArgs?: ABIArgument[]; note?: Uint8Array; numGlobalByteSlices?: number; numGlobalInts?: number; numLocalByteSlices?: number; numLocalInts?: number; onComplete?: OnApplicationComplete; rekeyTo?: string; sender: string; signer: TransactionSigner; suggestedParams: SuggestedParams }
        -
          -
        • -
          Optional appAccounts?: string[]
          -

          Array of Address strings that represent external accounts supplied to this application. If accounts are provided here, the accounts specified in the method args will appear after these.

          -
        • -
        • -
          Optional appForeignApps?: number[]
          -

          Array of App ID numbers that represent external apps supplied to this application. If apps are provided here, the apps specified in the method args will appear after these.

          -
        • -
        • -
          Optional appForeignAssets?: number[]
          -

          Array of Asset ID numbers that represent external assets supplied to this application. If assets are provided here, the assets specified in the method args will appear after these.

          -
        • -
        • -
          appID: number
          -

          The ID of the smart contract to call. Set this to 0 to indicate an application creation call.

          -
        • -
        • -
          Optional approvalProgram?: Uint8Array
          -

          The approval program for this application call. Only set this if this is an application creation call, or if onComplete is OnApplicationComplete.UpdateApplicationOC

          -
        • -
        • -
          Optional boxes?: BoxReference[]
          -

          The box references for this application call

          -
        • -
        • -
          Optional clearProgram?: Uint8Array
          -

          The clear program for this application call. Only set this if this is an application creation call, or if onComplete is OnApplicationComplete.UpdateApplicationOC

          -
        • -
        • -
          Optional extraPages?: number
          -

          The number of extra pages to allocate for the application's programs. Only set this if this is an application creation call. If omitted, defaults to 0.

          -
        • -
        • -
          Optional lease?: Uint8Array
          -

          The lease value for this application call

          -
        • -
        • -
          method: ABIMethod
          -

          The method to call on the smart contract

          -
        • -
        • -
          Optional methodArgs?: ABIArgument[]
          -

          The arguments to include in the method call. If omitted, no arguments will be passed to the method.

          -
        • -
        • -
          Optional note?: Uint8Array
          -

          The note value for this application call

          -
        • -
        • -
          Optional numGlobalByteSlices?: number
          -

          The global byte slice schema size. Only set this if this is an application creation call.

          -
        • -
        • -
          Optional numGlobalInts?: number
          -

          The global integer schema size. Only set this if this is an application creation call.

          -
        • -
        • -
          Optional numLocalByteSlices?: number
          -

          The local byte slice schema size. Only set this if this is an application creation call.

          -
        • -
        • -
          Optional numLocalInts?: number
          -

          The local integer schema size. Only set this if this is an application creation call.

          -
        • -
        • -
          Optional onComplete?: OnApplicationComplete
          -

          The OnComplete action to take for this application call. If omitted, OnApplicationComplete.NoOpOC will be used.

          -
        • -
        • -
          Optional rekeyTo?: string
          -

          If provided, the address that the sender will be rekeyed to at the conclusion of this application call

          -
        • -
        • -
          sender: string
          -

          The address of the sender of this application call

          -
        • -
        • -
          signer: TransactionSigner
          -

          A transaction signer that can authorize this application call from sender

          -
        • -
        • -
          suggestedParams: SuggestedParams
          -

          Transactions params to use for this application call

          -
      -

      Returns void

    -
    - -
      - -
    • -

      Add a transaction to this atomic group.

      +

      Parameters

      • __namedParameters: {
            appAccounts?: (string | Address)[];
            appForeignApps?: (number | bigint)[];
            appForeignAssets?: (number | bigint)[];
            appID: number | bigint;
            approvalProgram?: Uint8Array;
            boxes?: BoxReference[];
            clearProgram?: Uint8Array;
            extraPages?: number;
            lease?: Uint8Array;
            method: ABIMethod;
            methodArgs?: ABIArgument[];
            note?: Uint8Array;
            numGlobalByteSlices?: number;
            numGlobalInts?: number;
            numLocalByteSlices?: number;
            numLocalInts?: number;
            onComplete?: OnApplicationComplete;
            rekeyTo?: string | Address;
            sender: string | Address;
            signer: TransactionSigner;
            suggestedParams: SuggestedParams;
        }
        • Optional appAccounts?: (string | Address)[]

          Array of Address strings that represent external accounts supplied to this application. If accounts are provided here, the accounts specified in the method args will appear after these.

          +
        • Optional appForeignApps?: (number | bigint)[]

          Array of App ID numbers that represent external apps supplied to this application. If apps are provided here, the apps specified in the method args will appear after these.

          +
        • Optional appForeignAssets?: (number | bigint)[]

          Array of Asset ID numbers that represent external assets supplied to this application. If assets are provided here, the assets specified in the method args will appear after these.

          +
        • appID: number | bigint

          The ID of the smart contract to call. Set this to 0 to indicate an application creation call.

          +
        • Optional approvalProgram?: Uint8Array

          The approval program for this application call. Only set this if this is an application creation call, or if onComplete is OnApplicationComplete.UpdateApplicationOC

          +
        • Optional boxes?: BoxReference[]

          The box references for this application call

          +
        • Optional clearProgram?: Uint8Array

          The clear program for this application call. Only set this if this is an application creation call, or if onComplete is OnApplicationComplete.UpdateApplicationOC

          +
        • Optional extraPages?: number

          The number of extra pages to allocate for the application's programs. Only set this if this is an application creation call. If omitted, defaults to 0.

          +
        • Optional lease?: Uint8Array

          The lease value for this application call

          +
        • method: ABIMethod

          The method to call on the smart contract

          +
        • Optional methodArgs?: ABIArgument[]

          The arguments to include in the method call. If omitted, no arguments will be passed to the method.

          +
        • Optional note?: Uint8Array

          The note value for this application call

          +
        • Optional numGlobalByteSlices?: number

          The global byte slice schema size. Only set this if this is an application creation call.

          +
        • Optional numGlobalInts?: number

          The global integer schema size. Only set this if this is an application creation call.

          +
        • Optional numLocalByteSlices?: number

          The local byte slice schema size. Only set this if this is an application creation call.

          +
        • Optional numLocalInts?: number

          The local integer schema size. Only set this if this is an application creation call.

          +
        • Optional onComplete?: OnApplicationComplete

          The OnComplete action to take for this application call. If omitted, OnApplicationComplete.NoOpOC will be used.

          +
        • Optional rekeyTo?: string | Address

          If provided, the address that the sender will be rekeyed to at the conclusion of this application call

          +
        • sender: string | Address

          The address of the sender of this application call

          +
        • signer: TransactionSigner

          A transaction signer that can authorize this application call from sender

          +
        • suggestedParams: SuggestedParams

          Transactions params to use for this application call

          +

      Returns void

    • Add a transaction to this atomic group.

      An error will be thrown if the transaction has a nonzero group ID, the composer's status is not BUILDING, or if adding this transaction causes the current group to exceed MAX_GROUP_SIZE.

      -
      -
      -

      Parameters

      -
      -

      Returns void

    -
    - -
    -
    - -
    -
    - -
      - -
    • -

      Get the number of transactions currently in this atomic group.

      -
      -

      Returns number

    -
    - -
      - -
    • -

      Send the transaction group to the network and wait until it's committed to a block. An error +

      Returns AtomicTransactionComposer

    • Get the number of transactions currently in this atomic group.

      +

      Returns number

    • Send the transaction group to the network and wait until it's committed to a block. An error will be thrown if submission or execution fails.

      The composer's status must be SUBMITTED or lower before calling this method, since execution is only allowed once. If submission is successful, this composer's status will update to SUBMITTED. If the execution is also successful, this composer's status will update to COMMITTED.

      Note: a group can only be submitted again if it fails.

      - -

      Returns

      A promise that, upon success, resolves to an object containing the confirmed round for +

      Parameters

      • client: Algodv2

        An Algodv2 client

        +
      • waitRounds: number

        The maximum number of rounds to wait for transaction confirmation

        +

      Returns Promise<{
          confirmedRound: bigint;
          methodResults: ABIResult[];
          txIDs: string[];
      }>

      A promise that, upon success, resolves to an object containing the confirmed round for this transaction, the txIDs of the submitted transactions, and an array of results containing one element for each method call transaction in this group.

      -
    -
    -

    Parameters

    -
      -
    • -
      client: Algodv2
      -

      An Algodv2 client

      -
    • -
    • -
      waitRounds: number
      -

      The maximum number of rounds to wait for transaction confirmation

      -
    -

    Returns Promise<{ confirmedRound: number; methodResults: ABIResult[]; txIDs: string[] }>

-
- -
    - -
  • -

    Obtain signatures for each transaction in this group. If signatures have already been obtained, +

  • Obtain signatures for each transaction in this group. If signatures have already been obtained, this method will return cached versions of the signatures.

    The composer's status will be at least SIGNED after executing this method.

    An error will be thrown if signing any of the transactions fails.

    - -

    Returns

    A promise that resolves to an array of signed transactions.

    -
    -

    Returns Promise<Uint8Array[]>

-
- -
-
- -
  • Simulates the transaction group in the network.

    The composer will try to sign any transactions in the group, then simulate the results. Simulating the group will not change the composer's status.

    - -

    Returns

    A promise that, upon success, resolves to an object containing an - array of results containing one element for each method call transaction - in this group (ABIResult[]) and the SimulateResponse object.

    -
    -
    -

    Parameters

    -
      -
    • -
      client: Algodv2
      -

      An Algodv2 client

      -
    • -
    • -
      Optional request: SimulateRequest
      -

      SimulateRequest with options in simulation. +

      Parameters

      • client: Algodv2

        An Algodv2 client

        +
      • Optional request: SimulateRequest

        SimulateRequest with options in simulation. If provided, the request's transaction group will be overrwritten by the composer's group, only simulation related options will be used.

        -
      -

      Returns Promise<{ methodResults: ABIResult[]; simulateResponse: SimulateResponse }>

-
- -
    - -
  • -

    Send the transaction group to the network, but don't wait for it to be committed to a block. An +

Returns Promise<{
    methodResults: ABIResult[];
    simulateResponse: SimulateResponse;
}>

A promise that, upon success, resolves to an object containing an + array of results containing one element for each method call transaction + in this group (ABIResult[]) and the SimulateResponse object.

+
  • Send the transaction group to the network, but don't wait for it to be committed to a block. An error will be thrown if submission fails.

    The composer's status must be SUBMITTED or lower before calling this method. If submission is successful, this composer's status will update to SUBMITTED.

    Note: a group can only be submitted again if it fails.

    - -

    Returns

    A promise that, upon success, resolves to a list of TxIDs of the submitted transactions.

    -
    -
    -

    Parameters

    -
      -
    • -
      client: Algodv2
      -

      An Algodv2 client

      -
    -

    Returns Promise<string[]>

-
- -
    - -
  • -

    Parses a single ABI Method transaction log into a ABI result object.

    - -

    Returns

    An ABIResult object

    -
    -
    -

    Parameters

    -
    -

    Returns ABIResult

- -
-

Generated using TypeDoc

-
\ No newline at end of file +

Parameters

Returns Promise<string[]>

A promise that, upon success, resolves to a list of TxIDs of the submitted transactions.

+

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/BalanceRecord.html b/classes/BalanceRecord.html new file mode 100644 index 000000000..e64323016 --- /dev/null +++ b/classes/BalanceRecord.html @@ -0,0 +1,12 @@ +BalanceRecord | algosdk

Class BalanceRecord

An interface for objects that can be encoded and decoded to/from msgpack and JSON.

+

Implements

Constructors

Properties

accountData: AccountData
addr: Address
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/Block.html b/classes/Block.html new file mode 100644 index 000000000..dcfc7bdbb --- /dev/null +++ b/classes/Block.html @@ -0,0 +1,12 @@ +Block | algosdk

Class Block

A Block contains the Payset and metadata corresponding to a given Round.

+

Implements

Constructors

Properties

header: BlockHeader
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/BlockHeader.html b/classes/BlockHeader.html new file mode 100644 index 000000000..ebb0d6286 --- /dev/null +++ b/classes/BlockHeader.html @@ -0,0 +1,48 @@ +BlockHeader | algosdk

Class BlockHeader

Represents the metadata and state of a block.

+

For more information, refer to: https://github.com/algorand/go-algorand/blob/master/data/bookkeeping/block.go

+

Implements

Constructors

  • Parameters

    • params: {
          bonus: bigint;
          branch: Uint8Array;
          feesCollected: bigint;
          genesisHash: Uint8Array;
          genesisID: string;
          participationUpdates: ParticipationUpdates;
          proposer: Address;
          proposerPayout: bigint;
          rewardState: RewardState;
          round: bigint;
          seed: Uint8Array;
          stateproofTracking: Map<number, StateProofTrackingData>;
          timestamp: bigint;
          txnCommitments: TxnCommitments;
          txnCounter: bigint;
          upgradeState: UpgradeState;
          upgradeVote: UpgradeVote;
      }

    Returns BlockHeader

Properties

bonus: bigint

Bonus is the bonus incentive to be paid for proposing this block. It begins as a consensus +parameter value, and decays periodically.

+
branch: Uint8Array

Previous block hash

+
feesCollected: bigint

FeesCollected is the sum of all fees paid by transactions in this block. Populated if +proto.EnableMining.

+
genesisHash: Uint8Array

Genesis hash to which this block belongs.

+
genesisID: string

Genesis ID to which this block belongs.

+
participationUpdates: ParticipationUpdates
proposer: Address

Proposer is the proposer of this block. Like the Seed, agreement adds this after the block is +assembled by the transaction pool, so that the same block can be prepared for multiple +participating accounts in the same node. Populated if proto.Payouts.Enabled

+
proposerPayout: bigint

ProposerPayout is the amount that should be moved from the FeeSink to the Proposer at the start +of the next block. It is basically the bonus + the payouts percent of FeesCollected, but may +be zero'd by proposer ineligibility.

+
rewardState: RewardState
round: bigint

Round number

+
seed: Uint8Array

Sortition seed

+
stateproofTracking: Map<number, StateProofTrackingData>

StateProofTracking tracks the status of the state proofs, potentially for multiple types of +ASPs (Algorand's State Proofs).

+
timestamp: bigint

Timestamp in seconds since epoch

+
txnCommitments: TxnCommitments
txnCounter: bigint

TxnCounter is the number of the next transaction that will be committed after this block. Genesis +blocks can start at either 0 or 1000, depending on a consensus parameter (AppForbidLowResources).

+
upgradeState: UpgradeState
upgradeVote: UpgradeVote
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/DryrunResult.html b/classes/DryrunResult.html deleted file mode 100644 index 7f1dd7480..000000000 --- a/classes/DryrunResult.html +++ /dev/null @@ -1,102 +0,0 @@ -DryrunResult | algosdk
-
- -
-
-
-
- -

Class DryrunResult

-
-

Hierarchy

-
    -
  • DryrunResult
-
-
-
- -
-
-

Constructors

-
-
-

Properties

-
-
-

Constructors

-
- -
-
-

Properties

-
- -
error: string = ''
-
- -
protocolVersion: string = ''
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/classes/EvalDelta.html b/classes/EvalDelta.html new file mode 100644 index 000000000..ba9849b85 --- /dev/null +++ b/classes/EvalDelta.html @@ -0,0 +1,21 @@ +EvalDelta | algosdk

Class EvalDelta

An interface for objects that can be encoded and decoded to/from msgpack and JSON.

+

Implements

Constructors

Properties

globalDelta: Map<Uint8Array, ValueDelta>
innerTxns: SignedTxnWithAD[]
localDeltas: Map<number, Map<Uint8Array, ValueDelta>>

When decoding EvalDeltas, the integer key represents an offset into +[txn.Sender, txn.Accounts[0], txn.Accounts[1], ...]

+
logs: Uint8Array[]
sharedAccts: Address[]

If a program modifies the local of an account that is not the Sender, or +in txn.Accounts, it must be recorded here, so that the key in LocalDeltas +can refer to it.

+
encodingSchemaValue: undefined | Schema

Accessors

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/FalconSignatureStruct.html b/classes/FalconSignatureStruct.html new file mode 100644 index 000000000..a0399c7b3 --- /dev/null +++ b/classes/FalconSignatureStruct.html @@ -0,0 +1,19 @@ +FalconSignatureStruct | algosdk

Class FalconSignatureStruct

FalconSignatureStruct represents a signature in the merkle signature scheme using falcon signatures +as an underlying crypto scheme. It consists of an ephemeral public key, a signature, a merkle +verification path and an index. The merkle signature considered valid only if the Signature is +verified under the ephemeral public key and the Merkle verification path verifies that the +ephemeral public key is located at the given index of the tree (for the root given in the +long-term public key). More details can be found on Algorand's spec

+

Implements

Constructors

Properties

signature: Uint8Array
vectorCommitmentIndex: bigint
verifyingKey: FalconVerifier
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/FalconVerifier.html b/classes/FalconVerifier.html new file mode 100644 index 000000000..471238319 --- /dev/null +++ b/classes/FalconVerifier.html @@ -0,0 +1,11 @@ +FalconVerifier | algosdk

Class FalconVerifier

An interface for objects that can be encoded and decoded to/from msgpack and JSON.

+

Implements

Constructors

Properties

publicKey: Uint8Array
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/HashFactory.html b/classes/HashFactory.html new file mode 100644 index 000000000..81982de15 --- /dev/null +++ b/classes/HashFactory.html @@ -0,0 +1,11 @@ +HashFactory | algosdk

Class HashFactory

An interface for objects that can be encoded and decoded to/from msgpack and JSON.

+

Implements

Constructors

Properties

hashType: number
encodingSchema: NamedMapSchema = ...

Methods

  • Get the encoding Schema for this object, used to prepare the encoding data for msgpack and JSON.

    +

    Returns Schema

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/IncludedTransactions.html b/classes/IncludedTransactions.html new file mode 100644 index 000000000..6abe7f4cd --- /dev/null +++ b/classes/IncludedTransactions.html @@ -0,0 +1,13 @@ +IncludedTransactions | algosdk

Class IncludedTransactions

IncludedTransactions defines the transactions included in a block, their index and last valid round.

+

Implements

Constructors

Properties

intra: number

The index of the transaction in the block

+
lastValid: bigint
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

    +

    Returns Map<string, unknown>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/Indexer.html b/classes/Indexer.html index 85befaa2f..2904efb88 100644 --- a/classes/Indexer.html +++ b/classes/Indexer.html @@ -1,653 +1,137 @@ -Indexer | algosdk
-
- -
-
-
-
- -

Class Indexer

-
-

The Indexer provides a REST API interface of API calls to support searching the Algorand Blockchain.

+Indexer | algosdk

Class Indexer

The Indexer provides a REST API interface of API calls to support searching the Algorand Blockchain.

The Indexer REST APIs retrieve the blockchain data from a PostgreSQL compatible database that must be populated.

This database is populated using the same indexer instance or a separate instance of the indexer which must connect to the algod process of a running Algorand node to read block data.

This node must also be an Archival node to make searching the entire blockchain possible.

- - -

Relevant Information

-
-

Learn more about Indexer

+

Relevant Information

Learn more about Indexer

Run Indexer in Postman OAS3

-
-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
- -
    - -
  • -

    Create an IndexerClient from

    -
      -
    • either a token, baseServer, port, and optional headers
    • -
    • or a base client server for interoperability with external dApp wallets
    • -
    - - -

    Example

    -
    -
    const token  = "";
    const server = "http://localhost";
    const port = 8980;
    const indexerClient = new algosdk.Indexer(token, server, port); -
    - -

    Remarks

    The above configuration is for a sandbox private network. -For applications on production, you are encouraged to run your own node with indexer, or use an Algorand REST API provider with a dedicated API key.

    -
    -
    -

    Parameters

    -
      -
    • -
      tokenOrBaseClient: string | BaseHTTPClient | IndexerTokenHeader | CustomTokenHeader
      -

      The API token for the Indexer API

      -
    • -
    • -
      baseServer: string = 'http://127.0.0.1'
      -

      REST endpoint

      -
    • -
    • -
      port: string | number = 8080
      -

      Port number if specifically configured by the server

      -
    • -
    • -
      headers: Record<string, string> = {}
      -

      Optional headers

      -
    -

    Returns Indexer

-
-

GET Methods

-
- -
    - -
  • -

    Returns application local state about the given account.

    - - -

    Example

    -
    -
    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const accountAppLocalStates = await indexerClient.lookupAccountAppLocalStates(address).do(); -
    +

Hierarchy

  • default
    • Indexer

GET

  • Returns application local state about the given account.

    +

    Example

    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const accountAppLocalStates = await indexerClient.lookupAccountAppLocalStates(address).do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      account: string
      -

      The address of the account to look up.

      -
    -

    Returns LookupAccountAppLocalStates

-
- -
    - -
  • -

    Returns asset about the given account.

    - - -

    Example

    -
    -
    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const accountAssets = await indexerClient.lookupAccountAssets(address).do(); -
    +

    Parameters

    • account: string | Address

      The address of the account to look up.

      +

    Returns default

-
- -
    - -
  • -

    Returns information about the given account.

    - - -

    Example

    -
    -
    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const accountInfo = await indexerClient.lookupAccountByID(address).do(); -
    +

    Parameters

    • account: string | Address

      The address of the account to look up.

      +

    Returns default

  • Returns information about the given account.

    +

    Example

    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const accountInfo = await indexerClient.lookupAccountByID(address).do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      account: string
      -

      The address of the account to look up.

      -
    -

    Returns LookupAccountByID

-
- -
    - -
  • -

    Returns application information created by the given account.

    - - -

    Example

    -
    -
    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const accountCreatedApps = await indexerClient.lookupAccountCreatedApplications(address).do(); -
    +

    Parameters

    • account: string | Address

      The address of the account to look up.

      +

    Returns default

-
- -
    - -
  • -

    Returns asset information created by the given account.

    - - -

    Example

    -
    -
    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const accountCreatedAssets = await indexerClient.lookupAccountCreatedAssets(address).do(); -
    +

    Parameters

    • account: string | Address

      The address of the account to look up.

      +

    Returns default

  • Returns asset information created by the given account.

    +

    Example

    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const accountCreatedAssets = await indexerClient.lookupAccountCreatedAssets(address).do(); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      account: string
      -

      The address of the account to look up.

      -
    -

    Returns LookupAccountCreatedAssets

-
- -
    - -
  • -

    Returns transactions relating to the given account.

    - - -

    Example

    -
    -
    const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
    const accountTxns = await indexerClient.lookupAccountTransactions(address).do(); -
    +

    Parameters

    • account: string | Address

      The address of the account to look up.

      +

    Returns default

-
- -
    - -
  • -

    Returns information about the application box given its name.

    - - -

    Example

    -
    -
    const boxName = Buffer.from("foo");
    const boxResponse = await indexerClient
    .LookupApplicationBoxByIDandName(1234, boxName)
    .do();
    const boxValue = boxResponse.value; -
    +

    Parameters

    • account: string | Address

      The address of the account.

      +

    Returns default

  • Returns information about the application box given its name.

    +

    Example

    const boxName = Buffer.from("foo");
    const boxResponse = await indexerClient
    .LookupApplicationBoxByIDandName(1234, boxName)
    .do();
    const boxValue = boxResponse.value; +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      appID: number
      -

      The ID of the application with boxes.

      -
    • -
    • -
      boxName: Uint8Array
    -

    Returns LookupApplicationBoxByIDandName

-
- -
    - -
  • -

    Returns log messages generated by the passed in application.

    - - -

    Example

    -
    -
    const appId = 60553466;
    const appLogs = await indexerClient.lookupApplicationLogs(appId).do(); -
    +

    Parameters

    • appID: number | bigint

      The ID of the application with boxes.

      +
    • boxName: Uint8Array

    Returns default

-
- -
    - -
  • -

    Returns information about the passed application.

    - - -

    Example

    -
    -
    const appId = 60553466;
    const appInfo = await indexerClient.lookupApplications(appId).do(); -
    +

    Parameters

    • appID: number | bigint

      The ID of the application which generated the logs.

      +

    Returns default

-
- -
    - -
  • -

    Returns the list of accounts who hold the given asset and their balance.

    - - -

    Example

    -
    -
    const assetId = 163650;
    const assetBalances = await indexerClient.lookupAssetBalances(assetId).do(); -
    +

    Parameters

    • index: number | bigint

      The ID of the application to look up.

      +

    Returns default

-
- -
    - -
  • -

    Returns information about the passed asset.

    - - -

    Example

    -
    -
    const assetId = 163650;
    const assetInfo = await indexerClient.lookupAssetByID(assetId).do(); -
    +

    Parameters

    • index: number | bigint

      The asset ID to look up.

      +

    Returns default

-
- -
    - -
  • -

    Returns transactions relating to the given asset.

    - - -

    Example

    -
    -
    const assetId = 163650;
    const assetTxns = await indexerClient.lookupAssetTransactions(assetId).do(); -
    +

    Parameters

    • index: number | bigint

      The ID of the asset ot look up.

      +

    Returns default

-
- -
    - -
  • -

    Returns the block for the passed round.

    - - -

    Example

    -
    -
    const targetBlock = 18309917;
    const blockInfo = await indexerClient.lookupBlock(targetBlock).do(); -
    +

    Parameters

    • index: number | bigint

      The asset ID to look up.

      +

    Returns default

-
- -
    - -
  • -

    Returns information about the given transaction.

    - - -

    Example

    -
    -
    const txnId = "MEUOC4RQJB23CQZRFRKYEI6WBO73VTTPST5A7B3S5OKBUY6LFUDA";
    const txnInfo = await indexerClient.lookupTransactionByID(txnId).do(); -
    +

    Parameters

    • round: number | bigint

      The number of the round to look up.

      +

    Returns default

-
- -
-
- -
-
- -
    - -
  • -

    Returns information about indexed application boxes.

    - - -

    Example

    -
    -
    const maxResults = 20;
    const appID = 1234;

    const responsePage1 = await indexerClient
    .searchForApplicationBoxes(appID)
    .limit(maxResults)
    .do();
    const boxNamesPage1 = responsePage1.boxes.map(box => box.name);

    const responsePage2 = await indexerClient
    .searchForApplicationBoxes(appID)
    .limit(maxResults)
    .nextToken(responsePage1.nextToken)
    .do();
    const boxNamesPage2 = responsePage2.boxes.map(box => box.name); -
    +

    Returns default

  • Returns information about indexed application boxes.

    +

    Example

    const maxResults = 20;
    const appID = 1234;

    const responsePage1 = await indexerClient
    .searchForApplicationBoxes(appID)
    .limit(maxResults)
    .do();
    const boxNamesPage1 = responsePage1.boxes.map(box => box.name);

    const responsePage2 = await indexerClient
    .searchForApplicationBoxes(appID)
    .limit(maxResults)
    .nextToken(responsePage1.nextToken)
    .do();
    const boxNamesPage2 = responsePage2.boxes.map(box => box.name); +

    Response data schema details

    -
    -
    -

    Parameters

    -
      -
    • -
      appID: number
      -

      The ID of the application with boxes.

      -
    -

    Returns SearchForApplicationBoxes

-
- -
-
- -
-
- -
-
-

Other Methods

-
- -

Returns default

Other

-
- -
    - -
  • -

    Set the default int decoding method for all JSON requests this client creates.

    -
    -
    -

    Parameters

    -
      -
    • -
      method: IntDecoding
      -

      {"default" | "safe" | "mixed" | "bigint"} method The method to use when parsing the - response for request. Must be one of "default", "safe", "mixed", or "bigint". See - JSONRequest.setIntDecoding for more details about what each method does.

      -
    -

    Returns void

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +
  • either a token, baseServer, port, and optional headers
  • +
  • or a base client server for interoperability with external dApp wallets
  • + +

    Example

    const token  = "";
    const server = "http://localhost";
    const port = 8980;
    const indexerClient = new algosdk.Indexer(token, server, port); +
    +

    Parameters

    • tokenOrBaseClient: string | BaseHTTPClient | IndexerTokenHeader | CustomTokenHeader

      The API token for the Indexer API

      +
    • baseServer: string = 'http://127.0.0.1'

      REST endpoint

      +
    • port: string | number = 8080

      Port number if specifically configured by the server

      +
    • headers: Record<string, string> = {}

      Optional headers

      +

    Returns Indexer

    Remarks

    The above configuration is for a sandbox private network. +For applications on production, you are encouraged to run your own node with indexer, or use an Algorand REST API provider with a dedicated API key.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/Kmd.html b/classes/Kmd.html index 07a6aaa45..4e1eed53c 100644 --- a/classes/Kmd.html +++ b/classes/Kmd.html @@ -1,587 +1,103 @@ -Kmd | algosdk
    -
    - -
    -
    -
    -
    - -

    Class Kmd

    -
    -

    Abstract service client to encapsulate shared AlgodClient and IndexerClient logic

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    - -
    -
    -

    Methods

    -
    - -
      - -
    • -

      createWallet creates a wallet with the specified name, password, driver, +Kmd | algosdk

      Class Kmd

      Hierarchy

      • default
        • Kmd

      Constructors

      • Parameters

        Returns Kmd

      Methods

      • createWallet creates a wallet with the specified name, password, driver, and master derivation key. If the master derivation key is blank, one is generated internally to kmd. CreateWallet returns a CreateWalletResponse containing information about the new wallet.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletName: string
        • -
        • -
          walletPassword: string
        • -
        • -
          walletMDK: Uint8Array = ...
        • -
        • -
          walletDriverName: string = 'sqlite'
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        deleteKey accepts a wallet handle, wallet password, and address, and deletes +

        Parameters

        • walletName: string
        • walletPassword: string
        • walletMDK: Uint8Array = ...
        • walletDriverName: string = 'sqlite'

        Returns Promise<any>

      • Parameters

        • relativePath: string
        • data: any

        Returns Promise<any>

      • deleteKey accepts a wallet handle, wallet password, and address, and deletes the information about this address from the wallet (including address and secret key). If DeleteKey is called on a key generated using GenerateKey, the same key will not be generated again. However, if a wallet is recovered using the master derivation key, a key generated in this way can be recovered.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        • -
        • -
          walletPassword: string
        • -
        • -
          addr: string
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        deleteMultisig accepts a wallet handle, wallet password, and multisig +

        Parameters

        • walletHandle: string
        • walletPassword: string
        • addr: string

        Returns Promise<any>

      • deleteMultisig accepts a wallet handle, wallet password, and multisig address, and deletes the information about this multisig address from the wallet (including address and secret key).

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        • -
        • -
          walletPassword: string
        • -
        • -
          addr: string
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        exportKey accepts a wallet handle, wallet password, and address, and returns +

        Parameters

        • walletHandle: string
        • walletPassword: string
        • addr: string

        Returns Promise<any>

      • exportKey accepts a wallet handle, wallet password, and address, and returns an ExportKeyResponse containing the ed25519 private key corresponding to the address stored in the wallet.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        • -
        • -
          walletPassword: string
        • -
        • -
          addr: string
        -

        Returns Promise<{ private_key: Buffer }>

      -
      - -
        - -
      • -

        exportMasterDerivationKey accepts a wallet handle and a wallet password, and +

        Parameters

        • walletHandle: string
        • walletPassword: string
        • addr: string

        Returns Promise<{
            private_key: Uint8Array;
        }>

      • exportMasterDerivationKey accepts a wallet handle and a wallet password, and returns an ExportMasterDerivationKeyResponse containing the master derivation key. This key can be used as an argument to CreateWallet in order to recover the keys generated by this wallet. The master derivation key can be encoded as a sequence of words using the mnemonic library, and

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        • -
        • -
          walletPassword: string
        -

        Returns Promise<{ master_derivation_key: Buffer }>

      -
      - -
        - -
      • -

        exportMultisig accepts a wallet handle, wallet password, and multisig +

        Parameters

        • walletHandle: string
        • walletPassword: string

        Returns Promise<{
            master_derivation_key: Uint8Array;
        }>

      • exportMultisig accepts a wallet handle, wallet password, and multisig address, and returns an ExportMultisigResponse containing the stored multisig preimage. The preimage contains all of the information necessary to derive the multisig address, including version, threshold, and a list of public keys.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        • -
        • -
          addr: string
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        generateKey accepts a wallet handle, and then generates the next key in the +

        Parameters

        • walletHandle: string
        • addr: string

        Returns Promise<any>

      • generateKey accepts a wallet handle, and then generates the next key in the wallet using its internal master derivation key. Two wallets with the same master derivation key will generate the same sequence of keys.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        -

        Returns Promise<any>

      -
      - -
      -
      - -
        - -
      • -

        getWallet accepts a wallet handle and returns high level information about +

        Parameters

        • walletHandle: string

        Returns Promise<any>

      • Parameters

        • relativePath: string

        Returns Promise<any>

      • getWallet accepts a wallet handle and returns high level information about this wallet in a GetWalletResponse.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        importKey accepts a wallet handle and an ed25519 private key, and imports +

        Parameters

        • walletHandle: string

        Returns Promise<any>

      • importKey accepts a wallet handle and an ed25519 private key, and imports the key into the wallet. It returns an ImportKeyResponse containing the address corresponding to this private key.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        • -
        • -
          secretKey: Uint8Array
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        importMultisig accepts a wallet handle and the information required to +

        Parameters

        • walletHandle: string
        • secretKey: Uint8Array

        Returns Promise<any>

      • importMultisig accepts a wallet handle and the information required to generate a multisig address. It derives this address, and stores all of the information within the wallet. It returns a ImportMultisigResponse with the derived address.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        • -
        • -
          version: number
        • -
        • -
          threshold: number
        • -
        • -
          pks: string[]
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        initWalletHandle accepts a wallet ID and a wallet password, and returns an +

        Parameters

        • walletHandle: string
        • version: number
        • threshold: number
        • pks: string[]

        Returns Promise<any>

      • initWalletHandle accepts a wallet ID and a wallet password, and returns an initWalletHandleResponse containing a wallet handle token. This wallet handle token can be used for subsequent operations on this wallet, like key generation, transaction signing, etc.. WalletHandleTokens expire after a configurable number of seconds, and must be renewed periodically with RenewWalletHandle. It is good practice to call ReleaseWalletHandle when you're done interacting with this wallet.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletID: string
        • -
        • -
          walletPassword: string
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        ListKeys accepts a wallet handle and returns a ListKeysResponse containing +

        Parameters

        • walletID: string
        • walletPassword: string

        Returns Promise<any>

      • ListKeys accepts a wallet handle and returns a ListKeysResponse containing all of the addresses for which this wallet contains secret keys.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        listMultisig accepts a wallet handle and returns a ListMultisigResponse +

        Parameters

        • walletHandle: string

        Returns Promise<any>

      • listMultisig accepts a wallet handle and returns a ListMultisigResponse containing the multisig addresses whose preimages are stored in this wallet. A preimage is the information needed to reconstruct this multisig address, including multisig version information, threshold information, and a list of public keys.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        listWallets returns a ListWalletsResponse containing the list of wallets known to kmd. Using a wallet ID +

        Parameters

        • walletHandle: string

        Returns Promise<any>

      • listWallets returns a ListWalletsResponse containing the list of wallets known to kmd. Using a wallet ID returned from this endpoint, you can initialize a wallet handle with client.InitWalletHandle

        -
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        releaseWalletHandle invalidates the passed wallet handle token, making +

        Returns Promise<any>

      • Parameters

        • relativePath: string
        • data: any

        Returns Promise<any>

      • releaseWalletHandle invalidates the passed wallet handle token, making it unusuable for subsequent wallet operations.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        renameWallet accepts a wallet ID, wallet password, and a new wallet name, +

        Parameters

        • walletHandle: string

        Returns Promise<any>

      • renameWallet accepts a wallet ID, wallet password, and a new wallet name, and renames the underlying wallet.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletID: string
        • -
        • -
          walletPassword: string
        • -
        • -
          newWalletName: string
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        renewWalletHandle accepts a wallet handle and attempts to renew it, moving +

        Parameters

        • walletID: string
        • walletPassword: string
        • newWalletName: string

        Returns Promise<any>

      • renewWalletHandle accepts a wallet handle and attempts to renew it, moving the expiration time to some number of seconds in the future. It returns a RenewWalletHandleResponse containing the walletHandle and the number of seconds until expiration

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        Set the default int decoding method for all JSON requests this client creates.

        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          {"default" | "safe" | "mixed" | "bigint"} method The method to use when parsing the - response for request. Must be one of "default", "safe", "mixed", or "bigint". See - JSONRequest.setIntDecoding for more details about what each method does.

          -
        -

        Returns void

      -
      - -
        - -
      • -

        signMultisigTransaction accepts a wallet handle, wallet password, +

        Parameters

        • walletHandle: string

        Returns Promise<any>

      • signMultisigTransaction accepts a wallet handle, wallet password, transaction, public key (not an address), and an optional partial MultisigSig. It looks up the secret key corresponding to the public key, and returns a SignMultisigTransactionResponse containing a MultisigSig with a signature by the secret key included.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        • -
        • -
          pw: string
        • -
        • -
          transaction: TransactionLike
        • -
        • -
          pk: string | Uint8Array
        • -
        • -
          partial: string
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        signTransaction accepts a wallet handle, wallet password, and a transaction, +

        Parameters

        • walletHandle: string
        • pw: string
        • transaction: Transaction
        • pk: string | Uint8Array
        • partial: string

        Returns Promise<any>

      • signTransaction accepts a wallet handle, wallet password, and a transaction, and returns and SignTransactionResponse containing an encoded, signed transaction. The transaction is signed using the key corresponding to the Sender field.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        • -
        • -
          walletPassword: string
        • -
        • -
          transaction: TransactionLike
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        signTransactionWithSpecificPublicKey accepts a wallet handle, wallet password, a transaction, and a public key, +

        Parameters

        • walletHandle: string
        • walletPassword: string
        • transaction: Transaction

        Returns Promise<Uint8Array>

      • signTransactionWithSpecificPublicKey accepts a wallet handle, wallet password, a transaction, and a public key, and returns and SignTransactionResponse containing an encoded, signed transaction. The transaction is signed using the key corresponding to the publicKey arg.

        -
        -
        -

        Parameters

        -
          -
        • -
          walletHandle: string
        • -
        • -
          walletPassword: string
        • -
        • -
          transaction: TransactionLike
        • -
        • -
          publicKey: string | Uint8Array
          -

          sign the txn with the key corresponding to publicKey (used for working with a rekeyed addr)

          -
        -

        Returns Promise<any>

      -
      - -
        - -
      • -

        version returns a VersionResponse containing a list of kmd API versions supported by this running kmd instance.

        -
        -

        Returns Promise<any>

      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file +

      Parameters

      • walletHandle: string
      • walletPassword: string
      • transaction: Transaction
      • publicKey: string | Uint8Array

        sign the txn with the key corresponding to publicKey (used for working with a rekeyed addr)

        +

      Returns Promise<Uint8Array>

    • version returns a VersionResponse containing a list of kmd API versions supported by this running kmd instance.

      +

      Returns Promise<any>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/KvValueDelta.html b/classes/KvValueDelta.html new file mode 100644 index 000000000..0b35aacff --- /dev/null +++ b/classes/KvValueDelta.html @@ -0,0 +1,14 @@ +KvValueDelta | algosdk

    Class KvValueDelta

    A KvValueDelta shows how the Data associated with a key in the kvstore has changed.

    +

    Implements

    Constructors

    • Parameters

      • params: {
            data?: Uint8Array;
            oldData?: Uint8Array;
        }
        • Optional data?: Uint8Array
        • Optional oldData?: Uint8Array

      Returns KvValueDelta

    Properties

    data?: Uint8Array

    Data stores the most recent value (undefined means deleted)

    +
    oldData?: Uint8Array

    OldData stores the previous value (undefined means didn't exist)

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/LedgerStateDelta.html b/classes/LedgerStateDelta.html new file mode 100644 index 000000000..aa33b268f --- /dev/null +++ b/classes/LedgerStateDelta.html @@ -0,0 +1,30 @@ +LedgerStateDelta | algosdk

    Class LedgerStateDelta

    LedgerStateDelta describes the delta between a given round to the previous round

    +

    Implements

    Constructors

    Properties

    accounts: AccountDeltas

    modified new accounts

    +
    blockHeader: BlockHeader

    new block header

    +
    creatables: Map<bigint, ModifiedCreatable>

    new creatables creator lookup table

    +
    kvMods: Map<Uint8Array, KvValueDelta>

    modified kv pairs (nil == delete)

    +
    prevTimestamp: bigint

    previous block timestamp

    +
    stateProofNext: bigint

    StateProofNext represents modification on StateProofNextRound field in the block header. If the block contains +a valid state proof transaction, this field will contain the next round for state proof. +otherwise it will be set to 0.

    +

    The account totals reflecting the changes in this StateDelta object.

    +
    txids: Map<Uint8Array, IncludedTransactions>

    new Txids for the txtail and TxnCounter, mapped to txn.LastValid

    +
    txleases: UntypedValue

    new txleases for the txtail mapped to expiration

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/LogicSig.html b/classes/LogicSig.html index 9379c2c79..2b788ba5d 100644 --- a/classes/LogicSig.html +++ b/classes/LogicSig.html @@ -1,292 +1,32 @@ -LogicSig | algosdk
    -
    - -
    -
    -
    -
    - -

    Class LogicSig

    -
    -

    LogicSig implementation

    +LogicSig | algosdk

    Class LogicSig

    LogicSig implementation

    LogicSig cannot sign transactions in all cases. Instead, use LogicSigAccount as a safe, general purpose signing mechanism. Since LogicSig does not track the provided signature's public key, LogicSig cannot sign transactions when delegated to a non-multisig account and the sender is not the delegating account.

    -
    -
    -

    Hierarchy

    -
      -
    • LogicSig
    -
    -

    Implements

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        program: Uint8Array
      • -
      • -
        Optional programArgs: (Uint8Array | Buffer)[]
      -

      Returns LogicSig

    -
    -

    Properties

    -
    - -
    args: Uint8Array[]
    -
    - -
    logic: Uint8Array
    -
    - -
    -
    - -
    sig?: Uint8Array
    -
    - -
    tag: Buffer = ...
    -
    -

    Methods

    -
    - -
      - -
    • -

      Compute hash of the logic sig program (that is the same as escrow account address) as string address

      - -

      Returns

      String representation of the address

      -
      -

      Returns string

    -
    - -
      - -
    • -

      Appends a signature to multi signature

      -
      -
      -

      Parameters

      -
        -
      • -
        secretKey: Uint8Array
        -

        Secret key to sign with

        -
      -

      Returns void

    -
    - -
    -
    - -
      - -
    • -

      Creates signature (if no msig provided) or multi signature otherwise

      -
      -
      -

      Parameters

      -
        -
      • -
        secretKey: Uint8Array
        -

        Secret key to sign with

        -
      • -
      • -
        Optional msig: MultisigMetadata
        -

        Multisig account as {version, threshold, addrs}

        -
      -

      Returns void

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        secretKey: Uint8Array
      -

      Returns Uint8Array

    -
    - -
      - -
    • -
      -

      Parameters

      -
      -

      Returns [sig: Uint8Array, index: number]

    -
    - -
    -
    - -
      - -
    • -

      Performs signature verification

      -
      -
      -

      Parameters

      -
        -
      • -
        publicKey: Uint8Array
        -

        Verification key (derived from sender address or escrow address)

        -
      -

      Returns boolean

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Implements

    Constructors

    • Parameters

      • program: Uint8Array
      • Optional programArgs: null | Uint8Array[]

      Returns LogicSig

    Properties

    args: Uint8Array[]
    logic: Uint8Array
    sig?: Uint8Array
    encodingSchema: NamedMapSchema = ...

    Methods

    • Compute hash of the logic sig program (that is the same as escrow account address) as string address

      +

      Returns Address

      String representation of the address

      +
    • Appends a signature to multi signature

      +

      Parameters

      • secretKey: Uint8Array

        Secret key to sign with

        +

      Returns void

    • Get the encoding Schema for this object, used to prepare the encoding data for msgpack and JSON.

      +

      Returns Schema

    • Creates signature (if no msig provided) or multi signature otherwise

      +

      Parameters

      • secretKey: Uint8Array

        Secret key to sign with

        +
      • Optional msig: MultisigMetadata

        Multisig account as {version, threshold, addrs}

        +

      Returns void

    • Parameters

      • secretKey: Uint8Array

      Returns Uint8Array

    • Parameters

      Returns [sig: Uint8Array, index: number]

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    • Performs signature verification

      +

      Parameters

      • publicKey: Uint8Array

        Verification key (derived from sender address or escrow address)

        +

      Returns boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/LogicSigAccount.html b/classes/LogicSigAccount.html index 61a2ca542..e47ab3f4a 100644 --- a/classes/LogicSigAccount.html +++ b/classes/LogicSigAccount.html @@ -1,286 +1,57 @@ -LogicSigAccount | algosdk
    -
    - -
    -
    -
    -
    - -

    Class LogicSigAccount

    -
    -

    Represents an account that can sign with a LogicSig program.

    -
    -
    -

    Hierarchy

    -
      -
    • LogicSigAccount
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    - -

    Properties

    lsig: LogicSig
    sigkey?: Uint8Array
    encodingSchema: NamedMapSchema = ...

    Methods

    • Get the address of this LogicSigAccount.

      If the LogicSig is delegated to another account, this will return the address of that account.

      If the LogicSig is not delegated to another account, this will return an escrow address that is the hash of the LogicSig's program code.

      -
      -

      Returns string

    -
    - -
      - -
    • -

      Adds an additional signature from a member of the delegating multisig +

      Returns Address

    • Adds an additional signature from a member of the delegating multisig account.

      -
      -
      -

      Parameters

      -
        -
      • -
        secretKey: Uint8Array
        -

        The secret key of one of the members of the delegating +

        Parameters

        • secretKey: Uint8Array

          The secret key of one of the members of the delegating multisig account.

          -
        -

        Returns void

    -
    - -
    -
    - -
      - -
    • -

      Check if this LogicSigAccount has been delegated to another account with a +

    Returns void

    • Get the encoding Schema for this object, used to prepare the encoding data for msgpack and JSON.

      +

      Returns Schema

    • Check if this LogicSigAccount has been delegated to another account with a signature.

      Note this function only checks for the presence of a delegation signature. To verify the delegation signature, use verify.

      -
      -

      Returns boolean

    -
    - -
      - -
    • -

      Turns this LogicSigAccount into a delegated LogicSig. This type of LogicSig +

      Returns boolean

    • Turns this LogicSigAccount into a delegated LogicSig. This type of LogicSig has the authority to sign transactions on behalf of another account, called the delegating account. If the delegating account is a multisig account, use signMultisig instead.

      -
      -
      -

      Parameters

      -
        -
      • -
        secretKey: Uint8Array
        -

        The secret key of the delegating account.

        -
      -

      Returns void

    -
    - -
      - -
    • -

      Turns this LogicSigAccount into a delegated LogicSig. This type of LogicSig +

      Parameters

      • secretKey: Uint8Array

        The secret key of the delegating account.

        +

      Returns void

    • Turns this LogicSigAccount into a delegated LogicSig. This type of LogicSig has the authority to sign transactions on behalf of another account, called the delegating account. Use this function if the delegating account is a multisig account.

      -
      -
      -

      Parameters

      -
        -
      • -
        msig: MultisigMetadata
        -

        The multisig delegating account

        -
      • -
      • -
        secretKey: Uint8Array
        -

        The secret key of one of the members of the delegating +

        Parameters

        • msig: MultisigMetadata

          The multisig delegating account

          +
        • secretKey: Uint8Array

          The secret key of one of the members of the delegating multisig account. Use appendToMultisig to add additional signatures from other members.

          -
        -

        Returns void

    -
    - -
      - -
    • -

      Encode this object into msgpack.

      -
      -

      Returns Uint8Array

    -
    - -
      - -
    • -

      Verifies this LogicSig's program and signatures.

      - -

      Returns

      true if and only if the LogicSig program and signatures are valid.

      -
      -

      Returns boolean

    -
    - -
      - -
    • -

      Decode a msgpack object into a LogicSigAccount.

      -
      -
      -

      Parameters

      -
        -
      • -
        encoded: ArrayLike<any>
        -

        The encoded LogicSigAccount.

        -
      -

      Returns LogicSigAccount

    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Returns void

    • Encode this object into msgpack.

      +

      Returns Uint8Array

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    • Verifies this LogicSig's program and signatures.

      +

      Returns boolean

      true if and only if the LogicSig program and signatures are valid.

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/MerkleArrayProof.html b/classes/MerkleArrayProof.html new file mode 100644 index 000000000..751c0356a --- /dev/null +++ b/classes/MerkleArrayProof.html @@ -0,0 +1,18 @@ +MerkleArrayProof | algosdk

    Class MerkleArrayProof

    An interface for objects that can be encoded and decoded to/from msgpack and JSON.

    +

    Implements

    Constructors

    Properties

    hashFactory: HashFactory
    path: Uint8Array[]

    Path is bounded by MaxNumLeavesOnEncodedTree since there could be multiple reveals, and +given the distribution of the elt positions and the depth of the tree, the path length can +increase up to 2^MaxEncodedTreeDepth / 2

    +
    treeDepth: number

    TreeDepth represents the depth of the tree that is being proven. It is the number of edges +from the root to a leaf.

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Get the encoding Schema for this object, used to prepare the encoding data for msgpack and JSON.

      +

      Returns Schema

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/MerkleSignatureVerifier.html b/classes/MerkleSignatureVerifier.html new file mode 100644 index 000000000..8ecd0e861 --- /dev/null +++ b/classes/MerkleSignatureVerifier.html @@ -0,0 +1,12 @@ +MerkleSignatureVerifier | algosdk

    Class MerkleSignatureVerifier

    MerkleSignatureVerifier is used to verify a merkle signature.

    +

    Implements

    Constructors

    Properties

    commitment: Uint8Array
    keyLifetime: bigint
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/ModifiedCreatable.html b/classes/ModifiedCreatable.html new file mode 100644 index 000000000..cbde1e063 --- /dev/null +++ b/classes/ModifiedCreatable.html @@ -0,0 +1,22 @@ +ModifiedCreatable | algosdk

    Class ModifiedCreatable

    ModifiedCreatable represents a change to a single creatable state

    +

    Implements

    Constructors

    Properties

    creatableType: number

    Type of the creatable. The values are:

    +
      +
    • 0: Asset
    • +
    • 1: Application
    • +
    +
    created: boolean

    Created if true, deleted if false

    +
    creator: Address

    creator of the app/asset

    +
    ndeltas: number

    Keeps track of how many times this app/asset appears in accountUpdates.creatableDeltas

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/Participant.html b/classes/Participant.html new file mode 100644 index 000000000..14f46c4b0 --- /dev/null +++ b/classes/Participant.html @@ -0,0 +1,19 @@ +Participant | algosdk

    Class Participant

    A Participant corresponds to an account whose AccountData.Status is Online, and for which the +expected sigRound satisfies AccountData.VoteFirstValid <= sigRound <= AccountData.VoteLastValid.

    +

    In the Algorand ledger, it is possible for multiple accounts to have the same PK. Thus, the PK is +not necessarily unique among Participants. However, each account will produce a unique Participant +struct, to avoid potential DoS attacks where one account claims to have the same VoteID PK as +another account.

    +

    Implements

    Constructors

    Properties

    pk is the identifier used to verify the signature for a specific participant

    +
    weight: bigint

    weight is AccountData.MicroAlgos.

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/ParticipationUpdates.html b/classes/ParticipationUpdates.html new file mode 100644 index 000000000..b5c2feccd --- /dev/null +++ b/classes/ParticipationUpdates.html @@ -0,0 +1,17 @@ +ParticipationUpdates | algosdk

    Class ParticipationUpdates

    ParticipationUpdates represents participation account data that needs to be checked/acted on by +the network

    +

    Implements

    Constructors

    Properties

    absentParticipationAccounts: Address[]

    AbsentParticipationAccounts contains a list of online accounts that needs to be converted to +offline since they are not proposing.

    +
    expiredParticipationAccounts: Address[]

    ExpiredParticipationAccounts contains a list of online accounts that needs to be converted to +offline since their participation key expired.

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/ProgramSourceMap.html b/classes/ProgramSourceMap.html new file mode 100644 index 000000000..dc184ca18 --- /dev/null +++ b/classes/ProgramSourceMap.html @@ -0,0 +1,15 @@ +ProgramSourceMap | algosdk

    Class ProgramSourceMap

    Contains a mapping from TEAL program PC to source file location.

    +

    Constructors

    • Parameters

      • __namedParameters: {
            mappings: string;
            names: string[];
            sources: string[];
            version: number;
        }
        • mappings: string
        • names: string[]
        • sources: string[]
        • version: number

      Returns ProgramSourceMap

    Properties

    mappings: string

    A string with the encoded mapping data.

    +
    names: string[]

    A list of symbol names used by the "mappings" entry.

    +
    pcToLocation: Map<number, SourceLocation>
    sourceAndLineToPc: Map<string, PcLineLocation[]>
    sources: string[]

    A list of original sources used by the "mappings" entry.

    +
    version: number

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/Reveal.html b/classes/Reveal.html new file mode 100644 index 000000000..5cf0c3b73 --- /dev/null +++ b/classes/Reveal.html @@ -0,0 +1,13 @@ +Reveal | algosdk

    Class Reveal

    Reveal is a single array position revealed as part of a state proof. It reveals an element of the +signature array and the corresponding element of the participants array.

    +

    Implements

    Constructors

    Properties

    participant: Participant
    sigslot: SigslotCommit
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/RewardState.html b/classes/RewardState.html new file mode 100644 index 000000000..0090bb910 --- /dev/null +++ b/classes/RewardState.html @@ -0,0 +1,24 @@ +RewardState | algosdk

    Class RewardState

    RewardsState represents the global parameters controlling the rate at which accounts accrue rewards.

    +

    Implements

    Constructors

    • Parameters

      • params: {
            feeSink: Address;
            rewardsLevel: bigint;
            rewardsPool: Address;
            rewardsRate: bigint;
            rewardsRecalculationRound: bigint;
            rewardsResidue: bigint;
        }
        • feeSink: Address
        • rewardsLevel: bigint
        • rewardsPool: Address
        • rewardsRate: bigint
        • rewardsRecalculationRound: bigint
        • rewardsResidue: bigint

      Returns RewardState

    Properties

    feeSink: Address

    The FeeSink address.

    +
    rewardsLevel: bigint

    RewardsLevel specifies how many rewards, in MicroAlgos, have been distributed to each +config.Protocol.RewardUnit of MicroAlgos since genesis.

    +
    rewardsPool: Address

    The RewardsPool address.

    +
    rewardsRate: bigint

    The number of new MicroAlgos added to the participation stake from rewards at the next round.

    +
    rewardsRecalculationRound: bigint

    The round at which the RewardsRate will be recalculated.

    +
    rewardsResidue: bigint

    The number of leftover MicroAlgos after the distribution of RewardsRate/rewardUnits MicroAlgos for +every reward unit in the next round.

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/SignedTransaction.html b/classes/SignedTransaction.html new file mode 100644 index 000000000..1d9d60017 --- /dev/null +++ b/classes/SignedTransaction.html @@ -0,0 +1,20 @@ +SignedTransaction | algosdk

    Class SignedTransaction

    An interface for objects that can be encoded and decoded to/from msgpack and JSON.

    +

    Implements

    Constructors

    Properties

    lsig?: LogicSig

    Logic signature

    +

    Multisig structure

    +
    sgnr?: Address

    The signer, if signing with a different key than the Transaction type sender property indicates

    +
    sig?: Uint8Array

    Transaction signature

    +

    The transaction that was signed

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/SignedTxnInBlock.html b/classes/SignedTxnInBlock.html new file mode 100644 index 000000000..df343c3f2 --- /dev/null +++ b/classes/SignedTxnInBlock.html @@ -0,0 +1,13 @@ +SignedTxnInBlock | algosdk

    Class SignedTxnInBlock

    SignedTxnInBlock is how a signed transaction is encoded in a block.

    +

    Implements

    Constructors

    Properties

    hasGenesisHash: boolean
    hasGenesisID: boolean
    signedTxn: SignedTxnWithAD
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/SignedTxnWithAD.html b/classes/SignedTxnWithAD.html new file mode 100644 index 000000000..fcfef71f4 --- /dev/null +++ b/classes/SignedTxnWithAD.html @@ -0,0 +1,13 @@ +SignedTxnWithAD | algosdk

    Class SignedTxnWithAD

    An interface for objects that can be encoded and decoded to/from msgpack and JSON.

    +

    Implements

    Constructors

    Properties

    applyData: ApplyData
    encodingSchemaValue: undefined | Schema

    Accessors

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/SigslotCommit.html b/classes/SigslotCommit.html new file mode 100644 index 000000000..47eb88f41 --- /dev/null +++ b/classes/SigslotCommit.html @@ -0,0 +1,15 @@ +SigslotCommit | algosdk

    Class SigslotCommit

    A SigslotCommit is a single slot in the sigs array that forms the state proof.

    +

    Implements

    Constructors

    Properties

    l: bigint

    L is the total weight of signatures in lower-numbered slots. This is initialized once the builder +has collected a sufficient number of signatures.

    +

    Sig is a signature by the participant on the expected message.

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/SourceMap.html b/classes/SourceMap.html deleted file mode 100644 index 25baaa767..000000000 --- a/classes/SourceMap.html +++ /dev/null @@ -1,177 +0,0 @@ -SourceMap | algosdk
    -
    - -
    -
    -
    -
    - -

    Class SourceMap

    -
    -

    Hierarchy

    -
      -
    • SourceMap
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods

    -
    -
    -

    Constructors

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        __namedParameters: { mappings: string; names: string[]; sources: string[]; version: number }
        -
          -
        • -
          mappings: string
        • -
        • -
          names: string[]
        • -
        • -
          sources: string[]
        • -
        • -
          version: number
      -

      Returns SourceMap

    -
    -

    Properties

    -
    - -
    lineToPc: { [key: number]: number[] }
    -
    -

    Type declaration

    -
      -
    • -
      [key: number]: number[]
    -
    - -
    mappings: string
    -
    - -
    names: string[]
    -
    - -
    pcToLine: { [key: number]: number }
    -
    -

    Type declaration

    -
      -
    • -
      [key: number]: number
    -
    - -
    sources: string[]
    -
    - -
    version: number
    -
    -

    Methods

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        pc: number
      -

      Returns number

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        line: number
      -

      Returns number[]

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/StateProof.html b/classes/StateProof.html new file mode 100644 index 000000000..d7f34eed9 --- /dev/null +++ b/classes/StateProof.html @@ -0,0 +1,19 @@ +StateProof | algosdk

    Class StateProof

    An interface for objects that can be encoded and decoded to/from msgpack and JSON.

    +

    Implements

    Constructors

    • Parameters

      • params: {
            merkleSignatureSaltVersion: number;
            partProofs: MerkleArrayProof;
            positionsToReveal: bigint[];
            reveals: Map<bigint, Reveal>;
            sigCommit: Uint8Array;
            sigProofs: MerkleArrayProof;
            signedWeight: bigint;
        }

      Returns StateProof

    Properties

    merkleSignatureSaltVersion: number
    partProofs: MerkleArrayProof
    positionsToReveal: bigint[]
    reveals: Map<bigint, Reveal>

    Reveals is a sparse map from the position being revealed to the corresponding elements from the +sigs and participants arrays.

    +
    sigCommit: Uint8Array
    sigProofs: MerkleArrayProof
    signedWeight: bigint
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/StateProofMessage.html b/classes/StateProofMessage.html new file mode 100644 index 000000000..60ede89d7 --- /dev/null +++ b/classes/StateProofMessage.html @@ -0,0 +1,16 @@ +StateProofMessage | algosdk

    Class StateProofMessage

    An interface for objects that can be encoded and decoded to/from msgpack and JSON.

    +

    Implements

    Constructors

    • Parameters

      • params: {
            blockHeadersCommitment: Uint8Array;
            firstAttestedRound: bigint;
            lastAttestedRound: bigint;
            lnProvenWeight: bigint;
            votersCommitment: Uint8Array;
        }
        • blockHeadersCommitment: Uint8Array
        • firstAttestedRound: bigint
        • lastAttestedRound: bigint
        • lnProvenWeight: bigint
        • votersCommitment: Uint8Array

      Returns StateProofMessage

    Properties

    blockHeadersCommitment: Uint8Array
    firstAttestedRound: bigint
    lastAttestedRound: bigint
    lnProvenWeight: bigint
    votersCommitment: Uint8Array
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/StateProofTrackingData.html b/classes/StateProofTrackingData.html new file mode 100644 index 000000000..851262f61 --- /dev/null +++ b/classes/StateProofTrackingData.html @@ -0,0 +1,21 @@ +StateProofTrackingData | algosdk

    Class StateProofTrackingData

    StateProofTrackingData tracks the status of state proofs.

    +

    Implements

    Constructors

    • Parameters

      • params: {
            stateProofNextRound: bigint;
            stateProofOnlineTotalWeight: bigint;
            stateProofVotersCommitment: Uint8Array;
        }
        • stateProofNextRound: bigint
        • stateProofOnlineTotalWeight: bigint
        • stateProofVotersCommitment: Uint8Array

      Returns StateProofTrackingData

    Properties

    stateProofNextRound: bigint

    StateProofNextRound is the next round for which we will accept a StateProof transaction.

    +
    stateProofOnlineTotalWeight: bigint

    StateProofOnlineTotalWeight is the total number of microalgos held by the online accounts during +the StateProof round (or zero, if the merkle root is zero - no commitment for StateProof voters). +This is intended for computing the threshold of votes to expect from StateProofVotersCommitment.

    +
    stateProofVotersCommitment: Uint8Array

    StateProofVotersCommitment is the root of a vector commitment containing the online accounts +that will help sign a state proof. The VC root, and the state proof, happen on blocks that are +a multiple of ConsensusParams.StateProofRounds. For blocks that are not a multiple of +ConsensusParams.StateProofRounds, this value is zero.

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/StateSchema.html b/classes/StateSchema.html new file mode 100644 index 000000000..7ae0c8fa4 --- /dev/null +++ b/classes/StateSchema.html @@ -0,0 +1,12 @@ +StateSchema | algosdk

    Class StateSchema

    StateSchema sets maximums on the number of each type that may be stored

    +

    Implements

    Constructors

    Properties

    numByteSlices: number
    numUints: number
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/TealValue.html b/classes/TealValue.html new file mode 100644 index 000000000..ea2ad5095 --- /dev/null +++ b/classes/TealValue.html @@ -0,0 +1,18 @@ +TealValue | algosdk

    Class TealValue

    An interface for objects that can be encoded and decoded to/from msgpack and JSON.

    +

    Implements

    Constructors

    • Parameters

      • params: {
            bytes?: Uint8Array;
            type: number;
            uint?: bigint;
        }
        • Optional bytes?: Uint8Array
        • type: number
        • Optional uint?: bigint

      Returns TealValue

    Properties

    bytes?: Uint8Array
    type: number

    Type determines the type of the value.

    +
      +
    • 1 represents the type of a byte slice in a TEAL program
    • +
    • 2 represents the type of an unsigned integer in a TEAL program
    • +
    +
    uint?: bigint
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/Transaction.html b/classes/Transaction.html index 4828eedde..0b288f737 100644 --- a/classes/Transaction.html +++ b/classes/Transaction.html @@ -1,725 +1,40 @@ -Transaction | algosdk
    -
    - -
    -
    -
    -
    - -

    Class Transaction

    -
    -

    Transaction enables construction of Algorand transactions

    -
    -
    -

    Hierarchy

    -
      -
    • Transaction
    -
    -

    Implements

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    amount: number | bigint
    -
    - -
    appAccounts?: Address[]
    -
    - -
    appApprovalProgram: Uint8Array
    -
    - -
    appArgs?: Uint8Array[]
    -
    - -
    appClearProgram: Uint8Array
    -
    - -
    appForeignApps?: number[]
    -
    - -
    appForeignAssets?: number[]
    -
    - -
    appGlobalByteSlices: number
    -
    - -
    appGlobalInts: number
    -
    - -
    appIndex: number
    -
    - -
    appLocalByteSlices: number
    -
    - -
    appLocalInts: number
    -
    - -
    appOnComplete: OnApplicationComplete
    -
    - -
    assetClawback: Address
    -
    - -
    assetDecimals: number
    -
    - -
    assetDefaultFrozen: boolean
    -
    - -
    assetFreeze: Address
    -
    - -
    assetIndex: number
    -
    - -
    assetManager: Address
    -
    - -
    assetMetadataHash?: Uint8Array
    -
    - -
    assetName: string
    -
    - -
    assetReserve: Address
    -
    - -
    assetRevocationTarget?: Address
    -
    - -
    assetTotal: number | bigint
    -
    - -
    assetURL: string
    -
    - -
    assetUnitName: string
    -
    - -
    boxes?: BoxReference[]
    -
    - -
    closeRemainderTo?: Address
    -
    - -
    extraPages?: number
    -
    - -
    fee: number
    -
    - -
    firstRound: number
    -
    - -
    flatFee: boolean
    -
    - -
    freezeAccount: Address
    -
    - -
    freezeState: boolean
    -
    - -
    from: Address
    -
    - -
    genesisHash: Buffer
    -
    - -
    genesisID: string
    -
    - -
    group?: Buffer
    -
    - -
    lastRound: number
    -
    - -
    lease?: Uint8Array
    -
    - -
    name: string = 'Transaction'
    -
    - -
    nonParticipation?: boolean
    -
    - -
    note?: Uint8Array
    -
    - -
    reKeyTo?: Address
    -
    - -
    selectionKey: Buffer
    -
    - -
    stateProof?: Uint8Array
    -
    - -
    stateProofKey: Buffer
    -
    - -
    stateProofMessage?: Uint8Array
    -
    - -
    stateProofType?: number | bigint
    -
    - -
    tag: Buffer = ...
    -
    - -
    -
    - -
    -
    - -
    voteFirst: number
    -
    - -
    voteKey: Buffer
    -
    - -
    voteKeyDilution: number
    -
    - -
    voteLast: number
    -
    -

    Methods

    -
    - -
    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        lease: Uint8Array
      • -
      • -
        feePerByte: number = 0
      -

      Returns void

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        reKeyTo: string
      • -
      • -
        feePerByte: number = 0
      -

      Returns void

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        signerAddr: string
      • -
      • -
        signature: Uint8Array
      -

      Returns Uint8Array

    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        sk: Uint8Array
      -

      Returns Buffer

    -
    - -
    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        sk: Uint8Array
      -

      Returns Uint8Array

    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +Transaction | algosdk

    Class Transaction

    Transaction enables construction of Algorand transactions

    +

    Implements

    Constructors

    Properties

    fee: bigint

    suggested params

    +
    firstValid: bigint
    genesisHash?: Uint8Array
    genesisID?: string
    group?: Uint8Array

    group

    +
    lastValid: bigint
    lease?: Uint8Array
    note: Uint8Array

    type-specific fields

    +
    rekeyTo?: Address
    sender: Address

    common

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Parameters

      • signerAddr: string | Address
      • signature: Uint8Array

      Returns Uint8Array

    • Parameters

      • sk: Uint8Array

      Returns Uint8Array

    • Parameters

      • sk: Uint8Array

      Returns Uint8Array

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/TxnCommitments.html b/classes/TxnCommitments.html new file mode 100644 index 000000000..abcf95576 --- /dev/null +++ b/classes/TxnCommitments.html @@ -0,0 +1,17 @@ +TxnCommitments | algosdk

    Class TxnCommitments

    TxnCommitments represents the commitments computed from the transactions in the block. +It contains multiple commitments based on different algorithms and hash functions, to support +different use cases.

    +

    Implements

    Constructors

    • Parameters

      • params: {
            nativeSha512_256Commitment: Uint8Array;
            sha256Commitment: Uint8Array;
        }
        • nativeSha512_256Commitment: Uint8Array
        • sha256Commitment: Uint8Array

      Returns TxnCommitments

    Properties

    nativeSha512_256Commitment: Uint8Array

    Root of transaction merkle tree using SHA512_256 hash function. This commitment is computed +based on the PaysetCommit type specified in the block's consensus protocol.

    +
    sha256Commitment: Uint8Array

    Root of transaction vector commitment merkle tree using SHA256 hash function

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/UntypedValue.html b/classes/UntypedValue.html new file mode 100644 index 000000000..10ec29aa9 --- /dev/null +++ b/classes/UntypedValue.html @@ -0,0 +1,11 @@ +UntypedValue | algosdk

    Class UntypedValue

    An interface for objects that can be encoded and decoded to/from msgpack and JSON.

    +

    Implements

    Constructors

    Properties

    encodingSchema: UntypedSchema = ...

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/UpgradeState.html b/classes/UpgradeState.html new file mode 100644 index 000000000..b4079cd21 --- /dev/null +++ b/classes/UpgradeState.html @@ -0,0 +1,21 @@ +UpgradeState | algosdk

    Class UpgradeState

    UpgradeState tracks the protocol upgrade state machine. It is, strictly speaking, computable from +the history of all UpgradeVotes but we keep it in the block for explicitness and convenience +(instead of materializing it separately, like balances).

    +

    Implements

    Constructors

    • Parameters

      • params: {
            currentProtocol: string;
            nextProtocol: string;
            nextProtocolApprovals: bigint;
            nextProtocolSwitchOn: bigint;
            nextProtocolVoteBefore: bigint;
        }
        • currentProtocol: string
        • nextProtocol: string
        • nextProtocolApprovals: bigint
        • nextProtocolSwitchOn: bigint
        • nextProtocolVoteBefore: bigint

      Returns UpgradeState

    Properties

    currentProtocol: string
    nextProtocol: string
    nextProtocolApprovals: bigint
    nextProtocolSwitchOn: bigint

    NextProtocolSwitchOn specify the round number at which the next protocol would be adopted. If +there is no upgrade taking place, nor a wait for the next protocol, this would be zero.

    +
    nextProtocolVoteBefore: bigint

    NextProtocolVoteBefore specify the last voting round for the next protocol proposal. If there +is no voting for an upgrade taking place, this would be zero.

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/UpgradeVote.html b/classes/UpgradeVote.html new file mode 100644 index 000000000..3af146c14 --- /dev/null +++ b/classes/UpgradeVote.html @@ -0,0 +1,16 @@ +UpgradeVote | algosdk

    Class UpgradeVote

    UpgradeVote represents the vote of the block proposer with respect to protocol upgrades.

    +

    Implements

    Constructors

    • Parameters

      • params: {
            upgradeApprove: boolean;
            upgradeDelay: bigint;
            upgradePropose: string;
        }
        • upgradeApprove: boolean
        • upgradeDelay: bigint
        • upgradePropose: string

      Returns UpgradeVote

    Properties

    upgradeApprove: boolean

    UpgradeApprove indicates a yes vote for the current proposal

    +
    upgradeDelay: bigint

    UpgradeDelay indicates the time between acceptance and execution

    +
    upgradePropose: string

    UpgradePropose indicates a proposed upgrade

    +
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/ValueDelta.html b/classes/ValueDelta.html new file mode 100644 index 000000000..bf2729538 --- /dev/null +++ b/classes/ValueDelta.html @@ -0,0 +1,13 @@ +ValueDelta | algosdk

    Class ValueDelta

    An interface for objects that can be encoded and decoded to/from msgpack and JSON.

    +

    Implements

    Constructors

    • Parameters

      • params: {
            action: number;
            bytes: Uint8Array;
            uint: bigint;
        }
        • action: number
        • bytes: Uint8Array
        • uint: bigint

      Returns ValueDelta

    Properties

    action: number
    bytes: Uint8Array
    uint: bigint
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/VotingData.html b/classes/VotingData.html new file mode 100644 index 000000000..cbdac6d5f --- /dev/null +++ b/classes/VotingData.html @@ -0,0 +1,16 @@ +VotingData | algosdk

    Class VotingData

    VotingData holds participation information

    +

    Implements

    Constructors

    • Parameters

      • params: {
            selectionID: Uint8Array;
            stateProofID: Uint8Array;
            voteFirstValid: bigint;
            voteID: Uint8Array;
            voteKeyDilution: bigint;
            voteLastValid: bigint;
        }
        • selectionID: Uint8Array
        • stateProofID: Uint8Array
        • voteFirstValid: bigint
        • voteID: Uint8Array
        • voteKeyDilution: bigint
        • voteLastValid: bigint

      Returns VotingData

    Properties

    selectionID: Uint8Array
    stateProofID: Uint8Array
    voteFirstValid: bigint
    voteID: Uint8Array
    voteKeyDilution: bigint
    voteLastValid: bigint
    encodingSchema: NamedMapSchema = ...

    Methods

    • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

      +

      Returns Map<string, unknown>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/_internal_.AccountApplicationInformation.html b/classes/_internal_.AccountApplicationInformation.html deleted file mode 100644 index 52d5c817a..000000000 --- a/classes/_internal_.AccountApplicationInformation.html +++ /dev/null @@ -1,241 +0,0 @@ -AccountApplicationInformation | algosdk
    -
    - -
    -
    -
    -
    - -

    Class AccountApplicationInformation

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Record<string, any>>

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns AccountApplicationInformation

    -
    -

    Other Methods

    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.AccountAssetInformation.html b/classes/_internal_.AccountAssetInformation.html deleted file mode 100644 index a50d8117b..000000000 --- a/classes/_internal_.AccountAssetInformation.html +++ /dev/null @@ -1,241 +0,0 @@ -AccountAssetInformation | algosdk
    -
    - -
    -
    -
    -
    - -

    Class AccountAssetInformation

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Record<string, any>>

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns AccountAssetInformation

    -
    -

    Other Methods

    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.AccountInformation.html b/classes/_internal_.AccountInformation.html deleted file mode 100644 index 64efc5e93..000000000 --- a/classes/_internal_.AccountInformation.html +++ /dev/null @@ -1,267 +0,0 @@ -AccountInformation | algosdk
    -
    - -
    -
    -
    -
    - -

    Class AccountInformation

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Methods - query

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Record<string, any>>

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns AccountInformation

    -
    -

    Other Methods

    -
    - -
    -
    -

    query Methods

    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.BaseModel.html b/classes/_internal_.BaseModel.html deleted file mode 100644 index 8baee358f..000000000 --- a/classes/_internal_.BaseModel.html +++ /dev/null @@ -1,242 +0,0 @@ -BaseModel | algosdk
    -
    - -
    -
    -
    -
    - -

    Class BaseModel

    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    attribute_map: Record<string, string>
    -
    -

    Methods

    -
    - -
      - -
    • -

      Get an object ready for encoding to either JSON or msgpack.

      -
      -
      -

      Parameters

      -
        -
      • -
        binary: boolean = false
        -

        Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

        -
      -

      Returns Record<string, any>

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.Block.html b/classes/_internal_.Block.html deleted file mode 100644 index 2340d975a..000000000 --- a/classes/_internal_.Block.html +++ /dev/null @@ -1,242 +0,0 @@ -Block | algosdk
    -
    - -
    -
    -
    -
    - -

    Class Block

    -
    -

    block gets the block info for the given round. this call may block

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    - -
    round: number
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Record<string, any>>

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns <internal>.Block

    -
    -

    Other Methods

    -
    - -
    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.Compile.html b/classes/_internal_.Compile.html deleted file mode 100644 index 23ee491f1..000000000 --- a/classes/_internal_.Compile.html +++ /dev/null @@ -1,249 +0,0 @@ -Compile | algosdk
    -
    - -
    -
    -
    -
    - -

    Class Compile

    -
    -

    Executes compile

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns Compile

    -
    -

    Other Methods

    -
    - -
    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.Disassemble.html b/classes/_internal_.Disassemble.html deleted file mode 100644 index 7745c51da..000000000 --- a/classes/_internal_.Disassemble.html +++ /dev/null @@ -1,234 +0,0 @@ -Disassemble | algosdk
    -
    - -
    -
    -
    -
    - -

    Class Disassemble

    -
    -

    Executes disassemble

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    do -path -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns Disassemble

    -
    -

    Other Methods

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.Dryrun.html b/classes/_internal_.Dryrun.html deleted file mode 100644 index 4193549f5..000000000 --- a/classes/_internal_.Dryrun.html +++ /dev/null @@ -1,243 +0,0 @@ -Dryrun | algosdk
    -
    - -
    -
    -
    -
    - -

    Class Dryrun

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    do -path -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    blob: Uint8Array
    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns Dryrun

    -
    -

    Other Methods

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.DryrunStackValue.html b/classes/_internal_.DryrunStackValue.html deleted file mode 100644 index 92e671e0c..000000000 --- a/classes/_internal_.DryrunStackValue.html +++ /dev/null @@ -1,118 +0,0 @@ -DryrunStackValue | algosdk
    -
    - -
    -
    -
    -
    - -

    Class DryrunStackValue

    -
    -

    Hierarchy

    -
      -
    • DryrunStackValue
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    bytes: string = ''
    -
    - -
    type: number = 0
    -
    - -
    uint: number = 0
    -
    -

    Methods

    -
    - -
      - -
    • -

      Returns string

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.DryrunTrace.html b/classes/_internal_.DryrunTrace.html deleted file mode 100644 index 2a721f630..000000000 --- a/classes/_internal_.DryrunTrace.html +++ /dev/null @@ -1,89 +0,0 @@ -DryrunTrace | algosdk
    -
    - -
    -
    -
    -
    - -

    Class DryrunTrace

    -
    -

    Hierarchy

    -
      -
    • DryrunTrace
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    trace: DryrunTraceLine[] = []
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.DryrunTraceLine.html b/classes/_internal_.DryrunTraceLine.html deleted file mode 100644 index ad712f655..000000000 --- a/classes/_internal_.DryrunTraceLine.html +++ /dev/null @@ -1,117 +0,0 @@ -DryrunTraceLine | algosdk
    -
    - -
    -
    -
    -
    - -

    Class DryrunTraceLine

    -
    -

    Hierarchy

    -
      -
    • DryrunTraceLine
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    error: string = ''
    -
    - -
    line: number = 0
    -
    - -
    pc: number = 0
    -
    - -
    scratch: modelsv2.TealValue[] = []
    -
    - -
    stack: DryrunStackValue[] = []
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.DryrunTransactionResult.html b/classes/_internal_.DryrunTransactionResult.html deleted file mode 100644 index ffe852236..000000000 --- a/classes/_internal_.DryrunTransactionResult.html +++ /dev/null @@ -1,247 +0,0 @@ -DryrunTransactionResult | algosdk
    -
    - -
    -
    -
    -
    - -

    Class DryrunTransactionResult

    -
    -

    Hierarchy

    -
      -
    • DryrunTransactionResult
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    appCallMessages: string[] = []
    -
    - -
    appCallTrace: DryrunTrace = undefined
    -
    - -
    cost: number = 0
    -
    - -
    disassembly: string[] = []
    -
    - -
    globalDelta: modelsv2.EvalDeltaKeyValue[] = []
    -
    - -
    localDeltas: modelsv2.AccountStateDelta[] = []
    -
    - -
    logicSigDisassembly: string[] = []
    -
    - -
    logicSigMessages: string[] = []
    -
    - -
    logicSigTrace: DryrunTrace = undefined
    -
    - -
    logs: string[] = []
    -
    - -
    optionals: string[] = ...
    -
    - -
    required: string[] = ...
    -
    - -
    traces: string[] = ...
    -
    -

    Methods

    -
    - -
      - -
    • -

      Returns boolean

    -
    - -
    -
    - -
      - -
    • -

      Returns boolean

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.Genesis.html b/classes/_internal_.Genesis.html deleted file mode 100644 index 5eae62d39..000000000 --- a/classes/_internal_.Genesis.html +++ /dev/null @@ -1,243 +0,0 @@ -Genesis | algosdk
    -
    - -
    -
    -
    -
    - -

    Class Genesis

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Record<string, any>>

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns Genesis

    -
    -

    Other Methods

    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.GetApplicationBoxByName.html b/classes/_internal_.GetApplicationBoxByName.html deleted file mode 100644 index 1face316c..000000000 --- a/classes/_internal_.GetApplicationBoxByName.html +++ /dev/null @@ -1,248 +0,0 @@ -GetApplicationBoxByName | algosdk
    -
    - -
    -
    -
    -
    - -

    Class GetApplicationBoxByName

    -
    -

    Given an application ID and the box name (key), return the value stored in the box.

    - - -

    Example

    -
    -
    const index = 60553466;
    const boxName = Buffer.from("foo");
    const boxResponse = await algodClient.getApplicationBoxByName(index, boxName).do();
    const boxValue = boxResponse.value; -
    -

    Response data schema details

    - -

    Param

    The application ID to look up.

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<modelsv2.Box>

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns GetApplicationBoxByName

    -
    -

    Other Methods

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.GetApplicationBoxes.html b/classes/_internal_.GetApplicationBoxes.html deleted file mode 100644 index dfdce7c74..000000000 --- a/classes/_internal_.GetApplicationBoxes.html +++ /dev/null @@ -1,274 +0,0 @@ -GetApplicationBoxes | algosdk
    -
    - -
    -
    -
    -
    - -

    Class GetApplicationBoxes

    -
    -

    Given an application ID, return all the box names associated with the app.

    - - -

    Example

    -
    -
    const index = 60553466;
    const boxesResponse = await algodClient.getApplicationBoxes(index).max(3).do();
    const boxNames = boxesResponse.boxes.map(box => box.name); -
    -

    Response data schema details

    - -

    Param

    The application ID to look up.

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Methods - query

    -
    max -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns GetApplicationBoxes

    -
    -

    Other Methods

    -
    - -
    -
    - -
    -
    -

    query Methods

    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.GetApplicationByID.html b/classes/_internal_.GetApplicationByID.html deleted file mode 100644 index ea0f5ccb6..000000000 --- a/classes/_internal_.GetApplicationByID.html +++ /dev/null @@ -1,239 +0,0 @@ -GetApplicationByID | algosdk
    -
    - -
    -
    -
    -
    - -

    Class GetApplicationByID

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Record<string, any>>

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns GetApplicationByID

    -
    -

    Other Methods

    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.GetAssetByID.html b/classes/_internal_.GetAssetByID.html deleted file mode 100644 index e18af848b..000000000 --- a/classes/_internal_.GetAssetByID.html +++ /dev/null @@ -1,239 +0,0 @@ -GetAssetByID | algosdk
    -
    - -
    -
    -
    -
    - -

    Class GetAssetByID

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Record<string, any>>

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns GetAssetByID

    -
    -

    Other Methods

    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.GetBlockHash.html b/classes/_internal_.GetBlockHash.html deleted file mode 100644 index 388ced8ec..000000000 --- a/classes/_internal_.GetBlockHash.html +++ /dev/null @@ -1,246 +0,0 @@ -GetBlockHash | algosdk
    -
    - -
    -
    -
    -
    - -

    Class GetBlockHash

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    - -
    round: number
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Record<string, any>>

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns GetBlockHash

    -
    -

    Other Methods

    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.GetBlockOffsetTimestamp.html b/classes/_internal_.GetBlockOffsetTimestamp.html deleted file mode 100644 index c154351e7..000000000 --- a/classes/_internal_.GetBlockOffsetTimestamp.html +++ /dev/null @@ -1,243 +0,0 @@ -GetBlockOffsetTimestamp | algosdk
    -
    - -
    -
    -
    -
    - -

    Class GetBlockOffsetTimestamp

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns GetBlockOffsetTimestamp

    -
    -

    Other Methods

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.GetBlockTxids.html b/classes/_internal_.GetBlockTxids.html deleted file mode 100644 index 22c886e85..000000000 --- a/classes/_internal_.GetBlockTxids.html +++ /dev/null @@ -1,246 +0,0 @@ -GetBlockTxids | algosdk
    -
    - -
    -
    -
    -
    - -

    Class GetBlockTxids

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    - -
    round: number
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Record<string, any>>

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns GetBlockTxids

    -
    -

    Other Methods

    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.GetLedgerStateDelta.html b/classes/_internal_.GetLedgerStateDelta.html deleted file mode 100644 index 48280562e..000000000 --- a/classes/_internal_.GetLedgerStateDelta.html +++ /dev/null @@ -1,239 +0,0 @@ -GetLedgerStateDelta | algosdk
    -
    - -
    -
    -
    -
    - -

    Class GetLedgerStateDelta

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Record<string, any>>

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns GetLedgerStateDelta

    -
    -

    Other Methods

    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.GetLedgerStateDeltaForTransactionGroup.html b/classes/_internal_.GetLedgerStateDeltaForTransactionGroup.html deleted file mode 100644 index 971668ba8..000000000 --- a/classes/_internal_.GetLedgerStateDeltaForTransactionGroup.html +++ /dev/null @@ -1,239 +0,0 @@ -GetLedgerStateDeltaForTransactionGroup | algosdk
    -
    - -
    -
    -
    -
    - -

    Class GetLedgerStateDeltaForTransactionGroup

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
      -
    • JSONRequest -
        -
      • GetLedgerStateDeltaForTransactionGroup
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Record<string, any>>

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns GetLedgerStateDeltaForTransactionGroup

    -
    -

    Other Methods

    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.GetSyncRound.html b/classes/_internal_.GetSyncRound.html deleted file mode 100644 index 08a0fbec6..000000000 --- a/classes/_internal_.GetSyncRound.html +++ /dev/null @@ -1,243 +0,0 @@ -GetSyncRound | algosdk
    -
    - -
    -
    -
    -
    - -

    Class GetSyncRound

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns GetSyncRound

    -
    -

    Other Methods

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.GetTransactionGroupLedgerStateDeltasForRound.html b/classes/_internal_.GetTransactionGroupLedgerStateDeltasForRound.html deleted file mode 100644 index d0455220b..000000000 --- a/classes/_internal_.GetTransactionGroupLedgerStateDeltasForRound.html +++ /dev/null @@ -1,239 +0,0 @@ -GetTransactionGroupLedgerStateDeltasForRound | algosdk
    -
    - -
    -
    -
    -
    - -

    Class GetTransactionGroupLedgerStateDeltasForRound

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns GetTransactionGroupLedgerStateDeltasForRound

    -
    -

    Other Methods

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.GetTransactionProof.html b/classes/_internal_.GetTransactionProof.html deleted file mode 100644 index 0419b71db..000000000 --- a/classes/_internal_.GetTransactionProof.html +++ /dev/null @@ -1,270 +0,0 @@ -GetTransactionProof | algosdk
    -
    - -
    -
    -
    -
    - -

    Class GetTransactionProof

    -
    -

    Base abstract class for JSON requests.

    -

    Data: The type returned from the do() method

    -

    Body: The structure of the response's body

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    -
    -

    Methods - query

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Record<string, any>>

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns GetTransactionProof

    -
    -

    Other Methods

    -
    - -
    -
    -

    query Methods

    -
    - -
      - -
    • -

      Exclude assets and application data from results -The type of hash function used to create the proof, must be one of: "sha512_256", "sha256"

      - - -

      Example

      -
      -
      const hashType = "sha256";
      const round = 123456;
      const txId = "abc123;
      const txProof = await algodClient.getTransactionProof(round, txId)
      .hashType(hashType)
      .do(); -
      -
      -
      -

      Parameters

      -
        -
      • -
        hashType: string
      -

      Returns GetTransactionProof

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.HTTPClient.html b/classes/_internal_.HTTPClient.html deleted file mode 100644 index afbad8a44..000000000 --- a/classes/_internal_.HTTPClient.html +++ /dev/null @@ -1,308 +0,0 @@ -HTTPClient | algosdk
    -
    - -
    -
    -
    -
    - -

    Class HTTPClient

    -
    -

    HTTPClient is a wrapper around a BaseHTTPClient -It takes care of setting the proper "Accept" header and of -decoding the JSON outputs.

    -
    -
    -

    Hierarchy

    -
      -
    • HTTPClient
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    bc -
    -
    -

    Methods

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    -

    Methods

    -
    - -
      - -
    • -

      Send a DELETE request. -If no content-type present, adds the header "content-type: application/json" -and data is serialized in JSON (if not empty)

      -
      -
      -

      Parameters

      -
        -
      • -
        relativePath: string
      • -
      • -
        data: any
      • -
      • -
        requestHeaders: Record<string, string> = {}
      • -
      • -
        parseBody: boolean = true
      -

      Returns Promise<HTTPClientResponse>

    -
    - -
      - -
    • -

      Send a GET request.

      - -

      Returns

      Response object.

      -
      -
      -

      Parameters

      -
        -
      • -
        relativePath: string
        -

        The path of the request.

        -
      • -
      • -
        Optional query: Query<any>
        -

        An object containing the query parameters of the request.

        -
      • -
      • -
        requestHeaders: Record<string, string> = {}
        -

        An object containing additional request headers to use.

        -
      • -
      • -
        jsonOptions: JSONOptions = {}
        -

        Options object to use to decode JSON responses. See - utils.parseJSON for the options available.

        -
      • -
      • -
        parseBody: boolean = true
        -

        An optional boolean indicating whether the response body should be parsed - or not.

        -
      -

      Returns Promise<HTTPClientResponse>

    -
    - -
      - -
    • -

      Send a POST request. -If no content-type present, adds the header "content-type: application/json" -and data is serialized in JSON (if not empty)

      -
      -
      -

      Parameters

      -
        -
      • -
        relativePath: string
      • -
      • -
        data: any
      • -
      • -
        requestHeaders: Record<string, string> = {}
      • -
      • -
        Optional query: Query<any>
      • -
      • -
        parseBody: boolean = true
      -

      Returns Promise<HTTPClientResponse>

    -
    - -
      - -
    • -

      Parse JSON using either the built-in JSON.parse or utils.parseJSON -depending on whether jsonOptions are provided or not

      -
      -
      -

      Parameters

      -
        -
      • -
        text: string
        -

        JSON data

        -
      • -
      • -
        status: number
        -

        Status of the response (used in case parseJSON fails)

        -
      • -
      • -
        jsonOptions: JSONOptions = {}
        -

        Options object to use to decode JSON responses. See - utils.parseJSON for the options available.

        -
      -

      Returns any

    -
    - -
    -
    - -
      - -
    • Private -

      Prepare an error with a response -(the type of errors BaseHTTPClient are supposed to throw) -by adding the status and preparing the internal response

      -
      -
      -

      Parameters

      -
        -
      • -
        err: any
      -

      Returns any

    -
    - -
      - -
    • Private -

      Serialize the data according to the requestHeaders -Assumes that requestHeaders contain a key "content-type" -If the content-type is "application/json", data is JSON serialized -Otherwise, data needs to be either an UTF-8 string that is converted to an Uint8Array -or an Uint8Array

      -
      -
      -

      Parameters

      -
        -
      • -
        data: object
      • -
      • -
        requestHeaders: Record<string, string>
      -

      Returns Uint8Array

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/_internal_.HealthCheck.html b/classes/_internal_.HealthCheck.html deleted file mode 100644 index ec5722eab..000000000 --- a/classes/_internal_.HealthCheck.html +++ /dev/null @@ -1,242 +0,0 @@ -HealthCheck | algosdk
    -
    - -
    -
    -
    -
    - -

    Class HealthCheck

    -
    -

    healthCheck returns an empty object iff the node is running

    -
    -
    -

    Hierarchy

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods - JSONRequest

    -
    -
    -

    Methods - Other

    -
    do -path -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    -
    - -
    intDecoding: IntDecoding
    -
    - -
    query: Record<string, any>
    -
    -

    JSONRequest Methods

    -
    - -
      - -
    • -

      Execute the request, but do not process the response data in any way.

      - -

      Returns

      A promise which resolves to the raw response data, exactly as returned by the server.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: Record<string, any> = {}
        -

        Additional headers to send in the request. Optional.

        -
      -

      Returns Promise<Uint8Array>

    -
    - -
      - -
    • -

      Prepare a JSON response before returning it.

      -

      Use this method to change and restructure response -data as needed after receiving it from the do() method.

      -
      -
      -

      Parameters

      -
        -
      • -
        body: Uint8Array | Record<string, any>
        -

        Response body received

        -
      -

      Returns Record<string, any>

    -
    - -
      - -
    • -

      Configure how integers in this request's JSON response will be decoded.

      -

      The options are:

      -
        -
      • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
      • -
      • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
      • -
      • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
      • -
      • "bigint": All integers will be decoded as BigInts.
      • -
      -
      -
      -

      Parameters

      -
        -
      • -
        method: IntDecoding
        -

        The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

        -
      -

      Returns <internal>.HealthCheck

    -
    -

    Other Methods

    -
    - -
      - -
    • -

      Execute the request.

      - -

      Returns

      A promise which resolves to the parsed response data.

      -
      -
      -

      Parameters

      -
        -
      • -
        headers: {} = {}
        -

        Additional headers to send in the request. Optional.

        -
        -
        -

        Returns Promise<{}>

      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.JSONRequest.html b/classes/_internal_.JSONRequest.html deleted file mode 100644 index 4f6622140..000000000 --- a/classes/_internal_.JSONRequest.html +++ /dev/null @@ -1,299 +0,0 @@ -JSONRequest | algosdk
      -
      - -
      -
      -
      -
      - -

      Class JSONRequest<Data, Body>Abstract

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Type Parameters

      -
        -
      • -

        Data = Record<string, any>

      • -
      • -

        Body = Data | Uint8Array

      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Constructors

      -
      - -
        - -
      • -
        -

        Type Parameters

        -
          -
        • -

          Data = Record<string, any>

        • -
        • -

          Body = Uint8Array | Data

        -
        -

        Parameters

        -
          -
        • -
          client: HTTPClient
          -

          HTTPClient object.

          -
        • -
        • -
          Optional intDecoding: IntDecoding
          -

          The method to use - for decoding integers from this request's response. See the setIntDecoding method for more - details.

          -
        -

        Returns JSONRequest<Data, Body>

      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Data>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Body
          -

          Response body received

          -
        -

        Returns Data

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns JSONRequest<Data, Body>

      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LightBlockHeaderProof.html b/classes/_internal_.LightBlockHeaderProof.html deleted file mode 100644 index 520a530d3..000000000 --- a/classes/_internal_.LightBlockHeaderProof.html +++ /dev/null @@ -1,239 +0,0 @@ -LightBlockHeaderProof | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LightBlockHeaderProof

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns <internal>.LightBlockHeaderProof

      -
      -

      Other Methods

      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupAccountAppLocalStates.html b/classes/_internal_.LookupAccountAppLocalStates.html deleted file mode 100644 index 20f2d966d..000000000 --- a/classes/_internal_.LookupAccountAppLocalStates.html +++ /dev/null @@ -1,376 +0,0 @@ -LookupAccountAppLocalStates | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupAccountAppLocalStates

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors - GET

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      GET Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupAccountAppLocalStates

      -
      -

      Other Methods

      -
      - -
        - -
      • -

        Specify the next page of results.

        - - -

        Example

        -
        -
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const maxResults = 20;

        const accountAssetsPage1 = await indexerClient
        .lookupAccountAppLocalStates(address)
        .limit(maxResults)
        .do();

        const accountAssetsPage2 = await indexerClient
        .lookupAccountAppLocalStates(address)
        .limit(maxResults)
        .next(accountAssetsPage1["next-token"])
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          nextToken: string
          -

          provided by the previous results.

          -
        -

        Returns LookupAccountAppLocalStates

      -
      - -
      -
      -

      query Methods

      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupAccountAssets.html b/classes/_internal_.LookupAccountAssets.html deleted file mode 100644 index 88105050a..000000000 --- a/classes/_internal_.LookupAccountAssets.html +++ /dev/null @@ -1,376 +0,0 @@ -LookupAccountAssets | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupAccountAssets

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors - GET

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      GET Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupAccountAssets

      -
      -

      Other Methods

      -
      - -
      -
      -

      query Methods

      -
      - -
      -
      - -
        - -
      • -

        Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates

        - - -

        Example

        -
        -
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const accountAssets = await indexerClient
        .lookupAccountAssets(address)
        .includeAll(false)
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          value: boolean = true
        -

        Returns LookupAccountAssets

      -
      - -
      -
      - -
        - -
      • -

        Specify the next page of results.

        - - -

        Example

        -
        -
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const maxResults = 20;

        const accountAssetsPage1 = await indexerClient
        .lookupAccountAssets(address)
        .limit(maxResults)
        .do();

        const accountAssetsPage2 = await indexerClient
        .lookupAccountAssets(address)
        .limit(maxResults)
        .next(accountAssetsPage1["next-token"])
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          nextToken: string
          -

          provided by the previous results.

          -
        -

        Returns LookupAccountAssets

      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupAccountByID.html b/classes/_internal_.LookupAccountByID.html deleted file mode 100644 index 4bb8f7cd0..000000000 --- a/classes/_internal_.LookupAccountByID.html +++ /dev/null @@ -1,340 +0,0 @@ -LookupAccountByID | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupAccountByID

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors - GET

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      GET Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupAccountByID

      -
      -

      Other Methods

      -
      - -
        - -
      • -

        Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.

        - - -

        Example 1

        -
        -
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const accountInfo = await indexerClient
        .lookupAccountByID(address)
        .includeAll(false)
        .do(); -
        - - -

        Example 2

        -
        -
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const accountInfo = await indexerClient
        .lookupAccountByID(address)
        .includeAll()
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          value: boolean = true
        -

        Returns LookupAccountByID

      -
      - -
      -
      - -
      -
      -

      query Methods

      -
      - -
        - -
      • -

        Exclude additional items such as asset holdings, application local data stored for this account, asset parameters created by this account, and application parameters created by this account.

        - - -

        Example 1

        -
        -
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const accountInfo = await indexerClient
        .lookupAccountByID(address)
        .exclude("all")
        .do(); -
        - - -

        Example 2

        -
        -
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const accountInfo = await indexerClient
        .lookupAccountByID(address)
        .exclude("assets,created-assets")
        .do(); -
        - -

        Remarks

        By default, it behaves as exclude=none

        -
        -
        -

        Parameters

        -
          -
        • -
          exclude: string
          -

          Array of all, assets, created-assets, apps-local-state, created-apps, none

          -
        -

        Returns LookupAccountByID

      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupAccountCreatedApplications.html b/classes/_internal_.LookupAccountCreatedApplications.html deleted file mode 100644 index 14aa888da..000000000 --- a/classes/_internal_.LookupAccountCreatedApplications.html +++ /dev/null @@ -1,376 +0,0 @@ -LookupAccountCreatedApplications | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupAccountCreatedApplications

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors - GET

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      GET Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupAccountCreatedApplications

      -
      -

      Other Methods

      -
      - -
      -
      -

      query Methods

      -
      - -
      -
      - -
      -
      - -
      -
      - -
        - -
      • -

        Specify the next page of results.

        - - -

        Example

        -
        -
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const maxResults = 20;

        const accountAssetsPage1 = await indexerClient
        .lookupAccountCreatedApplications(address)
        .limit(maxResults)
        .do();

        const accountAssetsPage2 = await indexerClient
        .lookupAccountCreatedApplications(address)
        .limit(maxResults)
        .next(accountAssetsPage1["next-token"])
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          nextToken: string
          -

          provided by the previous results.

          -
        -

        Returns LookupAccountCreatedApplications

      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupAccountCreatedAssets.html b/classes/_internal_.LookupAccountCreatedAssets.html deleted file mode 100644 index d2129eead..000000000 --- a/classes/_internal_.LookupAccountCreatedAssets.html +++ /dev/null @@ -1,382 +0,0 @@ -LookupAccountCreatedAssets | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupAccountCreatedAssets

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors - GET

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      GET Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupAccountCreatedAssets

      -
      -

      Other Methods

      -
      - -
        - -
      • -

        Specify the next page of results.

        - - -

        Example

        -
        -
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const maxResults = 20;

        const accountAssetsPage1 = await indexerClient
        .lookupAccountCreatedAssets(address)
        .limit(maxResults)
        .do(); -
        -

        const accountAssetsPage2 = await indexerClient - .lookupAccountCreatedAssets(address) - .limit(maxResults) - .next(accountAssetsPage1["next-token"]) - .do();

        -

        ``` -@param nextToken - provided by the previous results. -@category query

        -
        -
        -

        Parameters

        -
          -
        • -
          nextToken: string
        -

        Returns LookupAccountCreatedAssets

      -
      - -
      -
      -

      query Methods

      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupAccountTransactions.html b/classes/_internal_.LookupAccountTransactions.html deleted file mode 100644 index 50ab6bbae..000000000 --- a/classes/_internal_.LookupAccountTransactions.html +++ /dev/null @@ -1,631 +0,0 @@ -LookupAccountTransactions | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupAccountTransactions

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupAccountTransactions

      -
      -

      Other Methods

      -
      - -
      -
      -

      query Methods

      -
      - -
      -
      - -
      -
      - -
      -
      - -
        - -
      • -

        Filtered results should have an amount greater than this value, as int, representing microAlgos, unless an asset-id is provided, in which case units are in the asset's units.

        - - -

        Example 1

        -
        -
        const minBalance = 300000;
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const accountTxns = await indexerClient
        .lookupAccountTransactions(address)
        .currencyGreaterThan(minBalance - 1)
        .do(); -
        - - -

        Example 2

        -
        -
        const assetID = 163650;
        const minBalance = 300000;
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const accountTxns = await indexerClient
        .lookupAccountTransactions(address)
        .assetID(assetID)
        .currencyGreaterThan(minBalance - 1)
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          greater: number
        -

        Returns LookupAccountTransactions

      -
      - -
        - -
      • -

        Filtered results should have an amount less than this value, as int, representing microAlgos, unless an asset-id is provided, in which case units are in the asset's units.

        - - -

        Example 1

        -
        -
        const maxBalance = 500000;
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const accountTxns = await indexerClient
        .lookupAccountTransactions(address)
        .currencyLessThan(maxBalance + 1)
        .do(); -
        - - -

        Example 2

        -
        -
        const assetID = 163650;
        const maxBalance = 500000;
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const accountTxns = await indexerClient
        .lookupAccountTransactions(address)
        .assetID(assetID)
        .currencyLessThan(maxBalance + 1)
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          lesser: number
        -

        Returns LookupAccountTransactions

      -
      - -
      -
      - -
      -
      - -
      -
      - -
        - -
      • -

        The next page of results. Use the next token provided by the previous results.

        - - -

        Example

        -
        -
        const maxResults = 25;
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";

        const accountTxnsPage1 = await indexerClient
        .lookupAccountTransactions(address)
        .limit(maxResults)
        .do();

        const accountTxnsPage2 = await indexerClient
        .lookupAccountTransactions(address)
        .limit(maxResults)
        .nextToken(accountTxnsPage1["next-token"])
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          nextToken: string
          -

          provided by the previous results.

          -
        -

        Returns LookupAccountTransactions

      -
      - -
        - -
      • -

        Specifies a prefix which must be contained in the note field.

        - - -

        Example

        -
        -
        const notePrefixBase64Encoded = "Y3JlYXRl";
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const accountTxns = await indexerClient
        .lookupAccountTransactions(address)
        .notePrefix(notePrefixBase64Encoded)
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          prefix: string | Uint8Array
          -

          base64 string or uint8array

          -
        -

        Returns LookupAccountTransactions

      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupApplicationBoxByIDandName.html b/classes/_internal_.LookupApplicationBoxByIDandName.html deleted file mode 100644 index 9483b2bdb..000000000 --- a/classes/_internal_.LookupApplicationBoxByIDandName.html +++ /dev/null @@ -1,252 +0,0 @@ -LookupApplicationBoxByIDandName | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupApplicationBoxByIDandName

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors - GET

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      GET Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<indexerModels.Box>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupApplicationBoxByIDandName

      -
      -

      Other Methods

      -
      - -
      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupApplicationLogs.html b/classes/_internal_.LookupApplicationLogs.html deleted file mode 100644 index 421b484f7..000000000 --- a/classes/_internal_.LookupApplicationLogs.html +++ /dev/null @@ -1,397 +0,0 @@ -LookupApplicationLogs | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupApplicationLogs

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors - GET

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      GET Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupApplicationLogs

      -
      -

      Other Methods

      -
      - -
      -
      - -
      -
      -

      query Methods

      -
      - -
      -
      - -
      -
      - -
        - -
      • -

        The next page of results.

        - - -

        Example

        -
        -
        const maxResults = 25;

        const appLogsPage1 = await indexerClient
        .lookupApplicationLogs(appId)
        .limit(maxResults)
        .do();

        const appLogsPage2 = await indexerClient
        .lookupApplicationLogs(appId)
        .limit(maxResults)
        .nextToken(appLogsPage1["next-token"])
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          nextToken: string
          -

          provided by the previous results.

          -
        -

        Returns LookupApplicationLogs

      -
      - -
      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupApplications.html b/classes/_internal_.LookupApplications.html deleted file mode 100644 index cf31d1508..000000000 --- a/classes/_internal_.LookupApplications.html +++ /dev/null @@ -1,286 +0,0 @@ -LookupApplications | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupApplications

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors - GET

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      GET Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupApplications

      -
      -

      Other Methods

      -
      - -
      -
      -

      query Methods

      -
      - -
        - -
      • -

        Includes all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates

        - - -

        Example 1

        -
        -
        const appId = 60553466;
        const appInfo = await indexerClient
        .lookupApplications(appId)
        .includeAll(false)
        .do(); -
        - - -

        Example 2

        -
        -
        const appId = 60553466;
        const appInfo = await indexerClient
        .lookupApplications(appId)
        .includeAll()
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          value: boolean = true
          -

          default true when called without passing a value

          -
        -

        Returns LookupApplications

      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupAssetBalances.html b/classes/_internal_.LookupAssetBalances.html deleted file mode 100644 index 1792317f4..000000000 --- a/classes/_internal_.LookupAssetBalances.html +++ /dev/null @@ -1,380 +0,0 @@ -LookupAssetBalances | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupAssetBalances

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupAssetBalances

      -
      -

      Other Methods

      -
      - -
      -
      -

      query Methods

      -
      - -
      -
      - -
      -
      - -
        - -
      • -

        Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.

        - - -

        Example 1

        -
        -
        const assetId = 163650;
        const assetBalances = await indexerClient
        .lookupAssetBalances(assetId)
        .includeAll(false)
        .do(); -
        - - -

        Example 2

        -
        -
        const assetId = 163650;
        const assetBalances = await indexerClient
        .lookupAssetBalances(assetId)
        .includeAll()
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          value: boolean = true
        -

        Returns LookupAssetBalances

      -
      - -
      -
      - -
        - -
      • -

        Specify the next page of results.

        - - -

        Example

        -
        -
        const assetId = 163650;
        const maxResults = 20;

        const assetBalancesPage1 = await indexerClient
        .lookupAssetBalances(assetId)
        .limit(maxResults)
        .do();

        const assetBalancesPage2 = await indexerClient
        .lookupAssetBalances(assetId)
        .limit(maxResults)
        .nextToken(assetBalancesPage1["next-token"])
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          nextToken: string
          -

          provided by the previous results.

          -
        -

        Returns LookupAssetBalances

      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupAssetByID.html b/classes/_internal_.LookupAssetByID.html deleted file mode 100644 index c120787b3..000000000 --- a/classes/_internal_.LookupAssetByID.html +++ /dev/null @@ -1,286 +0,0 @@ -LookupAssetByID | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupAssetByID

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupAssetByID

      -
      -

      Other Methods

      -
      - -
      -
      -

      query Methods

      -
      - -
        - -
      • -

        Includes all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates

        - - -

        Example 1

        -
        -
        const assetId = 163650;
        const assetInfo = await indexerClient
        .lookupAssetByID(assetId)
        .includeAll(false)
        .do(); -
        - - -

        Example 2

        -
        -
        const assetId = 163650;
        const assetInfo = await indexerClient
        .lookupAssetByID(assetId)
        .includeAll()
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          value: boolean = true
          -

          default true when called without passing a value

          -
        -

        Returns LookupAssetByID

      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupAssetTransactions.html b/classes/_internal_.LookupAssetTransactions.html deleted file mode 100644 index bdc5f9789..000000000 --- a/classes/_internal_.LookupAssetTransactions.html +++ /dev/null @@ -1,665 +0,0 @@ -LookupAssetTransactions | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupAssetTransactions

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupAssetTransactions

      -
      -

      Other Methods

      -
      - -
      -
      -

      query Methods

      -
      - -
      -
      - -
        - -
      • -

        Combined with address, defines what address to filter on, as string.

        - - -

        Example

        -
        -
        const assetId = 163650;
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const role = "sender";
        const assetTxns = await indexerClient
        .lookupAssetTransactions(assetId)
        .address(address)
        .addressRole(role)
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          role: string
          -

          one of sender, receiver, freeze-target

          -
        -

        Returns LookupAssetTransactions

      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
        - -
      • -

        The next page of results.

        - - -

        Example

        -
        -
        const maxResults = 25;
        const assetId = 163650;

        const assetTxnsPage1 = await indexerClient
        .lookupAssetTransactions(assetId)
        .limit(maxResults)
        .do();

        const assetTxnsPage2 = await indexerClient
        .lookupAssetTransactions(assetId)
        .limit(maxResults)
        .nextToken(assetTxnsPage1["next-token"])
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          nextToken: string
          -

          provided by the previous results.

          -
        -

        Returns LookupAssetTransactions

      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupBlock.html b/classes/_internal_.LookupBlock.html deleted file mode 100644 index 9c697120e..000000000 --- a/classes/_internal_.LookupBlock.html +++ /dev/null @@ -1,268 +0,0 @@ -LookupBlock | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupBlock

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors - GET

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      GET Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupBlock

      -
      -

      Other Methods

      -
      - -
      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.LookupTransactionByID.html b/classes/_internal_.LookupTransactionByID.html deleted file mode 100644 index 555893b5d..000000000 --- a/classes/_internal_.LookupTransactionByID.html +++ /dev/null @@ -1,250 +0,0 @@ -LookupTransactionByID | algosdk
      -
      - -
      -
      -
      -
      - -

      Class LookupTransactionByID

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors - GET

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      GET Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns LookupTransactionByID

      -
      -

      Other Methods

      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.MakeHealthCheck.html b/classes/_internal_.MakeHealthCheck.html deleted file mode 100644 index be881b7c6..000000000 --- a/classes/_internal_.MakeHealthCheck.html +++ /dev/null @@ -1,249 +0,0 @@ -MakeHealthCheck | algosdk
      -
      - -
      -
      -
      -
      - -

      Class MakeHealthCheck

      -
      -

      Returns the health object for the service. -Returns 200 if healthy.

      - - -

      Example

      -
      -
      const health = await indexerClient.makeHealthCheck().do();
      -
      -

      Response data schema details

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns MakeHealthCheck

      -
      -

      Other Methods

      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.PendingTransactionInformation.html b/classes/_internal_.PendingTransactionInformation.html deleted file mode 100644 index c58656230..000000000 --- a/classes/_internal_.PendingTransactionInformation.html +++ /dev/null @@ -1,250 +0,0 @@ -PendingTransactionInformation | algosdk
      -
      - -
      -
      -
      -
      - -

      Class PendingTransactionInformation

      -
      -

      returns the transaction information for a specific txid of a pending transaction

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns PendingTransactionInformation

      -
      -

      Other Methods

      -
      - -
      -
      - -
      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.PendingTransactions.html b/classes/_internal_.PendingTransactions.html deleted file mode 100644 index f293922f3..000000000 --- a/classes/_internal_.PendingTransactions.html +++ /dev/null @@ -1,248 +0,0 @@ -PendingTransactions | algosdk
      -
      - -
      -
      -
      -
      - -

      Class PendingTransactions

      -
      -

      pendingTransactionsInformation returns transactions that are pending in the pool

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns PendingTransactions

      -
      -

      Other Methods

      -
      - -
      -
      - -
      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.PendingTransactionsByAddress.html b/classes/_internal_.PendingTransactionsByAddress.html deleted file mode 100644 index e0b744734..000000000 --- a/classes/_internal_.PendingTransactionsByAddress.html +++ /dev/null @@ -1,250 +0,0 @@ -PendingTransactionsByAddress | algosdk
      -
      - -
      -
      -
      -
      - -

      Class PendingTransactionsByAddress

      -
      -

      returns all transactions for a PK [addr] in the [first, last] rounds range.

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns PendingTransactionsByAddress

      -
      -

      Other Methods

      -
      - -
      -
      - -
      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.Ready.html b/classes/_internal_.Ready.html deleted file mode 100644 index a904be7ec..000000000 --- a/classes/_internal_.Ready.html +++ /dev/null @@ -1,243 +0,0 @@ -Ready | algosdk
      -
      - -
      -
      -
      -
      - -

      Class Ready

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns Ready

      -
      -

      Other Methods

      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.SearchAccounts.html b/classes/_internal_.SearchAccounts.html deleted file mode 100644 index 512e9b948..000000000 --- a/classes/_internal_.SearchAccounts.html +++ /dev/null @@ -1,519 +0,0 @@ -SearchAccounts | algosdk
      -
      - -
      -
      -
      -
      - -

      Class SearchAccounts

      -
      -

      Returns information about indexed accounts.

      - - -

      Example

      -
      -
      const accounts = await indexerClient.searchAccounts().do();
      -
      -

      Response data schema details

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns SearchAccounts

      -
      -

      Other Methods

      -
      - -
      -
      - -
      -
      -

      query Methods

      -
      - -
      -
      - -
      -
      - -
        - -
      • -

        Filtered results should have an amount greater than this value, as int, representing microAlgos, unless an asset-id is provided, in which case units are in the asset's units.

        - - -

        Example 1

        -
        -
        const minBalance = 300000;
        const accounts = await indexerClient
        .searchAccounts()
        .currencyGreaterThan(minBalance - 1)
        .do(); -
        - - -

        Example 2

        -
        -
        const assetID = 163650;
        const minBalance = 300000;
        const accounts = await indexerClient
        .searchAccounts()
        .assetID(assetID)
        .currencyGreaterThan(minBalance - 1)
        .do(); -
        - -

        Remarks

        If you are looking for accounts with the currency amount greater than 0, simply construct the query without currencyGreaterThan because it doesn't accept -1, and passing the 0 currency-greater-than value would exclude accounts with a 0 amount.

        -
        -
        -

        Parameters

        -
          -
        • -
          greater: number
        -

        Returns SearchAccounts

      -
      - -
        - -
      • -

        Filtered results should have an amount less than this value, as int, representing microAlgos, unless an asset-id is provided, in which case units are in the asset's units.

        - - -

        Example 1

        -
        -
        const maxBalance = 500000;
        const accounts = await indexerClient
        .searchAccounts()
        .currencyLessThan(maxBalance + 1)
        .do(); -
        - - -

        Example 2

        -
        -
        const assetID = 163650;
        const maxBalance = 500000;
        const accounts = await indexerClient
        .searchAccounts()
        .assetID(assetID)
        .currencyLessThan(maxBalance + 1)
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          lesser: number
        -

        Returns SearchAccounts

      -
      - -
        - -
      • -

        Exclude additional items such as asset holdings, application local data stored for this account, asset parameters created by this account, and application parameters created by this account.

        - - -

        Example 1

        -
        -
        const accounts = await indexerClient
        .searchAccounts()
        .exclude("all")
        .do(); -
        - - -

        Example 2

        -
        -
        const accounts = await indexerClient
        .searchAccounts()
        .exclude("assets,created-assets")
        .do(); -
        - -

        Remarks

        By default, it behaves as exclude=none

        -
        -
        -

        Parameters

        -
          -
        • -
          exclude: string
          -

          Array of all, assets, created-assets, apps-local-state, created-apps, none

          -
        -

        Returns SearchAccounts

      -
      - -
        - -
      • -

        Includes all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates

        - - -

        Example 1

        -
        -
        const assetId = 163650;
        const accounts = await indexerClient
        .searchAccounts()
        .includeAll(false)
        .do(); -
        - - -

        Example 2

        -
        -
        const assetId = 163650;
        const accounts = await indexerClient
        .searchAccounts()
        .includeAll()
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          value: boolean = true
          -

          default true when called without passing a value

          -
        -

        Returns SearchAccounts

      -
      - -
      -
      - -
        - -
      • -

        The next page of results.

        - - -

        Example

        -
        -
        const maxResults = 25;

        const accountsPage1 = await indexerClient
        .searchAccounts()
        .limit(maxResults)
        .do();

        const accountsPage2 = await indexerClient
        .searchAccounts()
        .limit(maxResults)
        .nextToken(accountsPage1["next-token"])
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          nextToken: string
          -

          provided by the previous results

          -
        -

        Returns SearchAccounts

      -
      - -
        - -
      • -

        Include results for the specified round.

        - - -

        Example

        -
        -
        const targetBlock = 18309917;
        const accounts = await indexerClient
        .searchAccounts()
        .round(targetBlock)
        .do(); -
        - -

        Remarks

        For performance reasons, this parameter may be disabled on some configurations.

        -
        -
        -

        Parameters

        -
          -
        • -
          round: number
        -

        Returns SearchAccounts

      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.SearchForApplicationBoxes.html b/classes/_internal_.SearchForApplicationBoxes.html deleted file mode 100644 index c94749078..000000000 --- a/classes/_internal_.SearchForApplicationBoxes.html +++ /dev/null @@ -1,303 +0,0 @@ -SearchForApplicationBoxes | algosdk
      -
      - -
      -
      -
      -
      - -

      Class SearchForApplicationBoxes

      -
      -

      Base abstract class for JSON requests.

      -

      Data: The type returned from the do() method

      -

      Body: The structure of the response's body

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors - GET

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      GET Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns SearchForApplicationBoxes

      -
      -

      Other Methods

      -
      - -
      -
      - -
      -
      -

      query Methods

      -
      - -
      -
      - -
        - -
      • -

        Specify the next page of results.

        - - -

        Example

        -
        -
        const maxResults = 20;
        const appID = 1234;

        const responsePage1 = await indexerClient
        .searchForApplicationBoxes(appID)
        .limit(maxResults)
        .do();
        const boxNamesPage1 = responsePage1.boxes.map(box => box.name);

        const responsePage2 = await indexerClient
        .searchForApplicationBoxes(appID)
        .limit(maxResults)
        .nextToken(responsePage1.nextToken)
        .do();
        const boxNamesPage2 = responsePage2.boxes.map(box => box.name); -
        -
        -
        -

        Parameters

        -
          -
        • -
          next: string
        -

        Returns SearchForApplicationBoxes

      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.SearchForApplications.html b/classes/_internal_.SearchForApplications.html deleted file mode 100644 index 2486c7227..000000000 --- a/classes/_internal_.SearchForApplications.html +++ /dev/null @@ -1,380 +0,0 @@ -SearchForApplications | algosdk
      -
      - -
      -
      -
      -
      - -

      Class SearchForApplications

      -
      -

      Returns information about indexed applications.

      - - -

      Example

      -
      -
      const apps = await indexerClient.searchForApplications().do();
      -
      -

      Response data schema details

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns SearchForApplications

      -
      -

      Other Methods

      -
      - -
      -
      -

      query Methods

      -
      - -
      -
      - -
        - -
      • -

        Includes all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates

        - - -

        Example 1

        -
        -
        const apps = await indexerClient
        .searchForApplications()
        .includeAll(false)
        .do(); -
        - - -

        Example 2

        -
        -
        const apps = await indexerClient
        .searchForApplications()
        .includeAll()
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          value: boolean = true
          -

          default true when called without passing a value

          -
        -

        Returns SearchForApplications

      -
      - -
      -
      - -
      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.SearchForAssets.html b/classes/_internal_.SearchForAssets.html deleted file mode 100644 index bfa1ce1af..000000000 --- a/classes/_internal_.SearchForAssets.html +++ /dev/null @@ -1,428 +0,0 @@ -SearchForAssets | algosdk
      -
      - -
      -
      -
      -
      - -

      Class SearchForAssets

      -
      -

      Returns information about indexed assets.

      - - -

      Example

      -
      -
      const assets = await indexerClient.searchForAssets().do();
      -
      -

      Response data schema details

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns SearchForAssets

      -
      -

      Other Methods

      -
      - -
      -
      -

      query Methods

      -
      - -
      -
      - -
        - -
      • -

        Includes all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates

        - - -

        Example 1

        -
        -
        const assets = await indexerClient
        .searchForAssets()
        .includeAll(false)
        .do(); -
        - - -

        Example 2

        -
        -
        const assets = await indexerClient
        .searchForAssets()
        .includeAll()
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          value: boolean = true
          -

          default true when called without passing a value

          -
        -

        Returns SearchForAssets

      -
      - -
      -
      - -
      -
      - -
      -
      - -
        - -
      • -

        Specify the next page of results.

        - - -

        Example

        -
        -
        const maxResults = 20;

        const assetsPage1 = await indexerClient
        .searchForAssets()
        .limit(maxResults)
        .do();

        const assetsPage2 = await indexerClient
        .searchForAssets()
        .limit(maxResults)
        .nextToken(assetsPage1["next-token"])
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          nextToken: string
          -

          provided by the previous results.

          -
        -

        Returns SearchForAssets

      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.SearchForTransactions.html b/classes/_internal_.SearchForTransactions.html deleted file mode 100644 index 9457e6544..000000000 --- a/classes/_internal_.SearchForTransactions.html +++ /dev/null @@ -1,729 +0,0 @@ -SearchForTransactions | algosdk
      -
      - -
      -
      -
      -
      - -

      Class SearchForTransactions

      -
      -

      Returns information about indexed transactions.

      - - -

      Example

      -
      -
      const txns = await indexerClient.searchForTransactions().do();
      -
      -

      Response data schema details

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      -
      -

      Methods - query

      -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Record<string, any>>

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns SearchForTransactions

      -
      -

      Other Methods

      -
      - -
      -
      -

      query Methods

      -
      - -
        - -
      • -

        Only include transactions with this address in one of the transaction fields.

        - - -

        Example

        -
        -
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const txns = await indexerClient
        .searchForTransactions()
        .address(address)
        .do(); -
        - -

        Remarks

        Alternatively, use indexerClient.lookupAccountTransactions(address).do()

        -
        -
        -

        Parameters

        -
          -
        • -
          address: string
        -

        Returns SearchForTransactions

      -
      - -
        - -
      • -

        Combined with address, defines what address to filter on, as string.

        - - -

        Example

        -
        -
        const address = "XBYLS2E6YI6XXL5BWCAMOA4GTWHXWENZMX5UHXMRNWWUQ7BXCY5WC5TEPA";
        const role = "freeze-target";
        const txns = await indexerClient
        .searchForTransactions()
        .address(address)
        .addressRole(role)
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          role: string
          -

          one of sender, receiver, freeze-target

          -
        -

        Returns SearchForTransactions

      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
        - -
      • -

        Filtered results should have an amount greater than this value, as int, representing microAlgos, unless an asset-id is provided, in which case units are in the asset's units.

        - - -

        Example 1

        -
        -
        const minBalance = 300000;
        const txns = await indexerClient
        .searchForTransactions()
        .currencyGreaterThan(minBalance - 1)
        .do(); -
        - - -

        Example 2

        -
        -
        const assetID = 163650;
        const minBalance = 300000;
        const txns = await indexerClient
        .searchForTransactions()
        .assetID(assetID)
        .currencyGreaterThan(minBalance - 1)
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          greater: number
        -

        Returns SearchForTransactions

      -
      - -
        - -
      • -

        Filtered results should have an amount less than this value, as int, representing microAlgos, unless an asset-id is provided, in which case units are in the asset's units.

        - - -

        Example 1

        -
        -
        const maxBalance = 500000;
        const txns = await indexerClient
        .searchForTransactions()
        .currencyLessThan(maxBalance + 1)
        .do(); -
        - - -

        Example 2

        -
        -
        const assetID = 163650;
        const maxBalance = 500000;
        const txns = await indexerClient
        .searchForTransactions()
        .assetID(assetID)
        .currencyLessThan(maxBalance + 1)
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          lesser: number
        -

        Returns SearchForTransactions

      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
        - -
      • -

        The next page of results.

        - - -

        Example

        -
        -
        const maxResults = 25;

        const txnsPage1 = await indexerClient
        .searchForTransactions()
        .limit(maxResults)
        .do();

        const txnsPage2 = await indexerClient
        .searchForTransactions()
        .limit(maxResults)
        .nextToken(txnsPage1["next-token"])
        .do(); -
        -
        -
        -

        Parameters

        -
          -
        • -
          nextToken: string
          -

          provided by the previous results

          -
        -

        Returns SearchForTransactions

      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      -
      -

      Generated using TypeDoc

      -
      \ No newline at end of file diff --git a/classes/_internal_.SendRawTransaction.html b/classes/_internal_.SendRawTransaction.html deleted file mode 100644 index 1dd7278ff..000000000 --- a/classes/_internal_.SendRawTransaction.html +++ /dev/null @@ -1,243 +0,0 @@ -SendRawTransaction | algosdk
      -
      - -
      -
      -
      -
      - -

      Class SendRawTransaction

      -
      -

      broadcasts the passed signed txns to the network

      -
      -
      -

      Hierarchy

      -
      -
      -
      -
      - -
      -
      -

      Constructors

      -
      -
      -

      Properties

      -
      -
      -

      Methods - JSONRequest

      -
      -
      -

      Methods - Other

      -
      do -path -
      -
      -

      Constructors

      -
      - -
      -
      -

      Properties

      -
      - -
      -
      - -
      intDecoding: IntDecoding
      -
      - -
      query: Record<string, any>
      -
      - -
      txnBytesToPost: Uint8Array
      -
      -

      JSONRequest Methods

      -
      - -
        - -
      • -

        Execute the request, but do not process the response data in any way.

        - -

        Returns

        A promise which resolves to the raw response data, exactly as returned by the server.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: Record<string, any> = {}
          -

          Additional headers to send in the request. Optional.

          -
        -

        Returns Promise<Uint8Array>

      -
      - -
        - -
      • -

        Prepare a JSON response before returning it.

        -

        Use this method to change and restructure response -data as needed after receiving it from the do() method.

        -
        -
        -

        Parameters

        -
          -
        • -
          body: Uint8Array | Record<string, any>
          -

          Response body received

          -
        -

        Returns Record<string, any>

      -
      - -
        - -
      • -

        Configure how integers in this request's JSON response will be decoded.

        -

        The options are:

        -
          -
        • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
        • -
        • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
        • -
        • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
        • -
        • "bigint": All integers will be decoded as BigInts.
        • -
        -
        -
        -

        Parameters

        -
          -
        • -
          method: IntDecoding
          -

          The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

          -
        -

        Returns SendRawTransaction

      -
      -

      Other Methods

      -
      - -
        - -
      • -

        Execute the request.

        - -

        Returns

        A promise which resolves to the parsed response data.

        -
        -
        -

        Parameters

        -
          -
        • -
          headers: {} = {}
          -

          Additional headers to send in the request. Optional.

          -
          -
          -

          Returns Promise<any>

        -
        - -
        -
        -
        -

        Generated using TypeDoc

        -
        \ No newline at end of file diff --git a/classes/_internal_.ServiceClient.html b/classes/_internal_.ServiceClient.html deleted file mode 100644 index 5e49d9956..000000000 --- a/classes/_internal_.ServiceClient.html +++ /dev/null @@ -1,130 +0,0 @@ -ServiceClient | algosdk
        -
        - -
        -
        -
        -
        - -

        Class ServiceClientAbstract

        -
        -

        Abstract service client to encapsulate shared AlgodClient and IndexerClient logic

        -
        -
        -

        Hierarchy

        -
        -
        -
        -
        - -
        -
        -

        Constructors

        -
        -
        -

        Methods

        -
        -
        -

        Constructors

        -
        - -
        -
        -

        Methods

        -
        - -
        -
        - -
          - -
        • -

          Set the default int decoding method for all JSON requests this client creates.

          -
          -
          -

          Parameters

          -
            -
          • -
            method: IntDecoding
            -

            {"default" | "safe" | "mixed" | "bigint"} method The method to use when parsing the - response for request. Must be one of "default", "safe", "mixed", or "bigint". See - JSONRequest.setIntDecoding for more details about what each method does.

            -
          -

          Returns void

        -
        -
        -

        Generated using TypeDoc

        -
        \ No newline at end of file diff --git a/classes/_internal_.SetBlockOffsetTimestamp.html b/classes/_internal_.SetBlockOffsetTimestamp.html deleted file mode 100644 index 8e7f9c0ba..000000000 --- a/classes/_internal_.SetBlockOffsetTimestamp.html +++ /dev/null @@ -1,240 +0,0 @@ -SetBlockOffsetTimestamp | algosdk
        -
        - -
        -
        -
        -
        - -

        Class SetBlockOffsetTimestamp

        -
        -

        Base abstract class for JSON requests.

        -

        Data: The type returned from the do() method

        -

        Body: The structure of the response's body

        -
        -
        -

        Hierarchy

        -
        -
        -
        -
        - -
        -
        -

        Constructors

        -
        -
        -

        Properties

        -
        -
        -

        Methods - JSONRequest

        -
        -
        -

        Methods - Other

        -
        do -path -
        -
        -

        Constructors

        -
        - -
        -
        -

        Properties

        -
        - -
        -
        - -
        intDecoding: IntDecoding
        -
        - -
        query: Record<string, any>
        -
        -

        JSONRequest Methods

        -
        - -
          - -
        • -

          Execute the request, but do not process the response data in any way.

          - -

          Returns

          A promise which resolves to the raw response data, exactly as returned by the server.

          -
          -
          -

          Parameters

          -
            -
          • -
            headers: Record<string, any> = {}
            -

            Additional headers to send in the request. Optional.

            -
          -

          Returns Promise<Uint8Array>

        -
        - -
          - -
        • -

          Prepare a JSON response before returning it.

          -

          Use this method to change and restructure response -data as needed after receiving it from the do() method.

          -
          -
          -

          Parameters

          -
            -
          • -
            body: Uint8Array | Record<string, any>
            -

            Response body received

            -
          -

          Returns Record<string, any>

        -
        - -
          - -
        • -

          Configure how integers in this request's JSON response will be decoded.

          -

          The options are:

          -
            -
          • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
          • -
          • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
          • -
          • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
          • -
          • "bigint": All integers will be decoded as BigInts.
          • -
          -
          -
          -

          Parameters

          -
            -
          • -
            method: IntDecoding
            -

            The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

            -
          -

          Returns SetBlockOffsetTimestamp

        -
        -

        Other Methods

        -
        - -
          - -
        • -

          Execute the request.

          - -

          Returns

          A promise which resolves to the parsed response data.

          -
          -
          -

          Parameters

          -
            -
          • -
            headers: {} = {}
            -

            Additional headers to send in the request. Optional.

            -
            -
            -

            Returns Promise<any>

          -
          - -
          -
          -
          -

          Generated using TypeDoc

          -
          \ No newline at end of file diff --git a/classes/_internal_.SetSyncRound.html b/classes/_internal_.SetSyncRound.html deleted file mode 100644 index 45fad237c..000000000 --- a/classes/_internal_.SetSyncRound.html +++ /dev/null @@ -1,240 +0,0 @@ -SetSyncRound | algosdk
          -
          - -
          -
          -
          -
          - -

          Class SetSyncRound

          -
          -

          Base abstract class for JSON requests.

          -

          Data: The type returned from the do() method

          -

          Body: The structure of the response's body

          -
          -
          -

          Hierarchy

          -
          -
          -
          -
          - -
          -
          -

          Constructors

          -
          -
          -

          Properties

          -
          -
          -

          Methods - JSONRequest

          -
          -
          -

          Methods - Other

          -
          do -path -
          -
          -

          Constructors

          -
          - -
          -
          -

          Properties

          -
          - -
          -
          - -
          intDecoding: IntDecoding
          -
          - -
          query: Record<string, any>
          -
          -

          JSONRequest Methods

          -
          - -
            - -
          • -

            Execute the request, but do not process the response data in any way.

            - -

            Returns

            A promise which resolves to the raw response data, exactly as returned by the server.

            -
            -
            -

            Parameters

            -
              -
            • -
              headers: Record<string, any> = {}
              -

              Additional headers to send in the request. Optional.

              -
            -

            Returns Promise<Uint8Array>

          -
          - -
            - -
          • -

            Prepare a JSON response before returning it.

            -

            Use this method to change and restructure response -data as needed after receiving it from the do() method.

            -
            -
            -

            Parameters

            -
              -
            • -
              body: Uint8Array | Record<string, any>
              -

              Response body received

              -
            -

            Returns Record<string, any>

          -
          - -
            - -
          • -

            Configure how integers in this request's JSON response will be decoded.

            -

            The options are:

            -
              -
            • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
            • -
            • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
            • -
            • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
            • -
            • "bigint": All integers will be decoded as BigInts.
            • -
            -
            -
            -

            Parameters

            -
              -
            • -
              method: IntDecoding
              -

              The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

              -
            -

            Returns SetSyncRound

          -
          -

          Other Methods

          -
          - -
            - -
          • -

            Execute the request.

            - -

            Returns

            A promise which resolves to the parsed response data.

            -
            -
            -

            Parameters

            -
              -
            • -
              headers: {} = {}
              -

              Additional headers to send in the request. Optional.

              -
              -
              -

              Returns Promise<any>

            -
            - -
            -
            -
            -

            Generated using TypeDoc

            -
            \ No newline at end of file diff --git a/classes/_internal_.SimulateRawTransactions.html b/classes/_internal_.SimulateRawTransactions.html deleted file mode 100644 index 6a300144f..000000000 --- a/classes/_internal_.SimulateRawTransactions.html +++ /dev/null @@ -1,243 +0,0 @@ -SimulateRawTransactions | algosdk
            -
            - -
            -
            -
            -
            - -

            Class SimulateRawTransactions

            -
            -

            Simulates signed txns.

            -
            -
            -

            Hierarchy

            -
            -
            -
            -
            - -
            -
            -

            Constructors

            -
            -
            -

            Properties

            -
            -
            -

            Methods - JSONRequest

            -
            -
            -

            Methods - Other

            -
            -
            -

            Constructors

            -
            - -
            -
            -

            Properties

            -
            - -
            -
            - -
            intDecoding: IntDecoding
            -
            - -
            query: Record<string, any>
            -
            - -
            requestBytes: Uint8Array
            -
            -

            JSONRequest Methods

            -
            - -
              - -
            • -

              Execute the request, but do not process the response data in any way.

              - -

              Returns

              A promise which resolves to the raw response data, exactly as returned by the server.

              -
              -
              -

              Parameters

              -
                -
              • -
                headers: Record<string, any> = {}
                -

                Additional headers to send in the request. Optional.

                -
              -

              Returns Promise<Uint8Array>

            -
            - -
              - -
            • -

              Configure how integers in this request's JSON response will be decoded.

              -

              The options are:

              -
                -
              • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
              • -
              • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
              • -
              • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
              • -
              • "bigint": All integers will be decoded as BigInts.
              • -
              -
              -
              -

              Parameters

              -
                -
              • -
                method: IntDecoding
                -

                The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

                -
              -

              Returns SimulateRawTransactions

            -
            -

            Other Methods

            -
            - -
            -
            - -
            -
            - -
            -
            -
            -

            Generated using TypeDoc

            -
            \ No newline at end of file diff --git a/classes/_internal_.StateProof.html b/classes/_internal_.StateProof.html deleted file mode 100644 index e8caaf806..000000000 --- a/classes/_internal_.StateProof.html +++ /dev/null @@ -1,239 +0,0 @@ -StateProof | algosdk
            -
            - -
            -
            -
            -
            - -

            Class StateProof

            -
            -

            Base abstract class for JSON requests.

            -

            Data: The type returned from the do() method

            -

            Body: The structure of the response's body

            -
            -
            -

            Hierarchy

            -
            -
            -
            -
            - -
            -
            -

            Constructors

            -
            -
            -

            Properties

            -
            -
            -

            Methods - JSONRequest

            -
            -
            -

            Methods - Other

            -
            -
            -

            Constructors

            -
            - -
            -
            -

            Properties

            -
            - -
            -
            - -
            intDecoding: IntDecoding
            -
            - -
            query: Record<string, any>
            -
            -

            JSONRequest Methods

            -
            - -
              - -
            • -

              Execute the request.

              - -

              Returns

              A promise which resolves to the parsed response data.

              -
              -
              -

              Parameters

              -
                -
              • -
                headers: Record<string, any> = {}
                -

                Additional headers to send in the request. Optional.

                -
              -

              Returns Promise<Record<string, any>>

            -
            - -
              - -
            • -

              Execute the request, but do not process the response data in any way.

              - -

              Returns

              A promise which resolves to the raw response data, exactly as returned by the server.

              -
              -
              -

              Parameters

              -
                -
              • -
                headers: Record<string, any> = {}
                -

                Additional headers to send in the request. Optional.

                -
              -

              Returns Promise<Uint8Array>

            -
            - -
              - -
            • -

              Prepare a JSON response before returning it.

              -

              Use this method to change and restructure response -data as needed after receiving it from the do() method.

              -
              -
              -

              Parameters

              -
                -
              • -
                body: Uint8Array | Record<string, any>
                -

                Response body received

                -
              -

              Returns Record<string, any>

            -
            - -
              - -
            • -

              Configure how integers in this request's JSON response will be decoded.

              -

              The options are:

              -
                -
              • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
              • -
              • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
              • -
              • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
              • -
              • "bigint": All integers will be decoded as BigInts.
              • -
              -
              -
              -

              Parameters

              -
                -
              • -
                method: IntDecoding
                -

                The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

                -
              -

              Returns <internal>.StateProof

            -
            -

            Other Methods

            -
            - -
            -
            -
            -

            Generated using TypeDoc

            -
            \ No newline at end of file diff --git a/classes/_internal_.Status.html b/classes/_internal_.Status.html deleted file mode 100644 index e102b6eaa..000000000 --- a/classes/_internal_.Status.html +++ /dev/null @@ -1,243 +0,0 @@ -Status | algosdk
            -
            - -
            -
            -
            -
            - -

            Class Status

            -
            -

            Base abstract class for JSON requests.

            -

            Data: The type returned from the do() method

            -

            Body: The structure of the response's body

            -
            -
            -

            Hierarchy

            -
            -
            -
            -
            - -
            -
            -

            Constructors

            -
            -
            -

            Properties

            -
            -
            -

            Methods - JSONRequest

            -
            -
            -

            Methods - Other

            -
            -
            -

            Constructors

            -
            - -
            -
            -

            Properties

            -
            - -
            -
            - -
            intDecoding: IntDecoding
            -
            - -
            query: Record<string, any>
            -
            -

            JSONRequest Methods

            -
            - -
              - -
            • -

              Execute the request.

              - -

              Returns

              A promise which resolves to the parsed response data.

              -
              -
              -

              Parameters

              -
                -
              • -
                headers: Record<string, any> = {}
                -

                Additional headers to send in the request. Optional.

                -
              -

              Returns Promise<Record<string, any>>

            -
            - -
              - -
            • -

              Execute the request, but do not process the response data in any way.

              - -

              Returns

              A promise which resolves to the raw response data, exactly as returned by the server.

              -
              -
              -

              Parameters

              -
                -
              • -
                headers: Record<string, any> = {}
                -

                Additional headers to send in the request. Optional.

                -
              -

              Returns Promise<Uint8Array>

            -
            - -
              - -
            • -

              Prepare a JSON response before returning it.

              -

              Use this method to change and restructure response -data as needed after receiving it from the do() method.

              -
              -
              -

              Parameters

              -
                -
              • -
                body: Uint8Array | Record<string, any>
                -

                Response body received

                -
              -

              Returns Record<string, any>

            -
            - -
              - -
            • -

              Configure how integers in this request's JSON response will be decoded.

              -

              The options are:

              -
                -
              • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
              • -
              • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
              • -
              • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
              • -
              • "bigint": All integers will be decoded as BigInts.
              • -
              -
              -
              -

              Parameters

              -
                -
              • -
                method: IntDecoding
                -

                The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

                -
              -

              Returns Status

            -
            -

            Other Methods

            -
            - -
            -
            -
            -

            Generated using TypeDoc

            -
            \ No newline at end of file diff --git a/classes/_internal_.StatusAfterBlock.html b/classes/_internal_.StatusAfterBlock.html deleted file mode 100644 index 1621bd859..000000000 --- a/classes/_internal_.StatusAfterBlock.html +++ /dev/null @@ -1,239 +0,0 @@ -StatusAfterBlock | algosdk
            -
            - -
            -
            -
            -
            - -

            Class StatusAfterBlock

            -
            -

            Base abstract class for JSON requests.

            -

            Data: The type returned from the do() method

            -

            Body: The structure of the response's body

            -
            -
            -

            Hierarchy

            -
            -
            -
            -
            - -
            -
            -

            Constructors

            -
            -
            -

            Properties

            -
            -
            -

            Methods - JSONRequest

            -
            -
            -

            Methods - Other

            -
            -
            -

            Constructors

            -
            - -
            -
            -

            Properties

            -
            - -
            -
            - -
            intDecoding: IntDecoding
            -
            - -
            query: Record<string, any>
            -
            -

            JSONRequest Methods

            -
            - -
              - -
            • -

              Execute the request.

              - -

              Returns

              A promise which resolves to the parsed response data.

              -
              -
              -

              Parameters

              -
                -
              • -
                headers: Record<string, any> = {}
                -

                Additional headers to send in the request. Optional.

                -
              -

              Returns Promise<Record<string, any>>

            -
            - -
              - -
            • -

              Execute the request, but do not process the response data in any way.

              - -

              Returns

              A promise which resolves to the raw response data, exactly as returned by the server.

              -
              -
              -

              Parameters

              -
                -
              • -
                headers: Record<string, any> = {}
                -

                Additional headers to send in the request. Optional.

                -
              -

              Returns Promise<Uint8Array>

            -
            - -
              - -
            • -

              Prepare a JSON response before returning it.

              -

              Use this method to change and restructure response -data as needed after receiving it from the do() method.

              -
              -
              -

              Parameters

              -
                -
              • -
                body: Uint8Array | Record<string, any>
                -

                Response body received

                -
              -

              Returns Record<string, any>

            -
            - -
              - -
            • -

              Configure how integers in this request's JSON response will be decoded.

              -

              The options are:

              -
                -
              • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
              • -
              • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
              • -
              • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
              • -
              • "bigint": All integers will be decoded as BigInts.
              • -
              -
              -
              -

              Parameters

              -
                -
              • -
                method: IntDecoding
                -

                The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

                -
              -

              Returns StatusAfterBlock

            -
            -

            Other Methods

            -
            - -
            -
            -
            -

            Generated using TypeDoc

            -
            \ No newline at end of file diff --git a/classes/_internal_.SuggestedParamsRequest.html b/classes/_internal_.SuggestedParamsRequest.html deleted file mode 100644 index 438a9576f..000000000 --- a/classes/_internal_.SuggestedParamsRequest.html +++ /dev/null @@ -1,241 +0,0 @@ -SuggestedParamsRequest | algosdk
            -
            - -
            -
            -
            -
            - -

            Class SuggestedParamsRequest

            -
            -

            Returns the common needed parameters for a new transaction, in a format the transaction builder expects

            -
            -
            -

            Hierarchy

            -
            -
            -
            -
            - -
            -
            -

            Constructors

            -
            -
            -

            Properties

            -
            -
            -

            Methods - JSONRequest

            -
            -
            -

            Methods - Other

            -
            -
            -

            Constructors

            -
            - -
            -
            -

            Properties

            -
            - -
            -
            - -
            intDecoding: IntDecoding
            -
            - -
            query: Record<string, any>
            -
            -

            JSONRequest Methods

            -
            - -
            -
            - -
              - -
            • -

              Execute the request, but do not process the response data in any way.

              - -

              Returns

              A promise which resolves to the raw response data, exactly as returned by the server.

              -
              -
              -

              Parameters

              -
                -
              • -
                headers: Record<string, any> = {}
                -

                Additional headers to send in the request. Optional.

                -
              -

              Returns Promise<Uint8Array>

            -
            - -
              - -
            • -

              Configure how integers in this request's JSON response will be decoded.

              -

              The options are:

              -
                -
              • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
              • -
              • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
              • -
              • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
              • -
              • "bigint": All integers will be decoded as BigInts.
              • -
              -
              -
              -

              Parameters

              -
                -
              • -
                method: IntDecoding
                -

                The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

                -
              -

              Returns SuggestedParamsRequest

            -
            -

            Other Methods

            -
            - -
            -
            - -
            -
            -
            -

            Generated using TypeDoc

            -
            \ No newline at end of file diff --git a/classes/_internal_.Supply.html b/classes/_internal_.Supply.html deleted file mode 100644 index 85daa1af5..000000000 --- a/classes/_internal_.Supply.html +++ /dev/null @@ -1,243 +0,0 @@ -Supply | algosdk
            -
            - -
            -
            -
            -
            - -

            Class Supply

            -
            -

            Base abstract class for JSON requests.

            -

            Data: The type returned from the do() method

            -

            Body: The structure of the response's body

            -
            -
            -

            Hierarchy

            -
            -
            -
            -
            - -
            -
            -

            Constructors

            -
            -
            -

            Properties

            -
            -
            -

            Methods - JSONRequest

            -
            -
            -

            Methods - Other

            -
            -
            -

            Constructors

            -
            - -
            -
            -

            Properties

            -
            - -
            -
            - -
            intDecoding: IntDecoding
            -
            - -
            query: Record<string, any>
            -
            -

            JSONRequest Methods

            -
            - -
              - -
            • -

              Execute the request.

              - -

              Returns

              A promise which resolves to the parsed response data.

              -
              -
              -

              Parameters

              -
                -
              • -
                headers: Record<string, any> = {}
                -

                Additional headers to send in the request. Optional.

                -
              -

              Returns Promise<Record<string, any>>

            -
            - -
              - -
            • -

              Execute the request, but do not process the response data in any way.

              - -

              Returns

              A promise which resolves to the raw response data, exactly as returned by the server.

              -
              -
              -

              Parameters

              -
                -
              • -
                headers: Record<string, any> = {}
                -

                Additional headers to send in the request. Optional.

                -
              -

              Returns Promise<Uint8Array>

            -
            - -
              - -
            • -

              Prepare a JSON response before returning it.

              -

              Use this method to change and restructure response -data as needed after receiving it from the do() method.

              -
              -
              -

              Parameters

              -
                -
              • -
                body: Uint8Array | Record<string, any>
                -

                Response body received

                -
              -

              Returns Record<string, any>

            -
            - -
              - -
            • -

              Configure how integers in this request's JSON response will be decoded.

              -

              The options are:

              -
                -
              • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
              • -
              • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
              • -
              • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
              • -
              • "bigint": All integers will be decoded as BigInts.
              • -
              -
              -
              -

              Parameters

              -
                -
              • -
                method: IntDecoding
                -

                The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

                -
              -

              Returns Supply

            -
            -

            Other Methods

            -
            - -
            -
            -
            -

            Generated using TypeDoc

            -
            \ No newline at end of file diff --git a/classes/_internal_.UnsetSyncRound.html b/classes/_internal_.UnsetSyncRound.html deleted file mode 100644 index 041ee37a2..000000000 --- a/classes/_internal_.UnsetSyncRound.html +++ /dev/null @@ -1,244 +0,0 @@ -UnsetSyncRound | algosdk
            -
            - -
            -
            -
            -
            - -

            Class UnsetSyncRound

            -
            -

            Base abstract class for JSON requests.

            -

            Data: The type returned from the do() method

            -

            Body: The structure of the response's body

            -
            -
            -

            Hierarchy

            -
            -
            -
            -
            - -
            -
            -

            Constructors

            -
            -
            -

            Properties

            -
            -
            -

            Methods - JSONRequest

            -
            -
            -

            Methods - Other

            -
            do -path -
            -
            -

            Constructors

            -
            - -
            -
            -

            Properties

            -
            - -
            -
            - -
            intDecoding: IntDecoding
            -
            - -
            query: Record<string, any>
            -
            -

            JSONRequest Methods

            -
            - -
              - -
            • -

              Execute the request, but do not process the response data in any way.

              - -

              Returns

              A promise which resolves to the raw response data, exactly as returned by the server.

              -
              -
              -

              Parameters

              -
                -
              • -
                headers: Record<string, any> = {}
                -

                Additional headers to send in the request. Optional.

                -
              -

              Returns Promise<Uint8Array>

            -
            - -
              - -
            • -

              Prepare a JSON response before returning it.

              -

              Use this method to change and restructure response -data as needed after receiving it from the do() method.

              -
              -
              -

              Parameters

              -
                -
              • -
                body: Uint8Array | Record<string, any>
                -

                Response body received

                -
              -

              Returns Record<string, any>

            -
            - -
              - -
            • -

              Configure how integers in this request's JSON response will be decoded.

              -

              The options are:

              -
                -
              • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
              • -
              • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
              • -
              • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
              • -
              • "bigint": All integers will be decoded as BigInts.
              • -
              -
              -
              -

              Parameters

              -
                -
              • -
                method: IntDecoding
                -

                The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

                -
              -

              Returns UnsetSyncRound

            -
            -

            Other Methods

            -
            - -
              - -
            • -

              Execute the request.

              - -

              Returns

              A promise which resolves to the parsed response data.

              -
              -
              -

              Parameters

              -
                -
              • -
                headers: {} = {}
                -

                Additional headers to send in the request. Optional.

                -
                -
                -

                Returns Promise<any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/classes/_internal_.Versions.html b/classes/_internal_.Versions.html deleted file mode 100644 index 559dcefc4..000000000 --- a/classes/_internal_.Versions.html +++ /dev/null @@ -1,241 +0,0 @@ -Versions | algosdk
              -
              - -
              -
              -
              -
              - -

              Class Versions

              -
              -

              retrieves the VersionResponse from the running node

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods - JSONRequest

              -
              -
              -

              Methods - Other

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              -
              - -
              intDecoding: IntDecoding
              -
              - -
              query: Record<string, any>
              -
              -

              JSONRequest Methods

              -
              - -
                - -
              • -

                Execute the request.

                - -

                Returns

                A promise which resolves to the parsed response data.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  headers: Record<string, any> = {}
                  -

                  Additional headers to send in the request. Optional.

                  -
                -

                Returns Promise<Record<string, any>>

              -
              - -
                - -
              • -

                Execute the request, but do not process the response data in any way.

                - -

                Returns

                A promise which resolves to the raw response data, exactly as returned by the server.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  headers: Record<string, any> = {}
                  -

                  Additional headers to send in the request. Optional.

                  -
                -

                Returns Promise<Uint8Array>

              -
              - -
                - -
              • -

                Prepare a JSON response before returning it.

                -

                Use this method to change and restructure response -data as needed after receiving it from the do() method.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  body: Uint8Array | Record<string, any>
                  -

                  Response body received

                  -
                -

                Returns Record<string, any>

              -
              - -
                - -
              • -

                Configure how integers in this request's JSON response will be decoded.

                -

                The options are:

                -
                  -
                • "default": Integers will be decoded according to JSON.parse, meaning they will all be -Numbers and any values greater than Number.MAX_SAFE_INTEGER will lose precision.
                • -
                • "safe": All integers will be decoded as Numbers, but if any values are greater than -Number.MAX_SAFE_INTEGER an error will be thrown.
                • -
                • "mixed": Integers will be decoded as Numbers if they are less than or equal to -Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.
                • -
                • "bigint": All integers will be decoded as BigInts.
                • -
                -
                -
                -

                Parameters

                -
                  -
                • -
                  method: IntDecoding
                  -

                  The method to use when parsing the - response for this request. Must be one of "default", "safe", "mixed", or "bigint".

                  -
                -

                Returns Versions

              -
              -

              Other Methods

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/classes/indexerModels.Account.html b/classes/indexerModels.Account.html index ffa23b592..9d5f0ae40 100644 --- a/classes/indexerModels.Account.html +++ b/classes/indexerModels.Account.html @@ -1,350 +1,85 @@ -Account | algosdk
              -
              - -
              -
              -
              -
              - -

              Class Account

              -
              -

              Account information at a given round. +Account | algosdk

              Account information at a given round. Definition: data/basics/userBalance.go : AccountData

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new Account object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { address: string; amount: number | bigint; amountWithoutPendingRewards: number | bigint; appsLocalState?: indexerModels.ApplicationLocalState[]; appsTotalExtraPages?: number | bigint; appsTotalSchema?: indexerModels.ApplicationStateSchema; assets?: indexerModels.AssetHolding[]; authAddr?: string; closedAtRound?: number | bigint; createdApps?: indexerModels.Application[]; createdAssets?: indexerModels.Asset[]; createdAtRound?: number | bigint; deleted?: boolean; incentiveEligible?: boolean; lastHeartbeat?: number | bigint; lastProposed?: number | bigint; minBalance: number | bigint; participation?: indexerModels.AccountParticipation; pendingRewards: number | bigint; rewardBase?: number | bigint; rewards: number | bigint; round: number | bigint; sigType?: string; status: string; totalAppsOptedIn: number | bigint; totalAssetsOptedIn: number | bigint; totalBoxBytes: number | bigint; totalBoxes: number | bigint; totalCreatedApps: number | bigint; totalCreatedAssets: number | bigint }
                  -
                    -
                  • -
                    address: string
                  • -
                  • -
                    amount: number | bigint
                  • -
                  • -
                    amountWithoutPendingRewards: number | bigint
                  • -
                  • -
                    Optional appsLocalState?: indexerModels.ApplicationLocalState[]
                  • -
                  • -
                    Optional appsTotalExtraPages?: number | bigint
                  • -
                  • -
                    Optional appsTotalSchema?: indexerModels.ApplicationStateSchema
                  • -
                  • -
                    Optional assets?: indexerModels.AssetHolding[]
                  • -
                  • -
                    Optional authAddr?: string
                  • -
                  • -
                    Optional closedAtRound?: number | bigint
                  • -
                  • -
                    Optional createdApps?: indexerModels.Application[]
                  • -
                  • -
                    Optional createdAssets?: indexerModels.Asset[]
                  • -
                  • -
                    Optional createdAtRound?: number | bigint
                  • -
                  • -
                    Optional deleted?: boolean
                  • -
                  • -
                    Optional incentiveEligible?: boolean
                  • -
                  • -
                    Optional lastHeartbeat?: number | bigint
                  • -
                  • -
                    Optional lastProposed?: number | bigint
                  • -
                  • -
                    minBalance: number | bigint
                  • -
                  • -
                    Optional participation?: indexerModels.AccountParticipation
                  • -
                  • -
                    pendingRewards: number | bigint
                  • -
                  • -
                    Optional rewardBase?: number | bigint
                  • -
                  • -
                    rewards: number | bigint
                  • -
                  • -
                    round: number | bigint
                  • -
                  • -
                    Optional sigType?: string
                  • -
                  • -
                    status: string
                  • -
                  • -
                    totalAppsOptedIn: number | bigint
                  • -
                  • -
                    totalAssetsOptedIn: number | bigint
                  • -
                  • -
                    totalBoxBytes: number | bigint
                  • -
                  • -
                    totalBoxes: number | bigint
                  • -
                  • -
                    totalCreatedApps: number | bigint
                  • -
                  • -
                    totalCreatedAssets: number | bigint
                -

                Returns indexerModels.Account

              -
              -

              Properties

              -
              - -
              address: string
              -

              the account public key

              -
              -
              - -
              amount: number | bigint
              -

              total number of MicroAlgos in the account

              -
              -
              - -
              amountWithoutPendingRewards: number | bigint
              -

              specifies the amount of MicroAlgos in the account, without the pending rewards.

              -
              -
              - - -

              application local data stored in this account. +

              Implements

              Constructors

              • Creates a new Account object.

                +

                Parameters

                • __namedParameters: {
                      address: string;
                      amount: number | bigint;
                      amountWithoutPendingRewards: number | bigint;
                      appsLocalState?: indexerModels.ApplicationLocalState[];
                      appsTotalExtraPages?: number | bigint;
                      appsTotalSchema?: indexerModels.ApplicationStateSchema;
                      assets?: indexerModels.AssetHolding[];
                      authAddr?: string | Address;
                      closedAtRound?: number | bigint;
                      createdApps?: indexerModels.Application[];
                      createdAssets?: indexerModels.Asset[];
                      createdAtRound?: number | bigint;
                      deleted?: boolean;
                      incentiveEligible?: boolean;
                      lastHeartbeat?: number | bigint;
                      lastProposed?: number | bigint;
                      minBalance: number | bigint;
                      participation?: indexerModels.AccountParticipation;
                      pendingRewards: number | bigint;
                      rewardBase?: number | bigint;
                      rewards: number | bigint;
                      round: number | bigint;
                      sigType?: string;
                      status: string;
                      totalAppsOptedIn: number | bigint;
                      totalAssetsOptedIn: number | bigint;
                      totalBoxBytes: number | bigint;
                      totalBoxes: number | bigint;
                      totalCreatedApps: number | bigint;
                      totalCreatedAssets: number | bigint;
                  }
                  • address: string
                  • amount: number | bigint
                  • amountWithoutPendingRewards: number | bigint
                  • Optional appsLocalState?: indexerModels.ApplicationLocalState[]
                  • Optional appsTotalExtraPages?: number | bigint
                  • Optional appsTotalSchema?: indexerModels.ApplicationStateSchema
                  • Optional assets?: indexerModels.AssetHolding[]
                  • Optional authAddr?: string | Address
                  • Optional closedAtRound?: number | bigint
                  • Optional createdApps?: indexerModels.Application[]
                  • Optional createdAssets?: indexerModels.Asset[]
                  • Optional createdAtRound?: number | bigint
                  • Optional deleted?: boolean
                  • Optional incentiveEligible?: boolean
                  • Optional lastHeartbeat?: number | bigint
                  • Optional lastProposed?: number | bigint
                  • minBalance: number | bigint
                  • Optional participation?: indexerModels.AccountParticipation
                  • pendingRewards: number | bigint
                  • Optional rewardBase?: number | bigint
                  • rewards: number | bigint
                  • round: number | bigint
                  • Optional sigType?: string
                  • status: string
                  • totalAppsOptedIn: number | bigint
                  • totalAssetsOptedIn: number | bigint
                  • totalBoxBytes: number | bigint
                  • totalBoxes: number | bigint
                  • totalCreatedApps: number | bigint
                  • totalCreatedAssets: number | bigint

                Returns indexerModels.Account

              Properties

              address: string

              the account public key

              +
              amount: bigint

              total number of MicroAlgos in the account

              +
              amountWithoutPendingRewards: bigint

              specifies the amount of MicroAlgos in the account, without the pending rewards.

              +

              application local data stored in this account. Note the raw object uses map[int] -> AppLocalState for this type.

              -
              -
              - -
              appsTotalExtraPages?: number | bigint
              -

              the sum of all extra application program pages for this account.

              -
              -
              - - -

              the sum of all of the local schemas and global schemas in this account. +

              appsTotalExtraPages?: number

              the sum of all extra application program pages for this account.

              +

              the sum of all of the local schemas and global schemas in this account. Note: the raw account uses StateSchema for this type.

              -
              -
              - - -

              assets held by this account. +

              assets held by this account. Note the raw object uses map[int] -> AssetHolding for this type.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              authAddr?: string
              -

              The address against which signing should be checked. If empty, the address of +

              authAddr?: Address

              The address against which signing should be checked. If empty, the address of the current account is used. This field can be updated in any transaction by setting the RekeyTo field.

              -
              -
              - -
              closedAtRound?: number | bigint
              -

              Round during which this account was most recently closed.

              -
              -
              - -
              createdApps?: indexerModels.Application[]
              -

              parameters of applications created by this account including app global data. +

              closedAtRound?: bigint

              Round during which this account was most recently closed.

              +
              createdApps?: indexerModels.Application[]

              parameters of applications created by this account including app global data. Note: the raw account uses map[int] -> AppParams for this type.

              -
              -
              - -
              createdAssets?: indexerModels.Asset[]
              -

              parameters of assets created by this account. +

              createdAssets?: indexerModels.Asset[]

              parameters of assets created by this account. Note: the raw account uses map[int] -> Asset for this type.

              -
              -
              - -
              createdAtRound?: number | bigint
              -

              Round during which this account first appeared in a transaction.

              -
              -
              - -
              deleted?: boolean
              -

              Whether or not this account is currently closed.

              -
              -
              - -
              incentiveEligible?: boolean
              -

              can the account receive block incentives if its balance is in range at proposal +

              createdAtRound?: bigint

              Round during which this account first appeared in a transaction.

              +
              deleted?: boolean

              Whether or not this account is currently closed.

              +
              incentiveEligible?: boolean

              can the account receive block incentives if its balance is in range at proposal time.

              -
              -
              - -
              lastHeartbeat?: number | bigint
              -

              The round in which this account last went online, or explicitly renewed their +

              lastHeartbeat?: number

              The round in which this account last went online, or explicitly renewed their online status.

              -
              -
              - -
              lastProposed?: number | bigint
              -

              The round in which this account last proposed the block.

              -
              -
              - -
              minBalance: number | bigint
              -

              MicroAlgo balance required by the account. +

              lastProposed?: number

              The round in which this account last proposed the block.

              +
              minBalance: number

              MicroAlgo balance required by the account. The requirement grows based on asset and application usage.

              -
              -
              - - -

              AccountParticipation describes the parameters used by this account in consensus +

              AccountParticipation describes the parameters used by this account in consensus protocol.

              -
              -
              - -
              pendingRewards: number | bigint
              -

              amount of MicroAlgos of pending rewards in this account.

              -
              -
              - -
              rewardBase?: number | bigint
              -

              used as part of the rewards computation. Only applicable to accounts which are +

              pendingRewards: bigint

              amount of MicroAlgos of pending rewards in this account.

              +
              rewardBase?: bigint

              used as part of the rewards computation. Only applicable to accounts which are participating.

              -
              -
              - -
              rewards: number | bigint
              -

              total rewards of MicroAlgos the account has received, including pending rewards.

              -
              -
              - -
              round: number | bigint
              -

              The round for which this information is relevant.

              -
              -
              - -
              sigType?: string
              -

              the type of signature used by this account, must be one of:

              +
              rewards: bigint

              total rewards of MicroAlgos the account has received, including pending rewards.

              +
              round: bigint

              The round for which this information is relevant.

              +
              sigType?: string

              the type of signature used by this account, must be one of:

              • sig
              • msig
              • lsig
              • or null if unknown
              -
              -
              - -
              status: string
              -

              voting status of the account's MicroAlgos

              +
              status: string

              voting status of the account's MicroAlgos

              -
              - -
              totalAppsOptedIn: number | bigint
              -

              The count of all applications that have been opted in, equivalent to the count +

              totalAppsOptedIn: number

              The count of all applications that have been opted in, equivalent to the count of application local data (AppLocalState objects) stored in this account.

              -
              -
              - -
              totalAssetsOptedIn: number | bigint
              -

              The count of all assets that have been opted in, equivalent to the count of +

              totalAssetsOptedIn: number

              The count of all assets that have been opted in, equivalent to the count of AssetHolding objects held by this account.

              -
              -
              - -
              totalBoxBytes: number | bigint
              -

              For app-accounts only. The total number of bytes allocated for the keys and +

              totalBoxBytes: number

              For app-accounts only. The total number of bytes allocated for the keys and values of boxes which belong to the associated application.

              -
              -
              - -
              totalBoxes: number | bigint
              -

              For app-accounts only. The total number of boxes which belong to the associated +

              totalBoxes: number

              For app-accounts only. The total number of boxes which belong to the associated application.

              -
              -
              - -
              totalCreatedApps: number | bigint
              -

              The count of all apps (AppParams objects) created by this account.

              -
              -
              - -
              totalCreatedAssets: number | bigint
              -

              The count of all assets (AssetParams objects) created by this account.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              totalCreatedApps: number

              The count of all apps (AppParams objects) created by this account.

              +
              totalCreatedAssets: number

              The count of all assets (AssetParams objects) created by this account.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.AccountParticipation.html b/classes/indexerModels.AccountParticipation.html index 40d2e30de..1c69562f8 100644 --- a/classes/indexerModels.AccountParticipation.html +++ b/classes/indexerModels.AccountParticipation.html @@ -1,209 +1,25 @@ -AccountParticipation | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AccountParticipation

              -
              -

              AccountParticipation describes the parameters used by this account in consensus +AccountParticipation | algosdk

              AccountParticipation describes the parameters used by this account in consensus protocol.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new AccountParticipation object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { selectionParticipationKey: string | Uint8Array; stateProofKey?: string | Uint8Array; voteFirstValid: number | bigint; voteKeyDilution: number | bigint; voteLastValid: number | bigint; voteParticipationKey: string | Uint8Array }
                  -
                    -
                  • -
                    selectionParticipationKey: string | Uint8Array
                  • -
                  • -
                    Optional stateProofKey?: string | Uint8Array
                  • -
                  • -
                    voteFirstValid: number | bigint
                  • -
                  • -
                    voteKeyDilution: number | bigint
                  • -
                  • -
                    voteLastValid: number | bigint
                  • -
                  • -
                    voteParticipationKey: string | Uint8Array
                -

                Returns indexerModels.AccountParticipation

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              selectionParticipationKey: Uint8Array
              -

              Selection public key (if any) currently registered for this round.

              -
              -
              - -
              stateProofKey?: Uint8Array
              -

              Root of the state proof key (if any)

              -
              -
              - -
              voteFirstValid: number | bigint
              -

              First round for which this participation is valid.

              -
              -
              - -
              voteKeyDilution: number | bigint
              -

              Number of subkeys in each batch of participation keys.

              -
              -
              - -
              voteLastValid: number | bigint
              -

              Last round for which this participation is valid.

              -
              -
              - -
              voteParticipationKey: Uint8Array
              -

              root participation public key (if any) currently registered for this round.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Implements

              Constructors

              • Creates a new AccountParticipation object.

                +

                Parameters

                • __namedParameters: {
                      selectionParticipationKey: string | Uint8Array;
                      stateProofKey?: string | Uint8Array;
                      voteFirstValid: number | bigint;
                      voteKeyDilution: number | bigint;
                      voteLastValid: number | bigint;
                      voteParticipationKey: string | Uint8Array;
                  }
                  • selectionParticipationKey: string | Uint8Array
                  • Optional stateProofKey?: string | Uint8Array
                  • voteFirstValid: number | bigint
                  • voteKeyDilution: number | bigint
                  • voteLastValid: number | bigint
                  • voteParticipationKey: string | Uint8Array

                Returns indexerModels.AccountParticipation

              Properties

              selectionParticipationKey: Uint8Array

              Selection public key (if any) currently registered for this round.

              +
              stateProofKey?: Uint8Array

              Root of the state proof key (if any)

              +
              voteFirstValid: bigint

              First round for which this participation is valid.

              +
              voteKeyDilution: bigint

              Number of subkeys in each batch of participation keys.

              +
              voteLastValid: bigint

              Last round for which this participation is valid.

              +
              voteParticipationKey: Uint8Array

              root participation public key (if any) currently registered for this round.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.AccountResponse.html b/classes/indexerModels.AccountResponse.html index 79e5127e6..ccb7e48e9 100644 --- a/classes/indexerModels.AccountResponse.html +++ b/classes/indexerModels.AccountResponse.html @@ -1,163 +1,17 @@ -AccountResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AccountResponse

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - - -

              Account information at a given round. +AccountResponse | algosdk

              Implements

              Constructors

              Properties

              Account information at a given round. Definition: data/basics/userBalance.go : AccountData

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              currentRound: number | bigint
              -

              Round at which the results were computed.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              currentRound: bigint

              Round at which the results were computed.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.AccountStateDelta.html b/classes/indexerModels.AccountStateDelta.html index 319c092c9..36e4f7251 100644 --- a/classes/indexerModels.AccountStateDelta.html +++ b/classes/indexerModels.AccountStateDelta.html @@ -1,162 +1,15 @@ -AccountStateDelta | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AccountStateDelta

              -
              -

              Application state delta.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              address: string
              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              Application state delta.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +AccountStateDelta | algosdk

              Application state delta.

              +

              Implements

              Constructors

              Properties

              address: string

              Application state delta.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.AccountsResponse.html b/classes/indexerModels.AccountsResponse.html index a573a2027..62a30d8a3 100644 --- a/classes/indexerModels.AccountsResponse.html +++ b/classes/indexerModels.AccountsResponse.html @@ -1,171 +1,17 @@ -AccountsResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AccountsResponse

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              currentRound: number | bigint
              -

              Round at which the results were computed.

              -
              -
              - -
              nextToken?: string
              -

              Used for pagination, when making another request provide this token with the +AccountsResponse | algosdk

              Implements

              Constructors

              Properties

              currentRound: bigint

              Round at which the results were computed.

              +
              nextToken?: string

              Used for pagination, when making another request provide this token with the next parameter.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.Application.html b/classes/indexerModels.Application.html index 8ed6b57fb..7f572413a 100644 --- a/classes/indexerModels.Application.html +++ b/classes/indexerModels.Application.html @@ -1,197 +1,22 @@ -Application | algosdk
              -
              - -
              -
              -
              -
              - -

              Class Application

              -
              -

              Application index and its parameters

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              createdAtRound?: number | bigint
              -

              Round when this application was created.

              -
              -
              - -
              deleted?: boolean
              -

              Whether or not this application is currently deleted.

              -
              -
              - -
              deletedAtRound?: number | bigint
              -

              Round when this application was deleted.

              -
              -
              - -
              id: number | bigint
              -

              application index.

              -
              -
              - - -

              application parameters.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +Application | algosdk

              Application index and its parameters

              +

              Implements

              Constructors

              Properties

              createdAtRound?: bigint

              Round when this application was created.

              +
              deleted?: boolean

              Whether or not this application is currently deleted.

              +
              deletedAtRound?: bigint

              Round when this application was deleted.

              +
              id: bigint

              application index.

              +

              application parameters.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.ApplicationLocalState.html b/classes/indexerModels.ApplicationLocalState.html index 643b8918a..76230d204 100644 --- a/classes/indexerModels.ApplicationLocalState.html +++ b/classes/indexerModels.ApplicationLocalState.html @@ -1,209 +1,25 @@ -ApplicationLocalState | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationLocalState

              -
              -

              Stores local state associated with an application.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              closedOutAtRound?: number | bigint
              -

              Round when account closed out of the application.

              -
              -
              - -
              deleted?: boolean
              -

              Whether or not the application local state is currently deleted from its +ApplicationLocalState | algosdk

              Stores local state associated with an application.

              +

              Implements

              Constructors

              Properties

              closedOutAtRound?: bigint

              Round when account closed out of the application.

              +
              deleted?: boolean

              Whether or not the application local state is currently deleted from its account.

              -
              -
              - -
              id: number | bigint
              -

              The application which this local state is for.

              -
              -
              - - -

              storage.

              -
              -
              - -
              optedInAtRound?: number | bigint
              -

              Round when the account opted into the application.

              -
              -
              - - -

              schema.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              id: bigint

              The application which this local state is for.

              +

              storage.

              +
              optedInAtRound?: bigint

              Round when the account opted into the application.

              +

              schema.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.ApplicationLocalStatesResponse.html b/classes/indexerModels.ApplicationLocalStatesResponse.html index 36e416d4d..b6f4f5910 100644 --- a/classes/indexerModels.ApplicationLocalStatesResponse.html +++ b/classes/indexerModels.ApplicationLocalStatesResponse.html @@ -1,171 +1,17 @@ -ApplicationLocalStatesResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationLocalStatesResponse

              -
              -

              Hierarchy

              -
                -
              • BaseModel -
                  -
                • ApplicationLocalStatesResponse
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              currentRound: number | bigint
              -

              Round at which the results were computed.

              -
              -
              - -
              nextToken?: string
              -

              Used for pagination, when making another request provide this token with the +ApplicationLocalStatesResponse | algosdk

              Class ApplicationLocalStatesResponse

              Implements

              Constructors

              Properties

              currentRound: bigint

              Round at which the results were computed.

              +
              nextToken?: string

              Used for pagination, when making another request provide this token with the next parameter.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.ApplicationLogData.html b/classes/indexerModels.ApplicationLogData.html index 3403f8cbb..a9a767218 100644 --- a/classes/indexerModels.ApplicationLogData.html +++ b/classes/indexerModels.ApplicationLogData.html @@ -1,164 +1,16 @@ -ApplicationLogData | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationLogData

              -
              -

              Stores the global information associated with an application.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              logs: Uint8Array[]
              -

              Logs for the application being executed by the transaction.

              -
              -
              - -
              txid: string
              -

              Transaction ID

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ApplicationLogData | algosdk

              Stores the global information associated with an application.

              +

              Implements

              Constructors

              Properties

              logs: Uint8Array[]

              Logs for the application being executed by the transaction.

              +
              txid: string

              Transaction ID

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.ApplicationLogsResponse.html b/classes/indexerModels.ApplicationLogsResponse.html index bd6f76dcc..9d5a8e638 100644 --- a/classes/indexerModels.ApplicationLogsResponse.html +++ b/classes/indexerModels.ApplicationLogsResponse.html @@ -1,182 +1,19 @@ -ApplicationLogsResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationLogsResponse

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              applicationId: number | bigint
              -

              (appidx) application index.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              currentRound: number | bigint
              -

              Round at which the results were computed.

              -
              -
              - -
              logData?: ApplicationLogData[]
              -
              - -
              nextToken?: string
              -

              Used for pagination, when making another request provide this token with the +ApplicationLogsResponse | algosdk

              Class ApplicationLogsResponse

              Implements

              Constructors

              Properties

              applicationId: bigint

              (appidx) application index.

              +
              currentRound: bigint

              Round at which the results were computed.

              +
              logData?: ApplicationLogData[]
              nextToken?: string

              Used for pagination, when making another request provide this token with the next parameter.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.ApplicationParams.html b/classes/indexerModels.ApplicationParams.html index 0d6a818bf..238b45cec 100644 --- a/classes/indexerModels.ApplicationParams.html +++ b/classes/indexerModels.ApplicationParams.html @@ -1,220 +1,27 @@ -ApplicationParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationParams

              -
              -

              Stores the global information associated with an application.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              approvalProgram: Uint8Array
              -

              approval program.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              clearStateProgram: Uint8Array
              -

              clear state program.

              -
              -
              - -
              creator?: string
              -

              The address that created this application. This is the address where the +ApplicationParams | algosdk

              Stores the global information associated with an application.

              +

              Implements

              Constructors

              Properties

              approvalProgram: Uint8Array

              approval program.

              +
              clearStateProgram: Uint8Array

              clear state program.

              +
              creator?: Address

              The address that created this application. This is the address where the parameters and global state for this application can be found.

              -
              -
              - -
              extraProgramPages?: number | bigint
              -

              the number of extra program pages available to this app.

              -
              -
              - -
              globalState?: indexerModels.TealKeyValue[]
              -

              global state

              -
              -
              - - -

              global schema

              -
              -
              - - -

              local schema

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              extraProgramPages?: number

              the number of extra program pages available to this app.

              +
              globalState?: indexerModels.TealKeyValue[]

              global state

              +

              global schema

              +

              local schema

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.ApplicationResponse.html b/classes/indexerModels.ApplicationResponse.html index f4a93d368..968e2e01e 100644 --- a/classes/indexerModels.ApplicationResponse.html +++ b/classes/indexerModels.ApplicationResponse.html @@ -1,161 +1,15 @@ -ApplicationResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationResponse

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - - -

              Application index and its parameters

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              currentRound: number | bigint
              -

              Round at which the results were computed.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ApplicationResponse | algosdk

              Implements

              Constructors

              Properties

              Application index and its parameters

              +
              currentRound: bigint

              Round at which the results were computed.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.ApplicationStateSchema.html b/classes/indexerModels.ApplicationStateSchema.html index 17d030ee1..a3993c9d0 100644 --- a/classes/indexerModels.ApplicationStateSchema.html +++ b/classes/indexerModels.ApplicationStateSchema.html @@ -1,164 +1,16 @@ -ApplicationStateSchema | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationStateSchema

              -
              -

              Specifies maximums on the number of each type that may be stored.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              numByteSlice: number | bigint
              -

              number of byte slices.

              -
              -
              - -
              numUint: number | bigint
              -

              number of uints.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ApplicationStateSchema | algosdk

              Class ApplicationStateSchema

              Specifies maximums on the number of each type that may be stored.

              +

              Implements

              Constructors

              Properties

              numByteSlice: number

              number of byte slices.

              +
              numUint: number

              number of uints.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.ApplicationsResponse.html b/classes/indexerModels.ApplicationsResponse.html index 75474b8fa..b2abf3d48 100644 --- a/classes/indexerModels.ApplicationsResponse.html +++ b/classes/indexerModels.ApplicationsResponse.html @@ -1,171 +1,17 @@ -ApplicationsResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationsResponse

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              applications: indexerModels.Application[]
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              currentRound: number | bigint
              -

              Round at which the results were computed.

              -
              -
              - -
              nextToken?: string
              -

              Used for pagination, when making another request provide this token with the +ApplicationsResponse | algosdk

              Implements

              Constructors

              Properties

              applications: indexerModels.Application[]
              currentRound: bigint

              Round at which the results were computed.

              +
              nextToken?: string

              Used for pagination, when making another request provide this token with the next parameter.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.Asset.html b/classes/indexerModels.Asset.html index f02942dfc..4a9f3f368 100644 --- a/classes/indexerModels.Asset.html +++ b/classes/indexerModels.Asset.html @@ -1,200 +1,25 @@ -Asset | algosdk
              -
              - -
              -
              -
              -
              - -

              Class Asset

              -
              -

              Specifies both the unique identifier and the parameters for an asset

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              createdAtRound?: number | bigint
              -

              Round during which this asset was created.

              -
              -
              - -
              deleted?: boolean
              -

              Whether or not this asset is currently deleted.

              -
              -
              - -
              destroyedAtRound?: number | bigint
              -

              Round during which this asset was destroyed.

              -
              -
              - -
              index: number | bigint
              -

              unique asset identifier

              -
              -
              - - -

              AssetParams specifies the parameters for an asset. +Asset | algosdk

              Specifies both the unique identifier and the parameters for an asset

              +

              Implements

              Constructors

              Properties

              createdAtRound?: bigint

              Round during which this asset was created.

              +
              deleted?: boolean

              Whether or not this asset is currently deleted.

              +
              destroyedAtRound?: bigint

              Round during which this asset was destroyed.

              +
              index: bigint

              unique asset identifier

              +

              AssetParams specifies the parameters for an asset. (apar) when part of an AssetConfig transaction. Definition: data/transactions/asset.go : AssetParams

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.AssetBalancesResponse.html b/classes/indexerModels.AssetBalancesResponse.html index 19bbc4d9d..2f580a20e 100644 --- a/classes/indexerModels.AssetBalancesResponse.html +++ b/classes/indexerModels.AssetBalancesResponse.html @@ -1,171 +1,17 @@ -AssetBalancesResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AssetBalancesResponse

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              balances: MiniAssetHolding[]
              -
              - -
              currentRound: number | bigint
              -

              Round at which the results were computed.

              -
              -
              - -
              nextToken?: string
              -

              Used for pagination, when making another request provide this token with the +AssetBalancesResponse | algosdk

              Implements

              Constructors

              Properties

              balances: MiniAssetHolding[]
              currentRound: bigint

              Round at which the results were computed.

              +
              nextToken?: string

              Used for pagination, when making another request provide this token with the next parameter.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.AssetHolding.html b/classes/indexerModels.AssetHolding.html index 3811c8a44..0db487e2b 100644 --- a/classes/indexerModels.AssetHolding.html +++ b/classes/indexerModels.AssetHolding.html @@ -1,210 +1,26 @@ -AssetHolding | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AssetHolding

              -
              -

              Describes an asset held by an account. +AssetHolding | algosdk

              Describes an asset held by an account. Definition: data/basics/userBalance.go : AssetHolding

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new AssetHolding object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { amount: number | bigint; assetId: number | bigint; deleted?: boolean; isFrozen: boolean; optedInAtRound?: number | bigint; optedOutAtRound?: number | bigint }
                  -
                    -
                  • -
                    amount: number | bigint
                  • -
                  • -
                    assetId: number | bigint
                  • -
                  • -
                    Optional deleted?: boolean
                  • -
                  • -
                    isFrozen: boolean
                  • -
                  • -
                    Optional optedInAtRound?: number | bigint
                  • -
                  • -
                    Optional optedOutAtRound?: number | bigint
                -

                Returns indexerModels.AssetHolding

              -
              -

              Properties

              -
              - -
              amount: number | bigint
              -

              number of units held.

              -
              -
              - -
              assetId: number | bigint
              -

              Asset ID of the holding.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              deleted?: boolean
              -

              Whether or not the asset holding is currently deleted from its account.

              -
              -
              - -
              isFrozen: boolean
              -

              whether or not the holding is frozen.

              -
              -
              - -
              optedInAtRound?: number | bigint
              -

              Round during which the account opted into this asset holding.

              -
              -
              - -
              optedOutAtRound?: number | bigint
              -

              Round during which the account opted out of this asset holding.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Implements

              Constructors

              • Creates a new AssetHolding object.

                +

                Parameters

                • __namedParameters: {
                      amount: number | bigint;
                      assetId: number | bigint;
                      deleted?: boolean;
                      isFrozen: boolean;
                      optedInAtRound?: number | bigint;
                      optedOutAtRound?: number | bigint;
                  }
                  • amount: number | bigint
                  • assetId: number | bigint
                  • Optional deleted?: boolean
                  • isFrozen: boolean
                  • Optional optedInAtRound?: number | bigint
                  • Optional optedOutAtRound?: number | bigint

                Returns indexerModels.AssetHolding

              Properties

              amount: bigint

              number of units held.

              +
              assetId: bigint

              Asset ID of the holding.

              +
              deleted?: boolean

              Whether or not the asset holding is currently deleted from its account.

              +
              isFrozen: boolean

              whether or not the holding is frozen.

              +
              optedInAtRound?: bigint

              Round during which the account opted into this asset holding.

              +
              optedOutAtRound?: bigint

              Round during which the account opted out of this asset holding.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.AssetHoldingsResponse.html b/classes/indexerModels.AssetHoldingsResponse.html index f8a709668..611c79457 100644 --- a/classes/indexerModels.AssetHoldingsResponse.html +++ b/classes/indexerModels.AssetHoldingsResponse.html @@ -1,171 +1,17 @@ -AssetHoldingsResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AssetHoldingsResponse

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              currentRound: number | bigint
              -

              Round at which the results were computed.

              -
              -
              - -
              nextToken?: string
              -

              Used for pagination, when making another request provide this token with the +AssetHoldingsResponse | algosdk

              Implements

              Constructors

              Properties

              currentRound: bigint

              Round at which the results were computed.

              +
              nextToken?: string

              Used for pagination, when making another request provide this token with the next parameter.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.AssetParams.html b/classes/indexerModels.AssetParams.html index 541ef0235..6f9c66ced 100644 --- a/classes/indexerModels.AssetParams.html +++ b/classes/indexerModels.AssetParams.html @@ -1,321 +1,56 @@ -AssetParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AssetParams

              -
              -

              AssetParams specifies the parameters for an asset. +AssetParams | algosdk

              AssetParams specifies the parameters for an asset. (apar) when part of an AssetConfig transaction. Definition: data/transactions/asset.go : AssetParams

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new AssetParams object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { clawback?: string; creator: string; decimals: number | bigint; defaultFrozen?: boolean; freeze?: string; manager?: string; metadataHash?: string | Uint8Array; name?: string; nameB64?: string | Uint8Array; reserve?: string; total: number | bigint; unitName?: string; unitNameB64?: string | Uint8Array; url?: string; urlB64?: string | Uint8Array }
                  -
                    -
                  • -
                    Optional clawback?: string
                  • -
                  • -
                    creator: string
                  • -
                  • -
                    decimals: number | bigint
                  • -
                  • -
                    Optional defaultFrozen?: boolean
                  • -
                  • -
                    Optional freeze?: string
                  • -
                  • -
                    Optional manager?: string
                  • -
                  • -
                    Optional metadataHash?: string | Uint8Array
                  • -
                  • -
                    Optional name?: string
                  • -
                  • -
                    Optional nameB64?: string | Uint8Array
                  • -
                  • -
                    Optional reserve?: string
                  • -
                  • -
                    total: number | bigint
                  • -
                  • -
                    Optional unitName?: string
                  • -
                  • -
                    Optional unitNameB64?: string | Uint8Array
                  • -
                  • -
                    Optional url?: string
                  • -
                  • -
                    Optional urlB64?: string | Uint8Array
                -

                Returns indexerModels.AssetParams

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              clawback?: string
              -

              Address of account used to clawback holdings of this asset. If empty, clawback +

              Implements

              Constructors

              • Creates a new AssetParams object.

                +

                Parameters

                • __namedParameters: {
                      clawback?: string;
                      creator: string;
                      decimals: number | bigint;
                      defaultFrozen?: boolean;
                      freeze?: string;
                      manager?: string;
                      metadataHash?: string | Uint8Array;
                      name?: string;
                      nameB64?: string | Uint8Array;
                      reserve?: string;
                      total: number | bigint;
                      unitName?: string;
                      unitNameB64?: string | Uint8Array;
                      url?: string;
                      urlB64?: string | Uint8Array;
                  }
                  • Optional clawback?: string
                  • creator: string
                  • decimals: number | bigint
                  • Optional defaultFrozen?: boolean
                  • Optional freeze?: string
                  • Optional manager?: string
                  • Optional metadataHash?: string | Uint8Array
                  • Optional name?: string
                  • Optional nameB64?: string | Uint8Array
                  • Optional reserve?: string
                  • total: number | bigint
                  • Optional unitName?: string
                  • Optional unitNameB64?: string | Uint8Array
                  • Optional url?: string
                  • Optional urlB64?: string | Uint8Array

                Returns indexerModels.AssetParams

              Properties

              clawback?: string

              Address of account used to clawback holdings of this asset. If empty, clawback is not permitted.

              -
              -
              - -
              creator: string
              -

              The address that created this asset. This is the address where the parameters +

              creator: string

              The address that created this asset. This is the address where the parameters for this asset can be found, and also the address where unwanted asset units can be sent in the worst case.

              -
              -
              - -
              decimals: number | bigint
              -

              The number of digits to use after the decimal point when displaying this asset. +

              decimals: number

              The number of digits to use after the decimal point when displaying this asset. If 0, the asset is not divisible. If 1, the base unit of the asset is in tenths. If 2, the base unit of the asset is in hundredths, and so on. This value must be between 0 and 19 (inclusive).

              -
              -
              - -
              defaultFrozen?: boolean
              -

              Whether holdings of this asset are frozen by default.

              -
              -
              - -
              freeze?: string
              -

              Address of account used to freeze holdings of this asset. If empty, freezing is +

              defaultFrozen?: boolean

              Whether holdings of this asset are frozen by default.

              +
              freeze?: string

              Address of account used to freeze holdings of this asset. If empty, freezing is not permitted.

              -
              -
              - -
              manager?: string
              -

              Address of account used to manage the keys of this asset and to destroy it.

              -
              -
              - -
              metadataHash?: Uint8Array
              -

              A commitment to some unspecified asset metadata. The format of this metadata is +

              manager?: string

              Address of account used to manage the keys of this asset and to destroy it.

              +
              metadataHash?: Uint8Array

              A commitment to some unspecified asset metadata. The format of this metadata is up to the application.

              -
              -
              - -
              name?: string
              -

              Name of this asset, as supplied by the creator. Included only when the asset +

              name?: string

              Name of this asset, as supplied by the creator. Included only when the asset name is composed of printable utf-8 characters.

              -
              -
              - -
              nameB64?: Uint8Array
              -

              Base64 encoded name of this asset, as supplied by the creator.

              -
              -
              - -
              reserve?: string
              -

              Address of account holding reserve (non-minted) units of this asset.

              -
              -
              - -
              total: number | bigint
              -

              The total number of units of this asset.

              -
              -
              - -
              unitName?: string
              -

              Name of a unit of this asset, as supplied by the creator. Included only when the +

              nameB64?: Uint8Array

              Base64 encoded name of this asset, as supplied by the creator.

              +
              reserve?: string

              Address of account holding reserve (non-minted) units of this asset.

              +
              total: bigint

              The total number of units of this asset.

              +
              unitName?: string

              Name of a unit of this asset, as supplied by the creator. Included only when the name of a unit of this asset is composed of printable utf-8 characters.

              -
              -
              - -
              unitNameB64?: Uint8Array
              -

              Base64 encoded name of a unit of this asset, as supplied by the creator.

              -
              -
              - -
              url?: string
              -

              URL where more information about the asset can be retrieved. Included only when +

              unitNameB64?: Uint8Array

              Base64 encoded name of a unit of this asset, as supplied by the creator.

              +
              url?: string

              URL where more information about the asset can be retrieved. Included only when the URL is composed of printable utf-8 characters.

              -
              -
              - -
              urlB64?: Uint8Array
              -

              Base64 encoded URL where more information about the asset can be retrieved.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              urlB64?: Uint8Array

              Base64 encoded URL where more information about the asset can be retrieved.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.AssetResponse.html b/classes/indexerModels.AssetResponse.html index b5aaf0207..f54627f5f 100644 --- a/classes/indexerModels.AssetResponse.html +++ b/classes/indexerModels.AssetResponse.html @@ -1,161 +1,15 @@ -AssetResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AssetResponse

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - - -

              Specifies both the unique identifier and the parameters for an asset

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              currentRound: number | bigint
              -

              Round at which the results were computed.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +AssetResponse | algosdk

              Implements

              Constructors

              Properties

              Specifies both the unique identifier and the parameters for an asset

              +
              currentRound: bigint

              Round at which the results were computed.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.AssetsResponse.html b/classes/indexerModels.AssetsResponse.html index 63f397749..7cf4c5113 100644 --- a/classes/indexerModels.AssetsResponse.html +++ b/classes/indexerModels.AssetsResponse.html @@ -1,171 +1,17 @@ -AssetsResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AssetsResponse

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              currentRound: number | bigint
              -

              Round at which the results were computed.

              -
              -
              - -
              nextToken?: string
              -

              Used for pagination, when making another request provide this token with the +AssetsResponse | algosdk

              Implements

              Constructors

              Properties

              currentRound: bigint

              Round at which the results were computed.

              +
              nextToken?: string

              Used for pagination, when making another request provide this token with the next parameter.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.Block.html b/classes/indexerModels.Block.html index 4bf6bc397..0ef2a698d 100644 --- a/classes/indexerModels.Block.html +++ b/classes/indexerModels.Block.html @@ -1,365 +1,64 @@ -Block | algosdk
              -
              - -
              -
              -
              -
              - -

              Class Block

              -
              -

              Block information. +Block | algosdk

              Block information. Definition: data/bookkeeping/block.go : Block

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new Block object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { bonus?: number | bigint; feesCollected?: number | bigint; genesisHash: string | Uint8Array; genesisId: string; participationUpdates?: ParticipationUpdates; previousBlockHash: string | Uint8Array; proposer?: string; proposerPayout?: number | bigint; rewards?: BlockRewards; round: number | bigint; seed: string | Uint8Array; stateProofTracking?: StateProofTracking[]; timestamp: number | bigint; transactions?: indexerModels.Transaction[]; transactionsRoot: string | Uint8Array; transactionsRootSha256: string | Uint8Array; txnCounter?: number | bigint; upgradeState?: BlockUpgradeState; upgradeVote?: BlockUpgradeVote }
                  -
                    -
                  • -
                    Optional bonus?: number | bigint
                  • -
                  • -
                    Optional feesCollected?: number | bigint
                  • -
                  • -
                    genesisHash: string | Uint8Array
                  • -
                  • -
                    genesisId: string
                  • -
                  • -
                    Optional participationUpdates?: ParticipationUpdates
                  • -
                  • -
                    previousBlockHash: string | Uint8Array
                  • -
                  • -
                    Optional proposer?: string
                  • -
                  • -
                    Optional proposerPayout?: number | bigint
                  • -
                  • -
                    Optional rewards?: BlockRewards
                  • -
                  • -
                    round: number | bigint
                  • -
                  • -
                    seed: string | Uint8Array
                  • -
                  • -
                    Optional stateProofTracking?: StateProofTracking[]
                  • -
                  • -
                    timestamp: number | bigint
                  • -
                  • -
                    Optional transactions?: indexerModels.Transaction[]
                  • -
                  • -
                    transactionsRoot: string | Uint8Array
                  • -
                  • -
                    transactionsRootSha256: string | Uint8Array
                  • -
                  • -
                    Optional txnCounter?: number | bigint
                  • -
                  • -
                    Optional upgradeState?: BlockUpgradeState
                  • -
                  • -
                    Optional upgradeVote?: BlockUpgradeVote
                -

                Returns indexerModels.Block

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              bonus?: number | bigint
              -

              the potential bonus payout for this block.

              -
              -
              - -
              feesCollected?: number | bigint
              -

              the sum of all fees paid by transactions in this block.

              -
              -
              - -
              genesisHash: Uint8Array
              -

              (gh) hash to which this block belongs.

              -
              -
              - -
              genesisId: string
              -

              (gen) ID to which this block belongs.

              -
              -
              - -
              participationUpdates?: ParticipationUpdates
              -

              Participation account data that needs to be checked/acted on by the network.

              -
              -
              - -
              previousBlockHash: Uint8Array
              -

              (prev) Previous block hash.

              -
              -
              - -
              proposer?: string
              -

              the proposer of this block.

              -
              -
              - -
              proposerPayout?: number | bigint
              -

              the actual amount transferred to the proposer from the fee sink.

              -
              -
              - -
              rewards?: BlockRewards
              -

              Fields relating to rewards,

              -
              -
              - -
              round: number | bigint
              -

              (rnd) Current round on which this block was appended to the chain.

              -
              -
              - -
              seed: Uint8Array
              -

              (seed) Sortition seed.

              -
              -
              - -
              stateProofTracking?: StateProofTracking[]
              -

              Tracks the status of state proofs.

              -
              -
              - -
              timestamp: number | bigint
              -

              (ts) Block creation timestamp in seconds since eposh

              -
              -
              - -
              transactions?: indexerModels.Transaction[]
              -

              (txns) list of transactions corresponding to a given round.

              -
              -
              - -
              transactionsRoot: Uint8Array
              -

              (txn) TransactionsRoot authenticates the set of transactions appearing in the +

              Implements

              Constructors

              • Creates a new Block object.

                +

                Parameters

                • __namedParameters: {
                      bonus?: number | bigint;
                      feesCollected?: number | bigint;
                      genesisHash: string | Uint8Array;
                      genesisId: string;
                      participationUpdates?: indexerModels.ParticipationUpdates;
                      previousBlockHash: string | Uint8Array;
                      proposer?: string | Address;
                      proposerPayout?: number | bigint;
                      rewards?: BlockRewards;
                      round: number | bigint;
                      seed: string | Uint8Array;
                      stateProofTracking?: StateProofTracking[];
                      timestamp: number | bigint;
                      transactions?: indexerModels.Transaction[];
                      transactionsRoot: string | Uint8Array;
                      transactionsRootSha256: string | Uint8Array;
                      txnCounter?: number | bigint;
                      upgradeState?: BlockUpgradeState;
                      upgradeVote?: BlockUpgradeVote;
                  }
                  • Optional bonus?: number | bigint
                  • Optional feesCollected?: number | bigint
                  • genesisHash: string | Uint8Array
                  • genesisId: string
                  • Optional participationUpdates?: indexerModels.ParticipationUpdates
                  • previousBlockHash: string | Uint8Array
                  • Optional proposer?: string | Address
                  • Optional proposerPayout?: number | bigint
                  • Optional rewards?: BlockRewards
                  • round: number | bigint
                  • seed: string | Uint8Array
                  • Optional stateProofTracking?: StateProofTracking[]
                  • timestamp: number | bigint
                  • Optional transactions?: indexerModels.Transaction[]
                  • transactionsRoot: string | Uint8Array
                  • transactionsRootSha256: string | Uint8Array
                  • Optional txnCounter?: number | bigint
                  • Optional upgradeState?: BlockUpgradeState
                  • Optional upgradeVote?: BlockUpgradeVote

                Returns indexerModels.Block

              Properties

              bonus?: number

              the potential bonus payout for this block.

              +
              feesCollected?: number

              the sum of all fees paid by transactions in this block.

              +
              genesisHash: Uint8Array

              (gh) hash to which this block belongs.

              +
              genesisId: string

              (gen) ID to which this block belongs.

              +
              participationUpdates?: indexerModels.ParticipationUpdates

              Participation account data that needs to be checked/acted on by the network.

              +
              previousBlockHash: Uint8Array

              (prev) Previous block hash.

              +
              proposer?: Address

              the proposer of this block.

              +
              proposerPayout?: number

              the actual amount transferred to the proposer from the fee sink.

              +
              rewards?: BlockRewards

              Fields relating to rewards,

              +
              round: bigint

              (rnd) Current round on which this block was appended to the chain.

              +
              seed: Uint8Array

              (seed) Sortition seed.

              +
              stateProofTracking?: StateProofTracking[]

              Tracks the status of state proofs.

              +
              timestamp: number

              (ts) Block creation timestamp in seconds since eposh

              +
              transactions?: indexerModels.Transaction[]

              (txns) list of transactions corresponding to a given round.

              +
              transactionsRoot: Uint8Array

              (txn) TransactionsRoot authenticates the set of transactions appearing in the block. More specifically, it's the root of a merkle tree whose leaves are the block's Txids, in lexicographic order. For the empty block, it's 0. Note that the TxnRoot does not authenticate the signatures on the transactions, only the transactions themselves. Two blocks with the same transactions but in a different order and with different signatures will have the same TxnRoot.

              -
              -
              - -
              transactionsRootSha256: Uint8Array
              -

              (txn256) TransactionsRootSHA256 is an auxiliary TransactionRoot, built using a +

              transactionsRootSha256: Uint8Array

              (txn256) TransactionsRootSHA256 is an auxiliary TransactionRoot, built using a vector commitment instead of a merkle tree, and SHA256 hash function instead of the default SHA512_256. This commitment can be used on environments where only the SHA256 function exists.

              -
              -
              - -
              txnCounter?: number | bigint
              -

              (tc) TxnCounter counts the number of transactions committed in the ledger, from +

              txnCounter?: number

              (tc) TxnCounter counts the number of transactions committed in the ledger, from the time at which support for this feature was introduced. Specifically, TxnCounter is the number of the next transaction that will be committed after this block. It is 0 when no transactions have ever been committed (since TxnCounter started being supported).

              -
              -
              - -
              upgradeState?: BlockUpgradeState
              -

              Fields relating to a protocol upgrade.

              -
              -
              - -
              upgradeVote?: BlockUpgradeVote
              -

              Fields relating to voting for a protocol upgrade.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              upgradeState?: BlockUpgradeState

              Fields relating to a protocol upgrade.

              +
              upgradeVote?: BlockUpgradeVote

              Fields relating to voting for a protocol upgrade.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.BlockRewards.html b/classes/indexerModels.BlockRewards.html index 7164cdc27..d80047378 100644 --- a/classes/indexerModels.BlockRewards.html +++ b/classes/indexerModels.BlockRewards.html @@ -1,213 +1,29 @@ -BlockRewards | algosdk
              -
              - -
              -
              -
              -
              - -

              Class BlockRewards

              -
              -

              Fields relating to rewards,

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new BlockRewards object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { feeSink: string; rewardsCalculationRound: number | bigint; rewardsLevel: number | bigint; rewardsPool: string; rewardsRate: number | bigint; rewardsResidue: number | bigint }
                  -
                    -
                  • -
                    feeSink: string
                  • -
                  • -
                    rewardsCalculationRound: number | bigint
                  • -
                  • -
                    rewardsLevel: number | bigint
                  • -
                  • -
                    rewardsPool: string
                  • -
                  • -
                    rewardsRate: number | bigint
                  • -
                  • -
                    rewardsResidue: number | bigint
                -

                Returns BlockRewards

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              feeSink: string
              -

              (fees) accepts transaction fees, it can only spend to the incentive pool.

              -
              -
              - -
              rewardsCalculationRound: number | bigint
              -

              (rwcalr) number of leftover MicroAlgos after the distribution of rewards-rate +BlockRewards | algosdk

              Fields relating to rewards,

              +

              Implements

              Constructors

              • Creates a new BlockRewards object.

                +

                Parameters

                • __namedParameters: {
                      feeSink: string;
                      rewardsCalculationRound: number | bigint;
                      rewardsLevel: number | bigint;
                      rewardsPool: string;
                      rewardsRate: number | bigint;
                      rewardsResidue: number | bigint;
                  }
                  • feeSink: string
                  • rewardsCalculationRound: number | bigint
                  • rewardsLevel: number | bigint
                  • rewardsPool: string
                  • rewardsRate: number | bigint
                  • rewardsResidue: number | bigint

                Returns BlockRewards

              Properties

              feeSink: string

              (fees) accepts transaction fees, it can only spend to the incentive pool.

              +
              rewardsCalculationRound: bigint

              (rwcalr) number of leftover MicroAlgos after the distribution of rewards-rate MicroAlgos for every reward unit in the next round.

              -
              -
              - -
              rewardsLevel: number | bigint
              -

              (earn) How many rewards, in MicroAlgos, have been distributed to each RewardUnit +

              rewardsLevel: bigint

              (earn) How many rewards, in MicroAlgos, have been distributed to each RewardUnit of MicroAlgos since genesis.

              -
              -
              - -
              rewardsPool: string
              -

              (rwd) accepts periodic injections from the fee-sink and continually +

              rewardsPool: string

              (rwd) accepts periodic injections from the fee-sink and continually redistributes them as rewards.

              -
              -
              - -
              rewardsRate: number | bigint
              -

              (rate) Number of new MicroAlgos added to the participation stake from rewards at +

              rewardsRate: bigint

              (rate) Number of new MicroAlgos added to the participation stake from rewards at the next round.

              -
              -
              - -
              rewardsResidue: number | bigint
              -

              (frac) Number of leftover MicroAlgos after the distribution of +

              rewardsResidue: bigint

              (frac) Number of leftover MicroAlgos after the distribution of RewardsRate/rewardUnits MicroAlgos for every reward unit in the next round.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.BlockUpgradeState.html b/classes/indexerModels.BlockUpgradeState.html index 8a21572c1..e7d0a832e 100644 --- a/classes/indexerModels.BlockUpgradeState.html +++ b/classes/indexerModels.BlockUpgradeState.html @@ -1,198 +1,23 @@ -BlockUpgradeState | algosdk
              -
              - -
              -
              -
              -
              - -

              Class BlockUpgradeState

              -
              -

              Fields relating to a protocol upgrade.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new BlockUpgradeState object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { currentProtocol: string; nextProtocol?: string; nextProtocolApprovals?: number | bigint; nextProtocolSwitchOn?: number | bigint; nextProtocolVoteBefore?: number | bigint }
                  -
                    -
                  • -
                    currentProtocol: string
                  • -
                  • -
                    Optional nextProtocol?: string
                  • -
                  • -
                    Optional nextProtocolApprovals?: number | bigint
                  • -
                  • -
                    Optional nextProtocolSwitchOn?: number | bigint
                  • -
                  • -
                    Optional nextProtocolVoteBefore?: number | bigint
                -

                Returns BlockUpgradeState

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              currentProtocol: string
              -

              (proto) The current protocol version.

              -
              -
              - -
              nextProtocol?: string
              -

              (nextproto) The next proposed protocol version.

              -
              -
              - -
              nextProtocolApprovals?: number | bigint
              -

              (nextyes) Number of blocks which approved the protocol upgrade.

              -
              -
              - -
              nextProtocolSwitchOn?: number | bigint
              -

              (nextswitch) Round on which the protocol upgrade will take effect.

              -
              -
              - -
              nextProtocolVoteBefore?: number | bigint
              -

              (nextbefore) Deadline round for this protocol upgrade (No votes will be consider +BlockUpgradeState | algosdk

              Fields relating to a protocol upgrade.

              +

              Implements

              Constructors

              • Creates a new BlockUpgradeState object.

                +

                Parameters

                • __namedParameters: {
                      currentProtocol: string;
                      nextProtocol?: string;
                      nextProtocolApprovals?: number | bigint;
                      nextProtocolSwitchOn?: number | bigint;
                      nextProtocolVoteBefore?: number | bigint;
                  }
                  • currentProtocol: string
                  • Optional nextProtocol?: string
                  • Optional nextProtocolApprovals?: number | bigint
                  • Optional nextProtocolSwitchOn?: number | bigint
                  • Optional nextProtocolVoteBefore?: number | bigint

                Returns BlockUpgradeState

              Properties

              currentProtocol: string

              (proto) The current protocol version.

              +
              nextProtocol?: string

              (nextproto) The next proposed protocol version.

              +
              nextProtocolApprovals?: number

              (nextyes) Number of blocks which approved the protocol upgrade.

              +
              nextProtocolSwitchOn?: bigint

              (nextswitch) Round on which the protocol upgrade will take effect.

              +
              nextProtocolVoteBefore?: bigint

              (nextbefore) Deadline round for this protocol upgrade (No votes will be consider after this round).

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.BlockUpgradeVote.html b/classes/indexerModels.BlockUpgradeVote.html index 4139ae044..4a84470a4 100644 --- a/classes/indexerModels.BlockUpgradeVote.html +++ b/classes/indexerModels.BlockUpgradeVote.html @@ -1,175 +1,18 @@ -BlockUpgradeVote | algosdk
              -
              - -
              -
              -
              -
              - -

              Class BlockUpgradeVote

              -
              -

              Fields relating to voting for a protocol upgrade.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new BlockUpgradeVote object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { upgradeApprove?: boolean; upgradeDelay?: number | bigint; upgradePropose?: string }
                  -
                    -
                  • -
                    Optional upgradeApprove?: boolean
                  • -
                  • -
                    Optional upgradeDelay?: number | bigint
                  • -
                  • -
                    Optional upgradePropose?: string
                -

                Returns BlockUpgradeVote

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              upgradeApprove?: boolean
              -

              (upgradeyes) Indicates a yes vote for the current proposal.

              -
              -
              - -
              upgradeDelay?: number | bigint
              -

              (upgradedelay) Indicates the time between acceptance and execution.

              -
              -
              - -
              upgradePropose?: string
              -

              (upgradeprop) Indicates a proposed upgrade.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +BlockUpgradeVote | algosdk

              Fields relating to voting for a protocol upgrade.

              +

              Implements

              Constructors

              • Creates a new BlockUpgradeVote object.

                +

                Parameters

                • __namedParameters: {
                      upgradeApprove?: boolean;
                      upgradeDelay?: number | bigint;
                      upgradePropose?: string;
                  }
                  • Optional upgradeApprove?: boolean
                  • Optional upgradeDelay?: number | bigint
                  • Optional upgradePropose?: string

                Returns BlockUpgradeVote

              Properties

              upgradeApprove?: boolean

              (upgradeyes) Indicates a yes vote for the current proposal.

              +
              upgradeDelay?: bigint

              (upgradedelay) Indicates the time between acceptance and execution.

              +
              upgradePropose?: string

              (upgradeprop) Indicates a proposed upgrade.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.Box.html b/classes/indexerModels.Box.html index 6aa178743..a4601b4db 100644 --- a/classes/indexerModels.Box.html +++ b/classes/indexerModels.Box.html @@ -1,175 +1,18 @@ -Box | algosdk
              -
              - -
              -
              -
              -
              - -

              Class Box

              -
              -

              Box name and its content.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new Box object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { name: string | Uint8Array; round: number | bigint; value: string | Uint8Array }
                  -
                    -
                  • -
                    name: string | Uint8Array
                  • -
                  • -
                    round: number | bigint
                  • -
                  • -
                    value: string | Uint8Array
                -

                Returns indexerModels.Box

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              name: Uint8Array
              -

              (name) box name, base64 encoded

              -
              -
              - -
              round: number | bigint
              -

              The round for which this information is relevant

              -
              -
              - -
              value: Uint8Array
              -

              (value) box value, base64 encoded.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +Box | algosdk

              Box name and its content.

              +

              Implements

              Constructors

              • Creates a new Box object.

                +

                Parameters

                • __namedParameters: {
                      name: string | Uint8Array;
                      round: number | bigint;
                      value: string | Uint8Array;
                  }
                  • name: string | Uint8Array
                  • round: number | bigint
                  • value: string | Uint8Array

                Returns indexerModels.Box

              Properties

              name: Uint8Array

              (name) box name, base64 encoded

              +
              round: bigint

              The round for which this information is relevant

              +
              value: Uint8Array

              (value) box value, base64 encoded.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.BoxDescriptor.html b/classes/indexerModels.BoxDescriptor.html index 6e260008b..c05fb8011 100644 --- a/classes/indexerModels.BoxDescriptor.html +++ b/classes/indexerModels.BoxDescriptor.html @@ -1,155 +1,15 @@ -BoxDescriptor | algosdk
              -
              - -
              -
              -
              -
              - -

              Class BoxDescriptor

              -
              -

              Box descriptor describes an app box without a value.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              name: Uint8Array
              -

              Base64 encoded box name

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +BoxDescriptor | algosdk

              Box descriptor describes an app box without a value.

              +

              Implements

              Constructors

              Properties

              name: Uint8Array

              Base64 encoded box name

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.BoxesResponse.html b/classes/indexerModels.BoxesResponse.html index a278b1cdb..1ae85e617 100644 --- a/classes/indexerModels.BoxesResponse.html +++ b/classes/indexerModels.BoxesResponse.html @@ -1,174 +1,18 @@ -BoxesResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class BoxesResponse

              -
              -

              Box names of an application

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              applicationId: number | bigint
              -

              (appidx) application index.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              -
              - -
              nextToken?: string
              -

              Used for pagination, when making another request provide this token with the +BoxesResponse | algosdk

              Box names of an application

              +

              Implements

              Constructors

              Properties

              applicationId: bigint

              (appidx) application index.

              +
              nextToken?: string

              Used for pagination, when making another request provide this token with the next parameter.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.ErrorResponse.html b/classes/indexerModels.ErrorResponse.html index 5ab185f2a..ed9892131 100644 --- a/classes/indexerModels.ErrorResponse.html +++ b/classes/indexerModels.ErrorResponse.html @@ -1,160 +1,14 @@ -ErrorResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ErrorResponse

              -
              -

              Response for errors

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              data?: Record<string, any>
              -
              - -
              message: string
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ErrorResponse | algosdk

              Response for errors

              +

              Implements

              Constructors

              Properties

              message: string
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.EvalDelta.html b/classes/indexerModels.EvalDelta.html index d532b1243..dc03c2b51 100644 --- a/classes/indexerModels.EvalDelta.html +++ b/classes/indexerModels.EvalDelta.html @@ -1,175 +1,18 @@ -EvalDelta | algosdk
              -
              - -
              -
              -
              -
              - -

              Class EvalDelta

              -
              -

              Represents a TEAL value delta.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              action: number | bigint
              -

              (at) delta action.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              bytes?: string
              -

              (bs) bytes value.

              -
              -
              - -
              uint?: number | bigint
              -

              (ui) uint value.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +EvalDelta | algosdk

              Represents a TEAL value delta.

              +

              Implements

              Constructors

              Properties

              action: number

              (at) delta action.

              +
              bytes?: string

              (bs) bytes value.

              +
              uint?: bigint

              (ui) uint value.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.EvalDeltaKeyValue.html b/classes/indexerModels.EvalDeltaKeyValue.html index b0b5aabad..227ef823b 100644 --- a/classes/indexerModels.EvalDeltaKeyValue.html +++ b/classes/indexerModels.EvalDeltaKeyValue.html @@ -1,162 +1,15 @@ -EvalDeltaKeyValue | algosdk
              -
              - -
              -
              -
              -
              - -

              Class EvalDeltaKeyValue

              -
              -

              Key-value pairs for StateDelta.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              key: string
              -
              - - -

              Represents a TEAL value delta.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +EvalDeltaKeyValue | algosdk

              Key-value pairs for StateDelta.

              +

              Implements

              Constructors

              Properties

              key: string

              Represents a TEAL value delta.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.HashFactory.html b/classes/indexerModels.HashFactory.html index cfe68565e..9a4b40736 100644 --- a/classes/indexerModels.HashFactory.html +++ b/classes/indexerModels.HashFactory.html @@ -1,152 +1,15 @@ -HashFactory | algosdk
              -
              - -
              -
              -
              -
              - -

              Class HashFactory

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              hashType?: number | bigint
              -

              (t)

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +HashFactory | algosdk

              An interface for objects that can be encoded and decoded to/from msgpack and JSON.

              +

              Implements

              Constructors

              Properties

              hashType?: number

              (t)

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.HealthCheck.html b/classes/indexerModels.HealthCheck.html index 6ea25558f..e0b313870 100644 --- a/classes/indexerModels.HealthCheck.html +++ b/classes/indexerModels.HealthCheck.html @@ -1,207 +1,20 @@ -HealthCheck | algosdk
              -
              - -
              -
              -
              -
              - -

              Class HealthCheck

              -
              -

              A health check response.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new HealthCheck object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { data?: Record<string, any>; dbAvailable: boolean; errors?: string[]; isMigrating: boolean; message: string; round: number | bigint; version: string }
                  -
                    -
                  • -
                    Optional data?: Record<string, any>
                  • -
                  • -
                    dbAvailable: boolean
                  • -
                  • -
                    Optional errors?: string[]
                  • -
                  • -
                    isMigrating: boolean
                  • -
                  • -
                    message: string
                  • -
                  • -
                    round: number | bigint
                  • -
                  • -
                    version: string
                -

                Returns indexerModels.HealthCheck

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              data?: Record<string, any>
              -
              - -
              dbAvailable: boolean
              -
              - -
              errors?: string[]
              -
              - -
              isMigrating: boolean
              -
              - -
              message: string
              -
              - -
              round: number | bigint
              -
              - -
              version: string
              -

              Current version.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +HealthCheck | algosdk

              A health check response.

              +

              Implements

              Constructors

              • Creates a new HealthCheck object.

                +

                Parameters

                • __namedParameters: {
                      data?: UntypedValue;
                      dbAvailable: boolean;
                      errors?: string[];
                      isMigrating: boolean;
                      message: string;
                      round: number | bigint;
                      version: string;
                  }
                  • Optional data?: UntypedValue
                  • dbAvailable: boolean
                  • Optional errors?: string[]
                  • isMigrating: boolean
                  • message: string
                  • round: number | bigint
                  • version: string

                Returns HealthCheck

              Properties

              dbAvailable: boolean
              errors?: string[]
              isMigrating: boolean
              message: string
              round: bigint
              version: string

              Current version.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.IndexerStateProofMessage.html b/classes/indexerModels.IndexerStateProofMessage.html index eab1c8605..bcebcdf9c 100644 --- a/classes/indexerModels.IndexerStateProofMessage.html +++ b/classes/indexerModels.IndexerStateProofMessage.html @@ -1,194 +1,22 @@ -IndexerStateProofMessage | algosdk
              -
              - -
              -
              -
              -
              - -

              Class IndexerStateProofMessage

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new IndexerStateProofMessage object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { blockHeadersCommitment?: string | Uint8Array; firstAttestedRound?: number | bigint; latestAttestedRound?: number | bigint; lnProvenWeight?: number | bigint; votersCommitment?: string | Uint8Array }
                  -
                    -
                  • -
                    Optional blockHeadersCommitment?: string | Uint8Array
                  • -
                  • -
                    Optional firstAttestedRound?: number | bigint
                  • -
                  • -
                    Optional latestAttestedRound?: number | bigint
                  • -
                  • -
                    Optional lnProvenWeight?: number | bigint
                  • -
                  • -
                    Optional votersCommitment?: string | Uint8Array
                -

                Returns IndexerStateProofMessage

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              blockHeadersCommitment?: Uint8Array
              -

              (b)

              -
              -
              - -
              firstAttestedRound?: number | bigint
              -

              (f)

              -
              -
              - -
              latestAttestedRound?: number | bigint
              -

              (l)

              -
              -
              - -
              lnProvenWeight?: number | bigint
              -

              (P)

              -
              -
              - -
              votersCommitment?: Uint8Array
              -

              (v)

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +IndexerStateProofMessage | algosdk

              Class IndexerStateProofMessage

              An interface for objects that can be encoded and decoded to/from msgpack and JSON.

              +

              Implements

              Constructors

              • Creates a new IndexerStateProofMessage object.

                +

                Parameters

                • __namedParameters: {
                      blockHeadersCommitment?: string | Uint8Array;
                      firstAttestedRound?: number | bigint;
                      latestAttestedRound?: number | bigint;
                      lnProvenWeight?: number | bigint;
                      votersCommitment?: string | Uint8Array;
                  }
                  • Optional blockHeadersCommitment?: string | Uint8Array
                  • Optional firstAttestedRound?: number | bigint
                  • Optional latestAttestedRound?: number | bigint
                  • Optional lnProvenWeight?: number | bigint
                  • Optional votersCommitment?: string | Uint8Array

                Returns IndexerStateProofMessage

              Properties

              blockHeadersCommitment?: Uint8Array

              (b)

              +
              firstAttestedRound?: bigint

              (f)

              +
              latestAttestedRound?: bigint

              (l)

              +
              lnProvenWeight?: bigint

              (P)

              +
              votersCommitment?: Uint8Array

              (v)

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.MerkleArrayProof.html b/classes/indexerModels.MerkleArrayProof.html index 9739cb2fd..477cde1c2 100644 --- a/classes/indexerModels.MerkleArrayProof.html +++ b/classes/indexerModels.MerkleArrayProof.html @@ -1,170 +1,17 @@ -MerkleArrayProof | algosdk
              -
              - -
              -
              -
              -
              - -

              Class MerkleArrayProof

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              hashFactory?: HashFactory
              -
              - -
              path?: Uint8Array[]
              -

              (pth)

              -
              -
              - -
              treeDepth?: number | bigint
              -

              (td)

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +MerkleArrayProof | algosdk

              An interface for objects that can be encoded and decoded to/from msgpack and JSON.

              +

              Implements

              Constructors

              Properties

              path?: Uint8Array[]

              (pth)

              +
              treeDepth?: number

              (td)

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.MiniAssetHolding.html b/classes/indexerModels.MiniAssetHolding.html index 89cec255a..377b1d4ad 100644 --- a/classes/indexerModels.MiniAssetHolding.html +++ b/classes/indexerModels.MiniAssetHolding.html @@ -1,202 +1,21 @@ -MiniAssetHolding | algosdk
              -
              - -
              -
              -
              -
              - -

              Class MiniAssetHolding

              -
              -

              A simplified version of AssetHolding

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new MiniAssetHolding object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { address: string; amount: number | bigint; deleted?: boolean; isFrozen: boolean; optedInAtRound?: number | bigint; optedOutAtRound?: number | bigint }
                  -
                    -
                  • -
                    address: string
                  • -
                  • -
                    amount: number | bigint
                  • -
                  • -
                    Optional deleted?: boolean
                  • -
                  • -
                    isFrozen: boolean
                  • -
                  • -
                    Optional optedInAtRound?: number | bigint
                  • -
                  • -
                    Optional optedOutAtRound?: number | bigint
                -

                Returns MiniAssetHolding

              -
              -

              Properties

              -
              - -
              address: string
              -
              - -
              amount: number | bigint
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              deleted?: boolean
              -

              Whether or not this asset holding is currently deleted from its account.

              -
              -
              - -
              isFrozen: boolean
              -
              - -
              optedInAtRound?: number | bigint
              -

              Round during which the account opted into the asset.

              -
              -
              - -
              optedOutAtRound?: number | bigint
              -

              Round during which the account opted out of the asset.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +MiniAssetHolding | algosdk

              A simplified version of AssetHolding

              +

              Implements

              Constructors

              • Creates a new MiniAssetHolding object.

                +

                Parameters

                • __namedParameters: {
                      address: string;
                      amount: number | bigint;
                      deleted?: boolean;
                      isFrozen: boolean;
                      optedInAtRound?: number | bigint;
                      optedOutAtRound?: number | bigint;
                  }
                  • address: string
                  • amount: number | bigint
                  • Optional deleted?: boolean
                  • isFrozen: boolean
                  • Optional optedInAtRound?: number | bigint
                  • Optional optedOutAtRound?: number | bigint

                Returns MiniAssetHolding

              Properties

              address: string
              amount: bigint
              deleted?: boolean

              Whether or not this asset holding is currently deleted from its account.

              +
              isFrozen: boolean
              optedInAtRound?: bigint

              Round during which the account opted into the asset.

              +
              optedOutAtRound?: bigint

              Round during which the account opted out of the asset.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.ParticipationUpdates.html b/classes/indexerModels.ParticipationUpdates.html index df1a07241..4f8e253e4 100644 --- a/classes/indexerModels.ParticipationUpdates.html +++ b/classes/indexerModels.ParticipationUpdates.html @@ -1,165 +1,17 @@ -ParticipationUpdates | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ParticipationUpdates

              -
              -

              Participation account data that needs to be checked/acted on by the network.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new ParticipationUpdates object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { absentParticipationAccounts?: string[]; expiredParticipationAccounts?: string[] }
                  -
                    -
                  • -
                    Optional absentParticipationAccounts?: string[]
                  • -
                  • -
                    Optional expiredParticipationAccounts?: string[]
                -

                Returns ParticipationUpdates

              -
              -

              Properties

              -
              - -
              absentParticipationAccounts?: string[]
              -

              (partupabs) a list of online accounts that need to be suspended.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              expiredParticipationAccounts?: string[]
              -

              (partupdrmv) a list of online accounts that needs to be converted to offline +ParticipationUpdates | algosdk

              Participation account data that needs to be checked/acted on by the network.

              +

              Implements

              Constructors

              Properties

              absentParticipationAccounts?: string[]

              (partupabs) a list of online accounts that need to be suspended.

              +
              expiredParticipationAccounts?: string[]

              (partupdrmv) a list of online accounts that needs to be converted to offline since their participation key expired.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.StateProofFields.html b/classes/indexerModels.StateProofFields.html index c644a182d..cb51bfebe 100644 --- a/classes/indexerModels.StateProofFields.html +++ b/classes/indexerModels.StateProofFields.html @@ -1,222 +1,29 @@ -StateProofFields | algosdk
              -
              - -
              -
              -
              -
              - -

              Class StateProofFields

              -
              -

              (sp) represents a state proof. +StateProofFields | algosdk

              (sp) represents a state proof. Definition: crypto/stateproof/structs.go : StateProof

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              partProofs?: MerkleArrayProof
              -

              (P)

              -
              -
              - -
              positionsToReveal?: (number | bigint)[]
              -

              (pr) Sequence of reveal positions.

              -
              -
              - -
              reveals?: StateProofReveal[]
              -

              (r) Note that this is actually stored as a map[uint64] - Reveal in the actual +

              Implements

              Constructors

              Properties

              (P)

              +
              positionsToReveal?: bigint[]

              (pr) Sequence of reveal positions.

              +
              reveals?: StateProofReveal[]

              (r) Note that this is actually stored as a map[uint64] - Reveal in the actual msgp

              -
              -
              - -
              saltVersion?: number | bigint
              -

              (v) Salt version of the merkle signature.

              -
              -
              - -
              sigCommit?: Uint8Array
              -

              (c)

              -
              -
              - -
              sigProofs?: MerkleArrayProof
              -

              (S)

              -
              -
              - -
              signedWeight?: number | bigint
              -

              (w)

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              saltVersion?: number

              (v) Salt version of the merkle signature.

              +
              sigCommit?: Uint8Array

              (c)

              +

              (S)

              +
              signedWeight?: bigint

              (w)

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.StateProofParticipant.html b/classes/indexerModels.StateProofParticipant.html index c7bc99568..677cdf3d3 100644 --- a/classes/indexerModels.StateProofParticipant.html +++ b/classes/indexerModels.StateProofParticipant.html @@ -1,161 +1,16 @@ -StateProofParticipant | algosdk
              -
              - -
              -
              -
              -
              - -

              Class StateProofParticipant

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              (p)

              -
              -
              - -
              weight?: number | bigint
              -

              (w)

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +StateProofParticipant | algosdk

              An interface for objects that can be encoded and decoded to/from msgpack and JSON.

              +

              Implements

              Constructors

              Properties

              (p)

              +
              weight?: bigint

              (w)

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.StateProofReveal.html b/classes/indexerModels.StateProofReveal.html index dab346727..148c9e73c 100644 --- a/classes/indexerModels.StateProofReveal.html +++ b/classes/indexerModels.StateProofReveal.html @@ -1,173 +1,19 @@ -StateProofReveal | algosdk
              -
              - -
              -
              -
              -
              - -

              Class StateProofReveal

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              participant?: StateProofParticipant
              -

              (p)

              -
              -
              - -
              position?: number | bigint
              -

              The position in the signature and participants arrays corresponding to this +StateProofReveal | algosdk

              An interface for objects that can be encoded and decoded to/from msgpack and JSON.

              +

              Implements

              Constructors

              Properties

              participant?: StateProofParticipant

              (p)

              +
              position?: bigint

              The position in the signature and participants arrays corresponding to this entry.

              -
              -
              - - -

              (s)

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              (s)

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.StateProofSigSlot.html b/classes/indexerModels.StateProofSigSlot.html index 4a8068cc0..c69338910 100644 --- a/classes/indexerModels.StateProofSigSlot.html +++ b/classes/indexerModels.StateProofSigSlot.html @@ -1,159 +1,15 @@ -StateProofSigSlot | algosdk
              -
              - -
              -
              -
              -
              - -

              Class StateProofSigSlot

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              lowerSigWeight?: number | bigint
              -

              (l) The total weight of signatures in the lower-numbered slots.

              -
              -
              - -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +StateProofSigSlot | algosdk

              An interface for objects that can be encoded and decoded to/from msgpack and JSON.

              +

              Implements

              Constructors

              Properties

              lowerSigWeight?: bigint

              (l) The total weight of signatures in the lower-numbered slots.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.StateProofSignature.html b/classes/indexerModels.StateProofSignature.html index 8327ba9d2..2020ea768 100644 --- a/classes/indexerModels.StateProofSignature.html +++ b/classes/indexerModels.StateProofSignature.html @@ -1,177 +1,17 @@ -StateProofSignature | algosdk
              -
              - -
              -
              -
              -
              - -

              Class StateProofSignature

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new StateProofSignature object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { falconSignature?: string | Uint8Array; merkleArrayIndex?: number | bigint; proof?: MerkleArrayProof; verifyingKey?: string | Uint8Array }
                  -
                    -
                  • -
                    Optional falconSignature?: string | Uint8Array
                  • -
                  • -
                    Optional merkleArrayIndex?: number | bigint
                  • -
                  • -
                    Optional proof?: MerkleArrayProof
                  • -
                  • -
                    Optional verifyingKey?: string | Uint8Array
                -

                Returns StateProofSignature

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              falconSignature?: Uint8Array
              -
              - -
              merkleArrayIndex?: number | bigint
              -
              - -
              -
              - -
              verifyingKey?: Uint8Array
              -

              (vkey)

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +StateProofSignature | algosdk

              An interface for objects that can be encoded and decoded to/from msgpack and JSON.

              +

              Implements

              Constructors

              Properties

              falconSignature?: Uint8Array
              merkleArrayIndex?: number
              verifyingKey?: Uint8Array

              (vkey)

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.StateProofTracking.html b/classes/indexerModels.StateProofTracking.html index 97d0cc81b..472982b14 100644 --- a/classes/indexerModels.StateProofTracking.html +++ b/classes/indexerModels.StateProofTracking.html @@ -1,185 +1,22 @@ -StateProofTracking | algosdk
              -
              - -
              -
              -
              -
              - -

              Class StateProofTracking

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new StateProofTracking object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { nextRound?: number | bigint; onlineTotalWeight?: number | bigint; type?: number | bigint; votersCommitment?: string | Uint8Array }
                  -
                    -
                  • -
                    Optional nextRound?: number | bigint
                  • -
                  • -
                    Optional onlineTotalWeight?: number | bigint
                  • -
                  • -
                    Optional type?: number | bigint
                  • -
                  • -
                    Optional votersCommitment?: string | Uint8Array
                -

                Returns StateProofTracking

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              nextRound?: number | bigint
              -

              (n) Next round for which we will accept a state proof transaction.

              -
              -
              - -
              onlineTotalWeight?: number | bigint
              -

              (t) The total number of microalgos held by the online accounts during the +StateProofTracking | algosdk

              An interface for objects that can be encoded and decoded to/from msgpack and JSON.

              +

              Implements

              Constructors

              • Creates a new StateProofTracking object.

                +

                Parameters

                • __namedParameters: {
                      nextRound?: number | bigint;
                      onlineTotalWeight?: number | bigint;
                      type?: number | bigint;
                      votersCommitment?: string | Uint8Array;
                  }
                  • Optional nextRound?: number | bigint
                  • Optional onlineTotalWeight?: number | bigint
                  • Optional type?: number | bigint
                  • Optional votersCommitment?: string | Uint8Array

                Returns StateProofTracking

              Properties

              nextRound?: bigint

              (n) Next round for which we will accept a state proof transaction.

              +
              onlineTotalWeight?: bigint

              (t) The total number of microalgos held by the online accounts during the StateProof round.

              -
              -
              - -
              type?: number | bigint
              -

              State Proof Type. Note the raw object uses map with this as key.

              -
              -
              - -
              votersCommitment?: Uint8Array
              -

              (v) Root of a vector commitment containing online accounts that will help sign +

              type?: number

              State Proof Type. Note the raw object uses map with this as key.

              +
              votersCommitment?: Uint8Array

              (v) Root of a vector commitment containing online accounts that will help sign the proof.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.StateProofVerifier.html b/classes/indexerModels.StateProofVerifier.html index 06d38ecad..2a2fea50e 100644 --- a/classes/indexerModels.StateProofVerifier.html +++ b/classes/indexerModels.StateProofVerifier.html @@ -1,161 +1,16 @@ -StateProofVerifier | algosdk
              -
              - -
              -
              -
              -
              - -

              Class StateProofVerifier

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new StateProofVerifier object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { commitment?: string | Uint8Array; keyLifetime?: number | bigint }
                  -
                    -
                  • -
                    Optional commitment?: string | Uint8Array
                  • -
                  • -
                    Optional keyLifetime?: number | bigint
                -

                Returns StateProofVerifier

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              commitment?: Uint8Array
              -

              (cmt) Represents the root of the vector commitment tree.

              -
              -
              - -
              keyLifetime?: number | bigint
              -

              (lf) Key lifetime.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +StateProofVerifier | algosdk

              An interface for objects that can be encoded and decoded to/from msgpack and JSON.

              +

              Implements

              Constructors

              • Creates a new StateProofVerifier object.

                +

                Parameters

                • __namedParameters: {
                      commitment?: string | Uint8Array;
                      keyLifetime?: number | bigint;
                  }
                  • Optional commitment?: string | Uint8Array
                  • Optional keyLifetime?: number | bigint

                Returns StateProofVerifier

              Properties

              commitment?: Uint8Array

              (cmt) Represents the root of the vector commitment tree.

              +
              keyLifetime?: bigint

              (lf) Key lifetime.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.StateSchema.html b/classes/indexerModels.StateSchema.html index 0ebb81b17..69dab8c47 100644 --- a/classes/indexerModels.StateSchema.html +++ b/classes/indexerModels.StateSchema.html @@ -1,167 +1,19 @@ -StateSchema | algosdk
              -
              - -
              -
              -
              -
              - -

              Class StateSchema

              -
              -

              Represents a (apls) local-state or (apgs) global-state schema. These schemas +StateSchema | algosdk

              Represents a (apls) local-state or (apgs) global-state schema. These schemas determine how much storage may be used in a local-state or global-state for an application. The more space used, the larger minimum balance must be maintained in the account holding the data.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new StateSchema object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { numByteSlice: number | bigint; numUint: number | bigint }
                  -
                    -
                  • -
                    numByteSlice: number | bigint
                  • -
                  • -
                    numUint: number | bigint
                -

                Returns StateSchema

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              numByteSlice: number | bigint
              -

              Maximum number of TEAL byte slices that may be stored in the key/value store.

              -
              -
              - -
              numUint: number | bigint
              -

              Maximum number of TEAL uints that may be stored in the key/value store.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Implements

              Constructors

              Properties

              numByteSlice: number

              Maximum number of TEAL byte slices that may be stored in the key/value store.

              +
              numUint: number

              Maximum number of TEAL uints that may be stored in the key/value store.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TealKeyValue.html b/classes/indexerModels.TealKeyValue.html index 163645a46..003f540e9 100644 --- a/classes/indexerModels.TealKeyValue.html +++ b/classes/indexerModels.TealKeyValue.html @@ -1,162 +1,15 @@ -TealKeyValue | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TealKeyValue

              -
              -

              Represents a key-value pair in an application store.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              key: string
              -
              - - -

              Represents a TEAL value.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +TealKeyValue | algosdk

              Represents a key-value pair in an application store.

              +

              Implements

              Constructors

              Properties

              key: Uint8Array

              Represents a TEAL value.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TealValue.html b/classes/indexerModels.TealValue.html index 0e4aa97b3..b2afdd2c2 100644 --- a/classes/indexerModels.TealValue.html +++ b/classes/indexerModels.TealValue.html @@ -1,175 +1,18 @@ -TealValue | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TealValue

              -
              -

              Represents a TEAL value.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              bytes: string
              -

              bytes value.

              -
              -
              - -
              type: number | bigint
              -

              type of the value. Value 1 refers to bytes, value 2 refers to uint

              -
              -
              - -
              uint: number | bigint
              -

              uint value.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +TealValue | algosdk

              Represents a TEAL value.

              +

              Implements

              Constructors

              Properties

              bytes: Uint8Array

              bytes value.

              +
              type: number

              type of the value. Value 1 refers to bytes, value 2 refers to uint

              +
              uint: bigint

              uint value.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.Transaction.html b/classes/indexerModels.Transaction.html index e59b71204..f54bf80b7 100644 --- a/classes/indexerModels.Transaction.html +++ b/classes/indexerModels.Transaction.html @@ -1,446 +1,113 @@ -Transaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Class Transaction

              -
              -

              Contains all fields common to all transactions and serves as an envelope to all +Transaction | algosdk

              Contains all fields common to all transactions and serves as an envelope to all transactions type. Represents both regular and inner transactions. Definition: data/transactions/signedtxn.go : SignedTxn data/transactions/transaction.go : Transaction

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              applicationTransaction?: TransactionApplication
              -

              Fields for application transactions. +

              Implements

              Constructors

              • Creates a new Transaction object.

                +

                Parameters

                • __namedParameters: {
                      applicationTransaction?: TransactionApplication;
                      assetConfigTransaction?: TransactionAssetConfig;
                      assetFreezeTransaction?: TransactionAssetFreeze;
                      assetTransferTransaction?: TransactionAssetTransfer;
                      authAddr?: string | Address;
                      closeRewards?: number | bigint;
                      closingAmount?: number | bigint;
                      confirmedRound?: number | bigint;
                      createdApplicationIndex?: number | bigint;
                      createdAssetIndex?: number | bigint;
                      fee: number | bigint;
                      firstValid: number | bigint;
                      genesisHash?: string | Uint8Array;
                      genesisId?: string;
                      globalStateDelta?: indexerModels.EvalDeltaKeyValue[];
                      group?: string | Uint8Array;
                      id?: string;
                      innerTxns?: indexerModels.Transaction[];
                      intraRoundOffset?: number | bigint;
                      keyregTransaction?: TransactionKeyreg;
                      lastValid: number | bigint;
                      lease?: string | Uint8Array;
                      localStateDelta?: indexerModels.AccountStateDelta[];
                      logs?: Uint8Array[];
                      note?: string | Uint8Array;
                      paymentTransaction?: TransactionPayment;
                      receiverRewards?: number | bigint;
                      rekeyTo?: string | Address;
                      roundTime?: number | bigint;
                      sender: string;
                      senderRewards?: number | bigint;
                      signature?: TransactionSignature;
                      stateProofTransaction?: TransactionStateProof;
                      txType?: string;
                  }
                  • Optional applicationTransaction?: TransactionApplication
                  • Optional assetConfigTransaction?: TransactionAssetConfig
                  • Optional assetFreezeTransaction?: TransactionAssetFreeze
                  • Optional assetTransferTransaction?: TransactionAssetTransfer
                  • Optional authAddr?: string | Address
                  • Optional closeRewards?: number | bigint
                  • Optional closingAmount?: number | bigint
                  • Optional confirmedRound?: number | bigint
                  • Optional createdApplicationIndex?: number | bigint
                  • Optional createdAssetIndex?: number | bigint
                  • fee: number | bigint
                  • firstValid: number | bigint
                  • Optional genesisHash?: string | Uint8Array
                  • Optional genesisId?: string
                  • Optional globalStateDelta?: indexerModels.EvalDeltaKeyValue[]
                  • Optional group?: string | Uint8Array
                  • Optional id?: string
                  • Optional innerTxns?: indexerModels.Transaction[]
                  • Optional intraRoundOffset?: number | bigint
                  • Optional keyregTransaction?: TransactionKeyreg
                  • lastValid: number | bigint
                  • Optional lease?: string | Uint8Array
                  • Optional localStateDelta?: indexerModels.AccountStateDelta[]
                  • Optional logs?: Uint8Array[]
                  • Optional note?: string | Uint8Array
                  • Optional paymentTransaction?: TransactionPayment
                  • Optional receiverRewards?: number | bigint
                  • Optional rekeyTo?: string | Address
                  • Optional roundTime?: number | bigint
                  • sender: string
                  • Optional senderRewards?: number | bigint
                  • Optional signature?: TransactionSignature
                  • Optional stateProofTransaction?: TransactionStateProof
                  • Optional txType?: string

                Returns indexerModels.Transaction

              Properties

              applicationTransaction?: TransactionApplication

              Fields for application transactions. Definition: data/transactions/application.go : ApplicationCallTxnFields

              -
              -
              - -
              assetConfigTransaction?: TransactionAssetConfig
              -

              Fields for asset allocation, re-configuration, and destruction. +

              assetConfigTransaction?: TransactionAssetConfig

              Fields for asset allocation, re-configuration, and destruction. A zero value for asset-id indicates asset creation. A zero value for the params indicates asset destruction. Definition: data/transactions/asset.go : AssetConfigTxnFields

              -
              -
              - -
              assetFreezeTransaction?: TransactionAssetFreeze
              -

              Fields for an asset freeze transaction. +

              assetFreezeTransaction?: TransactionAssetFreeze

              Fields for an asset freeze transaction. Definition: data/transactions/asset.go : AssetFreezeTxnFields

              -
              -
              - -
              assetTransferTransaction?: TransactionAssetTransfer
              -

              Fields for an asset transfer transaction. +

              assetTransferTransaction?: TransactionAssetTransfer

              Fields for an asset transfer transaction. Definition: data/transactions/asset.go : AssetTransferTxnFields

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              authAddr?: string
              -

              (sgnr) this is included with signed transactions when the signing address does +

              authAddr?: Address

              (sgnr) this is included with signed transactions when the signing address does not equal the sender. The backend can use this to ensure that auth addr is equal to the accounts auth addr.

              -
              -
              - -
              closeRewards?: number | bigint
              -

              (rc) rewards applied to close-remainder-to account.

              -
              -
              - -
              closingAmount?: number | bigint
              -

              (ca) closing amount for transaction.

              -
              -
              - -
              confirmedRound?: number | bigint
              -

              Round when the transaction was confirmed.

              -
              -
              - -
              createdApplicationIndex?: number | bigint
              -

              Specifies an application index (ID) if an application was created with this +

              closeRewards?: bigint

              (rc) rewards applied to close-remainder-to account.

              +
              closingAmount?: bigint

              (ca) closing amount for transaction.

              +
              confirmedRound?: bigint

              Round when the transaction was confirmed.

              +
              createdApplicationIndex?: bigint

              Specifies an application index (ID) if an application was created with this transaction.

              -
              -
              - -
              createdAssetIndex?: number | bigint
              -

              Specifies an asset index (ID) if an asset was created with this transaction.

              -
              -
              - -
              fee: number | bigint
              -

              (fee) Transaction fee.

              -
              -
              - -
              firstValid: number | bigint
              -

              (fv) First valid round for this transaction.

              -
              -
              - -
              genesisHash?: Uint8Array
              -

              (gh) Hash of genesis block.

              -
              -
              - -
              genesisId?: string
              -

              (gen) genesis block ID.

              -
              -
              - -
              globalStateDelta?: indexerModels.EvalDeltaKeyValue[]
              -

              (gd) Global state key/value changes for the application being executed by this +

              createdAssetIndex?: bigint

              Specifies an asset index (ID) if an asset was created with this transaction.

              +
              fee: bigint

              (fee) Transaction fee.

              +
              firstValid: bigint

              (fv) First valid round for this transaction.

              +
              genesisHash?: Uint8Array

              (gh) Hash of genesis block.

              +
              genesisId?: string

              (gen) genesis block ID.

              +
              globalStateDelta?: indexerModels.EvalDeltaKeyValue[]

              (gd) Global state key/value changes for the application being executed by this transaction.

              -
              -
              - -
              group?: Uint8Array
              -

              (grp) Base64 encoded byte array of a sha512/256 digest. When present indicates +

              group?: Uint8Array

              (grp) Base64 encoded byte array of a sha512/256 digest. When present indicates that this transaction is part of a transaction group and the value is the sha512/256 hash of the transactions in that group.

              -
              -
              - -
              id?: string
              -

              Transaction ID

              -
              -
              - - -

              Inner transactions produced by application execution.

              -
              -
              - -
              intraRoundOffset?: number | bigint
              -

              Offset into the round where this transaction was confirmed.

              -
              -
              - -
              keyregTransaction?: TransactionKeyreg
              -

              Fields for a keyreg transaction. +

              id?: string

              Transaction ID

              +

              Inner transactions produced by application execution.

              +
              intraRoundOffset?: number

              Offset into the round where this transaction was confirmed.

              +
              keyregTransaction?: TransactionKeyreg

              Fields for a keyreg transaction. Definition: data/transactions/keyreg.go : KeyregTxnFields

              -
              -
              - -
              lastValid: number | bigint
              -

              (lv) Last valid round for this transaction.

              -
              -
              - -
              lease?: Uint8Array
              -

              (lx) Base64 encoded 32-byte array. Lease enforces mutual exclusion of +

              lastValid: bigint

              (lv) Last valid round for this transaction.

              +
              lease?: Uint8Array

              (lx) Base64 encoded 32-byte array. Lease enforces mutual exclusion of transactions. If this field is nonzero, then once the transaction is confirmed, it acquires the lease identified by the (Sender, Lease) pair of the transaction until the LastValid round passes. While this transaction possesses the lease, no other transaction specifying this lease can be confirmed.

              -
              -
              - -
              localStateDelta?: indexerModels.AccountStateDelta[]
              -

              (ld) Local state key/value changes for the application being executed by this +

              localStateDelta?: indexerModels.AccountStateDelta[]

              (ld) Local state key/value changes for the application being executed by this transaction.

              -
              -
              - -
              logs?: Uint8Array[]
              -

              (lg) Logs for the application being executed by this transaction.

              -
              -
              - -
              note?: Uint8Array
              -

              (note) Free form data.

              -
              -
              - -
              paymentTransaction?: TransactionPayment
              -

              Fields for a payment transaction. +

              logs?: Uint8Array[]

              (lg) Logs for the application being executed by this transaction.

              +
              note?: Uint8Array

              (note) Free form data.

              +
              paymentTransaction?: TransactionPayment

              Fields for a payment transaction. Definition: data/transactions/payment.go : PaymentTxnFields

              -
              -
              - -
              receiverRewards?: number | bigint
              -

              (rr) rewards applied to receiver account.

              -
              -
              - -
              rekeyTo?: string
              -

              (rekey) when included in a valid transaction, the accounts auth addr will be +

              receiverRewards?: bigint

              (rr) rewards applied to receiver account.

              +
              rekeyTo?: Address

              (rekey) when included in a valid transaction, the accounts auth addr will be updated with this value and future signatures must be signed with the key represented by this address.

              -
              -
              - -
              roundTime?: number | bigint
              -

              Time when the block this transaction is in was confirmed.

              -
              -
              - -
              sender: string
              -

              (snd) Sender's address.

              -
              -
              - -
              senderRewards?: number | bigint
              -

              (rs) rewards applied to sender account.

              -
              -
              - - -

              Validation signature associated with some data. Only one of the signatures +

              roundTime?: number

              Time when the block this transaction is in was confirmed.

              +
              sender: string

              (snd) Sender's address.

              +
              senderRewards?: bigint

              (rs) rewards applied to sender account.

              +

              Validation signature associated with some data. Only one of the signatures should be provided.

              -
              -
              - -
              stateProofTransaction?: TransactionStateProof
              -

              Fields for a state proof transaction. +

              stateProofTransaction?: TransactionStateProof

              Fields for a state proof transaction. Definition: data/transactions/stateproof.go : StateProofTxnFields

              -
              -
              - -
              txType?: string
              -

              (type) Indicates what type of transaction this is. Different types have +

              txType?: string

              (type) Indicates what type of transaction this is. Different types have different fields. Valid types, and where their fields are stored:

                @@ -452,110 +119,7 @@
              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TransactionApplication.html b/classes/indexerModels.TransactionApplication.html index 95b165862..3f2f3151f 100644 --- a/classes/indexerModels.TransactionApplication.html +++ b/classes/indexerModels.TransactionApplication.html @@ -1,201 +1,52 @@ -TransactionApplication | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionApplication

              -
              -

              Fields for application transactions. +TransactionApplication | algosdk

              Class TransactionApplication

              Fields for application transactions. Definition: data/transactions/application.go : ApplicationCallTxnFields

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new TransactionApplication object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { accounts?: string[]; applicationArgs?: Uint8Array[]; applicationId: number | bigint; approvalProgram?: string | Uint8Array; clearStateProgram?: string | Uint8Array; extraProgramPages?: number | bigint; foreignApps?: (number | bigint)[]; foreignAssets?: (number | bigint)[]; globalStateSchema?: StateSchema; localStateSchema?: StateSchema; onCompletion?: string }
                  -
                    -
                  • -
                    Optional accounts?: string[]
                  • -
                  • -
                    Optional applicationArgs?: Uint8Array[]
                  • -
                  • -
                    applicationId: number | bigint
                  • -
                  • -
                    Optional approvalProgram?: string | Uint8Array
                  • -
                  • -
                    Optional clearStateProgram?: string | Uint8Array
                  • -
                  • -
                    Optional extraProgramPages?: number | bigint
                  • -
                  • -
                    Optional foreignApps?: (number | bigint)[]
                  • -
                  • -
                    Optional foreignAssets?: (number | bigint)[]
                  • -
                  • -
                    Optional globalStateSchema?: StateSchema
                  • -
                  • -
                    Optional localStateSchema?: StateSchema
                  • -
                  • -
                    Optional onCompletion?: string
                -

                Returns TransactionApplication

              -
              -

              Properties

              -
              - -
              accounts?: string[]
              -

              (apat) List of accounts in addition to the sender that may be accessed from the +

              Implements

              Constructors

              • Creates a new TransactionApplication object.

                +

                Parameters

                • __namedParameters: {
                      accounts?: (string | Address)[];
                      applicationArgs?: Uint8Array[];
                      applicationId: number | bigint;
                      approvalProgram?: string | Uint8Array;
                      clearStateProgram?: string | Uint8Array;
                      extraProgramPages?: number | bigint;
                      foreignApps?: (number | bigint)[];
                      foreignAssets?: (number | bigint)[];
                      globalStateSchema?: indexerModels.StateSchema;
                      localStateSchema?: indexerModels.StateSchema;
                      onCompletion?: string;
                  }
                  • Optional accounts?: (string | Address)[]
                  • Optional applicationArgs?: Uint8Array[]
                  • applicationId: number | bigint
                  • Optional approvalProgram?: string | Uint8Array
                  • Optional clearStateProgram?: string | Uint8Array
                  • Optional extraProgramPages?: number | bigint
                  • Optional foreignApps?: (number | bigint)[]
                  • Optional foreignAssets?: (number | bigint)[]
                  • Optional globalStateSchema?: indexerModels.StateSchema
                  • Optional localStateSchema?: indexerModels.StateSchema
                  • Optional onCompletion?: string

                Returns TransactionApplication

              Properties

              accounts?: Address[]

              (apat) List of accounts in addition to the sender that may be accessed from the application's approval-program and clear-state-program.

              -
              -
              - -
              applicationArgs?: Uint8Array[]
              -

              (apaa) transaction specific arguments accessed from the application's +

              applicationArgs?: Uint8Array[]

              (apaa) transaction specific arguments accessed from the application's approval-program and clear-state-program.

              -
              -
              - -
              applicationId: number | bigint
              -

              (apid) ID of the application being configured or empty if creating.

              -
              -
              - -
              approvalProgram?: Uint8Array
              -

              (apap) Logic executed for every application transaction, except when +

              applicationId: bigint

              (apid) ID of the application being configured or empty if creating.

              +
              approvalProgram?: Uint8Array

              (apap) Logic executed for every application transaction, except when on-completion is set to "clear". It can read and write global state for the application, as well as account-specific local state. Approval programs may reject the transaction.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              clearStateProgram?: Uint8Array
              -

              (apsu) Logic executed for application transactions with on-completion set to +

              clearStateProgram?: Uint8Array

              (apsu) Logic executed for application transactions with on-completion set to "clear". It can read and write global state for the application, as well as account-specific local state. Clear state programs cannot reject the transaction.

              -
              -
              - -
              extraProgramPages?: number | bigint
              -

              (epp) specifies the additional app program len requested in pages.

              -
              -
              - -
              foreignApps?: (number | bigint)[]
              -

              (apfa) Lists the applications in addition to the application-id whose global +

              extraProgramPages?: number

              (epp) specifies the additional app program len requested in pages.

              +
              foreignApps?: bigint[]

              (apfa) Lists the applications in addition to the application-id whose global states may be accessed by this application's approval-program and clear-state-program. The access is read-only.

              -
              -
              - -
              foreignAssets?: (number | bigint)[]
              -

              (apas) lists the assets whose parameters may be accessed by this application's +

              foreignAssets?: bigint[]

              (apas) lists the assets whose parameters may be accessed by this application's ApprovalProgram and ClearStateProgram. The access is read-only.

              -
              -
              - -
              globalStateSchema?: StateSchema
              -

              Represents a (apls) local-state or (apgs) global-state schema. These schemas +

              globalStateSchema?: indexerModels.StateSchema

              Represents a (apls) local-state or (apgs) global-state schema. These schemas determine how much storage may be used in a local-state or global-state for an application. The more space used, the larger minimum balance must be maintained in the account holding the data.

              -
              -
              - -
              localStateSchema?: StateSchema
              -

              Represents a (apls) local-state or (apgs) global-state schema. These schemas +

              localStateSchema?: indexerModels.StateSchema

              Represents a (apls) local-state or (apgs) global-state schema. These schemas determine how much storage may be used in a local-state or global-state for an application. The more space used, the larger minimum balance must be maintained in the account holding the data.

              -
              -
              - -
              onCompletion?: string
              -

              (apan) defines the what additional actions occur with the transaction. +

              onCompletion?: string

              (apan) defines the what additional actions occur with the transaction. Valid types:

              • noop
              • @@ -206,87 +57,7 @@
              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TransactionAssetConfig.html b/classes/indexerModels.TransactionAssetConfig.html index 16daa0ffe..6eac11848 100644 --- a/classes/indexerModels.TransactionAssetConfig.html +++ b/classes/indexerModels.TransactionAssetConfig.html @@ -1,171 +1,23 @@ -TransactionAssetConfig | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionAssetConfig

              -
              -

              Fields for asset allocation, re-configuration, and destruction. +TransactionAssetConfig | algosdk

              Class TransactionAssetConfig

              Fields for asset allocation, re-configuration, and destruction. A zero value for asset-id indicates asset creation. A zero value for the params indicates asset destruction. Definition: data/transactions/asset.go : AssetConfigTxnFields

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              assetId?: number | bigint
              -

              (xaid) ID of the asset being configured or empty if creating.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              AssetParams specifies the parameters for an asset. +

              Implements

              Constructors

              Properties

              assetId?: bigint

              (xaid) ID of the asset being configured or empty if creating.

              +

              AssetParams specifies the parameters for an asset. (apar) when part of an AssetConfig transaction. Definition: data/transactions/asset.go : AssetParams

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TransactionAssetFreeze.html b/classes/indexerModels.TransactionAssetFreeze.html index 9560c9541..c1f49887d 100644 --- a/classes/indexerModels.TransactionAssetFreeze.html +++ b/classes/indexerModels.TransactionAssetFreeze.html @@ -1,177 +1,20 @@ -TransactionAssetFreeze | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionAssetFreeze

              -
              -

              Fields for an asset freeze transaction. +TransactionAssetFreeze | algosdk

              Class TransactionAssetFreeze

              Fields for an asset freeze transaction. Definition: data/transactions/asset.go : AssetFreezeTxnFields

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              address: string
              -

              (fadd) Address of the account whose asset is being frozen or thawed.

              -
              -
              - -
              assetId: number | bigint
              -

              (faid) ID of the asset being frozen or thawed.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              newFreezeStatus: boolean
              -

              (afrz) The new freeze status.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Implements

              Constructors

              Properties

              address: string

              (fadd) Address of the account whose asset is being frozen or thawed.

              +
              assetId: bigint

              (faid) ID of the asset being frozen or thawed.

              +
              newFreezeStatus: boolean

              (afrz) The new freeze status.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TransactionAssetTransfer.html b/classes/indexerModels.TransactionAssetTransfer.html index 0fa5957ec..e0b7e9759 100644 --- a/classes/indexerModels.TransactionAssetTransfer.html +++ b/classes/indexerModels.TransactionAssetTransfer.html @@ -1,215 +1,31 @@ -TransactionAssetTransfer | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionAssetTransfer

              -
              -

              Fields for an asset transfer transaction. +TransactionAssetTransfer | algosdk

              Class TransactionAssetTransfer

              Fields for an asset transfer transaction. Definition: data/transactions/asset.go : AssetTransferTxnFields

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new TransactionAssetTransfer object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { amount: number | bigint; assetId: number | bigint; closeAmount?: number | bigint; closeTo?: string; receiver: string; sender?: string }
                  -
                    -
                  • -
                    amount: number | bigint
                  • -
                  • -
                    assetId: number | bigint
                  • -
                  • -
                    Optional closeAmount?: number | bigint
                  • -
                  • -
                    Optional closeTo?: string
                  • -
                  • -
                    receiver: string
                  • -
                  • -
                    Optional sender?: string
                -

                Returns TransactionAssetTransfer

              -
              -

              Properties

              -
              - -
              amount: number | bigint
              -

              (aamt) Amount of asset to transfer. A zero amount transferred to self allocates +

              Implements

              Constructors

              • Creates a new TransactionAssetTransfer object.

                +

                Parameters

                • __namedParameters: {
                      amount: number | bigint;
                      assetId: number | bigint;
                      closeAmount?: number | bigint;
                      closeTo?: string;
                      receiver: string;
                      sender?: string;
                  }
                  • amount: number | bigint
                  • assetId: number | bigint
                  • Optional closeAmount?: number | bigint
                  • Optional closeTo?: string
                  • receiver: string
                  • Optional sender?: string

                Returns TransactionAssetTransfer

              Properties

              amount: bigint

              (aamt) Amount of asset to transfer. A zero amount transferred to self allocates that asset in the account's Assets map.

              -
              -
              - -
              assetId: number | bigint
              -

              (xaid) ID of the asset being transferred.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              closeAmount?: number | bigint
              -

              Number of assets transferred to the close-to account as part of the transaction.

              -
              -
              - -
              closeTo?: string
              -

              (aclose) Indicates that the asset should be removed from the account's Assets +

              assetId: bigint

              (xaid) ID of the asset being transferred.

              +
              closeAmount?: bigint

              Number of assets transferred to the close-to account as part of the transaction.

              +
              closeTo?: string

              (aclose) Indicates that the asset should be removed from the account's Assets map, and specifies where the remaining asset holdings should be transferred. It's always valid to transfer remaining asset holdings to the creator account.

              -
              -
              - -
              receiver: string
              -

              (arcv) Recipient address of the transfer.

              -
              -
              - -
              sender?: string
              -

              (asnd) The effective sender during a clawback transactions. If this is not a +

              receiver: string

              (arcv) Recipient address of the transfer.

              +
              sender?: string

              (asnd) The effective sender during a clawback transactions. If this is not a zero value, the real transaction sender must be the Clawback address from the AssetParams.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TransactionKeyreg.html b/classes/indexerModels.TransactionKeyreg.html index 9a8048299..a9e12052a 100644 --- a/classes/indexerModels.TransactionKeyreg.html +++ b/classes/indexerModels.TransactionKeyreg.html @@ -1,222 +1,29 @@ -TransactionKeyreg | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionKeyreg

              -
              -

              Fields for a keyreg transaction. +TransactionKeyreg | algosdk

              Fields for a keyreg transaction. Definition: data/transactions/keyreg.go : KeyregTxnFields

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new TransactionKeyreg object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { nonParticipation?: boolean; selectionParticipationKey?: string | Uint8Array; stateProofKey?: string | Uint8Array; voteFirstValid?: number | bigint; voteKeyDilution?: number | bigint; voteLastValid?: number | bigint; voteParticipationKey?: string | Uint8Array }
                  -
                    -
                  • -
                    Optional nonParticipation?: boolean
                  • -
                  • -
                    Optional selectionParticipationKey?: string | Uint8Array
                  • -
                  • -
                    Optional stateProofKey?: string | Uint8Array
                  • -
                  • -
                    Optional voteFirstValid?: number | bigint
                  • -
                  • -
                    Optional voteKeyDilution?: number | bigint
                  • -
                  • -
                    Optional voteLastValid?: number | bigint
                  • -
                  • -
                    Optional voteParticipationKey?: string | Uint8Array
                -

                Returns TransactionKeyreg

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              nonParticipation?: boolean
              -

              (nonpart) Mark the account as participating or non-participating.

              -
              -
              - -
              selectionParticipationKey?: Uint8Array
              -

              (selkey) Public key used with the Verified Random Function (VRF) result during +

              Implements

              Constructors

              • Creates a new TransactionKeyreg object.

                +

                Parameters

                • __namedParameters: {
                      nonParticipation?: boolean;
                      selectionParticipationKey?: string | Uint8Array;
                      stateProofKey?: string | Uint8Array;
                      voteFirstValid?: number | bigint;
                      voteKeyDilution?: number | bigint;
                      voteLastValid?: number | bigint;
                      voteParticipationKey?: string | Uint8Array;
                  }
                  • Optional nonParticipation?: boolean
                  • Optional selectionParticipationKey?: string | Uint8Array
                  • Optional stateProofKey?: string | Uint8Array
                  • Optional voteFirstValid?: number | bigint
                  • Optional voteKeyDilution?: number | bigint
                  • Optional voteLastValid?: number | bigint
                  • Optional voteParticipationKey?: string | Uint8Array

                Returns TransactionKeyreg

              Properties

              nonParticipation?: boolean

              (nonpart) Mark the account as participating or non-participating.

              +
              selectionParticipationKey?: Uint8Array

              (selkey) Public key used with the Verified Random Function (VRF) result during committee selection.

              -
              -
              - -
              stateProofKey?: Uint8Array
              -

              (sprfkey) State proof key used in key registration transactions.

              -
              -
              - -
              voteFirstValid?: number | bigint
              -

              (votefst) First round this participation key is valid.

              -
              -
              - -
              voteKeyDilution?: number | bigint
              -

              (votekd) Number of subkeys in each batch of participation keys.

              -
              -
              - -
              voteLastValid?: number | bigint
              -

              (votelst) Last round this participation key is valid.

              -
              -
              - -
              voteParticipationKey?: Uint8Array
              -

              (votekey) Participation public key used in key registration transactions.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              stateProofKey?: Uint8Array

              (sprfkey) State proof key used in key registration transactions.

              +
              voteFirstValid?: bigint

              (votefst) First round this participation key is valid.

              +
              voteKeyDilution?: bigint

              (votekd) Number of subkeys in each batch of participation keys.

              +
              voteLastValid?: bigint

              (votelst) Last round this participation key is valid.

              +
              voteParticipationKey?: Uint8Array

              (votekey) Participation public key used in key registration transactions.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TransactionPayment.html b/classes/indexerModels.TransactionPayment.html index abb270ad1..029f64836 100644 --- a/classes/indexerModels.TransactionPayment.html +++ b/classes/indexerModels.TransactionPayment.html @@ -1,190 +1,24 @@ -TransactionPayment | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionPayment

              -
              -

              Fields for a payment transaction. +TransactionPayment | algosdk

              Fields for a payment transaction. Definition: data/transactions/payment.go : PaymentTxnFields

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new TransactionPayment object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { amount: number | bigint; closeAmount?: number | bigint; closeRemainderTo?: string; receiver: string }
                  -
                    -
                  • -
                    amount: number | bigint
                  • -
                  • -
                    Optional closeAmount?: number | bigint
                  • -
                  • -
                    Optional closeRemainderTo?: string
                  • -
                  • -
                    receiver: string
                -

                Returns TransactionPayment

              -
              -

              Properties

              -
              - -
              amount: number | bigint
              -

              (amt) number of MicroAlgos intended to be transferred.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              closeAmount?: number | bigint
              -

              Number of MicroAlgos that were sent to the close-remainder-to address when +

              Implements

              Constructors

              • Creates a new TransactionPayment object.

                +

                Parameters

                • __namedParameters: {
                      amount: number | bigint;
                      closeAmount?: number | bigint;
                      closeRemainderTo?: string;
                      receiver: string;
                  }
                  • amount: number | bigint
                  • Optional closeAmount?: number | bigint
                  • Optional closeRemainderTo?: string
                  • receiver: string

                Returns TransactionPayment

              Properties

              amount: bigint

              (amt) number of MicroAlgos intended to be transferred.

              +
              closeAmount?: bigint

              Number of MicroAlgos that were sent to the close-remainder-to address when closing the sender account.

              -
              -
              - -
              closeRemainderTo?: string
              -

              (close) when set, indicates that the sending account should be closed and all +

              closeRemainderTo?: string

              (close) when set, indicates that the sending account should be closed and all remaining funds be transferred to this address.

              -
              -
              - -
              receiver: string
              -

              (rcv) receiver's address.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              receiver: string

              (rcv) receiver's address.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TransactionResponse.html b/classes/indexerModels.TransactionResponse.html index 2755bce29..4f917cc2f 100644 --- a/classes/indexerModels.TransactionResponse.html +++ b/classes/indexerModels.TransactionResponse.html @@ -1,165 +1,19 @@ -TransactionResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionResponse

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              currentRound: number | bigint
              -

              Round at which the results were computed.

              -
              -
              - - -

              Contains all fields common to all transactions and serves as an envelope to all +TransactionResponse | algosdk

              Implements

              Constructors

              Properties

              currentRound: bigint

              Round at which the results were computed.

              +

              Contains all fields common to all transactions and serves as an envelope to all transactions type. Represents both regular and inner transactions. Definition: data/transactions/signedtxn.go : SignedTxn data/transactions/transaction.go : Transaction

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TransactionSignature.html b/classes/indexerModels.TransactionSignature.html index 0b397c554..01d9087ea 100644 --- a/classes/indexerModels.TransactionSignature.html +++ b/classes/indexerModels.TransactionSignature.html @@ -1,180 +1,23 @@ -TransactionSignature | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionSignature

              -
              -

              Validation signature associated with some data. Only one of the signatures +TransactionSignature | algosdk

              Validation signature associated with some data. Only one of the signatures should be provided.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              (lsig) Programatic transaction signature. +

              Implements

              Constructors

              Properties

              (lsig) Programatic transaction signature. Definition: data/transactions/logicsig.go

              -
              -
              - - -

              (msig) structure holding multiple subsignatures. +

              (msig) structure holding multiple subsignatures. Definition: crypto/multisig.go : MultisigSig

              -
              -
              - -
              sig?: Uint8Array
              -

              (sig) Standard ed25519 signature.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              sig?: Uint8Array

              (sig) Standard ed25519 signature.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TransactionSignatureLogicsig.html b/classes/indexerModels.TransactionSignatureLogicsig.html index 8b075d993..331df7c8c 100644 --- a/classes/indexerModels.TransactionSignatureLogicsig.html +++ b/classes/indexerModels.TransactionSignatureLogicsig.html @@ -1,191 +1,25 @@ -TransactionSignatureLogicsig | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionSignatureLogicsig

              -
              -

              (lsig) Programatic transaction signature. +TransactionSignatureLogicsig | algosdk

              Class TransactionSignatureLogicsig

              (lsig) Programatic transaction signature. Definition: data/transactions/logicsig.go

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              args?: Uint8Array[]
              -

              (arg) Logic arguments, base64 encoded.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              logic: Uint8Array
              -

              (l) Program signed by a signature or multi signature, or hashed to be the +

              Implements

              Constructors

              Properties

              args?: Uint8Array[]

              (arg) Logic arguments, base64 encoded.

              +
              logic: Uint8Array

              (l) Program signed by a signature or multi signature, or hashed to be the address of ana ccount. Base64 encoded TEAL program.

              -
              -
              - -
              multisigSignature?: TransactionSignatureMultisig
              -

              (msig) structure holding multiple subsignatures. +

              multisigSignature?: TransactionSignatureMultisig

              (msig) structure holding multiple subsignatures. Definition: crypto/multisig.go : MultisigSig

              -
              -
              - -
              signature?: Uint8Array
              -

              (sig) ed25519 signature.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              signature?: Uint8Array

              (sig) ed25519 signature.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TransactionSignatureMultisig.html b/classes/indexerModels.TransactionSignatureMultisig.html index 269cc35cc..1103b9384 100644 --- a/classes/indexerModels.TransactionSignatureMultisig.html +++ b/classes/indexerModels.TransactionSignatureMultisig.html @@ -1,177 +1,20 @@ -TransactionSignatureMultisig | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionSignatureMultisig

              -
              -

              (msig) structure holding multiple subsignatures. +TransactionSignatureMultisig | algosdk

              Class TransactionSignatureMultisig

              (msig) structure holding multiple subsignatures. Definition: crypto/multisig.go : MultisigSig

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              (subsig) holds pairs of public key and signatures.

              -
              -
              - -
              threshold?: number | bigint
              -

              (thr)

              -
              -
              - -
              version?: number | bigint
              -

              (v)

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Implements

              Constructors

              Properties

              (subsig) holds pairs of public key and signatures.

              +
              threshold?: number

              (thr)

              +
              version?: number

              (v)

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TransactionSignatureMultisigSubsignature.html b/classes/indexerModels.TransactionSignatureMultisigSubsignature.html index fb0589697..e2818f68d 100644 --- a/classes/indexerModels.TransactionSignatureMultisigSubsignature.html +++ b/classes/indexerModels.TransactionSignatureMultisigSubsignature.html @@ -1,161 +1,16 @@ -TransactionSignatureMultisigSubsignature | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionSignatureMultisigSubsignature

              -
              -

              Hierarchy

              -
                -
              • BaseModel -
                  -
                • TransactionSignatureMultisigSubsignature
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              publicKey?: Uint8Array
              -

              (pk)

              -
              -
              - -
              signature?: Uint8Array
              -

              (s)

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +TransactionSignatureMultisigSubsignature | algosdk

              Class TransactionSignatureMultisigSubsignature

              An interface for objects that can be encoded and decoded to/from msgpack and JSON.

              +

              Implements

              Constructors

              Properties

              publicKey?: Uint8Array

              (pk)

              +
              signature?: Uint8Array

              (s)

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TransactionStateProof.html b/classes/indexerModels.TransactionStateProof.html index 80fe16a99..25270ff6a 100644 --- a/classes/indexerModels.TransactionStateProof.html +++ b/classes/indexerModels.TransactionStateProof.html @@ -1,180 +1,23 @@ -TransactionStateProof | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionStateProof

              -
              -

              Fields for a state proof transaction. +TransactionStateProof | algosdk

              Fields for a state proof transaction. Definition: data/transactions/stateproof.go : StateProofTxnFields

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              (spmsg)

              -
              -
              - -
              stateProof?: StateProofFields
              -

              (sp) represents a state proof. +

              Implements

              Constructors

              Properties

              (spmsg)

              +
              stateProof?: StateProofFields

              (sp) represents a state proof. Definition: crypto/stateproof/structs.go : StateProof

              -
              -
              - -
              stateProofType?: number | bigint
              -

              (sptype) Type of the state proof. Integer representing an entry defined in +

              stateProofType?: number

              (sptype) Type of the state proof. Integer representing an entry defined in protocol/stateproof.go

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/indexerModels.TransactionsResponse.html b/classes/indexerModels.TransactionsResponse.html index e4c79d702..048ea664c 100644 --- a/classes/indexerModels.TransactionsResponse.html +++ b/classes/indexerModels.TransactionsResponse.html @@ -1,171 +1,17 @@ -TransactionsResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionsResponse

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              currentRound: number | bigint
              -

              Round at which the results were computed.

              -
              -
              - -
              nextToken?: string
              -

              Used for pagination, when making another request provide this token with the +TransactionsResponse | algosdk

              Implements

              Constructors

              Properties

              currentRound: bigint

              Round at which the results were computed.

              +
              nextToken?: string

              Used for pagination, when making another request provide this token with the next parameter.

              -
              -
              - -
              transactions: indexerModels.Transaction[]
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              transactions: indexerModels.Transaction[]
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.Account.html b/classes/modelsv2.Account.html index 409ae4963..4a85df5b3 100644 --- a/classes/modelsv2.Account.html +++ b/classes/modelsv2.Account.html @@ -1,322 +1,81 @@ -Account | algosdk
              -
              - -
              -
              -
              -
              - -

              Class Account

              -
              -

              Account information at a given round. +Account | algosdk

              Account information at a given round. Definition: data/basics/userBalance.go : AccountData

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new Account object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { address: string; amount: number | bigint; amountWithoutPendingRewards: number | bigint; appsLocalState?: modelsv2.ApplicationLocalState[]; appsTotalExtraPages?: number | bigint; appsTotalSchema?: modelsv2.ApplicationStateSchema; assets?: modelsv2.AssetHolding[]; authAddr?: string; createdApps?: modelsv2.Application[]; createdAssets?: modelsv2.Asset[]; incentiveEligible?: boolean; lastHeartbeat?: number | bigint; lastProposed?: number | bigint; minBalance: number | bigint; participation?: modelsv2.AccountParticipation; pendingRewards: number | bigint; rewardBase?: number | bigint; rewards: number | bigint; round: number | bigint; sigType?: string; status: string; totalAppsOptedIn: number | bigint; totalAssetsOptedIn: number | bigint; totalBoxBytes?: number | bigint; totalBoxes?: number | bigint; totalCreatedApps: number | bigint; totalCreatedAssets: number | bigint }
                  -
                    -
                  • -
                    address: string
                  • -
                  • -
                    amount: number | bigint
                  • -
                  • -
                    amountWithoutPendingRewards: number | bigint
                  • -
                  • -
                    Optional appsLocalState?: modelsv2.ApplicationLocalState[]
                  • -
                  • -
                    Optional appsTotalExtraPages?: number | bigint
                  • -
                  • -
                    Optional appsTotalSchema?: modelsv2.ApplicationStateSchema
                  • -
                  • -
                    Optional assets?: modelsv2.AssetHolding[]
                  • -
                  • -
                    Optional authAddr?: string
                  • -
                  • -
                    Optional createdApps?: modelsv2.Application[]
                  • -
                  • -
                    Optional createdAssets?: modelsv2.Asset[]
                  • -
                  • -
                    Optional incentiveEligible?: boolean
                  • -
                  • -
                    Optional lastHeartbeat?: number | bigint
                  • -
                  • -
                    Optional lastProposed?: number | bigint
                  • -
                  • -
                    minBalance: number | bigint
                  • -
                  • -
                    Optional participation?: modelsv2.AccountParticipation
                  • -
                  • -
                    pendingRewards: number | bigint
                  • -
                  • -
                    Optional rewardBase?: number | bigint
                  • -
                  • -
                    rewards: number | bigint
                  • -
                  • -
                    round: number | bigint
                  • -
                  • -
                    Optional sigType?: string
                  • -
                  • -
                    status: string
                  • -
                  • -
                    totalAppsOptedIn: number | bigint
                  • -
                  • -
                    totalAssetsOptedIn: number | bigint
                  • -
                  • -
                    Optional totalBoxBytes?: number | bigint
                  • -
                  • -
                    Optional totalBoxes?: number | bigint
                  • -
                  • -
                    totalCreatedApps: number | bigint
                  • -
                  • -
                    totalCreatedAssets: number | bigint
                -

                Returns modelsv2.Account

              -
              -

              Properties

              -
              - -
              address: string
              -

              the account public key

              -
              -
              - -
              amount: number | bigint
              -

              (algo) total number of MicroAlgos in the account

              -
              -
              - -
              amountWithoutPendingRewards: number | bigint
              -

              specifies the amount of MicroAlgos in the account, without the pending rewards.

              -
              -
              - -
              appsLocalState?: modelsv2.ApplicationLocalState[]
              -

              (appl) applications local data stored in this account. +

              Implements

              Constructors

              • Creates a new Account object.

                +

                Parameters

                • __namedParameters: {
                      address: string;
                      amount: number | bigint;
                      amountWithoutPendingRewards: number | bigint;
                      appsLocalState?: modelsv2.ApplicationLocalState[];
                      appsTotalExtraPages?: number | bigint;
                      appsTotalSchema?: modelsv2.ApplicationStateSchema;
                      assets?: modelsv2.AssetHolding[];
                      authAddr?: string | Address;
                      createdApps?: modelsv2.Application[];
                      createdAssets?: modelsv2.Asset[];
                      incentiveEligible?: boolean;
                      lastHeartbeat?: number | bigint;
                      lastProposed?: number | bigint;
                      minBalance: number | bigint;
                      participation?: modelsv2.AccountParticipation;
                      pendingRewards: number | bigint;
                      rewardBase?: number | bigint;
                      rewards: number | bigint;
                      round: number | bigint;
                      sigType?: string;
                      status: string;
                      totalAppsOptedIn: number | bigint;
                      totalAssetsOptedIn: number | bigint;
                      totalBoxBytes?: number | bigint;
                      totalBoxes?: number | bigint;
                      totalCreatedApps: number | bigint;
                      totalCreatedAssets: number | bigint;
                  }
                  • address: string
                  • amount: number | bigint
                  • amountWithoutPendingRewards: number | bigint
                  • Optional appsLocalState?: modelsv2.ApplicationLocalState[]
                  • Optional appsTotalExtraPages?: number | bigint
                  • Optional appsTotalSchema?: modelsv2.ApplicationStateSchema
                  • Optional assets?: modelsv2.AssetHolding[]
                  • Optional authAddr?: string | Address
                  • Optional createdApps?: modelsv2.Application[]
                  • Optional createdAssets?: modelsv2.Asset[]
                  • Optional incentiveEligible?: boolean
                  • Optional lastHeartbeat?: number | bigint
                  • Optional lastProposed?: number | bigint
                  • minBalance: number | bigint
                  • Optional participation?: modelsv2.AccountParticipation
                  • pendingRewards: number | bigint
                  • Optional rewardBase?: number | bigint
                  • rewards: number | bigint
                  • round: number | bigint
                  • Optional sigType?: string
                  • status: string
                  • totalAppsOptedIn: number | bigint
                  • totalAssetsOptedIn: number | bigint
                  • Optional totalBoxBytes?: number | bigint
                  • Optional totalBoxes?: number | bigint
                  • totalCreatedApps: number | bigint
                  • totalCreatedAssets: number | bigint

                Returns modelsv2.Account

              Properties

              address: string

              the account public key

              +
              amount: bigint

              (algo) total number of MicroAlgos in the account

              +
              amountWithoutPendingRewards: bigint

              specifies the amount of MicroAlgos in the account, without the pending rewards.

              +
              appsLocalState?: modelsv2.ApplicationLocalState[]

              (appl) applications local data stored in this account. Note the raw object uses map[int] -> AppLocalState for this type.

              -
              -
              - -
              appsTotalExtraPages?: number | bigint
              -

              (teap) the sum of all extra application program pages for this account.

              -
              -
              - - -

              (tsch) stores the sum of all of the local schemas and global schemas in this +

              appsTotalExtraPages?: number

              (teap) the sum of all extra application program pages for this account.

              +

              (tsch) stores the sum of all of the local schemas and global schemas in this account. Note: the raw account uses StateSchema for this type.

              -
              -
              - - -

              (asset) assets held by this account. +

              (asset) assets held by this account. Note the raw object uses map[int] -> AssetHolding for this type.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              authAddr?: string
              -

              (spend) the address against which signing should be checked. If empty, the +

              authAddr?: Address

              (spend) the address against which signing should be checked. If empty, the address of the current account is used. This field can be updated in any transaction by setting the RekeyTo field.

              -
              -
              - -
              createdApps?: modelsv2.Application[]
              -

              (appp) parameters of applications created by this account including app global +

              createdApps?: modelsv2.Application[]

              (appp) parameters of applications created by this account including app global data. Note: the raw account uses map[int] -> AppParams for this type.

              -
              -
              - -
              createdAssets?: modelsv2.Asset[]
              -

              (apar) parameters of assets created by this account. +

              createdAssets?: modelsv2.Asset[]

              (apar) parameters of assets created by this account. Note: the raw account uses map[int] -> Asset for this type.

              -
              -
              - -
              incentiveEligible?: boolean
              -

              Whether or not the account can receive block incentives if its balance is in +

              incentiveEligible?: boolean

              Whether or not the account can receive block incentives if its balance is in range at proposal time.

              -
              -
              - -
              lastHeartbeat?: number | bigint
              -

              The round in which this account last went online, or explicitly renewed their +

              lastHeartbeat?: number

              The round in which this account last went online, or explicitly renewed their online status.

              -
              -
              - -
              lastProposed?: number | bigint
              -

              The round in which this account last proposed the block.

              -
              -
              - -
              minBalance: number | bigint
              -

              MicroAlgo balance required by the account. +

              lastProposed?: number

              The round in which this account last proposed the block.

              +
              minBalance: bigint

              MicroAlgo balance required by the account. The requirement grows based on asset and application usage.

              -
              -
              - - -

              AccountParticipation describes the parameters used by this account in consensus +

              AccountParticipation describes the parameters used by this account in consensus protocol.

              -
              -
              - -
              pendingRewards: number | bigint
              -

              amount of MicroAlgos of pending rewards in this account.

              -
              -
              - -
              rewardBase?: number | bigint
              -

              (ebase) used as part of the rewards computation. Only applicable to accounts +

              pendingRewards: bigint

              amount of MicroAlgos of pending rewards in this account.

              +
              rewardBase?: bigint

              (ebase) used as part of the rewards computation. Only applicable to accounts which are participating.

              -
              -
              - -
              rewards: number | bigint
              -

              (ern) total rewards of MicroAlgos the account has received, including pending +

              rewards: bigint

              (ern) total rewards of MicroAlgos the account has received, including pending rewards.

              -
              -
              - -
              round: number | bigint
              -

              The round for which this information is relevant.

              -
              -
              - -
              sigType?: string
              -

              Indicates what type of signature is used by this account, must be one of:

              +
              round: bigint

              The round for which this information is relevant.

              +
              sigType?: string

              Indicates what type of signature is used by this account, must be one of:

              • sig
              • msig
              • lsig
              -
              -
              - -
              status: string
              -

              (onl) delegation status of the account's MicroAlgos

              +
              status: string

              (onl) delegation status of the account's MicroAlgos

              -
              - -
              totalAppsOptedIn: number | bigint
              -

              The count of all applications that have been opted in, equivalent to the count +

              totalAppsOptedIn: number

              The count of all applications that have been opted in, equivalent to the count of application local data (AppLocalState objects) stored in this account.

              -
              -
              - -
              totalAssetsOptedIn: number | bigint
              -

              The count of all assets that have been opted in, equivalent to the count of +

              totalAssetsOptedIn: number

              The count of all assets that have been opted in, equivalent to the count of AssetHolding objects held by this account.

              -
              -
              - -
              totalBoxBytes?: number | bigint
              -

              (tbxb) The total number of bytes used by this account's app's box keys and +

              totalBoxBytes?: number

              (tbxb) The total number of bytes used by this account's app's box keys and values.

              -
              -
              - -
              totalBoxes?: number | bigint
              -

              (tbx) The number of existing boxes created by this account's app.

              -
              -
              - -
              totalCreatedApps: number | bigint
              -

              The count of all apps (AppParams objects) created by this account.

              -
              -
              - -
              totalCreatedAssets: number | bigint
              -

              The count of all assets (AssetParams objects) created by this account.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              totalBoxes?: number

              (tbx) The number of existing boxes created by this account's app.

              +
              totalCreatedApps: number

              The count of all apps (AppParams objects) created by this account.

              +
              totalCreatedAssets: number

              The count of all assets (AssetParams objects) created by this account.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

                +

                Returns Map<string, unknown>

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.AccountApplicationResponse.html b/classes/modelsv2.AccountApplicationResponse.html index fc8c09cb7..4191a1faf 100644 --- a/classes/modelsv2.AccountApplicationResponse.html +++ b/classes/modelsv2.AccountApplicationResponse.html @@ -1,181 +1,24 @@ -AccountApplicationResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AccountApplicationResponse

              -
              -

              AccountApplicationResponse describes the account's application local state and +AccountApplicationResponse | algosdk

              Class AccountApplicationResponse

              AccountApplicationResponse describes the account's application local state and global state (AppLocalState and AppParams, if either exists) for a specific application ID. Global state will only be returned if the provided address is the application's creator.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - - -

              (appl) the application local data stored in this account. +

              Implements

              Constructors

              Properties

              (appl) the application local data stored in this account. The raw account uses AppLocalState for this type.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              (appp) parameters of the application created by this account including app +

              (appp) parameters of the application created by this account including app global data. The raw account uses AppParams for this type.

              -
              -
              - -
              round: number | bigint
              -

              The round for which this information is relevant.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              round: bigint

              The round for which this information is relevant.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

                +

                Returns Map<string, unknown>

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.AccountAssetHolding.html b/classes/modelsv2.AccountAssetHolding.html index 204197340..1e63029c6 100644 --- a/classes/modelsv2.AccountAssetHolding.html +++ b/classes/modelsv2.AccountAssetHolding.html @@ -1,167 +1,19 @@ -AccountAssetHolding | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AccountAssetHolding

              -
              -

              AccountAssetHolding describes the account's asset holding and asset parameters +AccountAssetHolding | algosdk

              Class AccountAssetHolding

              AccountAssetHolding describes the account's asset holding and asset parameters (if either exist) for a specific asset ID.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              assetHolding: modelsv2.AssetHolding
              -

              (asset) Details about the asset held by this account. +

              Implements

              Constructors

              Properties

              assetHolding: modelsv2.AssetHolding

              (asset) Details about the asset held by this account. The raw account uses AssetHolding for this type.

              -
              -
              - -
              assetParams?: modelsv2.AssetParams
              -

              (apar) parameters of the asset held by this account. +

              assetParams?: modelsv2.AssetParams

              (apar) parameters of the asset held by this account. The raw account uses AssetParams for this type.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

                +

                Returns Map<string, unknown>

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.AccountAssetResponse.html b/classes/modelsv2.AccountAssetResponse.html index aaedd3b12..a659e8da8 100644 --- a/classes/modelsv2.AccountAssetResponse.html +++ b/classes/modelsv2.AccountAssetResponse.html @@ -1,179 +1,22 @@ -AccountAssetResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AccountAssetResponse

              -
              -

              AccountAssetResponse describes the account's asset holding and asset parameters +AccountAssetResponse | algosdk

              Class AccountAssetResponse

              AccountAssetResponse describes the account's asset holding and asset parameters (if either exist) for a specific asset ID. Asset parameters will only be returned if the provided address is the asset's creator.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              assetHolding?: modelsv2.AssetHolding
              -

              (asset) Details about the asset held by this account. +

              Implements

              Constructors

              Properties

              assetHolding?: modelsv2.AssetHolding

              (asset) Details about the asset held by this account. The raw account uses AssetHolding for this type.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              createdAsset?: modelsv2.AssetParams
              -

              (apar) parameters of the asset created by this account. +

              createdAsset?: modelsv2.AssetParams

              (apar) parameters of the asset created by this account. The raw account uses AssetParams for this type.

              -
              -
              - -
              round: number | bigint
              -

              The round for which this information is relevant.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              round: bigint

              The round for which this information is relevant.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

                +

                Returns Map<string, unknown>

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.AccountAssetsInformationResponse.html b/classes/modelsv2.AccountAssetsInformationResponse.html index 2684adb23..6cb34a1f5 100644 --- a/classes/modelsv2.AccountAssetsInformationResponse.html +++ b/classes/modelsv2.AccountAssetsInformationResponse.html @@ -1,174 +1,18 @@ -AccountAssetsInformationResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AccountAssetsInformationResponse

              -
              -

              AccountAssetsInformationResponse contains a list of assets held by an account.

              -
              -
              -

              Hierarchy

              -
                -
              • BaseModel -
                  -
                • AccountAssetsInformationResponse
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              assetHoldings?: AccountAssetHolding[]
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              nextToken?: string
              -

              Used for pagination, when making another request provide this token with the +AccountAssetsInformationResponse | algosdk

              Class AccountAssetsInformationResponse

              AccountAssetsInformationResponse contains a list of assets held by an account.

              +

              Implements

              Constructors

              Properties

              assetHoldings?: AccountAssetHolding[]
              nextToken?: string

              Used for pagination, when making another request provide this token with the next parameter.

              -
              -
              - -
              round: number | bigint
              -

              The round for which this information is relevant.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              round: number

              The round for which this information is relevant.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

                +

                Returns Map<string, unknown>

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.AccountParticipation.html b/classes/modelsv2.AccountParticipation.html index e67105296..2dd11eccd 100644 --- a/classes/modelsv2.AccountParticipation.html +++ b/classes/modelsv2.AccountParticipation.html @@ -1,210 +1,26 @@ -AccountParticipation | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AccountParticipation

              -
              -

              AccountParticipation describes the parameters used by this account in consensus +AccountParticipation | algosdk

              Class AccountParticipation

              AccountParticipation describes the parameters used by this account in consensus protocol.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new AccountParticipation object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { selectionParticipationKey: string | Uint8Array; stateProofKey?: string | Uint8Array; voteFirstValid: number | bigint; voteKeyDilution: number | bigint; voteLastValid: number | bigint; voteParticipationKey: string | Uint8Array }
                  -
                    -
                  • -
                    selectionParticipationKey: string | Uint8Array
                  • -
                  • -
                    Optional stateProofKey?: string | Uint8Array
                  • -
                  • -
                    voteFirstValid: number | bigint
                  • -
                  • -
                    voteKeyDilution: number | bigint
                  • -
                  • -
                    voteLastValid: number | bigint
                  • -
                  • -
                    voteParticipationKey: string | Uint8Array
                -

                Returns modelsv2.AccountParticipation

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              selectionParticipationKey: Uint8Array
              -

              (sel) Selection public key (if any) currently registered for this round.

              -
              -
              - -
              stateProofKey?: Uint8Array
              -

              (stprf) Root of the state proof key (if any)

              -
              -
              - -
              voteFirstValid: number | bigint
              -

              (voteFst) First round for which this participation is valid.

              -
              -
              - -
              voteKeyDilution: number | bigint
              -

              (voteKD) Number of subkeys in each batch of participation keys.

              -
              -
              - -
              voteLastValid: number | bigint
              -

              (voteLst) Last round for which this participation is valid.

              -
              -
              - -
              voteParticipationKey: Uint8Array
              -

              (vote) root participation public key (if any) currently registered for this +

              Implements

              Constructors

              • Creates a new AccountParticipation object.

                +

                Parameters

                • __namedParameters: {
                      selectionParticipationKey: string | Uint8Array;
                      stateProofKey?: string | Uint8Array;
                      voteFirstValid: number | bigint;
                      voteKeyDilution: number | bigint;
                      voteLastValid: number | bigint;
                      voteParticipationKey: string | Uint8Array;
                  }
                  • selectionParticipationKey: string | Uint8Array
                  • Optional stateProofKey?: string | Uint8Array
                  • voteFirstValid: number | bigint
                  • voteKeyDilution: number | bigint
                  • voteLastValid: number | bigint
                  • voteParticipationKey: string | Uint8Array

                Returns modelsv2.AccountParticipation

              Properties

              selectionParticipationKey: Uint8Array

              (sel) Selection public key (if any) currently registered for this round.

              +
              stateProofKey?: Uint8Array

              (stprf) Root of the state proof key (if any)

              +
              voteFirstValid: bigint

              (voteFst) First round for which this participation is valid.

              +
              voteKeyDilution: bigint

              (voteKD) Number of subkeys in each batch of participation keys.

              +
              voteLastValid: bigint

              (voteLst) Last round for which this participation is valid.

              +
              voteParticipationKey: Uint8Array

              (vote) root participation public key (if any) currently registered for this round.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.AccountStateDelta.html b/classes/modelsv2.AccountStateDelta.html index 9739bae8d..c9c95f4aa 100644 --- a/classes/modelsv2.AccountStateDelta.html +++ b/classes/modelsv2.AccountStateDelta.html @@ -1,162 +1,15 @@ -AccountStateDelta | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AccountStateDelta

              -
              -

              Application state delta.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              address: string
              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              Application state delta.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +AccountStateDelta | algosdk

              Class AccountStateDelta

              Application state delta.

              +

              Implements

              Constructors

              Properties

              address: string

              Application state delta.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.AppCallLogs.html b/classes/modelsv2.AppCallLogs.html index 28b0fb6a7..4e6b3d013 100644 --- a/classes/modelsv2.AppCallLogs.html +++ b/classes/modelsv2.AppCallLogs.html @@ -1,176 +1,19 @@ -AppCallLogs | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AppCallLogs

              -
              -

              The logged messages from an app call along with the app ID and outer transaction +AppCallLogs | algosdk

              The logged messages from an app call along with the app ID and outer transaction ID. Logs appear in the same order that they were emitted.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new AppCallLogs object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { applicationIndex: number | bigint; logs: Uint8Array[]; txid: string }
                  -
                    -
                  • -
                    applicationIndex: number | bigint
                  • -
                  • -
                    logs: Uint8Array[]
                  • -
                  • -
                    txid: string
                -

                Returns AppCallLogs

              -
              -

              Properties

              -
              - -
              applicationIndex: number | bigint
              -

              The application from which the logs were generated

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              logs: Uint8Array[]
              -

              An array of logs

              -
              -
              - -
              txid: string
              -

              The transaction ID of the outer app call that lead to these logs

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Implements

              Constructors

              • Creates a new AppCallLogs object.

                +

                Parameters

                • __namedParameters: {
                      applicationIndex: number | bigint;
                      logs: Uint8Array[];
                      txid: string;
                  }
                  • applicationIndex: number | bigint
                  • logs: Uint8Array[]
                  • txid: string

                Returns AppCallLogs

              Properties

              applicationIndex: number

              The application from which the logs were generated

              +
              logs: Uint8Array[]

              An array of logs

              +
              txid: string

              The transaction ID of the outer app call that lead to these logs

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.Application.html b/classes/modelsv2.Application.html index 87247eb9d..3177cd932 100644 --- a/classes/modelsv2.Application.html +++ b/classes/modelsv2.Application.html @@ -1,164 +1,16 @@ -Application | algosdk
              -
              - -
              -
              -
              -
              - -

              Class Application

              -
              -

              Application index and its parameters

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              id: number | bigint
              -

              (appidx) application index.

              -
              -
              - - -

              (appparams) application parameters.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +Application | algosdk

              Application index and its parameters

              +

              Implements

              Constructors

              Properties

              id: bigint

              (appidx) application index.

              +

              (appparams) application parameters.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.ApplicationInitialStates.html b/classes/modelsv2.ApplicationInitialStates.html index 01b90d785..c218d1e17 100644 --- a/classes/modelsv2.ApplicationInitialStates.html +++ b/classes/modelsv2.ApplicationInitialStates.html @@ -1,187 +1,21 @@ -ApplicationInitialStates | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationInitialStates

              -
              -

              An application's initial global/local/box states that were accessed during +ApplicationInitialStates | algosdk

              Class ApplicationInitialStates

              An application's initial global/local/box states that were accessed during simulation.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - - -

              An application's global/local/box state.

              -
              -
              - - -

              An application's global/local/box state.

              -
              -
              - -
              appLocals?: ApplicationKVStorage[]
              -

              An application's initial local states tied to different accounts.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              id: number | bigint
              -

              Application index.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Implements

              Constructors

              Properties

              An application's global/local/box state.

              +

              An application's global/local/box state.

              +
              appLocals?: ApplicationKVStorage[]

              An application's initial local states tied to different accounts.

              +
              id: bigint

              Application index.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.ApplicationKVStorage.html b/classes/modelsv2.ApplicationKVStorage.html index 5b32c15ba..b4b94aacd 100644 --- a/classes/modelsv2.ApplicationKVStorage.html +++ b/classes/modelsv2.ApplicationKVStorage.html @@ -1,164 +1,16 @@ -ApplicationKVStorage | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationKVStorage

              -
              -

              An application's global/local/box state.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              account?: string
              -

              The address of the account associated with the local state.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              Key-Value pairs representing application states.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ApplicationKVStorage | algosdk

              Class ApplicationKVStorage

              An application's global/local/box state.

              +

              Implements

              Constructors

              Properties

              account?: Address

              The address of the account associated with the local state.

              +

              Key-Value pairs representing application states.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.ApplicationLocalReference.html b/classes/modelsv2.ApplicationLocalReference.html index 7b29ad24a..2415d8ab5 100644 --- a/classes/modelsv2.ApplicationLocalReference.html +++ b/classes/modelsv2.ApplicationLocalReference.html @@ -1,164 +1,16 @@ -ApplicationLocalReference | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationLocalReference

              -
              -

              References an account's local state for an application.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              account: string
              -

              Address of the account with the local state.

              -
              -
              - -
              app: number | bigint
              -

              Application ID of the local state application.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ApplicationLocalReference | algosdk

              Class ApplicationLocalReference

              References an account's local state for an application.

              +

              Implements

              Constructors

              Properties

              account: Address

              Address of the account with the local state.

              +
              app: bigint

              Application ID of the local state application.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.ApplicationLocalState.html b/classes/modelsv2.ApplicationLocalState.html index c07eb0126..a83c89922 100644 --- a/classes/modelsv2.ApplicationLocalState.html +++ b/classes/modelsv2.ApplicationLocalState.html @@ -1,175 +1,18 @@ -ApplicationLocalState | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationLocalState

              -
              -

              Stores local state associated with an application.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              id: number | bigint
              -

              The application which this local state is for.

              -
              -
              - -
              keyValue?: modelsv2.TealKeyValue[]
              -

              (tkv) storage.

              -
              -
              - - -

              (hsch) schema.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ApplicationLocalState | algosdk

              Class ApplicationLocalState

              Stores local state associated with an application.

              +

              Implements

              Constructors

              Properties

              id: bigint

              The application which this local state is for.

              +
              keyValue?: modelsv2.TealKeyValue[]

              (tkv) storage.

              +

              (hsch) schema.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.ApplicationParams.html b/classes/modelsv2.ApplicationParams.html index 22dfe75ac..566208b57 100644 --- a/classes/modelsv2.ApplicationParams.html +++ b/classes/modelsv2.ApplicationParams.html @@ -1,220 +1,27 @@ -ApplicationParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationParams

              -
              -

              Stores the global information associated with an application.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              approvalProgram: Uint8Array
              -

              (approv) approval program.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              clearStateProgram: Uint8Array
              -

              (clearp) approval program.

              -
              -
              - -
              creator: string
              -

              The address that created this application. This is the address where the +ApplicationParams | algosdk

              Class ApplicationParams

              Stores the global information associated with an application.

              +

              Implements

              Constructors

              Properties

              approvalProgram: Uint8Array

              (approv) approval program.

              +
              clearStateProgram: Uint8Array

              (clearp) approval program.

              +
              creator: Address

              The address that created this application. This is the address where the parameters and global state for this application can be found.

              -
              -
              - -
              extraProgramPages?: number | bigint
              -

              (epp) the amount of extra program pages available to this app.

              -
              -
              - -
              globalState?: modelsv2.TealKeyValue[]
              -

              (gs) global state

              -
              -
              - -
              globalStateSchema?: modelsv2.ApplicationStateSchema
              -

              (gsch) global schema

              -
              -
              - -
              localStateSchema?: modelsv2.ApplicationStateSchema
              -

              (lsch) local schema

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              extraProgramPages?: number

              (epp) the amount of extra program pages available to this app.

              +
              globalState?: modelsv2.TealKeyValue[]

              (gs) global state

              +
              globalStateSchema?: modelsv2.ApplicationStateSchema

              (gsch) global schema

              +
              localStateSchema?: modelsv2.ApplicationStateSchema

              (lsch) local schema

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.ApplicationStateOperation.html b/classes/modelsv2.ApplicationStateOperation.html index 2ae9374d3..ddcef1fc6 100644 --- a/classes/modelsv2.ApplicationStateOperation.html +++ b/classes/modelsv2.ApplicationStateOperation.html @@ -1,199 +1,24 @@ -ApplicationStateOperation | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationStateOperation

              -
              -

              An operation against an application's global/local/box state.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              account?: string
              -

              For local state changes, the address of the account associated with the local +ApplicationStateOperation | algosdk

              Class ApplicationStateOperation

              An operation against an application's global/local/box state.

              +

              Implements

              Constructors

              Properties

              account?: Address

              For local state changes, the address of the account associated with the local state.

              -
              -
              - -
              appStateType: string
              -

              Type of application state. Value g is global state, l is local +

              appStateType: string

              Type of application state. Value g is global state, l is local state, b is boxes.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              key: Uint8Array
              -

              The key (name) of the global/local/box state.

              -
              -
              - -
              newValue?: AvmValue
              -

              Represents an AVM value.

              -
              -
              - -
              operation: string
              -

              Operation type. Value w is write, d is delete.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              key: Uint8Array

              The key (name) of the global/local/box state.

              +
              newValue?: AvmValue

              Represents an AVM value.

              +
              operation: string

              Operation type. Value w is write, d is delete.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.ApplicationStateSchema.html b/classes/modelsv2.ApplicationStateSchema.html index 9c1391167..9fee67137 100644 --- a/classes/modelsv2.ApplicationStateSchema.html +++ b/classes/modelsv2.ApplicationStateSchema.html @@ -1,164 +1,16 @@ -ApplicationStateSchema | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ApplicationStateSchema

              -
              -

              Specifies maximums on the number of each type that may be stored.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              numByteSlice: number | bigint
              -

              (nbs) num of byte slices.

              -
              -
              - -
              numUint: number | bigint
              -

              (nui) num of uints.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ApplicationStateSchema | algosdk

              Class ApplicationStateSchema

              Specifies maximums on the number of each type that may be stored.

              +

              Implements

              Constructors

              Properties

              numByteSlice: number

              (nbs) num of byte slices.

              +
              numUint: number

              (nui) num of uints.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.Asset.html b/classes/modelsv2.Asset.html index bc5c70a66..891c6c5d6 100644 --- a/classes/modelsv2.Asset.html +++ b/classes/modelsv2.Asset.html @@ -1,167 +1,19 @@ -Asset | algosdk
              -
              - -
              -
              -
              -
              - -

              Class Asset

              -
              -

              Specifies both the unique identifier and the parameters for an asset

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              index: number | bigint
              -

              unique asset identifier

              -
              -
              - - -

              AssetParams specifies the parameters for an asset. +Asset | algosdk

              Specifies both the unique identifier and the parameters for an asset

              +

              Implements

              Constructors

              Properties

              index: bigint

              unique asset identifier

              +

              AssetParams specifies the parameters for an asset. (apar) when part of an AssetConfig transaction. Definition: data/transactions/asset.go : AssetParams

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.AssetHolding.html b/classes/modelsv2.AssetHolding.html index 98c834bcd..069533b87 100644 --- a/classes/modelsv2.AssetHolding.html +++ b/classes/modelsv2.AssetHolding.html @@ -1,177 +1,20 @@ -AssetHolding | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AssetHolding

              -
              -

              Describes an asset held by an account. +AssetHolding | algosdk

              Class AssetHolding

              Describes an asset held by an account. Definition: data/basics/userBalance.go : AssetHolding

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              amount: number | bigint
              -

              (a) number of units held.

              -
              -
              - -
              assetId: number | bigint
              -

              Asset ID of the holding.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              isFrozen: boolean
              -

              (f) whether or not the holding is frozen.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Implements

              Constructors

              • Creates a new AssetHolding object.

                +

                Parameters

                • __namedParameters: {
                      amount: number | bigint;
                      assetId: number | bigint;
                      isFrozen: boolean;
                  }
                  • amount: number | bigint
                  • assetId: number | bigint
                  • isFrozen: boolean

                Returns modelsv2.AssetHolding

              Properties

              amount: bigint

              (a) number of units held.

              +
              assetId: bigint

              Asset ID of the holding.

              +
              isFrozen: boolean

              (f) whether or not the holding is frozen.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.AssetHoldingReference.html b/classes/modelsv2.AssetHoldingReference.html index d1cd38f77..c8b756601 100644 --- a/classes/modelsv2.AssetHoldingReference.html +++ b/classes/modelsv2.AssetHoldingReference.html @@ -1,164 +1,16 @@ -AssetHoldingReference | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AssetHoldingReference

              -
              -

              References an asset held by an account.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              account: string
              -

              Address of the account holding the asset.

              -
              -
              - -
              asset: number | bigint
              -

              Asset ID of the holding.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +AssetHoldingReference | algosdk

              Class AssetHoldingReference

              References an asset held by an account.

              +

              Implements

              Constructors

              Properties

              account: Address

              Address of the account holding the asset.

              +
              asset: bigint

              Asset ID of the holding.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.AssetParams.html b/classes/modelsv2.AssetParams.html index 1e80a2265..2dafd4ee0 100644 --- a/classes/modelsv2.AssetParams.html +++ b/classes/modelsv2.AssetParams.html @@ -1,321 +1,56 @@ -AssetParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AssetParams

              -
              -

              AssetParams specifies the parameters for an asset. +AssetParams | algosdk

              AssetParams specifies the parameters for an asset. (apar) when part of an AssetConfig transaction. Definition: data/transactions/asset.go : AssetParams

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new AssetParams object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { clawback?: string; creator: string; decimals: number | bigint; defaultFrozen?: boolean; freeze?: string; manager?: string; metadataHash?: string | Uint8Array; name?: string; nameB64?: string | Uint8Array; reserve?: string; total: number | bigint; unitName?: string; unitNameB64?: string | Uint8Array; url?: string; urlB64?: string | Uint8Array }
                  -
                    -
                  • -
                    Optional clawback?: string
                  • -
                  • -
                    creator: string
                  • -
                  • -
                    decimals: number | bigint
                  • -
                  • -
                    Optional defaultFrozen?: boolean
                  • -
                  • -
                    Optional freeze?: string
                  • -
                  • -
                    Optional manager?: string
                  • -
                  • -
                    Optional metadataHash?: string | Uint8Array
                  • -
                  • -
                    Optional name?: string
                  • -
                  • -
                    Optional nameB64?: string | Uint8Array
                  • -
                  • -
                    Optional reserve?: string
                  • -
                  • -
                    total: number | bigint
                  • -
                  • -
                    Optional unitName?: string
                  • -
                  • -
                    Optional unitNameB64?: string | Uint8Array
                  • -
                  • -
                    Optional url?: string
                  • -
                  • -
                    Optional urlB64?: string | Uint8Array
                -

                Returns modelsv2.AssetParams

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              clawback?: string
              -

              (c) Address of account used to clawback holdings of this asset. If empty, +

              Implements

              Constructors

              • Creates a new AssetParams object.

                +

                Parameters

                • __namedParameters: {
                      clawback?: string;
                      creator: string;
                      decimals: number | bigint;
                      defaultFrozen?: boolean;
                      freeze?: string;
                      manager?: string;
                      metadataHash?: string | Uint8Array;
                      name?: string;
                      nameB64?: string | Uint8Array;
                      reserve?: string;
                      total: number | bigint;
                      unitName?: string;
                      unitNameB64?: string | Uint8Array;
                      url?: string;
                      urlB64?: string | Uint8Array;
                  }
                  • Optional clawback?: string
                  • creator: string
                  • decimals: number | bigint
                  • Optional defaultFrozen?: boolean
                  • Optional freeze?: string
                  • Optional manager?: string
                  • Optional metadataHash?: string | Uint8Array
                  • Optional name?: string
                  • Optional nameB64?: string | Uint8Array
                  • Optional reserve?: string
                  • total: number | bigint
                  • Optional unitName?: string
                  • Optional unitNameB64?: string | Uint8Array
                  • Optional url?: string
                  • Optional urlB64?: string | Uint8Array

                Returns modelsv2.AssetParams

              Properties

              clawback?: string

              (c) Address of account used to clawback holdings of this asset. If empty, clawback is not permitted.

              -
              -
              - -
              creator: string
              -

              The address that created this asset. This is the address where the parameters +

              creator: string

              The address that created this asset. This is the address where the parameters for this asset can be found, and also the address where unwanted asset units can be sent in the worst case.

              -
              -
              - -
              decimals: number | bigint
              -

              (dc) The number of digits to use after the decimal point when displaying this +

              decimals: number

              (dc) The number of digits to use after the decimal point when displaying this asset. If 0, the asset is not divisible. If 1, the base unit of the asset is in tenths. If 2, the base unit of the asset is in hundredths, and so on. This value must be between 0 and 19 (inclusive).

              -
              -
              - -
              defaultFrozen?: boolean
              -

              (df) Whether holdings of this asset are frozen by default.

              -
              -
              - -
              freeze?: string
              -

              (f) Address of account used to freeze holdings of this asset. If empty, freezing +

              defaultFrozen?: boolean

              (df) Whether holdings of this asset are frozen by default.

              +
              freeze?: string

              (f) Address of account used to freeze holdings of this asset. If empty, freezing is not permitted.

              -
              -
              - -
              manager?: string
              -

              (m) Address of account used to manage the keys of this asset and to destroy it.

              -
              -
              - -
              metadataHash?: Uint8Array
              -

              (am) A commitment to some unspecified asset metadata. The format of this +

              manager?: string

              (m) Address of account used to manage the keys of this asset and to destroy it.

              +
              metadataHash?: Uint8Array

              (am) A commitment to some unspecified asset metadata. The format of this metadata is up to the application.

              -
              -
              - -
              name?: string
              -

              (an) Name of this asset, as supplied by the creator. Included only when the +

              name?: string

              (an) Name of this asset, as supplied by the creator. Included only when the asset name is composed of printable utf-8 characters.

              -
              -
              - -
              nameB64?: Uint8Array
              -

              Base64 encoded name of this asset, as supplied by the creator.

              -
              -
              - -
              reserve?: string
              -

              (r) Address of account holding reserve (non-minted) units of this asset.

              -
              -
              - -
              total: number | bigint
              -

              (t) The total number of units of this asset.

              -
              -
              - -
              unitName?: string
              -

              (un) Name of a unit of this asset, as supplied by the creator. Included only +

              nameB64?: Uint8Array

              Base64 encoded name of this asset, as supplied by the creator.

              +
              reserve?: string

              (r) Address of account holding reserve (non-minted) units of this asset.

              +
              total: bigint

              (t) The total number of units of this asset.

              +
              unitName?: string

              (un) Name of a unit of this asset, as supplied by the creator. Included only when the name of a unit of this asset is composed of printable utf-8 characters.

              -
              -
              - -
              unitNameB64?: Uint8Array
              -

              Base64 encoded name of a unit of this asset, as supplied by the creator.

              -
              -
              - -
              url?: string
              -

              (au) URL where more information about the asset can be retrieved. Included only +

              unitNameB64?: Uint8Array

              Base64 encoded name of a unit of this asset, as supplied by the creator.

              +
              url?: string

              (au) URL where more information about the asset can be retrieved. Included only when the URL is composed of printable utf-8 characters.

              -
              -
              - -
              urlB64?: Uint8Array
              -

              Base64 encoded URL where more information about the asset can be retrieved.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              urlB64?: Uint8Array

              Base64 encoded URL where more information about the asset can be retrieved.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.AvmKeyValue.html b/classes/modelsv2.AvmKeyValue.html index a77fce822..5b69f93f7 100644 --- a/classes/modelsv2.AvmKeyValue.html +++ b/classes/modelsv2.AvmKeyValue.html @@ -1,162 +1,15 @@ -AvmKeyValue | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AvmKeyValue

              -
              -

              Represents an AVM key-value pair in an application store.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              key: Uint8Array
              -
              - -
              value: AvmValue
              -

              Represents an AVM value.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +AvmKeyValue | algosdk

              Represents an AVM key-value pair in an application store.

              +

              Implements

              Constructors

              Properties

              key: Uint8Array
              value: AvmValue

              Represents an AVM value.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.AvmValue.html b/classes/modelsv2.AvmValue.html index a1196f6a0..74898e9a9 100644 --- a/classes/modelsv2.AvmValue.html +++ b/classes/modelsv2.AvmValue.html @@ -1,175 +1,18 @@ -AvmValue | algosdk
              -
              - -
              -
              -
              -
              - -

              Class AvmValue

              -
              -

              Represents an AVM value.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new AvmValue object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { bytes?: string | Uint8Array; type: number | bigint; uint?: number | bigint }
                  -
                    -
                  • -
                    Optional bytes?: string | Uint8Array
                  • -
                  • -
                    type: number | bigint
                  • -
                  • -
                    Optional uint?: number | bigint
                -

                Returns AvmValue

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              bytes?: Uint8Array
              -

              bytes value.

              -
              -
              - -
              type: number | bigint
              -

              value type. Value 1 refers to bytes, value 2 refers to uint64

              -
              -
              - -
              uint?: number | bigint
              -

              uint value.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +AvmValue | algosdk

              Represents an AVM value.

              +

              Implements

              Constructors

              • Creates a new AvmValue object.

                +

                Parameters

                • __namedParameters: {
                      bytes?: string | Uint8Array;
                      type: number | bigint;
                      uint?: number | bigint;
                  }
                  • Optional bytes?: string | Uint8Array
                  • type: number | bigint
                  • Optional uint?: number | bigint

                Returns AvmValue

              Properties

              bytes?: Uint8Array

              bytes value.

              +
              type: number

              value type. Value 1 refers to bytes, value 2 refers to uint64

              +
              uint?: bigint

              uint value.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.BlockHashResponse.html b/classes/modelsv2.BlockHashResponse.html index ff0723a04..7b1838437 100644 --- a/classes/modelsv2.BlockHashResponse.html +++ b/classes/modelsv2.BlockHashResponse.html @@ -1,155 +1,15 @@ -BlockHashResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class BlockHashResponse

              -
              -

              Hash of a block header.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              blockhash: string
              -

              Block header hash.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +BlockHashResponse | algosdk

              Class BlockHashResponse

              Hash of a block header.

              +

              Implements

              Constructors

              Properties

              blockhash: string

              Block header hash.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.BlockLogsResponse.html b/classes/modelsv2.BlockLogsResponse.html index 12999f3be..bbaad02ec 100644 --- a/classes/modelsv2.BlockLogsResponse.html +++ b/classes/modelsv2.BlockLogsResponse.html @@ -1,157 +1,19 @@ -BlockLogsResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class BlockLogsResponse

              -
              -

              All logs emitted in the given round. Each app call, whether top-level or inner, +BlockLogsResponse | algosdk

              Class BlockLogsResponse

              All logs emitted in the given round. Each app call, whether top-level or inner, that contains logs results in a separate AppCallLogs object. Therefore there may be multiple AppCallLogs with the same application ID and outer transaction ID in the event of multiple inner app calls to the same app. App calls with no logs are not included in the response. AppCallLogs are returned in the same order that their corresponding app call appeared in the block (pre-order traversal of inner app calls)

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              logs: AppCallLogs[]
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Implements

              Constructors

              Properties

              logs: AppCallLogs[]
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.BlockResponse.html b/classes/modelsv2.BlockResponse.html index 7a1068d86..2fc3b6d00 100644 --- a/classes/modelsv2.BlockResponse.html +++ b/classes/modelsv2.BlockResponse.html @@ -1,165 +1,17 @@ -BlockResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class BlockResponse

              -
              -

              Encoded block object.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              Block header data.

              -
              -
              - -
              cert?: Record<string, any>
              -

              Optional certificate object. This is only included when the format is set to +BlockResponse | algosdk

              Class BlockResponse

              Encoded block object.

              +

              Implements

              Constructors

              Properties

              block: Block

              Block header data.

              +

              Optional certificate object. This is only included when the format is set to message pack.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.BlockTxidsResponse.html b/classes/modelsv2.BlockTxidsResponse.html index ea453f5a0..b4c76a5c2 100644 --- a/classes/modelsv2.BlockTxidsResponse.html +++ b/classes/modelsv2.BlockTxidsResponse.html @@ -1,155 +1,15 @@ -BlockTxidsResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class BlockTxidsResponse

              -
              -

              Top level transaction IDs in a block.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              blocktxids: string[]
              -

              Block transaction IDs.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +BlockTxidsResponse | algosdk

              Class BlockTxidsResponse

              Top level transaction IDs in a block.

              +

              Implements

              Constructors

              Properties

              blocktxids: string[]

              Block transaction IDs.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.Box.html b/classes/modelsv2.Box.html index 18e755da7..731853109 100644 --- a/classes/modelsv2.Box.html +++ b/classes/modelsv2.Box.html @@ -1,175 +1,18 @@ -Box | algosdk
              -
              - -
              -
              -
              -
              - -

              Class Box

              -
              -

              Box name and its content.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new Box object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { name: string | Uint8Array; round: number | bigint; value: string | Uint8Array }
                  -
                    -
                  • -
                    name: string | Uint8Array
                  • -
                  • -
                    round: number | bigint
                  • -
                  • -
                    value: string | Uint8Array
                -

                Returns modelsv2.Box

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              name: Uint8Array
              -

              (name) box name, base64 encoded

              -
              -
              - -
              round: number | bigint
              -

              The round for which this information is relevant

              -
              -
              - -
              value: Uint8Array
              -

              (value) box value, base64 encoded.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +Box | algosdk

              Box name and its content.

              +

              Implements

              Constructors

              • Creates a new Box object.

                +

                Parameters

                • __namedParameters: {
                      name: string | Uint8Array;
                      round: number | bigint;
                      value: string | Uint8Array;
                  }
                  • name: string | Uint8Array
                  • round: number | bigint
                  • value: string | Uint8Array

                Returns modelsv2.Box

              Properties

              name: Uint8Array

              (name) box name, base64 encoded

              +
              round: bigint

              The round for which this information is relevant

              +
              value: Uint8Array

              (value) box value, base64 encoded.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.BoxDescriptor.html b/classes/modelsv2.BoxDescriptor.html index 917bff13c..2c9684728 100644 --- a/classes/modelsv2.BoxDescriptor.html +++ b/classes/modelsv2.BoxDescriptor.html @@ -1,155 +1,15 @@ -BoxDescriptor | algosdk
              -
              - -
              -
              -
              -
              - -

              Class BoxDescriptor

              -
              -

              Box descriptor describes a Box.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              name: Uint8Array
              -

              Base64 encoded box name

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +BoxDescriptor | algosdk

              Class BoxDescriptor

              Box descriptor describes a Box.

              +

              Implements

              Constructors

              Properties

              name: Uint8Array

              Base64 encoded box name

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.BoxReference.html b/classes/modelsv2.BoxReference.html index 4b1d132ea..1c81f050f 100644 --- a/classes/modelsv2.BoxReference.html +++ b/classes/modelsv2.BoxReference.html @@ -1,164 +1,16 @@ -BoxReference | algosdk
              -
              - -
              -
              -
              -
              - -

              Class BoxReference

              -
              -

              References a box of an application.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              app: number | bigint
              -

              Application ID which this box belongs to

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              name: Uint8Array
              -

              Base64 encoded box name

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +BoxReference | algosdk

              Class BoxReference

              References a box of an application.

              +

              Implements

              Constructors

              Properties

              app: bigint

              Application ID which this box belongs to

              +
              name: Uint8Array

              Base64 encoded box name

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.BoxesResponse.html b/classes/modelsv2.BoxesResponse.html index a5362da83..9f1069a98 100644 --- a/classes/modelsv2.BoxesResponse.html +++ b/classes/modelsv2.BoxesResponse.html @@ -1,151 +1,13 @@ -BoxesResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class BoxesResponse

              -
              -

              Box names of an application

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +BoxesResponse | algosdk

              Class BoxesResponse

              Box names of an application

              +

              Implements

              Constructors

              Properties

              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.BuildVersion.html b/classes/modelsv2.BuildVersion.html index 6d602e639..4362775b3 100644 --- a/classes/modelsv2.BuildVersion.html +++ b/classes/modelsv2.BuildVersion.html @@ -1,193 +1,18 @@ -BuildVersion | algosdk
              -
              - -
              -
              -
              -
              - -

              Class BuildVersion

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new BuildVersion object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { branch: string; buildNumber: number | bigint; channel: string; commitHash: string; major: number | bigint; minor: number | bigint }
                  -
                    -
                  • -
                    branch: string
                  • -
                  • -
                    buildNumber: number | bigint
                  • -
                  • -
                    channel: string
                  • -
                  • -
                    commitHash: string
                  • -
                  • -
                    major: number | bigint
                  • -
                  • -
                    minor: number | bigint
                -

                Returns BuildVersion

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              branch: string
              -
              - -
              buildNumber: number | bigint
              -
              - -
              channel: string
              -
              - -
              commitHash: string
              -
              - -
              major: number | bigint
              -
              - -
              minor: number | bigint
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +BuildVersion | algosdk

              Class BuildVersion

              An interface for objects that can be encoded and decoded to/from msgpack and JSON.

              +

              Implements

              Constructors

              • Creates a new BuildVersion object.

                +

                Parameters

                • __namedParameters: {
                      branch: string;
                      buildNumber: number | bigint;
                      channel: string;
                      commitHash: string;
                      major: number | bigint;
                      minor: number | bigint;
                  }
                  • branch: string
                  • buildNumber: number | bigint
                  • channel: string
                  • commitHash: string
                  • major: number | bigint
                  • minor: number | bigint

                Returns BuildVersion

              Properties

              branch: string
              buildNumber: number
              channel: string
              commitHash: string
              major: number
              minor: number
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.CompileResponse.html b/classes/modelsv2.CompileResponse.html index 314780b43..62e40f4da 100644 --- a/classes/modelsv2.CompileResponse.html +++ b/classes/modelsv2.CompileResponse.html @@ -1,175 +1,18 @@ -CompileResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class CompileResponse

              -
              -

              Teal compile Result

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new CompileResponse object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { hash: string; result: string; sourcemap?: Record<string, any> }
                  -
                    -
                  • -
                    hash: string
                  • -
                  • -
                    result: string
                  • -
                  • -
                    Optional sourcemap?: Record<string, any>
                -

                Returns CompileResponse

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              hash: string
              -

              base32 SHA512_256 of program bytes (Address style)

              -
              -
              - -
              result: string
              -

              base64 encoded program bytes

              -
              -
              - -
              sourcemap?: Record<string, any>
              -

              JSON of the source map

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +CompileResponse | algosdk

              Class CompileResponse

              Teal compile Result

              +

              Implements

              Constructors

              Properties

              hash: string

              base32 SHA512_256 of program bytes (Address style)

              +
              result: string

              base64 encoded program bytes

              +
              sourcemap?: UntypedValue

              JSON of the source map

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.DisassembleResponse.html b/classes/modelsv2.DisassembleResponse.html index a5ba2cc58..ccab99c42 100644 --- a/classes/modelsv2.DisassembleResponse.html +++ b/classes/modelsv2.DisassembleResponse.html @@ -1,155 +1,15 @@ -DisassembleResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class DisassembleResponse

              -
              -

              Teal disassembly Result

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              result: string
              -

              disassembled Teal code

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +DisassembleResponse | algosdk

              Class DisassembleResponse

              Teal disassembly Result

              +

              Implements

              Constructors

              Properties

              result: string

              disassembled Teal code

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.DryrunRequest.html b/classes/modelsv2.DryrunRequest.html index 3914c108a..b237b7126 100644 --- a/classes/modelsv2.DryrunRequest.html +++ b/classes/modelsv2.DryrunRequest.html @@ -1,215 +1,26 @@ -DryrunRequest | algosdk
              -
              - -
              -
              -
              -
              - -

              Class DryrunRequest

              -
              -

              Request data type for dryrun endpoint. Given the Transactions and simulated +DryrunRequest | algosdk

              Class DryrunRequest

              Request data type for dryrun endpoint. Given the Transactions and simulated ledger state upload, run TEAL scripts and return debugging information.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              accounts: modelsv2.Account[]
              -
              - -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              latestTimestamp: number | bigint
              -

              LatestTimestamp is available to some TEAL scripts. Defaults to the latest +

              Implements

              Constructors

              Properties

              accounts: modelsv2.Account[]
              latestTimestamp: number

              LatestTimestamp is available to some TEAL scripts. Defaults to the latest confirmed timestamp this algod is attached to.

              -
              -
              - -
              protocolVersion: string
              -

              ProtocolVersion specifies a specific version string to operate under, otherwise +

              protocolVersion: string

              ProtocolVersion specifies a specific version string to operate under, otherwise whatever the current protocol of the network this algod is running in.

              -
              -
              - -
              round: number | bigint
              -

              Round is available to some TEAL scripts. Defaults to the current round on the +

              round: bigint

              Round is available to some TEAL scripts. Defaults to the current round on the network this algod is attached to.

              -
              -
              - -
              sources: DryrunSource[]
              -
              - -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              sources: DryrunSource[]
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.DryrunResponse.html b/classes/modelsv2.DryrunResponse.html index 9e3520faa..1e82e5110 100644 --- a/classes/modelsv2.DryrunResponse.html +++ b/classes/modelsv2.DryrunResponse.html @@ -1,171 +1,16 @@ -DryrunResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class DryrunResponse

              -
              -

              DryrunResponse contains per-txn debug information from a dryrun.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              error: string
              -
              - -
              protocolVersion: string
              -

              Protocol version is the protocol version Dryrun was operated under.

              -
              -
              - -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +DryrunResponse | algosdk

              Class DryrunResponse

              DryrunResponse contains per-txn debug information from a dryrun.

              +

              Implements

              Constructors

              Properties

              error: string
              protocolVersion: string

              Protocol version is the protocol version Dryrun was operated under.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.DryrunSource.html b/classes/modelsv2.DryrunSource.html index 3595642ea..0d365e5fc 100644 --- a/classes/modelsv2.DryrunSource.html +++ b/classes/modelsv2.DryrunSource.html @@ -1,183 +1,20 @@ -DryrunSource | algosdk
              -
              - -
              -
              -
              -
              - -

              Class DryrunSource

              -
              -

              DryrunSource is TEAL source text that gets uploaded, compiled, and inserted into +DryrunSource | algosdk

              Class DryrunSource

              DryrunSource is TEAL source text that gets uploaded, compiled, and inserted into transactions or application state.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new DryrunSource object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { appIndex: number | bigint; fieldName: string; source: string; txnIndex: number | bigint }
                  -
                    -
                  • -
                    appIndex: number | bigint
                  • -
                  • -
                    fieldName: string
                  • -
                  • -
                    source: string
                  • -
                  • -
                    txnIndex: number | bigint
                -

                Returns DryrunSource

              -
              -

              Properties

              -
              - -
              appIndex: number | bigint
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              fieldName: string
              -

              FieldName is what kind of sources this is. If lsig then it goes into the +

              Implements

              Constructors

              • Creates a new DryrunSource object.

                +

                Parameters

                • __namedParameters: {
                      appIndex: number | bigint;
                      fieldName: string;
                      source: string;
                      txnIndex: number | bigint;
                  }
                  • appIndex: number | bigint
                  • fieldName: string
                  • source: string
                  • txnIndex: number | bigint

                Returns DryrunSource

              Properties

              appIndex: bigint
              fieldName: string

              FieldName is what kind of sources this is. If lsig then it goes into the transactions[this.TxnIndex].LogicSig. If approv or clearp it goes into the Approval Program or Clear State Program of application[this.AppIndex].

              -
              -
              - -
              source: string
              -
              - -
              txnIndex: number | bigint
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              source: string
              txnIndex: number
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.DryrunState.html b/classes/modelsv2.DryrunState.html index d9aaa1902..d9c82bf84 100644 --- a/classes/modelsv2.DryrunState.html +++ b/classes/modelsv2.DryrunState.html @@ -1,193 +1,20 @@ -DryrunState | algosdk
              -
              - -
              -
              -
              -
              - -

              Class DryrunState

              -
              -

              Stores the TEAL eval step data

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              error?: string
              -

              Evaluation error if any

              -
              -
              - -
              line: number | bigint
              -

              Line number

              -
              -
              - -
              pc: number | bigint
              -

              Program counter

              -
              -
              - -
              scratch?: modelsv2.TealValue[]
              -
              - -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +DryrunState | algosdk

              Stores the TEAL eval step data

              +

              Implements

              Constructors

              Properties

              error?: string

              Evaluation error if any

              +
              line: number

              Line number

              +
              pc: number

              Program counter

              +
              scratch?: modelsv2.TealValue[]
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.DryrunTxnResult.html b/classes/modelsv2.DryrunTxnResult.html index 1dc1f20ff..28563c0e9 100644 --- a/classes/modelsv2.DryrunTxnResult.html +++ b/classes/modelsv2.DryrunTxnResult.html @@ -1,252 +1,29 @@ -DryrunTxnResult | algosdk
              -
              - -
              -
              -
              -
              - -

              Class DryrunTxnResult

              -
              -

              DryrunTxnResult contains any LogicSig or ApplicationCall program debug +DryrunTxnResult | algosdk

              Class DryrunTxnResult

              DryrunTxnResult contains any LogicSig or ApplicationCall program debug information and state updates from a dryrun.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              appCallMessages?: string[]
              -
              - -
              appCallTrace?: DryrunState[]
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              budgetAdded?: number | bigint
              -

              Budget added during execution of app call transaction.

              -
              -
              - -
              budgetConsumed?: number | bigint
              -

              Budget consumed during execution of app call transaction.

              -
              -
              - -
              disassembly: string[]
              -

              Disassembled program line by line.

              -
              -
              - -
              globalDelta?: modelsv2.EvalDeltaKeyValue[]
              -

              Application state delta.

              -
              -
              - -
              localDeltas?: modelsv2.AccountStateDelta[]
              -
              - -
              logicSigDisassembly?: string[]
              -

              Disassembled lsig program line by line.

              -
              -
              - -
              logicSigMessages?: string[]
              -
              - -
              logicSigTrace?: DryrunState[]
              -
              - -
              logs?: Uint8Array[]
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Implements

              Constructors

              • Creates a new DryrunTxnResult object.

                +

                Parameters

                • __namedParameters: {
                      appCallMessages?: string[];
                      appCallTrace?: DryrunState[];
                      budgetAdded?: number | bigint;
                      budgetConsumed?: number | bigint;
                      disassembly: string[];
                      globalDelta?: modelsv2.EvalDeltaKeyValue[];
                      localDeltas?: modelsv2.AccountStateDelta[];
                      logicSigDisassembly?: string[];
                      logicSigMessages?: string[];
                      logicSigTrace?: DryrunState[];
                      logs?: Uint8Array[];
                  }
                  • Optional appCallMessages?: string[]
                  • Optional appCallTrace?: DryrunState[]
                  • Optional budgetAdded?: number | bigint
                  • Optional budgetConsumed?: number | bigint
                  • disassembly: string[]
                  • Optional globalDelta?: modelsv2.EvalDeltaKeyValue[]
                  • Optional localDeltas?: modelsv2.AccountStateDelta[]
                  • Optional logicSigDisassembly?: string[]
                  • Optional logicSigMessages?: string[]
                  • Optional logicSigTrace?: DryrunState[]
                  • Optional logs?: Uint8Array[]

                Returns DryrunTxnResult

              Properties

              appCallMessages?: string[]
              appCallTrace?: DryrunState[]
              budgetAdded?: number

              Budget added during execution of app call transaction.

              +
              budgetConsumed?: number

              Budget consumed during execution of app call transaction.

              +
              disassembly: string[]

              Disassembled program line by line.

              +
              globalDelta?: modelsv2.EvalDeltaKeyValue[]

              Application state delta.

              +
              localDeltas?: modelsv2.AccountStateDelta[]
              logicSigDisassembly?: string[]

              Disassembled lsig program line by line.

              +
              logicSigMessages?: string[]
              logicSigTrace?: DryrunState[]
              logs?: Uint8Array[]
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.ErrorResponse.html b/classes/modelsv2.ErrorResponse.html index a1836f095..5fb08e77f 100644 --- a/classes/modelsv2.ErrorResponse.html +++ b/classes/modelsv2.ErrorResponse.html @@ -1,160 +1,14 @@ -ErrorResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ErrorResponse

              -
              -

              An error response with optional data field.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              data?: Record<string, any>
              -
              - -
              message: string
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ErrorResponse | algosdk

              Class ErrorResponse

              An error response with optional data field.

              +

              Implements

              Constructors

              Properties

              message: string
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.EvalDelta.html b/classes/modelsv2.EvalDelta.html index 18c1d48c7..bc021a287 100644 --- a/classes/modelsv2.EvalDelta.html +++ b/classes/modelsv2.EvalDelta.html @@ -1,175 +1,18 @@ -EvalDelta | algosdk
              -
              - -
              -
              -
              -
              - -

              Class EvalDelta

              -
              -

              Represents a TEAL value delta.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new EvalDelta object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { action: number | bigint; bytes?: string; uint?: number | bigint }
                  -
                    -
                  • -
                    action: number | bigint
                  • -
                  • -
                    Optional bytes?: string
                  • -
                  • -
                    Optional uint?: number | bigint
                -

                Returns modelsv2.EvalDelta

              -
              -

              Properties

              -
              - -
              action: number | bigint
              -

              (at) delta action.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              bytes?: string
              -

              (bs) bytes value.

              -
              -
              - -
              uint?: number | bigint
              -

              (ui) uint value.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +EvalDelta | algosdk

              Represents a TEAL value delta.

              +

              Implements

              Constructors

              • Creates a new EvalDelta object.

                +

                Parameters

                • __namedParameters: {
                      action: number | bigint;
                      bytes?: string;
                      uint?: number | bigint;
                  }
                  • action: number | bigint
                  • Optional bytes?: string
                  • Optional uint?: number | bigint

                Returns modelsv2.EvalDelta

              Properties

              action: number

              (at) delta action.

              +
              bytes?: string

              (bs) bytes value.

              +
              uint?: bigint

              (ui) uint value.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.EvalDeltaKeyValue.html b/classes/modelsv2.EvalDeltaKeyValue.html index 80b61da49..af5a8f41a 100644 --- a/classes/modelsv2.EvalDeltaKeyValue.html +++ b/classes/modelsv2.EvalDeltaKeyValue.html @@ -1,162 +1,15 @@ -EvalDeltaKeyValue | algosdk
              -
              - -
              -
              -
              -
              - -

              Class EvalDeltaKeyValue

              -
              -

              Key-value pairs for StateDelta.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              key: string
              -
              - - -

              Represents a TEAL value delta.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +EvalDeltaKeyValue | algosdk

              Class EvalDeltaKeyValue

              Key-value pairs for StateDelta.

              +

              Implements

              Constructors

              Properties

              key: string

              Represents a TEAL value delta.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.GetBlockTimeStampOffsetResponse.html b/classes/modelsv2.GetBlockTimeStampOffsetResponse.html index 311d3d09a..e2fd0a235 100644 --- a/classes/modelsv2.GetBlockTimeStampOffsetResponse.html +++ b/classes/modelsv2.GetBlockTimeStampOffsetResponse.html @@ -1,155 +1,15 @@ -GetBlockTimeStampOffsetResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class GetBlockTimeStampOffsetResponse

              -
              -

              Response containing the timestamp offset in seconds

              -
              -
              -

              Hierarchy

              -
                -
              • BaseModel -
                  -
                • GetBlockTimeStampOffsetResponse
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              offset: number | bigint
              -

              Timestamp offset in seconds.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +GetBlockTimeStampOffsetResponse | algosdk

              Class GetBlockTimeStampOffsetResponse

              Response containing the timestamp offset in seconds

              +

              Implements

              Constructors

              Properties

              offset: number

              Timestamp offset in seconds.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.GetSyncRoundResponse.html b/classes/modelsv2.GetSyncRoundResponse.html index 5743c63a6..641fdc494 100644 --- a/classes/modelsv2.GetSyncRoundResponse.html +++ b/classes/modelsv2.GetSyncRoundResponse.html @@ -1,155 +1,15 @@ -GetSyncRoundResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class GetSyncRoundResponse

              -
              -

              Response containing the ledger's minimum sync round

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              round: number | bigint
              -

              The minimum sync round for the ledger.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +GetSyncRoundResponse | algosdk

              Class GetSyncRoundResponse

              Response containing the ledger's minimum sync round

              +

              Implements

              Constructors

              Properties

              round: bigint

              The minimum sync round for the ledger.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.KvDelta.html b/classes/modelsv2.KvDelta.html index 1f92e1816..24626958d 100644 --- a/classes/modelsv2.KvDelta.html +++ b/classes/modelsv2.KvDelta.html @@ -1,165 +1,17 @@ -KvDelta | algosdk
              -
              - -
              -
              -
              -
              - -

              Class KvDelta

              -
              -

              A single Delta containing the key, the previous value and the current value for +KvDelta | algosdk

              A single Delta containing the key, the previous value and the current value for a single round.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new KvDelta object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { key?: string | Uint8Array; value?: string | Uint8Array }
                  -
                    -
                  • -
                    Optional key?: string | Uint8Array
                  • -
                  • -
                    Optional value?: string | Uint8Array
                -

                Returns KvDelta

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              key?: Uint8Array
              -

              The key, base64 encoded.

              -
              -
              - -
              value?: Uint8Array
              -

              The new value of the KV store entry, base64 encoded.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Implements

              Constructors

              • Creates a new KvDelta object.

                +

                Parameters

                • __namedParameters: {
                      key?: string | Uint8Array;
                      value?: string | Uint8Array;
                  }
                  • Optional key?: string | Uint8Array
                  • Optional value?: string | Uint8Array

                Returns KvDelta

              Properties

              key?: Uint8Array

              The key, base64 encoded.

              +
              value?: Uint8Array

              The new value of the KV store entry, base64 encoded.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.LedgerStateDeltaForTransactionGroup.html b/classes/modelsv2.LedgerStateDeltaForTransactionGroup.html index 57073e45e..3e3ad3e06 100644 --- a/classes/modelsv2.LedgerStateDeltaForTransactionGroup.html +++ b/classes/modelsv2.LedgerStateDeltaForTransactionGroup.html @@ -1,162 +1,15 @@ -LedgerStateDeltaForTransactionGroup | algosdk
              -
              - -
              -
              -
              -
              - -

              Class LedgerStateDeltaForTransactionGroup

              -
              -

              Contains a ledger delta for a single transaction group

              -
              -
              -

              Hierarchy

              -
                -
              • BaseModel -
                  -
                • LedgerStateDeltaForTransactionGroup
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              delta: Record<string, any>
              -

              Ledger StateDelta object

              -
              -
              - -
              ids: string[]
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +LedgerStateDeltaForTransactionGroup | algosdk

              Class LedgerStateDeltaForTransactionGroup

              Contains a ledger delta for a single transaction group

              +

              Implements

              Constructors

              Properties

              Ledger StateDelta object

              +
              ids: string[]
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.LightBlockHeaderProof.html b/classes/modelsv2.LightBlockHeaderProof.html index e0c2777b9..63bedc2df 100644 --- a/classes/modelsv2.LightBlockHeaderProof.html +++ b/classes/modelsv2.LightBlockHeaderProof.html @@ -1,176 +1,19 @@ -LightBlockHeaderProof | algosdk
              -
              - -
              -
              -
              -
              - -

              Class LightBlockHeaderProof

              -
              -

              Proof of membership and position of a light block header.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              index: number | bigint
              -

              The index of the light block header in the vector commitment tree

              -
              -
              - -
              proof: Uint8Array
              -

              The encoded proof.

              -
              -
              - -
              treedepth: number | bigint
              -

              Represents the depth of the tree that is being proven, i.e. the number of edges +LightBlockHeaderProof | algosdk

              Class LightBlockHeaderProof

              Proof of membership and position of a light block header.

              +

              Implements

              Constructors

              • Creates a new LightBlockHeaderProof object.

                +

                Parameters

                • __namedParameters: {
                      index: number | bigint;
                      proof: string | Uint8Array;
                      treedepth: number | bigint;
                  }
                  • index: number | bigint
                  • proof: string | Uint8Array
                  • treedepth: number | bigint

                Returns LightBlockHeaderProof

              Properties

              index: number

              The index of the light block header in the vector commitment tree

              +
              proof: Uint8Array

              The encoded proof.

              +
              treedepth: number

              Represents the depth of the tree that is being proven, i.e. the number of edges from a leaf to the root.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.NodeStatusResponse.html b/classes/modelsv2.NodeStatusResponse.html index fd7493092..ca06d9a24 100644 --- a/classes/modelsv2.NodeStatusResponse.html +++ b/classes/modelsv2.NodeStatusResponse.html @@ -1,433 +1,71 @@ -NodeStatusResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class NodeStatusResponse

              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new NodeStatusResponse object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { catchpoint?: string; catchpointAcquiredBlocks?: number | bigint; catchpointProcessedAccounts?: number | bigint; catchpointProcessedKvs?: number | bigint; catchpointTotalAccounts?: number | bigint; catchpointTotalBlocks?: number | bigint; catchpointTotalKvs?: number | bigint; catchpointVerifiedAccounts?: number | bigint; catchpointVerifiedKvs?: number | bigint; catchupTime: number | bigint; lastCatchpoint?: string; lastRound: number | bigint; lastVersion: string; nextVersion: string; nextVersionRound: number | bigint; nextVersionSupported: boolean; stoppedAtUnsupportedRound: boolean; timeSinceLastRound: number | bigint; upgradeDelay?: number | bigint; upgradeNextProtocolVoteBefore?: number | bigint; upgradeNoVotes?: number | bigint; upgradeNodeVote?: boolean; upgradeVoteRounds?: number | bigint; upgradeVotes?: number | bigint; upgradeVotesRequired?: number | bigint; upgradeYesVotes?: number | bigint }
                  -
                    -
                  • -
                    Optional catchpoint?: string
                  • -
                  • -
                    Optional catchpointAcquiredBlocks?: number | bigint
                  • -
                  • -
                    Optional catchpointProcessedAccounts?: number | bigint
                  • -
                  • -
                    Optional catchpointProcessedKvs?: number | bigint
                  • -
                  • -
                    Optional catchpointTotalAccounts?: number | bigint
                  • -
                  • -
                    Optional catchpointTotalBlocks?: number | bigint
                  • -
                  • -
                    Optional catchpointTotalKvs?: number | bigint
                  • -
                  • -
                    Optional catchpointVerifiedAccounts?: number | bigint
                  • -
                  • -
                    Optional catchpointVerifiedKvs?: number | bigint
                  • -
                  • -
                    catchupTime: number | bigint
                  • -
                  • -
                    Optional lastCatchpoint?: string
                  • -
                  • -
                    lastRound: number | bigint
                  • -
                  • -
                    lastVersion: string
                  • -
                  • -
                    nextVersion: string
                  • -
                  • -
                    nextVersionRound: number | bigint
                  • -
                  • -
                    nextVersionSupported: boolean
                  • -
                  • -
                    stoppedAtUnsupportedRound: boolean
                  • -
                  • -
                    timeSinceLastRound: number | bigint
                  • -
                  • -
                    Optional upgradeDelay?: number | bigint
                  • -
                  • -
                    Optional upgradeNextProtocolVoteBefore?: number | bigint
                  • -
                  • -
                    Optional upgradeNoVotes?: number | bigint
                  • -
                  • -
                    Optional upgradeNodeVote?: boolean
                  • -
                  • -
                    Optional upgradeVoteRounds?: number | bigint
                  • -
                  • -
                    Optional upgradeVotes?: number | bigint
                  • -
                  • -
                    Optional upgradeVotesRequired?: number | bigint
                  • -
                  • -
                    Optional upgradeYesVotes?: number | bigint
                -

                Returns NodeStatusResponse

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              catchpoint?: string
              -

              The current catchpoint that is being caught up to

              -
              -
              - -
              catchpointAcquiredBlocks?: number | bigint
              -

              The number of blocks that have already been obtained by the node as part of the +NodeStatusResponse | algosdk

              Class NodeStatusResponse

              Implements

              Constructors

              • Creates a new NodeStatusResponse object.

                +

                Parameters

                • __namedParameters: {
                      catchpoint?: string;
                      catchpointAcquiredBlocks?: number | bigint;
                      catchpointProcessedAccounts?: number | bigint;
                      catchpointProcessedKvs?: number | bigint;
                      catchpointTotalAccounts?: number | bigint;
                      catchpointTotalBlocks?: number | bigint;
                      catchpointTotalKvs?: number | bigint;
                      catchpointVerifiedAccounts?: number | bigint;
                      catchpointVerifiedKvs?: number | bigint;
                      catchupTime: number | bigint;
                      lastCatchpoint?: string;
                      lastRound: number | bigint;
                      lastVersion: string;
                      nextVersion: string;
                      nextVersionRound: number | bigint;
                      nextVersionSupported: boolean;
                      stoppedAtUnsupportedRound: boolean;
                      timeSinceLastRound: number | bigint;
                      upgradeDelay?: number | bigint;
                      upgradeNextProtocolVoteBefore?: number | bigint;
                      upgradeNoVotes?: number | bigint;
                      upgradeNodeVote?: boolean;
                      upgradeVoteRounds?: number | bigint;
                      upgradeVotes?: number | bigint;
                      upgradeVotesRequired?: number | bigint;
                      upgradeYesVotes?: number | bigint;
                  }
                  • Optional catchpoint?: string
                  • Optional catchpointAcquiredBlocks?: number | bigint
                  • Optional catchpointProcessedAccounts?: number | bigint
                  • Optional catchpointProcessedKvs?: number | bigint
                  • Optional catchpointTotalAccounts?: number | bigint
                  • Optional catchpointTotalBlocks?: number | bigint
                  • Optional catchpointTotalKvs?: number | bigint
                  • Optional catchpointVerifiedAccounts?: number | bigint
                  • Optional catchpointVerifiedKvs?: number | bigint
                  • catchupTime: number | bigint
                  • Optional lastCatchpoint?: string
                  • lastRound: number | bigint
                  • lastVersion: string
                  • nextVersion: string
                  • nextVersionRound: number | bigint
                  • nextVersionSupported: boolean
                  • stoppedAtUnsupportedRound: boolean
                  • timeSinceLastRound: number | bigint
                  • Optional upgradeDelay?: number | bigint
                  • Optional upgradeNextProtocolVoteBefore?: number | bigint
                  • Optional upgradeNoVotes?: number | bigint
                  • Optional upgradeNodeVote?: boolean
                  • Optional upgradeVoteRounds?: number | bigint
                  • Optional upgradeVotes?: number | bigint
                  • Optional upgradeVotesRequired?: number | bigint
                  • Optional upgradeYesVotes?: number | bigint

                Returns NodeStatusResponse

              Properties

              catchpoint?: string

              The current catchpoint that is being caught up to

              +
              catchpointAcquiredBlocks?: number

              The number of blocks that have already been obtained by the node as part of the catchup

              -
              -
              - -
              catchpointProcessedAccounts?: number | bigint
              -

              The number of accounts from the current catchpoint that have been processed so +

              catchpointProcessedAccounts?: number

              The number of accounts from the current catchpoint that have been processed so far as part of the catchup

              -
              -
              - -
              catchpointProcessedKvs?: number | bigint
              -

              The number of key-values (KVs) from the current catchpoint that have been +

              catchpointProcessedKvs?: number

              The number of key-values (KVs) from the current catchpoint that have been processed so far as part of the catchup

              -
              -
              - -
              catchpointTotalAccounts?: number | bigint
              -

              The total number of accounts included in the current catchpoint

              -
              -
              - -
              catchpointTotalBlocks?: number | bigint
              -

              The total number of blocks that are required to complete the current catchpoint +

              catchpointTotalAccounts?: number

              The total number of accounts included in the current catchpoint

              +
              catchpointTotalBlocks?: number

              The total number of blocks that are required to complete the current catchpoint catchup

              -
              -
              - -
              catchpointTotalKvs?: number | bigint
              -

              The total number of key-values (KVs) included in the current catchpoint

              -
              -
              - -
              catchpointVerifiedAccounts?: number | bigint
              -

              The number of accounts from the current catchpoint that have been verified so +

              catchpointTotalKvs?: number

              The total number of key-values (KVs) included in the current catchpoint

              +
              catchpointVerifiedAccounts?: number

              The number of accounts from the current catchpoint that have been verified so far as part of the catchup

              -
              -
              - -
              catchpointVerifiedKvs?: number | bigint
              -

              The number of key-values (KVs) from the current catchpoint that have been +

              catchpointVerifiedKvs?: number

              The number of key-values (KVs) from the current catchpoint that have been verified so far as part of the catchup

              -
              -
              - -
              catchupTime: number | bigint
              -

              CatchupTime in nanoseconds

              -
              -
              - -
              lastCatchpoint?: string
              -

              The last catchpoint seen by the node

              -
              -
              - -
              lastRound: number | bigint
              -

              LastRound indicates the last round seen

              -
              -
              - -
              lastVersion: string
              -

              LastVersion indicates the last consensus version supported

              -
              -
              - -
              nextVersion: string
              -

              NextVersion of consensus protocol to use

              -
              -
              - -
              nextVersionRound: number | bigint
              -

              NextVersionRound is the round at which the next consensus version will apply

              -
              -
              - -
              nextVersionSupported: boolean
              -

              NextVersionSupported indicates whether the next consensus version is supported +

              catchupTime: bigint

              CatchupTime in nanoseconds

              +
              lastCatchpoint?: string

              The last catchpoint seen by the node

              +
              lastRound: bigint

              LastRound indicates the last round seen

              +
              lastVersion: string

              LastVersion indicates the last consensus version supported

              +
              nextVersion: string

              NextVersion of consensus protocol to use

              +
              nextVersionRound: bigint

              NextVersionRound is the round at which the next consensus version will apply

              +
              nextVersionSupported: boolean

              NextVersionSupported indicates whether the next consensus version is supported by this node

              -
              -
              - -
              stoppedAtUnsupportedRound: boolean
              -

              StoppedAtUnsupportedRound indicates that the node does not support the new +

              stoppedAtUnsupportedRound: boolean

              StoppedAtUnsupportedRound indicates that the node does not support the new rounds and has stopped making progress

              -
              -
              - -
              timeSinceLastRound: number | bigint
              -

              TimeSinceLastRound in nanoseconds

              -
              -
              - -
              upgradeDelay?: number | bigint
              -

              Upgrade delay

              -
              -
              - -
              upgradeNextProtocolVoteBefore?: number | bigint
              -

              Next protocol round

              -
              -
              - -
              upgradeNoVotes?: number | bigint
              -

              No votes cast for consensus upgrade

              -
              -
              - -
              upgradeNodeVote?: boolean
              -

              This node's upgrade vote

              -
              -
              - -
              upgradeVoteRounds?: number | bigint
              -

              Total voting rounds for current upgrade

              -
              -
              - -
              upgradeVotes?: number | bigint
              -

              Total votes cast for consensus upgrade

              -
              -
              - -
              upgradeVotesRequired?: number | bigint
              -

              Yes votes required for consensus upgrade

              -
              -
              - -
              upgradeYesVotes?: number | bigint
              -

              Yes votes cast for consensus upgrade

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              timeSinceLastRound: bigint

              TimeSinceLastRound in nanoseconds

              +
              upgradeDelay?: bigint

              Upgrade delay

              +
              upgradeNextProtocolVoteBefore?: bigint

              Next protocol round

              +
              upgradeNoVotes?: number

              No votes cast for consensus upgrade

              +
              upgradeNodeVote?: boolean

              This node's upgrade vote

              +
              upgradeVoteRounds?: number

              Total voting rounds for current upgrade

              +
              upgradeVotes?: number

              Total votes cast for consensus upgrade

              +
              upgradeVotesRequired?: number

              Yes votes required for consensus upgrade

              +
              upgradeYesVotes?: number

              Yes votes cast for consensus upgrade

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.PendingTransactionResponse.html b/classes/modelsv2.PendingTransactionResponse.html index dab313c23..9c3bda6ff 100644 --- a/classes/modelsv2.PendingTransactionResponse.html +++ b/classes/modelsv2.PendingTransactionResponse.html @@ -1,302 +1,46 @@ -PendingTransactionResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class PendingTransactionResponse

              -
              -

              Details about a pending transaction. If the transaction was recently confirmed, +PendingTransactionResponse | algosdk

              Class PendingTransactionResponse

              Details about a pending transaction. If the transaction was recently confirmed, includes confirmation details like the round and reward details.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              applicationIndex?: number | bigint
              -

              The application index if the transaction was found and it created an +

              Implements

              Constructors

              • Creates a new PendingTransactionResponse object.

                +

                Parameters

                • __namedParameters: {
                      applicationIndex?: number | bigint;
                      assetClosingAmount?: number | bigint;
                      assetIndex?: number | bigint;
                      closeRewards?: number | bigint;
                      closingAmount?: number | bigint;
                      confirmedRound?: number | bigint;
                      globalStateDelta?: modelsv2.EvalDeltaKeyValue[];
                      innerTxns?: PendingTransactionResponse[];
                      localStateDelta?: modelsv2.AccountStateDelta[];
                      logs?: Uint8Array[];
                      poolError: string;
                      receiverRewards?: number | bigint;
                      senderRewards?: number | bigint;
                      txn: SignedTransaction;
                  }
                  • Optional applicationIndex?: number | bigint
                  • Optional assetClosingAmount?: number | bigint
                  • Optional assetIndex?: number | bigint
                  • Optional closeRewards?: number | bigint
                  • Optional closingAmount?: number | bigint
                  • Optional confirmedRound?: number | bigint
                  • Optional globalStateDelta?: modelsv2.EvalDeltaKeyValue[]
                  • Optional innerTxns?: PendingTransactionResponse[]
                  • Optional localStateDelta?: modelsv2.AccountStateDelta[]
                  • Optional logs?: Uint8Array[]
                  • poolError: string
                  • Optional receiverRewards?: number | bigint
                  • Optional senderRewards?: number | bigint
                  • txn: SignedTransaction

                Returns PendingTransactionResponse

              Properties

              applicationIndex?: bigint

              The application index if the transaction was found and it created an application.

              -
              -
              - -
              assetClosingAmount?: number | bigint
              -

              The number of the asset's unit that were transferred to the close-to address.

              -
              -
              - -
              assetIndex?: number | bigint
              -

              The asset index if the transaction was found and it created an asset.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              closeRewards?: number | bigint
              -

              Rewards in microalgos applied to the close remainder to account.

              -
              -
              - -
              closingAmount?: number | bigint
              -

              Closing amount for the transaction.

              -
              -
              - -
              confirmedRound?: number | bigint
              -

              The round where this transaction was confirmed, if present.

              -
              -
              - -
              globalStateDelta?: modelsv2.EvalDeltaKeyValue[]
              -

              Global state key/value changes for the application being executed by this +

              assetClosingAmount?: bigint

              The number of the asset's unit that were transferred to the close-to address.

              +
              assetIndex?: bigint

              The asset index if the transaction was found and it created an asset.

              +
              closeRewards?: bigint

              Rewards in microalgos applied to the close remainder to account.

              +
              closingAmount?: bigint

              Closing amount for the transaction.

              +
              confirmedRound?: bigint

              The round where this transaction was confirmed, if present.

              +
              globalStateDelta?: modelsv2.EvalDeltaKeyValue[]

              Global state key/value changes for the application being executed by this transaction.

              -
              -
              - - -

              Inner transactions produced by application execution.

              -
              -
              - -
              localStateDelta?: modelsv2.AccountStateDelta[]
              -

              Local state key/value changes for the application being executed by this +

              Inner transactions produced by application execution.

              +
              localStateDelta?: modelsv2.AccountStateDelta[]

              Local state key/value changes for the application being executed by this transaction.

              -
              -
              - -
              logs?: Uint8Array[]
              -

              Logs for the application being executed by this transaction.

              -
              -
              - -
              poolError: string
              -

              Indicates that the transaction was kicked out of this node's transaction pool +

              logs?: Uint8Array[]

              Logs for the application being executed by this transaction.

              +
              poolError: string

              Indicates that the transaction was kicked out of this node's transaction pool (and specifies why that happened). An empty string indicates the transaction wasn't kicked out of this node's txpool due to an error.

              -
              -
              - -
              receiverRewards?: number | bigint
              -

              Rewards in microalgos applied to the receiver account.

              -
              -
              - -
              senderRewards?: number | bigint
              -

              Rewards in microalgos applied to the sender account.

              -
              -
              - - -

              The raw signed transaction.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              receiverRewards?: bigint

              Rewards in microalgos applied to the receiver account.

              +
              senderRewards?: bigint

              Rewards in microalgos applied to the sender account.

              +

              The raw signed transaction.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.PendingTransactionsResponse.html b/classes/modelsv2.PendingTransactionsResponse.html index 5571c88bf..609f6d8aa 100644 --- a/classes/modelsv2.PendingTransactionsResponse.html +++ b/classes/modelsv2.PendingTransactionsResponse.html @@ -1,166 +1,18 @@ -PendingTransactionsResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class PendingTransactionsResponse

              -
              -

              A potentially truncated list of transactions currently in the node's transaction +PendingTransactionsResponse | algosdk

              Class PendingTransactionsResponse

              A potentially truncated list of transactions currently in the node's transaction pool. You can compute whether or not the list is truncated if the number of elements in the top-transactions array is fewer than total-transactions.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              topTransactions: EncodedSignedTransaction[]
              -

              An array of signed transaction objects.

              -
              -
              - -
              totalTransactions: number | bigint
              -

              Total number of transactions in the pool.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Implements

              Constructors

              Properties

              topTransactions: SignedTransaction[]

              An array of signed transaction objects.

              +
              totalTransactions: number

              Total number of transactions in the pool.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.PostTransactionsResponse.html b/classes/modelsv2.PostTransactionsResponse.html index c26ee3506..53585904f 100644 --- a/classes/modelsv2.PostTransactionsResponse.html +++ b/classes/modelsv2.PostTransactionsResponse.html @@ -1,155 +1,15 @@ -PostTransactionsResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class PostTransactionsResponse

              -
              -

              Transaction ID of the submission.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              txid: string
              -

              encoding of the transaction hash.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +PostTransactionsResponse | algosdk

              Class PostTransactionsResponse

              Transaction ID of the submission.

              +

              Implements

              Constructors

              Properties

              txid: string

              encoding of the transaction hash.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.ScratchChange.html b/classes/modelsv2.ScratchChange.html index 8cd26925c..057205e8e 100644 --- a/classes/modelsv2.ScratchChange.html +++ b/classes/modelsv2.ScratchChange.html @@ -1,164 +1,16 @@ -ScratchChange | algosdk
              -
              - -
              -
              -
              -
              - -

              Class ScratchChange

              -
              -

              A write operation into a scratch slot.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              newValue: AvmValue
              -

              Represents an AVM value.

              -
              -
              - -
              slot: number | bigint
              -

              The scratch slot written.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ScratchChange | algosdk

              Class ScratchChange

              A write operation into a scratch slot.

              +

              Implements

              Constructors

              Properties

              newValue: AvmValue

              Represents an AVM value.

              +
              slot: number

              The scratch slot written.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.SimulateInitialStates.html b/classes/modelsv2.SimulateInitialStates.html index d731ae592..e03b23452 100644 --- a/classes/modelsv2.SimulateInitialStates.html +++ b/classes/modelsv2.SimulateInitialStates.html @@ -1,157 +1,17 @@ -SimulateInitialStates | algosdk
              -
              - -
              -
              -
              -
              - -

              Class SimulateInitialStates

              -
              -

              Initial states of resources that were accessed during simulation.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -

              Properties

              appInitialStates?: ApplicationInitialStates[]

              The initial states of accessed application before simulation. The order of this array is arbitrary.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.SimulateRequest.html b/classes/modelsv2.SimulateRequest.html index 117fab75e..b5fb61acc 100644 --- a/classes/modelsv2.SimulateRequest.html +++ b/classes/modelsv2.SimulateRequest.html @@ -1,235 +1,33 @@ -SimulateRequest | algosdk
              -
              - -
              -
              -
              -
              - -

              Class SimulateRequest

              -
              -

              Request type for simulation endpoint.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              allowEmptySignatures?: boolean
              -

              Allows transactions without signatures to be simulated as if they had correct +SimulateRequest | algosdk

              Class SimulateRequest

              Request type for simulation endpoint.

              +

              Implements

              Constructors

              • Creates a new SimulateRequest object.

                +

                Parameters

                • __namedParameters: {
                      allowEmptySignatures?: boolean;
                      allowMoreLogging?: boolean;
                      allowUnnamedResources?: boolean;
                      execTraceConfig?: SimulateTraceConfig;
                      extraOpcodeBudget?: number | bigint;
                      fixSigners?: boolean;
                      round?: number | bigint;
                      txnGroups: SimulateRequestTransactionGroup[];
                  }
                  • Optional allowEmptySignatures?: boolean
                  • Optional allowMoreLogging?: boolean
                  • Optional allowUnnamedResources?: boolean
                  • Optional execTraceConfig?: SimulateTraceConfig
                  • Optional extraOpcodeBudget?: number | bigint
                  • Optional fixSigners?: boolean
                  • Optional round?: number | bigint
                  • txnGroups: SimulateRequestTransactionGroup[]

                Returns SimulateRequest

              Properties

              allowEmptySignatures?: boolean

              Allows transactions without signatures to be simulated as if they had correct signatures.

              -
              -
              - -
              allowMoreLogging?: boolean
              -

              Lifts limits on log opcode usage during simulation.

              -
              -
              - -
              allowUnnamedResources?: boolean
              -

              Allows access to unnamed resources during simulation.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              execTraceConfig?: SimulateTraceConfig
              -

              An object that configures simulation execution trace.

              -
              -
              - -
              extraOpcodeBudget?: number | bigint
              -

              Applies extra opcode budget during simulation for each transaction group.

              -
              -
              - -
              fixSigners?: boolean
              -

              If true, signers for transactions that are missing signatures will be fixed +

              allowMoreLogging?: boolean

              Lifts limits on log opcode usage during simulation.

              +
              allowUnnamedResources?: boolean

              Allows access to unnamed resources during simulation.

              +
              execTraceConfig?: SimulateTraceConfig

              An object that configures simulation execution trace.

              +
              extraOpcodeBudget?: number

              Applies extra opcode budget during simulation for each transaction group.

              +
              fixSigners?: boolean

              If true, signers for transactions that are missing signatures will be fixed during evaluation.

              -
              -
              - -
              round?: number | bigint
              -

              If provided, specifies the round preceding the simulation. State changes through +

              round?: bigint

              If provided, specifies the round preceding the simulation. State changes through this round will be used to run this simulation. Usually only the 4 most recent rounds will be available (controlled by the node config value MaxAcctLookback). If not specified, defaults to the latest available round.

              -
              -
              - - -

              The transaction groups to simulate.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              The transaction groups to simulate.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.SimulateRequestTransactionGroup.html b/classes/modelsv2.SimulateRequestTransactionGroup.html index a3dc6790f..b443cbb7f 100644 --- a/classes/modelsv2.SimulateRequestTransactionGroup.html +++ b/classes/modelsv2.SimulateRequestTransactionGroup.html @@ -1,155 +1,15 @@ -SimulateRequestTransactionGroup | algosdk
              -
              - -
              -
              -
              -
              - -

              Class SimulateRequestTransactionGroup

              -
              -

              A transaction group to simulate.

              -
              -
              -

              Hierarchy

              -
                -
              • BaseModel -
                  -
                • SimulateRequestTransactionGroup
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              An atomic transaction group.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +SimulateRequestTransactionGroup | algosdk

              Class SimulateRequestTransactionGroup

              A transaction group to simulate.

              +

              Implements

              Constructors

              Properties

              An atomic transaction group.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.SimulateResponse.html b/classes/modelsv2.SimulateResponse.html index 0fc7a327b..9a8e09eb5 100644 --- a/classes/modelsv2.SimulateResponse.html +++ b/classes/modelsv2.SimulateResponse.html @@ -1,211 +1,27 @@ -SimulateResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class SimulateResponse

              -
              -

              Result of a transaction group simulation.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              evalOverrides?: SimulationEvalOverrides
              -

              The set of parameters and limits override during simulation. If this set of +SimulateResponse | algosdk

              Class SimulateResponse

              Result of a transaction group simulation.

              +

              Implements

              Constructors

              Properties

              evalOverrides?: SimulationEvalOverrides

              The set of parameters and limits override during simulation. If this set of parameters is present, then evaluation parameters may differ from standard evaluation in certain ways.

              -
              -
              - -
              execTraceConfig?: SimulateTraceConfig
              -

              An object that configures simulation execution trace.

              -
              -
              - -
              initialStates?: SimulateInitialStates
              -

              Initial states of resources that were accessed during simulation.

              -
              -
              - -
              lastRound: number | bigint
              -

              The round immediately preceding this simulation. State changes through this +

              execTraceConfig?: SimulateTraceConfig

              An object that configures simulation execution trace.

              +
              initialStates?: SimulateInitialStates

              Initial states of resources that were accessed during simulation.

              +
              lastRound: bigint

              The round immediately preceding this simulation. State changes through this round were used to run this simulation.

              -
              -
              - - -

              A result object for each transaction group that was simulated.

              -
              -
              - -
              version: number | bigint
              -

              The version of this response object.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              A result object for each transaction group that was simulated.

              +
              version: number

              The version of this response object.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.SimulateTraceConfig.html b/classes/modelsv2.SimulateTraceConfig.html index d463bf8aa..a3ffe02fa 100644 --- a/classes/modelsv2.SimulateTraceConfig.html +++ b/classes/modelsv2.SimulateTraceConfig.html @@ -1,189 +1,23 @@ -SimulateTraceConfig | algosdk
              -
              - -
              -
              -
              -
              - -

              Class SimulateTraceConfig

              -
              -

              An object that configures simulation execution trace.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new SimulateTraceConfig object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { enable?: boolean; scratchChange?: boolean; stackChange?: boolean; stateChange?: boolean }
                  -
                    -
                  • -
                    Optional enable?: boolean
                  • -
                  • -
                    Optional scratchChange?: boolean
                  • -
                  • -
                    Optional stackChange?: boolean
                  • -
                  • -
                    Optional stateChange?: boolean
                -

                Returns SimulateTraceConfig

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              enable?: boolean
              -

              A boolean option for opting in execution trace features simulation endpoint.

              -
              -
              - -
              scratchChange?: boolean
              -

              A boolean option enabling returning scratch slot changes together with execution +SimulateTraceConfig | algosdk

              Class SimulateTraceConfig

              An object that configures simulation execution trace.

              +

              Implements

              Constructors

              • Creates a new SimulateTraceConfig object.

                +

                Parameters

                • __namedParameters: {
                      enable?: boolean;
                      scratchChange?: boolean;
                      stackChange?: boolean;
                      stateChange?: boolean;
                  }
                  • Optional enable?: boolean
                  • Optional scratchChange?: boolean
                  • Optional stackChange?: boolean
                  • Optional stateChange?: boolean

                Returns SimulateTraceConfig

              Properties

              enable?: boolean

              A boolean option for opting in execution trace features simulation endpoint.

              +
              scratchChange?: boolean

              A boolean option enabling returning scratch slot changes together with execution trace during simulation.

              -
              -
              - -
              stackChange?: boolean
              -

              A boolean option enabling returning stack changes together with execution trace +

              stackChange?: boolean

              A boolean option enabling returning stack changes together with execution trace during simulation.

              -
              -
              - -
              stateChange?: boolean
              -

              A boolean option enabling returning application state changes (global, local, +

              stateChange?: boolean

              A boolean option enabling returning application state changes (global, local, and box changes) with the execution trace during simulation.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.SimulateTransactionGroupResult.html b/classes/modelsv2.SimulateTransactionGroupResult.html index b193d4d1a..488873b41 100644 --- a/classes/modelsv2.SimulateTransactionGroupResult.html +++ b/classes/modelsv2.SimulateTransactionGroupResult.html @@ -1,136 +1,27 @@ -SimulateTransactionGroupResult | algosdk
              -
              - -
              -
              -
              -
              - -

              Class SimulateTransactionGroupResult

              -
              -

              Simulation result for an atomic transaction group

              -
              -
              -

              Hierarchy

              -
                -
              • BaseModel -
                  -
                • SimulateTransactionGroupResult
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              appBudgetAdded?: number | bigint
              -

              Total budget added during execution of app calls in the transaction group.

              -
              -
              - -
              appBudgetConsumed?: number | bigint
              -

              Total budget consumed during execution of app calls in the transaction group.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              failedAt?: (number | bigint)[]
              -

              If present, indicates which transaction in this group caused the failure. This +SimulateTransactionGroupResult | algosdk

              Class SimulateTransactionGroupResult

              Simulation result for an atomic transaction group

              +

              Implements

              Constructors

              Properties

              appBudgetAdded?: number

              Total budget added during execution of app calls in the transaction group.

              +
              appBudgetConsumed?: number

              Total budget consumed during execution of app calls in the transaction group.

              +
              failedAt?: number[]

              If present, indicates which transaction in this group caused the failure. This array represents the path to the failing transaction. Indexes are zero based, the first element indicates the top-level transaction, and successive elements indicate deeper inner transactions.

              -
              -
              - -
              failureMessage?: string
              -

              If present, indicates that the transaction group failed and specifies why that +

              failureMessage?: string

              If present, indicates that the transaction group failed and specifies why that happened

              -
              -
              - - -

              Simulation result for individual transactions

              -
              -
              - -
              unnamedResourcesAccessed?: SimulateUnnamedResourcesAccessed
              -

              These are resources that were accessed by this group that would normally have +

              Simulation result for individual transactions

              +
              unnamedResourcesAccessed?: SimulateUnnamedResourcesAccessed

              These are resources that were accessed by this group that would normally have caused failure, but were allowed in simulation. Depending on where this object is in the response, the unnamed resources it contains may or may not qualify for group resource sharing. If this is a field in SimulateTransactionGroupResult, @@ -139,82 +30,7 @@

              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.SimulateTransactionResult.html b/classes/modelsv2.SimulateTransactionResult.html index f0981314a..6dc6985ba 100644 --- a/classes/modelsv2.SimulateTransactionResult.html +++ b/classes/modelsv2.SimulateTransactionResult.html @@ -1,136 +1,27 @@ -SimulateTransactionResult | algosdk
              -
              - -
              -
              -
              -
              - -

              Class SimulateTransactionResult

              -
              -

              Simulation result for an individual transaction

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              appBudgetConsumed?: number | bigint
              -

              Budget used during execution of an app call transaction. This value includes +SimulateTransactionResult | algosdk

              Class SimulateTransactionResult

              Simulation result for an individual transaction

              +

              Implements

              Constructors

              Properties

              appBudgetConsumed?: number

              Budget used during execution of an app call transaction. This value includes budged used by inner app calls spawned by this transaction.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              The execution trace of calling an app or a logic sig, containing the inner app +

              The execution trace of calling an app or a logic sig, containing the inner app call trace in a recursive way.

              -
              -
              - -
              fixedSigner?: string
              -

              The account that needed to sign this transaction when no signature was provided +

              fixedSigner?: Address

              The account that needed to sign this transaction when no signature was provided and the provided signer was incorrect.

              -
              -
              - -
              logicSigBudgetConsumed?: number | bigint
              -

              Budget used during execution of a logic sig transaction.

              -
              -
              - - -

              Details about a pending transaction. If the transaction was recently confirmed, +

              logicSigBudgetConsumed?: number

              Budget used during execution of a logic sig transaction.

              +

              Details about a pending transaction. If the transaction was recently confirmed, includes confirmation details like the round and reward details.

              -
              -
              - -
              unnamedResourcesAccessed?: SimulateUnnamedResourcesAccessed
              -

              These are resources that were accessed by this group that would normally have +

              unnamedResourcesAccessed?: SimulateUnnamedResourcesAccessed

              These are resources that were accessed by this group that would normally have caused failure, but were allowed in simulation. Depending on where this object is in the response, the unnamed resources it contains may or may not qualify for group resource sharing. If this is a field in SimulateTransactionGroupResult, @@ -139,82 +30,7 @@

              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.SimulateUnnamedResourcesAccessed.html b/classes/modelsv2.SimulateUnnamedResourcesAccessed.html index ac3e44105..e2bed7e69 100644 --- a/classes/modelsv2.SimulateUnnamedResourcesAccessed.html +++ b/classes/modelsv2.SimulateUnnamedResourcesAccessed.html @@ -1,21 +1,4 @@ -SimulateUnnamedResourcesAccessed | algosdk
              -
              - -
              -
              -
              -
              - -

              Class SimulateUnnamedResourcesAccessed

              -
              -

              These are resources that were accessed by this group that would normally have +SimulateUnnamedResourcesAccessed | algosdk

              Class SimulateUnnamedResourcesAccessed

              These are resources that were accessed by this group that would normally have caused failure, but were allowed in simulation. Depending on where this object is in the response, the unnamed resources it contains may or may not qualify for group resource sharing. If this is a field in SimulateTransactionGroupResult, @@ -24,209 +7,33 @@

              Class SimulateUnnamedResourcesAccessed

              resources that qualify for group sharing can be made available by any transaction of the group; otherwise, resources must be placed in the same transaction which accessed them.

              -
              -
              -

              Hierarchy

              -
                -
              • BaseModel -
                  -
                • SimulateUnnamedResourcesAccessed
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              accounts?: string[]
              -

              The unnamed accounts that were referenced. The order of this array is arbitrary.

              -
              -
              - - -

              The unnamed application local states that were referenced. The order of this +

              Implements

              Constructors

              Properties

              accounts?: Address[]

              The unnamed accounts that were referenced. The order of this array is arbitrary.

              +

              The unnamed application local states that were referenced. The order of this array is arbitrary.

              -
              -
              - -
              apps?: (number | bigint)[]
              -

              The unnamed applications that were referenced. The order of this array is +

              apps?: bigint[]

              The unnamed applications that were referenced. The order of this array is arbitrary.

              -
              -
              - -
              assetHoldings?: AssetHoldingReference[]
              -

              The unnamed asset holdings that were referenced. The order of this array is +

              assetHoldings?: AssetHoldingReference[]

              The unnamed asset holdings that were referenced. The order of this array is arbitrary.

              -
              -
              - -
              assets?: (number | bigint)[]
              -

              The unnamed assets that were referenced. The order of this array is arbitrary.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              The unnamed boxes that were referenced. The order of this array is arbitrary.

              -
              -
              - -
              extraBoxRefs?: number | bigint
              -

              The number of extra box references used to increase the IO budget. This is in +

              assets?: bigint[]

              The unnamed assets that were referenced. The order of this array is arbitrary.

              +

              The unnamed boxes that were referenced. The order of this array is arbitrary.

              +
              extraBoxRefs?: number

              The number of extra box references used to increase the IO budget. This is in addition to the references defined in the input transaction group and any referenced to unnamed boxes.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.SimulationEvalOverrides.html b/classes/modelsv2.SimulationEvalOverrides.html index db0228e4e..11de81148 100644 --- a/classes/modelsv2.SimulationEvalOverrides.html +++ b/classes/modelsv2.SimulationEvalOverrides.html @@ -1,212 +1,28 @@ -SimulationEvalOverrides | algosdk
              -
              - -
              -
              -
              -
              - -

              Class SimulationEvalOverrides

              -
              -

              The set of parameters and limits override during simulation. If this set of +SimulationEvalOverrides | algosdk

              Class SimulationEvalOverrides

              The set of parameters and limits override during simulation. If this set of parameters is present, then evaluation parameters may differ from standard evaluation in certain ways.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new SimulationEvalOverrides object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { allowEmptySignatures?: boolean; allowUnnamedResources?: boolean; extraOpcodeBudget?: number | bigint; fixSigners?: boolean; maxLogCalls?: number | bigint; maxLogSize?: number | bigint }
                  -
                    -
                  • -
                    Optional allowEmptySignatures?: boolean
                  • -
                  • -
                    Optional allowUnnamedResources?: boolean
                  • -
                  • -
                    Optional extraOpcodeBudget?: number | bigint
                  • -
                  • -
                    Optional fixSigners?: boolean
                  • -
                  • -
                    Optional maxLogCalls?: number | bigint
                  • -
                  • -
                    Optional maxLogSize?: number | bigint
                -

                Returns SimulationEvalOverrides

              -
              -

              Properties

              -
              - -
              allowEmptySignatures?: boolean
              -

              If true, transactions without signatures are allowed and simulated as if they +

              Implements

              Constructors

              • Creates a new SimulationEvalOverrides object.

                +

                Parameters

                • __namedParameters: {
                      allowEmptySignatures?: boolean;
                      allowUnnamedResources?: boolean;
                      extraOpcodeBudget?: number | bigint;
                      fixSigners?: boolean;
                      maxLogCalls?: number | bigint;
                      maxLogSize?: number | bigint;
                  }
                  • Optional allowEmptySignatures?: boolean
                  • Optional allowUnnamedResources?: boolean
                  • Optional extraOpcodeBudget?: number | bigint
                  • Optional fixSigners?: boolean
                  • Optional maxLogCalls?: number | bigint
                  • Optional maxLogSize?: number | bigint

                Returns SimulationEvalOverrides

              Properties

              allowEmptySignatures?: boolean

              If true, transactions without signatures are allowed and simulated as if they were properly signed.

              -
              -
              - -
              allowUnnamedResources?: boolean
              -

              If true, allows access to unnamed resources during simulation.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              extraOpcodeBudget?: number | bigint
              -

              The extra opcode budget added to each transaction group during simulation

              -
              -
              - -
              fixSigners?: boolean
              -

              If true, signers for transactions that are missing signatures will be fixed +

              allowUnnamedResources?: boolean

              If true, allows access to unnamed resources during simulation.

              +
              extraOpcodeBudget?: number

              The extra opcode budget added to each transaction group during simulation

              +
              fixSigners?: boolean

              If true, signers for transactions that are missing signatures will be fixed during evaluation.

              -
              -
              - -
              maxLogCalls?: number | bigint
              -

              The maximum log calls one can make during simulation

              -
              -
              - -
              maxLogSize?: number | bigint
              -

              The maximum byte number to log during simulation

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              maxLogCalls?: number

              The maximum log calls one can make during simulation

              +
              maxLogSize?: number

              The maximum byte number to log during simulation

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.SimulationOpcodeTraceUnit.html b/classes/modelsv2.SimulationOpcodeTraceUnit.html index f957849d9..fe792d150 100644 --- a/classes/modelsv2.SimulationOpcodeTraceUnit.html +++ b/classes/modelsv2.SimulationOpcodeTraceUnit.html @@ -1,208 +1,24 @@ -SimulationOpcodeTraceUnit | algosdk
              -
              - -
              -
              -
              -
              - -

              Class SimulationOpcodeTraceUnit

              -
              -

              The set of trace information and effect from evaluating a single opcode.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              pc: number | bigint
              -

              The program counter of the current opcode being evaluated.

              -
              -
              - -
              scratchChanges?: ScratchChange[]
              -

              The writes into scratch slots.

              -
              -
              - -
              spawnedInners?: (number | bigint)[]
              -

              The indexes of the traces for inner transactions spawned by this opcode, if any.

              -
              -
              - -
              stackAdditions?: AvmValue[]
              -

              The values added by this opcode to the stack.

              -
              -
              - -
              stackPopCount?: number | bigint
              -

              The number of deleted stack values by this opcode.

              -
              -
              - -
              stateChanges?: ApplicationStateOperation[]
              -

              The operations against the current application's states.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +SimulationOpcodeTraceUnit | algosdk

              Class SimulationOpcodeTraceUnit

              The set of trace information and effect from evaluating a single opcode.

              +

              Implements

              Constructors

              Properties

              pc: number

              The program counter of the current opcode being evaluated.

              +
              scratchChanges?: ScratchChange[]

              The writes into scratch slots.

              +
              spawnedInners?: number[]

              The indexes of the traces for inner transactions spawned by this opcode, if any.

              +
              stackAdditions?: AvmValue[]

              The values added by this opcode to the stack.

              +
              stackPopCount?: number

              The number of deleted stack values by this opcode.

              +
              stateChanges?: ApplicationStateOperation[]

              The operations against the current application's states.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.SimulationTransactionExecTrace.html b/classes/modelsv2.SimulationTransactionExecTrace.html index 7853a1b1a..b54833ce4 100644 --- a/classes/modelsv2.SimulationTransactionExecTrace.html +++ b/classes/modelsv2.SimulationTransactionExecTrace.html @@ -1,246 +1,35 @@ -SimulationTransactionExecTrace | algosdk
              -
              - -
              -
              -
              -
              - -

              Class SimulationTransactionExecTrace

              -
              -

              The execution trace of calling an app or a logic sig, containing the inner app +SimulationTransactionExecTrace | algosdk

              Class SimulationTransactionExecTrace

              The execution trace of calling an app or a logic sig, containing the inner app call trace in a recursive way.

              -
              -
              -

              Hierarchy

              -
                -
              • BaseModel -
                  -
                • SimulationTransactionExecTrace
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              approvalProgramHash?: Uint8Array
              -

              SHA512_256 hash digest of the approval program executed in transaction.

              -
              -
              - -
              approvalProgramTrace?: SimulationOpcodeTraceUnit[]
              -

              Program trace that contains a trace of opcode effects in an approval program.

              -
              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              clearStateProgramHash?: Uint8Array
              -

              SHA512_256 hash digest of the clear state program executed in transaction.

              -
              -
              - -
              clearStateProgramTrace?: SimulationOpcodeTraceUnit[]
              -

              Program trace that contains a trace of opcode effects in a clear state program.

              -
              -
              - -
              clearStateRollback?: boolean
              -

              If true, indicates that the clear state program failed and any persistent state +

              Implements

              Constructors

              Properties

              approvalProgramHash?: Uint8Array

              SHA512_256 hash digest of the approval program executed in transaction.

              +
              approvalProgramTrace?: SimulationOpcodeTraceUnit[]

              Program trace that contains a trace of opcode effects in an approval program.

              +
              clearStateProgramHash?: Uint8Array

              SHA512_256 hash digest of the clear state program executed in transaction.

              +
              clearStateProgramTrace?: SimulationOpcodeTraceUnit[]

              Program trace that contains a trace of opcode effects in a clear state program.

              +
              clearStateRollback?: boolean

              If true, indicates that the clear state program failed and any persistent state changes it produced should be reverted once the program exits.

              -
              -
              - -
              clearStateRollbackError?: string
              -

              The error message explaining why the clear state program failed. This field will +

              clearStateRollbackError?: string

              The error message explaining why the clear state program failed. This field will only be populated if clear-state-rollback is true and the failure was due to an execution error.

              -
              -
              - - -

              An array of SimulationTransactionExecTrace representing the execution trace of +

              An array of SimulationTransactionExecTrace representing the execution trace of any inner transactions executed.

              -
              -
              - -
              logicSigHash?: Uint8Array
              -

              SHA512_256 hash digest of the logic sig executed in transaction.

              -
              -
              - -
              logicSigTrace?: SimulationOpcodeTraceUnit[]
              -

              Program trace that contains a trace of opcode effects in a logic sig.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              logicSigHash?: Uint8Array

              SHA512_256 hash digest of the logic sig executed in transaction.

              +
              logicSigTrace?: SimulationOpcodeTraceUnit[]

              Program trace that contains a trace of opcode effects in a logic sig.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.StateProof.html b/classes/modelsv2.StateProof.html index 5ee963d8e..c6a0923d0 100644 --- a/classes/modelsv2.StateProof.html +++ b/classes/modelsv2.StateProof.html @@ -1,164 +1,16 @@ -StateProof | algosdk
              -
              - -
              -
              -
              -
              - -

              Class StateProof

              -
              -

              Represents a state proof and its corresponding message

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - - -

              Represents the message that the state proofs are attesting to.

              -
              -
              - -
              stateproof: Uint8Array
              -

              The encoded StateProof for the message.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +StateProof | algosdk

              Represents a state proof and its corresponding message

              +

              Implements

              Constructors

              Properties

              Represents the message that the state proofs are attesting to.

              +
              stateproof: Uint8Array

              The encoded StateProof for the message.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.StateProofMessage.html b/classes/modelsv2.StateProofMessage.html index f15593959..a73da7fb1 100644 --- a/classes/modelsv2.StateProofMessage.html +++ b/classes/modelsv2.StateProofMessage.html @@ -1,199 +1,24 @@ -StateProofMessage | algosdk
              -
              - -
              -
              -
              -
              - -

              Class StateProofMessage

              -
              -

              Represents the message that the state proofs are attesting to.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new StateProofMessage object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { blockheaderscommitment: string | Uint8Array; firstattestedround: number | bigint; lastattestedround: number | bigint; lnprovenweight: number | bigint; voterscommitment: string | Uint8Array }
                  -
                    -
                  • -
                    blockheaderscommitment: string | Uint8Array
                  • -
                  • -
                    firstattestedround: number | bigint
                  • -
                  • -
                    lastattestedround: number | bigint
                  • -
                  • -
                    lnprovenweight: number | bigint
                  • -
                  • -
                    voterscommitment: string | Uint8Array
                -

                Returns StateProofMessage

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              blockheaderscommitment: Uint8Array
              -

              The vector commitment root on all light block headers within a state proof +StateProofMessage | algosdk

              Class StateProofMessage

              Represents the message that the state proofs are attesting to.

              +

              Implements

              Constructors

              • Creates a new StateProofMessage object.

                +

                Parameters

                • __namedParameters: {
                      blockheaderscommitment: string | Uint8Array;
                      firstattestedround: number | bigint;
                      lastattestedround: number | bigint;
                      lnprovenweight: number | bigint;
                      voterscommitment: string | Uint8Array;
                  }
                  • blockheaderscommitment: string | Uint8Array
                  • firstattestedround: number | bigint
                  • lastattestedround: number | bigint
                  • lnprovenweight: number | bigint
                  • voterscommitment: string | Uint8Array

                Returns modelsv2.StateProofMessage

              Properties

              blockheaderscommitment: Uint8Array

              The vector commitment root on all light block headers within a state proof interval.

              -
              -
              - -
              firstattestedround: number | bigint
              -

              The first round the message attests to.

              -
              -
              - -
              lastattestedround: number | bigint
              -

              The last round the message attests to.

              -
              -
              - -
              lnprovenweight: number | bigint
              -

              An integer value representing the natural log of the proven weight with 16 bits +

              firstattestedround: bigint

              The first round the message attests to.

              +
              lastattestedround: bigint

              The last round the message attests to.

              +
              lnprovenweight: bigint

              An integer value representing the natural log of the proven weight with 16 bits of precision. This value would be used to verify the next state proof.

              -
              -
              - -
              voterscommitment: Uint8Array
              -

              The vector commitment root of the top N accounts to sign the next StateProof.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              voterscommitment: Uint8Array

              The vector commitment root of the top N accounts to sign the next StateProof.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.SupplyResponse.html b/classes/modelsv2.SupplyResponse.html index e7a836449..8e9f71710 100644 --- a/classes/modelsv2.SupplyResponse.html +++ b/classes/modelsv2.SupplyResponse.html @@ -1,175 +1,18 @@ -SupplyResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class SupplyResponse

              -
              -

              Supply represents the current supply of MicroAlgos in the system.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new SupplyResponse object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { currentRound: number | bigint; onlineMoney: number | bigint; totalMoney: number | bigint }
                  -
                    -
                  • -
                    currentRound: number | bigint
                  • -
                  • -
                    onlineMoney: number | bigint
                  • -
                  • -
                    totalMoney: number | bigint
                -

                Returns SupplyResponse

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              currentRound: number | bigint
              -

              Round

              -
              -
              - -
              onlineMoney: number | bigint
              -

              OnlineMoney

              -
              -
              - -
              totalMoney: number | bigint
              -

              TotalMoney

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +SupplyResponse | algosdk

              Class SupplyResponse

              Supply represents the current supply of MicroAlgos in the system.

              +

              Implements

              Constructors

              • Creates a new SupplyResponse object.

                +

                Parameters

                • __namedParameters: {
                      currentRound: number | bigint;
                      onlineMoney: number | bigint;
                      totalMoney: number | bigint;
                  }
                  • currentRound: number | bigint
                  • onlineMoney: number | bigint
                  • totalMoney: number | bigint

                Returns SupplyResponse

              Properties

              currentRound: bigint

              Round

              +
              onlineMoney: bigint

              OnlineMoney

              +
              totalMoney: bigint

              TotalMoney

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.TealKeyValue.html b/classes/modelsv2.TealKeyValue.html index 7935ae719..413a35deb 100644 --- a/classes/modelsv2.TealKeyValue.html +++ b/classes/modelsv2.TealKeyValue.html @@ -1,162 +1,15 @@ -TealKeyValue | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TealKeyValue

              -
              -

              Represents a key-value pair in an application store.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              key: string
              -
              - - -

              Represents a TEAL value.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +TealKeyValue | algosdk

              Class TealKeyValue

              Represents a key-value pair in an application store.

              +

              Implements

              Constructors

              Properties

              key: Uint8Array

              Represents a TEAL value.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.TealValue.html b/classes/modelsv2.TealValue.html index a3e561074..3065200f1 100644 --- a/classes/modelsv2.TealValue.html +++ b/classes/modelsv2.TealValue.html @@ -1,175 +1,18 @@ -TealValue | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TealValue

              -
              -

              Represents a TEAL value.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              bytes: string
              -

              (tb) bytes value.

              -
              -
              - -
              type: number | bigint
              -

              (tt) value type. Value 1 refers to bytes, value 2 refers to uint

              -
              -
              - -
              uint: number | bigint
              -

              (ui) uint value.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +TealValue | algosdk

              Represents a TEAL value.

              +

              Implements

              Constructors

              • Creates a new TealValue object.

                +

                Parameters

                • __namedParameters: {
                      bytes: string | Uint8Array;
                      type: number | bigint;
                      uint: number | bigint;
                  }
                  • bytes: string | Uint8Array
                  • type: number | bigint
                  • uint: number | bigint

                Returns modelsv2.TealValue

              Properties

              bytes: Uint8Array

              (tb) bytes value.

              +
              type: number

              (tt) value type. Value 1 refers to bytes, value 2 refers to uint

              +
              uint: bigint

              (ui) uint value.

              +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.html b/classes/modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.html index 46cc63344..12c618bdf 100644 --- a/classes/modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.html +++ b/classes/modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.html @@ -1,152 +1,14 @@ -TransactionGroupLedgerStateDeltasForRoundResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionGroupLedgerStateDeltasForRoundResponse

              -
              -

              Response containing all ledger state deltas for transaction groups, with their +TransactionGroupLedgerStateDeltasForRoundResponse | algosdk

              Class TransactionGroupLedgerStateDeltasForRoundResponse

              Response containing all ledger state deltas for transaction groups, with their associated Ids, in a single round.

              -
              -
              -

              Hierarchy

              -
                -
              • BaseModel -
                  -
                • TransactionGroupLedgerStateDeltasForRoundResponse
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              -
              -

              Properties

              -
              -
              -

              Methods

              -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Implements

              Constructors

              Properties

              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.TransactionParametersResponse.html b/classes/modelsv2.TransactionParametersResponse.html index 6a353f7ed..54b37f4aa 100644 --- a/classes/modelsv2.TransactionParametersResponse.html +++ b/classes/modelsv2.TransactionParametersResponse.html @@ -1,214 +1,30 @@ -TransactionParametersResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionParametersResponse

              -
              -

              TransactionParams contains the parameters that help a client construct a new +TransactionParametersResponse | algosdk

              Class TransactionParametersResponse

              TransactionParams contains the parameters that help a client construct a new transaction.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new TransactionParametersResponse object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { consensusVersion: string; fee: number | bigint; genesisHash: string | Uint8Array; genesisId: string; lastRound: number | bigint; minFee: number | bigint }
                  -
                    -
                  • -
                    consensusVersion: string
                  • -
                  • -
                    fee: number | bigint
                  • -
                  • -
                    genesisHash: string | Uint8Array
                  • -
                  • -
                    genesisId: string
                  • -
                  • -
                    lastRound: number | bigint
                  • -
                  • -
                    minFee: number | bigint
                -

                Returns TransactionParametersResponse

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              consensusVersion: string
              -

              ConsensusVersion indicates the consensus protocol version +

              Implements

              Constructors

              • Creates a new TransactionParametersResponse object.

                +

                Parameters

                • __namedParameters: {
                      consensusVersion: string;
                      fee: number | bigint;
                      genesisHash: string | Uint8Array;
                      genesisId: string;
                      lastRound: number | bigint;
                      minFee: number | bigint;
                  }
                  • consensusVersion: string
                  • fee: number | bigint
                  • genesisHash: string | Uint8Array
                  • genesisId: string
                  • lastRound: number | bigint
                  • minFee: number | bigint

                Returns TransactionParametersResponse

              Properties

              consensusVersion: string

              ConsensusVersion indicates the consensus protocol version as of LastRound.

              -
              -
              - -
              fee: number | bigint
              -

              Fee is the suggested transaction fee +

              fee: bigint

              Fee is the suggested transaction fee Fee is in units of micro-Algos per byte. Fee may fall to zero but transactions must still have a fee of at least MinTxnFee for the current network protocol.

              -
              -
              - -
              genesisHash: Uint8Array
              -

              GenesisHash is the hash of the genesis block.

              -
              -
              - -
              genesisId: string
              -

              GenesisID is an ID listed in the genesis block.

              -
              -
              - -
              lastRound: number | bigint
              -

              LastRound indicates the last round seen

              -
              -
              - -
              minFee: number | bigint
              -

              The minimum transaction fee (not per byte) required for the +

              genesisHash: Uint8Array

              GenesisHash is the hash of the genesis block.

              +
              genesisId: string

              GenesisID is an ID listed in the genesis block.

              +
              lastRound: bigint

              LastRound indicates the last round seen

              +
              minFee: bigint

              The minimum transaction fee (not per byte) required for the txn to validate for the current network protocol.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.TransactionProofResponse.html b/classes/modelsv2.TransactionProofResponse.html index 0cda6bd37..fadb93262 100644 --- a/classes/modelsv2.TransactionProofResponse.html +++ b/classes/modelsv2.TransactionProofResponse.html @@ -1,202 +1,27 @@ -TransactionProofResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Class TransactionProofResponse

              -
              -

              Proof of transaction in a block.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
                - -
              • -

                Creates a new TransactionProofResponse object.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  __namedParameters: { hashtype?: string; idx: number | bigint; proof: string | Uint8Array; stibhash: string | Uint8Array; treedepth: number | bigint }
                  -
                    -
                  • -
                    Optional hashtype?: string
                  • -
                  • -
                    idx: number | bigint
                  • -
                  • -
                    proof: string | Uint8Array
                  • -
                  • -
                    stibhash: string | Uint8Array
                  • -
                  • -
                    treedepth: number | bigint
                -

                Returns TransactionProofResponse

              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              hashtype?: string
              -

              The type of hash function used to create the proof, must be one of:

              +TransactionProofResponse | algosdk

              Class TransactionProofResponse

              Proof of transaction in a block.

              +

              Implements

              Constructors

              • Creates a new TransactionProofResponse object.

                +

                Parameters

                • __namedParameters: {
                      hashtype?: string;
                      idx: number | bigint;
                      proof: string | Uint8Array;
                      stibhash: string | Uint8Array;
                      treedepth: number | bigint;
                  }
                  • Optional hashtype?: string
                  • idx: number | bigint
                  • proof: string | Uint8Array
                  • stibhash: string | Uint8Array
                  • treedepth: number | bigint

                Returns TransactionProofResponse

              Properties

              hashtype?: string

              The type of hash function used to create the proof, must be one of:

              • sha512_256
              • sha256
              -
              -
              - -
              idx: number | bigint
              -

              Index of the transaction in the block's payset.

              -
              -
              - -
              proof: Uint8Array
              -

              Proof of transaction membership.

              -
              -
              - -
              stibhash: Uint8Array
              -

              Hash of SignedTxnInBlock for verifying proof.

              -
              -
              - -
              treedepth: number | bigint
              -

              Represents the depth of the tree that is being proven, i.e. the number of edges +

              idx: number

              Index of the transaction in the block's payset.

              +
              proof: Uint8Array

              Proof of transaction membership.

              +
              stibhash: Uint8Array

              Hash of SignedTxnInBlock for verifying proof.

              +
              treedepth: number

              Represents the depth of the tree that is being proven, i.e. the number of edges from a leaf to the root.

              -
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/classes/modelsv2.Version.html b/classes/modelsv2.Version.html index 73d7ca39d..78cbb09a0 100644 --- a/classes/modelsv2.Version.html +++ b/classes/modelsv2.Version.html @@ -1,178 +1,16 @@ -Version | algosdk
              -
              - -
              -
              -
              -
              - -

              Class Version

              -
              -

              algod version information.

              -
              -
              -

              Hierarchy

              -
              -
              -
              -
              - -
              -
              -

              Constructors

              -
              - -
              -
              -

              Properties

              -
              - -
              attribute_map: Record<string, string>
              -
              - -
              -
              - -
              genesisHashB64: Uint8Array
              -
              - -
              genesisId: string
              -
              - -
              versions: string[]
              -
              -

              Methods

              -
              - -
                - -
              • -

                Get an object ready for encoding to either JSON or msgpack.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  binary: boolean = false
                  -

                  Use true to indicate that the encoding can handle raw binary objects - (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 - strings. True should be used for objects that will be encoded with msgpack, and false should - be used for objects that will be encoded with JSON.

                  -
                -

                Returns Record<string, any>

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +Version | algosdk

              algod version information.

              +

              Implements

              Constructors

              • Creates a new Version object.

                +

                Parameters

                • __namedParameters: {
                      build: BuildVersion;
                      genesisHashB64: string | Uint8Array;
                      genesisId: string;
                      versions: string[];
                  }
                  • build: BuildVersion
                  • genesisHashB64: string | Uint8Array
                  • genesisId: string
                  • versions: string[]

                Returns Version

              Properties

              genesisHashB64: Uint8Array
              genesisId: string
              versions: string[]
              encodingSchemaValue: undefined | Schema

              Accessors

              Methods

              Generated using TypeDoc

              \ No newline at end of file diff --git a/enums/ABIReferenceType.html b/enums/ABIReferenceType.html index 148f50687..bf3db9c67 100644 --- a/enums/ABIReferenceType.html +++ b/enums/ABIReferenceType.html @@ -1,84 +1,7 @@ -ABIReferenceType | algosdk
              -
              - -
              -
              -
              -
              - -

              Enumeration ABIReferenceType

              -
              -
              -
              - -
              -
              -

              Enumeration Members

              -
              -
              -

              Enumeration Members

              -
              - -
              account: "account"
              -

              Account reference type

              -
              -
              - -
              application: "application"
              -

              Application reference type

              -
              -
              - -
              asset: "asset"
              -

              Asset reference type

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ABIReferenceType | algosdk

              Enumeration ABIReferenceType

              Enumeration Members

              Enumeration Members

              account: "account"

              Account reference type

              +
              application: "application"

              Application reference type

              +
              asset: "asset"

              Asset reference type

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/enums/ABITransactionType.html b/enums/ABITransactionType.html index c79b5c428..582014cbb 100644 --- a/enums/ABITransactionType.html +++ b/enums/ABITransactionType.html @@ -1,120 +1,15 @@ -ABITransactionType | algosdk
              -
              - -
              -
              -
              -
              - -

              Enumeration ABITransactionType

              -
              -
              -
              - -
              -
              -

              Enumeration Members

              -
              -
              -

              Enumeration Members

              -
              - -
              acfg: "acfg"
              -

              Asset configuration transaction type

              -
              -
              - -
              afrz: "afrz"
              -

              Asset freeze transaction type

              -
              -
              - -
              any: "txn"
              -

              Any transaction type

              -
              -
              - -
              appl: "appl"
              -

              Application transaction type

              -
              -
              - -
              axfer: "axfer"
              -

              Asset transfer transaction type

              -
              -
              - -
              keyreg: "keyreg"
              -

              Key registration transaction type

              -
              -
              - -
              pay: "pay"
              -

              Payment transaction type

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ABITransactionType | algosdk

              Enumeration ABITransactionType

              Enumeration Members

              Enumeration Members

              acfg: "acfg"

              Asset configuration transaction type

              +
              afrz: "afrz"

              Asset freeze transaction type

              +
              any: "txn"

              Any transaction type

              +
              appl: "appl"

              Application transaction type

              +
              axfer: "axfer"

              Asset transfer transaction type

              +
              keyreg: "keyreg"

              Key registration transaction type

              +
              pay: "pay"

              Payment transaction type

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/enums/AtomicTransactionComposerStatus.html b/enums/AtomicTransactionComposerStatus.html index 5676b1e40..a9961a86e 100644 --- a/enums/AtomicTransactionComposerStatus.html +++ b/enums/AtomicTransactionComposerStatus.html @@ -1,102 +1,11 @@ -AtomicTransactionComposerStatus | algosdk
              -
              - -
              -
              -
              -
              - -

              Enumeration AtomicTransactionComposerStatus

              -
              -
              -
              - -
              -
              -

              Enumeration Members

              -
              -
              -

              Enumeration Members

              -
              - -
              BUILDING: 0
              -

              The atomic group is still under construction.

              -
              -
              - -
              BUILT: 1
              -

              The atomic group has been finalized, but not yet signed.

              -
              -
              - -
              COMMITTED: 4
              -

              The atomic group has been finalized, signed, submitted, and successfully committed to a block.

              -
              -
              - -
              SIGNED: 2
              -

              The atomic group has been finalized and signed, but not yet submitted to the network.

              -
              -
              - -
              SUBMITTED: 3
              -

              The atomic group has been finalized, signed, and submitted to the network.

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +AtomicTransactionComposerStatus | algosdk

              Enumeration AtomicTransactionComposerStatus

              Enumeration Members

              Enumeration Members

              BUILDING: 0

              The atomic group is still under construction.

              +
              BUILT: 1

              The atomic group has been finalized, but not yet signed.

              +
              COMMITTED: 4

              The atomic group has been finalized, signed, submitted, and successfully committed to a block.

              +
              SIGNED: 2

              The atomic group has been finalized and signed, but not yet submitted to the network.

              +
              SUBMITTED: 3

              The atomic group has been finalized, signed, and submitted to the network.

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/enums/IntDecoding.html b/enums/IntDecoding.html index 6f79490b9..dc8d47382 100644 --- a/enums/IntDecoding.html +++ b/enums/IntDecoding.html @@ -1,99 +1,13 @@ -IntDecoding | algosdk
              -
              - -
              -
              -
              -
              - -

              Enumeration IntDecoding

              -
              -

              Configure how integers in JSON response will be decoded.

              -
              -
              -
              -
              - -
              -
              -

              Enumeration Members

              -
              -
              -

              Enumeration Members

              -
              - -
              BIGINT: "bigint"
              -

              All integers will be decoded as BigInts.

              -
              -
              - -
              DEFAULT: "default"
              -

              All integers will be decoded as Numbers, meaning any values greater than -Number.MAX_SAFE_INTEGER will lose precision.

              -
              -
              - -
              MIXED: "mixed"
              -

              Integers will be decoded as Numbers if they are less than or equal to +IntDecoding | algosdk

              Enumeration IntDecoding

              Configure how integers in JSON response will be decoded.

              +

              Enumeration Members

              Enumeration Members

              BIGINT: "bigint"

              All integers will be decoded as BigInts.

              +
              MIXED: "mixed"

              Integers will be decoded as Numbers if they are less than or equal to Number.MAX_SAFE_INTEGER, otherwise they will be decoded as BigInts.

              -
              -
              - -
              SAFE: "safe"
              -

              All integers will be decoded as Numbers, but if any values are greater than +

              SAFE: "safe"

              All integers will be decoded as Numbers, but if any values are greater than Number.MAX_SAFE_INTEGER an error will be thrown.

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              UNSAFE: "unsafe"

              All integers will be decoded as Numbers, meaning any values greater than +Number.MAX_SAFE_INTEGER will lose precision.

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/enums/OnApplicationComplete.html b/enums/OnApplicationComplete.html index a143a13cc..e816f68d9 100644 --- a/enums/OnApplicationComplete.html +++ b/enums/OnApplicationComplete.html @@ -1,122 +1,22 @@ -OnApplicationComplete | algosdk
              -
              - -
              -
              -
              -
              - -

              Enumeration OnApplicationComplete

              -
              -

              Enums for application transactions on-transaction-complete behavior

              -
              -
              -
              -
              - -
              -
              -

              Enumeration Members

              -
              - -
              ClearStateOC: 3
              -

              ClearStateOC is similar to CloseOutOC, but may never fail. This +OnApplicationComplete | algosdk

              Enumeration OnApplicationComplete

              Enums for application transactions on-transaction-complete behavior

              +

              Enumeration Members

              ClearStateOC: 3

              ClearStateOC is similar to CloseOutOC, but may never fail. This allows users to reclaim their minimum balance from an application they no longer wish to opt in to.

              -
              -
              - -
              CloseOutOC: 2
              -

              CloseOutOC indicates that an application transaction will deallocate +

              CloseOutOC: 2

              CloseOutOC indicates that an application transaction will deallocate some LocalState for the application from the user's account

              -
              -
              - -
              DeleteApplicationOC: 5
              -

              DeleteApplicationOC indicates that an application transaction will +

              DeleteApplicationOC: 5

              DeleteApplicationOC indicates that an application transaction will delete the AppParams for the application from the creator's balance record

              -
              -
              - -
              NoOpOC: 0
              -

              NoOpOC indicates that an application transaction will simply call its +

              NoOpOC: 0

              NoOpOC indicates that an application transaction will simply call its ApprovalProgram

              -
              -
              - -
              OptInOC: 1
              -

              OptInOC indicates that an application transaction will allocate some +

              OptInOC: 1

              OptInOC indicates that an application transaction will allocate some LocalState for the application in the sender's account

              -
              -
              - -
              UpdateApplicationOC: 4
              -

              UpdateApplicationOC indicates that an application transaction will +

              UpdateApplicationOC: 4

              UpdateApplicationOC indicates that an application transaction will update the ApprovalProgram and ClearStateProgram for the application

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/enums/TransactionType.html b/enums/TransactionType.html index 54fde7d7a..28d05ba96 100644 --- a/enums/TransactionType.html +++ b/enums/TransactionType.html @@ -1,124 +1,16 @@ -TransactionType | algosdk
              -
              - -
              -
              -
              -
              - -

              Enumeration TransactionType

              -
              -

              Enum for application transaction types.

              -

              The full list is available at https://developer.algorand.org/docs/reference/transactions/

              -
              -
              -
              -
              - -
              -
              -

              Enumeration Members

              -
              -
              -

              Enumeration Members

              -
              - -
              acfg: "acfg"
              -

              Asset configuration transaction

              -
              -
              - -
              afrz: "afrz"
              -

              Asset freeze transaction

              -
              -
              - -
              appl: "appl"
              -

              Application transaction

              -
              -
              - -
              axfer: "axfer"
              -

              Asset transfer transaction

              -
              -
              - -
              keyreg: "keyreg"
              -

              Key registration transaction

              -
              -
              - -
              pay: "pay"
              -

              Payment transaction

              -
              -
              - -
              stpf: "stpf"
              -

              State proof transaction

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +TransactionType | algosdk

              Enumeration TransactionType

              Enum for application transaction types.

              +

              Enumeration Members

              Enumeration Members

              acfg: "acfg"

              Asset configuration transaction

              +
              afrz: "afrz"

              Asset freeze transaction

              +
              appl: "appl"

              Application transaction

              +
              axfer: "axfer"

              Asset transfer transaction

              +
              keyreg: "keyreg"

              Key registration transaction

              +
              pay: "pay"

              Payment transaction

              +
              stpf: "stpf"

              State proof transaction

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/abiCheckTransactionType.html b/functions/abiCheckTransactionType.html index f27892d75..81c72e9dd 100644 --- a/functions/abiCheckTransactionType.html +++ b/functions/abiCheckTransactionType.html @@ -1,235 +1 @@ -abiCheckTransactionType | algosdk
              -
              - -
              -
              -
              -
              - -

              Function abiCheckTransactionType

              -
              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +abiCheckTransactionType | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/abiTypeIsReference.html b/functions/abiTypeIsReference.html index aa5775e26..36cb15955 100644 --- a/functions/abiTypeIsReference.html +++ b/functions/abiTypeIsReference.html @@ -1,233 +1 @@ -abiTypeIsReference | algosdk
              -
              - -
              -
              -
              -
              - -

              Function abiTypeIsReference

              -
              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +abiTypeIsReference | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/abiTypeIsTransaction.html b/functions/abiTypeIsTransaction.html index 550351d8e..f28ec1290 100644 --- a/functions/abiTypeIsTransaction.html +++ b/functions/abiTypeIsTransaction.html @@ -1,233 +1 @@ -abiTypeIsTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Function abiTypeIsTransaction

              -
              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +abiTypeIsTransaction | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/algosToMicroalgos.html b/functions/algosToMicroalgos.html index c1599e846..b36b68587 100644 --- a/functions/algosToMicroalgos.html +++ b/functions/algosToMicroalgos.html @@ -1,239 +1,4 @@ -algosToMicroalgos | algosdk
              -
              - -
              -
              -
              -
              - -

              Function algosToMicroalgos

              -
              -
                - -
              • -

                algosToMicroalgos converts algos to microalgos

                - -

                Returns

                number

                -
                -
                -

                Parameters

                -
                  -
                • -
                  algos: number
                  -

                  number

                  -
                -

                Returns number

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +algosToMicroalgos | algosdk

              Function algosToMicroalgos

              • algosToMicroalgos converts algos to microalgos

                +

                Parameters

                • algos: number

                  number

                  +

                Returns number

                number

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/appendSignMultisigTransaction.html b/functions/appendSignMultisigTransaction.html index 8de493d3f..915042cd9 100644 --- a/functions/appendSignMultisigTransaction.html +++ b/functions/appendSignMultisigTransaction.html @@ -1,252 +1,7 @@ -appendSignMultisigTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Function appendSignMultisigTransaction

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/appendSignRawMultisigSignature.html b/functions/appendSignRawMultisigSignature.html index da330ccab..524590fa0 100644 --- a/functions/appendSignRawMultisigSignature.html +++ b/functions/appendSignRawMultisigSignature.html @@ -1,255 +1,7 @@ -appendSignRawMultisigSignature | algosdk
              -
              - -
              -
              -
              -
              - -

              Function appendSignRawMultisigSignature

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/assignGroupID.html b/functions/assignGroupID.html index ff04a9462..3a27fcdf6 100644 --- a/functions/assignGroupID.html +++ b/functions/assignGroupID.html @@ -1,243 +1,3 @@ -assignGroupID | algosdk
              -
              - -
              -
              -
              -
              - -

              Function assignGroupID

              -
              -
                - -
              • -

                assignGroupID assigns group id to a given list of unsigned transactions

                - -

                Returns

                possible list of matching transactions

                -
                -
                -

                Parameters

                -
                  -
                • -
                  txns: TransactionLike[]
                  -

                  array of transactions (every element is a dict or Transaction)

                  -
                • -
                • -
                  Optional from: string
                  -

                  optional sender address specifying which transaction return

                  -
                -

                Returns Transaction[]

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +assignGroupID | algosdk

              Function assignGroupID

              • assignGroupID assigns group id to a given list of unsigned transactions

                +

                Parameters

                • txns: Transaction[]

                  array of transactions. The array elements will be modified with the group id

                  +

                Returns Transaction[]

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/base64ToBytes.html b/functions/base64ToBytes.html new file mode 100644 index 000000000..d47563cc8 --- /dev/null +++ b/functions/base64ToBytes.html @@ -0,0 +1,3 @@ +base64ToBytes | algosdk

              Function base64ToBytes

              • Convert a base64 string to a Uint8Array for Node.js and browser environments.

                +

                Parameters

                • base64String: string

                Returns Uint8Array

                A Uint8Array

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/bigIntToBytes.html b/functions/bigIntToBytes.html index 495f51d7a..2667c8c3d 100644 --- a/functions/bigIntToBytes.html +++ b/functions/bigIntToBytes.html @@ -1,243 +1,5 @@ -bigIntToBytes | algosdk
              -
              - -
              -
              -
              -
              - -

              Function bigIntToBytes

              -
              -
                - -
              • -

                bigIntToBytes converts a BigInt to a big-endian Uint8Array for encoding.

                - -

                Returns

                A byte array containing the big-endian encoding of the input bigint

                -
                -
                -

                Parameters

                -
                  -
                • -
                  bi: number | bigint
                  -

                  The bigint to convert.

                  -
                • -
                • -
                  size: number
                  -

                  The size of the resulting byte array.

                  -
                -

                Returns Uint8Array

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +bigIntToBytes | algosdk

              Function bigIntToBytes

              • bigIntToBytes converts a BigInt to a big-endian Uint8Array for encoding.

                +

                Parameters

                • bi: number | bigint

                  The bigint to convert.

                  +
                • size: number

                  The size of the resulting byte array.

                  +

                Returns Uint8Array

                A byte array containing the big-endian encoding of the input bigint

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/bytesToBase64.html b/functions/bytesToBase64.html new file mode 100644 index 000000000..edc954bf5 --- /dev/null +++ b/functions/bytesToBase64.html @@ -0,0 +1,3 @@ +bytesToBase64 | algosdk

              Function bytesToBase64

              • Convert a Uint8Array to a base64 string for Node.js and browser environments.

                +

                Parameters

                • byteArray: Uint8Array

                Returns string

                A base64 string

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/bytesToBigInt.html b/functions/bytesToBigInt.html index 2b08acff2..0c8faa227 100644 --- a/functions/bytesToBigInt.html +++ b/functions/bytesToBigInt.html @@ -1,239 +1,4 @@ -bytesToBigInt | algosdk
              -
              - -
              -
              -
              -
              - -

              Function bytesToBigInt

              -
              -
                - -
              • -

                bytesToBigInt produces a bigint from a binary representation.

                - -

                Returns

                The bigint that was encoded in the input data.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  bytes: Uint8Array
                  -

                  The Uint8Array to convert.

                  -
                -

                Returns bigint

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +bytesToBigInt | algosdk

              Function bytesToBigInt

              • bytesToBigInt produces a bigint from a binary representation.

                +

                Parameters

                • bytes: Uint8Array

                  The Uint8Array to convert.

                  +

                Returns bigint

                The bigint that was encoded in the input data.

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/bytesToHex.html b/functions/bytesToHex.html new file mode 100644 index 000000000..11f2aaa61 --- /dev/null +++ b/functions/bytesToHex.html @@ -0,0 +1,3 @@ +bytesToHex | algosdk

              Function bytesToHex

              • Convert a Uint8Array to a hex string for Node.js and browser environments.

                +

                Parameters

                • byteArray: Uint8Array

                Returns string

                A hex string

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/bytesToString.html b/functions/bytesToString.html new file mode 100644 index 000000000..5ea008edd --- /dev/null +++ b/functions/bytesToString.html @@ -0,0 +1,3 @@ +bytesToString | algosdk

              Function bytesToString

              • Convert a byte array to a UTF-8 string. Warning: not all byte arrays are valid UTF-8.

                +

                Parameters

                • byteArray: Uint8Array

                Returns string

                A decoded string

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/coerceToBytes.html b/functions/coerceToBytes.html new file mode 100644 index 000000000..9fe5c2e51 --- /dev/null +++ b/functions/coerceToBytes.html @@ -0,0 +1,3 @@ +coerceToBytes | algosdk

              Function coerceToBytes

              • Returns a Uint8Array given an input string or Uint8Array.

                +

                Parameters

                • input: string | Uint8Array

                Returns Uint8Array

                A base64 string

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/computeGroupID.html b/functions/computeGroupID.html index 56e046833..6612af8a2 100644 --- a/functions/computeGroupID.html +++ b/functions/computeGroupID.html @@ -1,239 +1,4 @@ -computeGroupID | algosdk
              -
              - -
              -
              -
              -
              - -

              Function computeGroupID

              -
              -
                - -
              • -

                computeGroupID returns group ID for a group of transactions

                - -

                Returns

                Buffer

                -
                -
                -

                Parameters

                -
                  -
                • -
                  txns: TransactionLike[]
                  -

                  array of transactions (every element is a dict or Transaction)

                  -
                -

                Returns Buffer

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +computeGroupID | algosdk

              Function computeGroupID

              • computeGroupID returns group ID for a group of transactions

                +

                Parameters

                Returns Uint8Array

                Uint8Array

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/createDryrun.html b/functions/createDryrun.html index c89c3a384..34a09d0e0 100644 --- a/functions/createDryrun.html +++ b/functions/createDryrun.html @@ -1,251 +1,4 @@ -createDryrun | algosdk
              -
              - -
              -
              -
              -
              - -

              Function createDryrun

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/createMultisigTransaction.html b/functions/createMultisigTransaction.html index 774dc5b78..01a3237fb 100644 --- a/functions/createMultisigTransaction.html +++ b/functions/createMultisigTransaction.html @@ -1,241 +1,4 @@ -createMultisigTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Function createMultisigTransaction

              -
              -
                - -
              • -

                createMultisigTransaction creates a raw, unsigned multisig transaction blob.

                - -

                Returns

                encoded multisig blob

                -
                -
                -

                Parameters

                -
                -

                Returns Uint8Array

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +createMultisigTransaction | algosdk

              Function createMultisigTransaction

              • createMultisigTransaction creates a raw, unsigned multisig transaction blob.

                +

                Parameters

                Returns Uint8Array

                encoded multisig blob

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/decodeAddress.html b/functions/decodeAddress.html index 19c10c724..60c841ea6 100644 --- a/functions/decodeAddress.html +++ b/functions/decodeAddress.html @@ -1,239 +1,4 @@ -decodeAddress | algosdk
              -
              - -
              -
              -
              -
              - -

              Function decodeAddress

              -
              -
                - -
              • -

                decodeAddress takes an Algorand address in string form and decodes it into a Uint8Array.

                - -

                Returns

                the decoded form of the address's public key and checksum

                -
                -
                -

                Parameters

                -
                  -
                • -
                  address: string
                  -

                  an Algorand address with checksum.

                  -
                -

                Returns Address

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +decodeAddress | algosdk

              Function decodeAddress

              • decodeAddress takes an Algorand address in string form and decodes it into a Uint8Array.

                +

                Parameters

                • address: string

                  an Algorand address with checksum.

                  +

                Returns Address

                the decoded form of the address's public key and checksum

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/decodeJSON.html b/functions/decodeJSON.html new file mode 100644 index 000000000..11b8229cb --- /dev/null +++ b/functions/decodeJSON.html @@ -0,0 +1,5 @@ +decodeJSON | algosdk

              Function decodeJSON

              • Decode a JSON string to an Encodable object.

                +

                Type Parameters

                Parameters

                • encoded: string

                  The JSON string to decode

                  +
                • c: EncodableClass<T>

                  The class of the object to decode. This class must match the object that was encoded.

                  +

                Returns T

                An instance of the class with the decoded data

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/decodeMsgpack.html b/functions/decodeMsgpack.html new file mode 100644 index 000000000..234a6b223 --- /dev/null +++ b/functions/decodeMsgpack.html @@ -0,0 +1,5 @@ +decodeMsgpack | algosdk

              Function decodeMsgpack

              • Decode a msgpack byte array to an Encodable object.

                +

                Type Parameters

                Parameters

                • encoded: ArrayLike<number>

                  The msgpack bytes to decode

                  +
                • c: EncodableClass<T>

                  The class of the object to decode. This class must match the object that was encoded.

                  +

                Returns T

                An instance of the class with the decoded data

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/decodeObj.html b/functions/decodeObj.html index ff844a6c9..6f4586bab 100644 --- a/functions/decodeObj.html +++ b/functions/decodeObj.html @@ -1,239 +1,7 @@ -decodeObj | algosdk
              -
              - -
              -
              -
              -
              - -

              Function decodeObj

              -
              -
                - -
              • -

                decodeObj takes a Uint8Array and returns its javascript obj

                - -

                Returns

                object

                -
                -
                -

                Parameters

                -
                  -
                • -
                  o: ArrayLike<number>
                  -

                  Uint8Array to decode

                  -
                -

                Returns unknown

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +decodeObj | algosdk

              Function decodeObj

              • decodeObj takes a Uint8Array and returns its javascript obj

                +

                Parameters

                • o: ArrayLike<number>

                  Uint8Array to decode

                  +

                Returns unknown

                object

                +

                Deprecated

                Use msgpackRawDecode instead. Note that this function uses IntDecoding.MIXED + while msgpackRawDecode defaults to IntDecoding.BIGINT for int decoding, though it is + configurable.

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/decodeSignedTransaction.html b/functions/decodeSignedTransaction.html index 07296a2bd..d818b7268 100644 --- a/functions/decodeSignedTransaction.html +++ b/functions/decodeSignedTransaction.html @@ -1,240 +1,5 @@ -decodeSignedTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Function decodeSignedTransaction

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/decodeUint64.html b/functions/decodeUint64.html index 702b60e60..fd23c0de6 100644 --- a/functions/decodeUint64.html +++ b/functions/decodeUint64.html @@ -1,38 +1,7 @@ -decodeUint64 | algosdk
              -
              - -
              -
              -
              -
              - -

              Function decodeUint64

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/decodeUnsignedTransaction.html b/functions/decodeUnsignedTransaction.html index 481e1857b..1984340e2 100644 --- a/functions/decodeUnsignedTransaction.html +++ b/functions/decodeUnsignedTransaction.html @@ -1,237 +1,3 @@ -decodeUnsignedTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Function decodeUnsignedTransaction

              -
              -
                - -
              • -

                decodeUnsignedTransaction takes a Buffer (as if from encodeUnsignedTransaction) and converts it to a txnBuilder.Transaction object

                -
                -
                -

                Parameters

                -
                  -
                • -
                  transactionBuffer: ArrayLike<number>
                  -

                  the Uint8Array containing a transaction

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +decodeUnsignedTransaction | algosdk

              Function decodeUnsignedTransaction

              • decodeUnsignedTransaction takes a Uint8Array (as if from encodeUnsignedTransaction) and converts it to a txnBuilder.Transaction object

                +

                Parameters

                • transactionBuffer: ArrayLike<number>

                  the Uint8Array containing a transaction

                  +

                Returns Transaction

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/dryrunTxnResultAppTrace.html b/functions/dryrunTxnResultAppTrace.html new file mode 100644 index 000000000..42b2585f3 --- /dev/null +++ b/functions/dryrunTxnResultAppTrace.html @@ -0,0 +1 @@ +dryrunTxnResultAppTrace | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/dryrunTxnResultLogicSigTrace.html b/functions/dryrunTxnResultLogicSigTrace.html new file mode 100644 index 000000000..ce49d82eb --- /dev/null +++ b/functions/dryrunTxnResultLogicSigTrace.html @@ -0,0 +1 @@ +dryrunTxnResultLogicSigTrace | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/encodeAddress.html b/functions/encodeAddress.html index eb56c191a..1b843dc45 100644 --- a/functions/encodeAddress.html +++ b/functions/encodeAddress.html @@ -1,239 +1,4 @@ -encodeAddress | algosdk
              -
              - -
              -
              -
              -
              - -

              Function encodeAddress

              -
              -
                - -
              • -

                encodeAddress takes an Algorand address as a Uint8Array and encodes it into a string with checksum.

                - -

                Returns

                the address and checksum encoded as a string.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  address: Uint8Array
                  -

                  a raw Algorand address

                  -
                -

                Returns string

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +encodeAddress | algosdk

              Function encodeAddress

              • encodeAddress takes an Algorand address as a Uint8Array and encodes it into a string with checksum.

                +

                Parameters

                • address: Uint8Array

                  a raw Algorand address

                  +

                Returns string

                the address and checksum encoded as a string.

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/encodeJSON.html b/functions/encodeJSON.html new file mode 100644 index 000000000..81bb0043d --- /dev/null +++ b/functions/encodeJSON.html @@ -0,0 +1,5 @@ +encodeJSON | algosdk

              Function encodeJSON

              • Encode an Encodable object to a JSON string.

                +

                Parameters

                • e: Encodable

                  The object to encode

                  +
                • Optional options: EncodeJSONOptions

                  Optional encoding options. See EncodeJSONOptions for more information.

                  +

                Returns string

                A JSON string encoding of the object

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/encodeMsgpack.html b/functions/encodeMsgpack.html new file mode 100644 index 000000000..b48b7d29c --- /dev/null +++ b/functions/encodeMsgpack.html @@ -0,0 +1,4 @@ +encodeMsgpack | algosdk

              Function encodeMsgpack

              • Encode an Encodable object to a msgpack byte array.

                +

                Parameters

                Returns Uint8Array

                A msgpack byte array encoding of the object

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/encodeObj.html b/functions/encodeObj.html index 86851ae7e..9fb27c8b4 100644 --- a/functions/encodeObj.html +++ b/functions/encodeObj.html @@ -1,240 +1,7 @@ -encodeObj | algosdk
              -
              - -
              -
              -
              -
              - -

              Function encodeObj

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/encodeUint64.html b/functions/encodeUint64.html index 2dd937e53..863d322e3 100644 --- a/functions/encodeUint64.html +++ b/functions/encodeUint64.html @@ -1,241 +1,6 @@ -encodeUint64 | algosdk
              -
              - -
              -
              -
              -
              - -

              Function encodeUint64

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/encodeUnsignedSimulateTransaction.html b/functions/encodeUnsignedSimulateTransaction.html index 49c906e95..8840e6347 100644 --- a/functions/encodeUnsignedSimulateTransaction.html +++ b/functions/encodeUnsignedSimulateTransaction.html @@ -1,239 +1,5 @@ -encodeUnsignedSimulateTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Function encodeUnsignedSimulateTransaction

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/encodeUnsignedTransaction.html b/functions/encodeUnsignedTransaction.html index f2e37a3e5..0ae39ecfb 100644 --- a/functions/encodeUnsignedTransaction.html +++ b/functions/encodeUnsignedTransaction.html @@ -1,238 +1,4 @@ -encodeUnsignedTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Function encodeUnsignedTransaction

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/encodedMultiSigFromEncodingData.html b/functions/encodedMultiSigFromEncodingData.html new file mode 100644 index 000000000..47a1c0f40 --- /dev/null +++ b/functions/encodedMultiSigFromEncodingData.html @@ -0,0 +1 @@ +encodedMultiSigFromEncodingData | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/encodedMultiSigToEncodingData.html b/functions/encodedMultiSigToEncodingData.html new file mode 100644 index 000000000..36c631156 --- /dev/null +++ b/functions/encodedMultiSigToEncodingData.html @@ -0,0 +1 @@ +encodedMultiSigToEncodingData | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/encodedSubsigFromEncodingData.html b/functions/encodedSubsigFromEncodingData.html new file mode 100644 index 000000000..2ea4f08d2 --- /dev/null +++ b/functions/encodedSubsigFromEncodingData.html @@ -0,0 +1 @@ +encodedSubsigFromEncodingData | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/encodedSubsigToEncodingData.html b/functions/encodedSubsigToEncodingData.html new file mode 100644 index 000000000..3a5104d01 --- /dev/null +++ b/functions/encodedSubsigToEncodingData.html @@ -0,0 +1 @@ +encodedSubsigToEncodingData | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/generateAccount.html b/functions/generateAccount.html index 2cf139183..2e8aa99ef 100644 --- a/functions/generateAccount.html +++ b/functions/generateAccount.html @@ -1,230 +1,2 @@ -generateAccount | algosdk
              -
              - -
              -
              -
              -
              - -

              Function generateAccount

              -
              -
                - -
              • -

                generateAccount returns a new Algorand address and its corresponding secret key

                -
                -

                Returns Account

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +generateAccount | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/getApplicationAddress.html b/functions/getApplicationAddress.html index 4d3bab104..aaedfc7b1 100644 --- a/functions/getApplicationAddress.html +++ b/functions/getApplicationAddress.html @@ -1,239 +1,4 @@ -getApplicationAddress | algosdk
              -
              - -
              -
              -
              -
              - -

              Function getApplicationAddress

              -
              -
                - -
              • -

                Get the escrow address of an application.

                - -

                Returns

                The address corresponding to that application's escrow account.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  appID: number | bigint
                  -

                  The ID of the application.

                  -
                -

                Returns string

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +getApplicationAddress | algosdk

              Function getApplicationAddress

              • Get the escrow address of an application.

                +

                Parameters

                • appID: number | bigint

                  The ID of the application.

                  +

                Returns Address

                The address corresponding to that application's escrow account.

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/getMethodByName.html b/functions/getMethodByName.html index b16dc369c..2c9443526 100644 --- a/functions/getMethodByName.html +++ b/functions/getMethodByName.html @@ -1,235 +1 @@ -getMethodByName | algosdk
              -
              - -
              -
              -
              -
              - -

              Function getMethodByName

              -
              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +getMethodByName | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/hexToBytes.html b/functions/hexToBytes.html new file mode 100644 index 000000000..5e5e9dde0 --- /dev/null +++ b/functions/hexToBytes.html @@ -0,0 +1,3 @@ +hexToBytes | algosdk

              Function hexToBytes

              • Convert a hex string to Uint8Array for Node.js and browser environments.

                +

                Parameters

                • hexString: string

                Returns Uint8Array

                A Uint8Array

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/instantiateTxnIfNeeded.html b/functions/instantiateTxnIfNeeded.html deleted file mode 100644 index 4820542f7..000000000 --- a/functions/instantiateTxnIfNeeded.html +++ /dev/null @@ -1,233 +0,0 @@ -instantiateTxnIfNeeded | algosdk
              -
              - -
              -
              -
              -
              - -

              Function instantiateTxnIfNeeded

              -
              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/isOnApplicationComplete.html b/functions/isOnApplicationComplete.html new file mode 100644 index 000000000..5b9c8dc8b --- /dev/null +++ b/functions/isOnApplicationComplete.html @@ -0,0 +1,4 @@ +isOnApplicationComplete | algosdk

              Function isOnApplicationComplete

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/isTransactionType.html b/functions/isTransactionType.html new file mode 100644 index 000000000..05fc08af7 --- /dev/null +++ b/functions/isTransactionType.html @@ -0,0 +1,4 @@ +isTransactionType | algosdk

              Function isTransactionType

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/isTransactionWithSigner.html b/functions/isTransactionWithSigner.html index 87a20e5af..22e8fc839 100644 --- a/functions/isTransactionWithSigner.html +++ b/functions/isTransactionWithSigner.html @@ -1,239 +1,4 @@ -isTransactionWithSigner | algosdk
              -
              - -
              -
              -
              -
              - -

              Function isTransactionWithSigner

              -
              -
                - -
              • -

                Check if a value conforms to the TransactionWithSigner structure.

                - -

                Returns

                True if an only if the value has the structure of a TransactionWithSigner.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  value: any
                  -

                  The value to check.

                  -
                -

                Returns value is TransactionWithSigner

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +isTransactionWithSigner | algosdk

              Function isTransactionWithSigner

              • Check if a value conforms to the TransactionWithSigner structure.

                +

                Parameters

                • value: any

                  The value to check.

                  +

                Returns value is TransactionWithSigner

                True if an only if the value has the structure of a TransactionWithSigner.

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/isValidAddress.html b/functions/isValidAddress.html index 0f9489a63..ec04db27c 100644 --- a/functions/isValidAddress.html +++ b/functions/isValidAddress.html @@ -1,239 +1,4 @@ -isValidAddress | algosdk
              -
              - -
              -
              -
              -
              - -

              Function isValidAddress

              -
              -
                - -
              • -

                isValidAddress checks if a string is a valid Algorand address.

                - -

                Returns

                true if valid, false otherwise

                -
                -
                -

                Parameters

                -
                  -
                • -
                  address: string
                  -

                  an Algorand address with checksum.

                  -
                -

                Returns boolean

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +isValidAddress | algosdk

              Function isValidAddress

              • isValidAddress checks if a string is a valid Algorand address.

                +

                Parameters

                • address: string

                  an Algorand address with checksum.

                  +

                Returns boolean

                true if valid, false otherwise

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/logicSigFromByte.html b/functions/logicSigFromByte.html index 45d264795..56188338b 100644 --- a/functions/logicSigFromByte.html +++ b/functions/logicSigFromByte.html @@ -1,236 +1,3 @@ -logicSigFromByte | algosdk
              -
              - -
              -
              -
              -
              - -

              Function logicSigFromByte

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeApplicationCallTxnFromObject.html b/functions/makeApplicationCallTxnFromObject.html index de537740b..c8c27c91e 100644 --- a/functions/makeApplicationCallTxnFromObject.html +++ b/functions/makeApplicationCallTxnFromObject.html @@ -1,274 +1,3 @@ -makeApplicationCallTxnFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationCallTxnFromObject

              -
              -
                - -
              • -

                Generic function for creating any application call transaction.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  options: { accounts: string[]; appArgs: Uint8Array[]; appIndex: number; approvalProgram: Uint8Array; boxes: BoxReference[]; clearProgram: Uint8Array; extraPages: number; foreignApps: number[]; foreignAssets: number[]; from: string; lease: Uint8Array; note: Uint8Array; numGlobalByteSlices: number; numGlobalInts: number; numLocalByteSlices: number; numLocalInts: number; onComplete: OnApplicationComplete; rekeyTo: string; suggestedParams: SuggestedParams }
                  -
                    -
                  • -
                    accounts: string[]
                  • -
                  • -
                    appArgs: Uint8Array[]
                  • -
                  • -
                    appIndex: number
                  • -
                  • -
                    approvalProgram: Uint8Array
                  • -
                  • -
                    boxes: BoxReference[]
                  • -
                  • -
                    clearProgram: Uint8Array
                  • -
                  • -
                    extraPages: number
                  • -
                  • -
                    foreignApps: number[]
                  • -
                  • -
                    foreignAssets: number[]
                  • -
                  • -
                    from: string
                  • -
                  • -
                    lease: Uint8Array
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    numGlobalByteSlices: number
                  • -
                  • -
                    numGlobalInts: number
                  • -
                  • -
                    numLocalByteSlices: number
                  • -
                  • -
                    numLocalInts: number
                  • -
                  • -
                    onComplete: OnApplicationComplete
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeApplicationCallTxnFromObject | algosdk

              Function makeApplicationCallTxnFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeApplicationClearStateTxn.html b/functions/makeApplicationClearStateTxn.html deleted file mode 100644 index 1ee629ae0..000000000 --- a/functions/makeApplicationClearStateTxn.html +++ /dev/null @@ -1,286 +0,0 @@ -makeApplicationClearStateTxn | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationClearStateTxn

              -
              -
                - -
              • -

                Make a transaction that clears a user's state in an application

                - -

                Deprecated

                This function will be removed in v3 in favor of makeApplicationClearStateTxnFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  address of sender

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use

                  -
                • -
                • -
                  appIndex: number
                  -

                  the ID of the app to use

                  -
                • -
                • -
                  Optional appArgs: Uint8Array[]
                  -

                  Array of Uint8Array, any additional arguments to the application

                  -
                • -
                • -
                  Optional accounts: string[]
                  -

                  Array of Address strings, any additional accounts to supply to the application

                  -
                • -
                • -
                  Optional foreignApps: number[]
                  -

                  Array of int, any other apps used by the application, identified by index

                  -
                • -
                • -
                  Optional foreignAssets: number[]
                  -

                  Array of int, any assets used by the application, identified by index

                  -
                • -
                • -
                  Optional note: Uint8Array
                  -

                  Arbitrary data for sender to store

                  -
                • -
                • -
                  Optional lease: Uint8Array
                  -

                  Lease a transaction

                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  String representation of the Algorand address that will be used to authorize all future transactions

                  -
                • -
                • -
                  Optional boxes: BoxReference[]
                  -

                  Array of BoxReference, app ID and name of box to be accessed

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makeApplicationClearStateTxnFromObject.html b/functions/makeApplicationClearStateTxnFromObject.html index a01f90871..e5b098e1e 100644 --- a/functions/makeApplicationClearStateTxnFromObject.html +++ b/functions/makeApplicationClearStateTxnFromObject.html @@ -1,256 +1,3 @@ -makeApplicationClearStateTxnFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationClearStateTxnFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { accounts: string[]; appArgs: Uint8Array[]; appIndex: number; boxes: BoxReference[]; foreignApps: number[]; foreignAssets: number[]; from: string; lease: Uint8Array; note: Uint8Array; rekeyTo: string; suggestedParams: SuggestedParams }
                  -
                    -
                  • -
                    accounts: string[]
                  • -
                  • -
                    appArgs: Uint8Array[]
                  • -
                  • -
                    appIndex: number
                  • -
                  • -
                    boxes: BoxReference[]
                  • -
                  • -
                    foreignApps: number[]
                  • -
                  • -
                    foreignAssets: number[]
                  • -
                  • -
                    from: string
                  • -
                  • -
                    lease: Uint8Array
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeApplicationClearStateTxnFromObject | algosdk

              Function makeApplicationClearStateTxnFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeApplicationCloseOutTxn.html b/functions/makeApplicationCloseOutTxn.html deleted file mode 100644 index 05280cbf9..000000000 --- a/functions/makeApplicationCloseOutTxn.html +++ /dev/null @@ -1,286 +0,0 @@ -makeApplicationCloseOutTxn | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationCloseOutTxn

              -
              -
                - -
              • -

                Make a transaction that closes out a user's state in an application

                - -

                Deprecated

                This function will be removed in v3 in favor of makeApplicationCloseOutTxnFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  address of sender

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use

                  -
                • -
                • -
                  appIndex: number
                  -

                  the ID of the app to use

                  -
                • -
                • -
                  Optional appArgs: Uint8Array[]
                  -

                  Array of Uint8Array, any additional arguments to the application

                  -
                • -
                • -
                  Optional accounts: string[]
                  -

                  Array of Address strings, any additional accounts to supply to the application

                  -
                • -
                • -
                  Optional foreignApps: number[]
                  -

                  Array of int, any other apps used by the application, identified by index

                  -
                • -
                • -
                  Optional foreignAssets: number[]
                  -

                  Array of int, any assets used by the application, identified by index

                  -
                • -
                • -
                  Optional note: Uint8Array
                  -

                  Arbitrary data for sender to store

                  -
                • -
                • -
                  Optional lease: Uint8Array
                  -

                  Lease a transaction

                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  String representation of the Algorand address that will be used to authorize all future transactions

                  -
                • -
                • -
                  Optional boxes: BoxReference[]
                  -

                  Array of BoxReference, app ID and name of box to be accessed

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makeApplicationCloseOutTxnFromObject.html b/functions/makeApplicationCloseOutTxnFromObject.html index ef629cc89..1ce4564a2 100644 --- a/functions/makeApplicationCloseOutTxnFromObject.html +++ b/functions/makeApplicationCloseOutTxnFromObject.html @@ -1,256 +1,3 @@ -makeApplicationCloseOutTxnFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationCloseOutTxnFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { accounts: string[]; appArgs: Uint8Array[]; appIndex: number; boxes: BoxReference[]; foreignApps: number[]; foreignAssets: number[]; from: string; lease: Uint8Array; note: Uint8Array; rekeyTo: string; suggestedParams: SuggestedParams }
                  -
                    -
                  • -
                    accounts: string[]
                  • -
                  • -
                    appArgs: Uint8Array[]
                  • -
                  • -
                    appIndex: number
                  • -
                  • -
                    boxes: BoxReference[]
                  • -
                  • -
                    foreignApps: number[]
                  • -
                  • -
                    foreignAssets: number[]
                  • -
                  • -
                    from: string
                  • -
                  • -
                    lease: Uint8Array
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeApplicationCloseOutTxnFromObject | algosdk

              Function makeApplicationCloseOutTxnFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeApplicationCreateTxn.html b/functions/makeApplicationCreateTxn.html deleted file mode 100644 index 0833d30c5..000000000 --- a/functions/makeApplicationCreateTxn.html +++ /dev/null @@ -1,314 +0,0 @@ -makeApplicationCreateTxn | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationCreateTxn

              -
              -
                - -
              • -

                Make a transaction that will create an application.

                - -

                Deprecated

                This function will be removed in v3 in favor of makeApplicationCreateTxnFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  address of sender

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use

                  -
                • -
                • -
                  onComplete: OnApplicationComplete
                  -

                  algosdk.OnApplicationComplete, what application should do once the program is done being run

                  -
                • -
                • -
                  approvalProgram: Uint8Array
                  -

                  Uint8Array, the compiled TEAL that approves a transaction

                  -
                • -
                • -
                  clearProgram: Uint8Array
                  -

                  Uint8Array, the compiled TEAL that runs when clearing state

                  -
                • -
                • -
                  numLocalInts: number
                  -

                  restricts number of ints in per-user local state

                  -
                • -
                • -
                  numLocalByteSlices: number
                  -

                  restricts number of byte slices in per-user local state

                  -
                • -
                • -
                  numGlobalInts: number
                  -

                  restricts number of ints in global state

                  -
                • -
                • -
                  numGlobalByteSlices: number
                  -

                  restricts number of byte slices in global state

                  -
                • -
                • -
                  Optional appArgs: Uint8Array[]
                  -

                  Array of Uint8Array, any additional arguments to the application

                  -
                • -
                • -
                  Optional accounts: string[]
                  -

                  Array of Address strings, any additional accounts to supply to the application

                  -
                • -
                • -
                  Optional foreignApps: number[]
                  -

                  Array of int, any other apps used by the application, identified by index

                  -
                • -
                • -
                  Optional foreignAssets: number[]
                  -

                  Array of int, any assets used by the application, identified by index

                  -
                • -
                • -
                  Optional note: Uint8Array
                  -

                  Arbitrary data for sender to store

                  -
                • -
                • -
                  Optional lease: Uint8Array
                  -

                  Lease a transaction

                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  String representation of the Algorand address that will be used to authorize all future transactions

                  -
                • -
                • -
                  Optional extraPages: number
                  -

                  integer extra pages of memory to rent on creation of application

                  -
                • -
                • -
                  Optional boxes: BoxReference[]
                  -

                  Array of BoxReference, app ID and name of box to be accessed

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makeApplicationCreateTxnFromObject.html b/functions/makeApplicationCreateTxnFromObject.html index 92edbe634..27e5978e9 100644 --- a/functions/makeApplicationCreateTxnFromObject.html +++ b/functions/makeApplicationCreateTxnFromObject.html @@ -1,270 +1,3 @@ -makeApplicationCreateTxnFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationCreateTxnFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { accounts: string[]; appArgs: Uint8Array[]; approvalProgram: Uint8Array; boxes: BoxReference[]; clearProgram: Uint8Array; extraPages: number; foreignApps: number[]; foreignAssets: number[]; from: string; lease: Uint8Array; note: Uint8Array; numGlobalByteSlices: number; numGlobalInts: number; numLocalByteSlices: number; numLocalInts: number; onComplete: OnApplicationComplete; rekeyTo: string; suggestedParams: SuggestedParams }
                  -
                    -
                  • -
                    accounts: string[]
                  • -
                  • -
                    appArgs: Uint8Array[]
                  • -
                  • -
                    approvalProgram: Uint8Array
                  • -
                  • -
                    boxes: BoxReference[]
                  • -
                  • -
                    clearProgram: Uint8Array
                  • -
                  • -
                    extraPages: number
                  • -
                  • -
                    foreignApps: number[]
                  • -
                  • -
                    foreignAssets: number[]
                  • -
                  • -
                    from: string
                  • -
                  • -
                    lease: Uint8Array
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    numGlobalByteSlices: number
                  • -
                  • -
                    numGlobalInts: number
                  • -
                  • -
                    numLocalByteSlices: number
                  • -
                  • -
                    numLocalInts: number
                  • -
                  • -
                    onComplete: OnApplicationComplete
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeApplicationCreateTxnFromObject | algosdk

              Function makeApplicationCreateTxnFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeApplicationDeleteTxn.html b/functions/makeApplicationDeleteTxn.html deleted file mode 100644 index 92035d8cb..000000000 --- a/functions/makeApplicationDeleteTxn.html +++ /dev/null @@ -1,286 +0,0 @@ -makeApplicationDeleteTxn | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationDeleteTxn

              -
              -
                - -
              • -

                Make a transaction that deletes an application

                - -

                Deprecated

                This function will be removed in v3 in favor of makeApplicationDeleteTxnFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  address of sender

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use

                  -
                • -
                • -
                  appIndex: number
                  -

                  the ID of the app to be deleted

                  -
                • -
                • -
                  Optional appArgs: Uint8Array[]
                  -

                  Array of Uint8Array, any additional arguments to the application

                  -
                • -
                • -
                  Optional accounts: string[]
                  -

                  Array of Address strings, any additional accounts to supply to the application

                  -
                • -
                • -
                  Optional foreignApps: number[]
                  -

                  Array of int, any other apps used by the application, identified by index

                  -
                • -
                • -
                  Optional foreignAssets: number[]
                  -

                  Array of int, any assets used by the application, identified by index

                  -
                • -
                • -
                  Optional note: Uint8Array
                  -

                  Arbitrary data for sender to store

                  -
                • -
                • -
                  Optional lease: Uint8Array
                  -

                  Lease a transaction

                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  String representation of the Algorand address that will be used to authorize all future transactions

                  -
                • -
                • -
                  Optional boxes: BoxReference[]
                  -

                  Array of BoxReference, app ID and name of box to be accessed

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makeApplicationDeleteTxnFromObject.html b/functions/makeApplicationDeleteTxnFromObject.html index e04b275cf..e689d531c 100644 --- a/functions/makeApplicationDeleteTxnFromObject.html +++ b/functions/makeApplicationDeleteTxnFromObject.html @@ -1,256 +1,3 @@ -makeApplicationDeleteTxnFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationDeleteTxnFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { accounts: string[]; appArgs: Uint8Array[]; appIndex: number; boxes: BoxReference[]; foreignApps: number[]; foreignAssets: number[]; from: string; lease: Uint8Array; note: Uint8Array; rekeyTo: string; suggestedParams: SuggestedParams }
                  -
                    -
                  • -
                    accounts: string[]
                  • -
                  • -
                    appArgs: Uint8Array[]
                  • -
                  • -
                    appIndex: number
                  • -
                  • -
                    boxes: BoxReference[]
                  • -
                  • -
                    foreignApps: number[]
                  • -
                  • -
                    foreignAssets: number[]
                  • -
                  • -
                    from: string
                  • -
                  • -
                    lease: Uint8Array
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeApplicationDeleteTxnFromObject | algosdk

              Function makeApplicationDeleteTxnFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeApplicationNoOpTxn.html b/functions/makeApplicationNoOpTxn.html deleted file mode 100644 index 7d892e379..000000000 --- a/functions/makeApplicationNoOpTxn.html +++ /dev/null @@ -1,286 +0,0 @@ -makeApplicationNoOpTxn | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationNoOpTxn

              -
              -
                - -
              • -

                Make a transaction that just calls an application, doing nothing on completion

                - -

                Deprecated

                This function will be removed in v3 in favor of makeApplicationNoOpTxnFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  address of sender

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use

                  -
                • -
                • -
                  appIndex: number
                  -

                  the ID of the app to use

                  -
                • -
                • -
                  Optional appArgs: Uint8Array[]
                  -

                  Array of Uint8Array, any additional arguments to the application

                  -
                • -
                • -
                  Optional accounts: string[]
                  -

                  Array of Address strings, any additional accounts to supply to the application

                  -
                • -
                • -
                  Optional foreignApps: number[]
                  -

                  Array of int, any other apps used by the application, identified by index

                  -
                • -
                • -
                  Optional foreignAssets: number[]
                  -

                  Array of int, any assets used by the application, identified by index

                  -
                • -
                • -
                  Optional note: Uint8Array
                  -

                  Arbitrary data for sender to store

                  -
                • -
                • -
                  Optional lease: Uint8Array
                  -

                  Lease a transaction

                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  String representation of the Algorand address that will be used to authorize all future transactions

                  -
                • -
                • -
                  Optional boxes: BoxReference[]
                  -

                  Array of BoxReference, app ID and name of box to be accessed

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makeApplicationNoOpTxnFromObject.html b/functions/makeApplicationNoOpTxnFromObject.html index a2aa0a7fc..5558864a4 100644 --- a/functions/makeApplicationNoOpTxnFromObject.html +++ b/functions/makeApplicationNoOpTxnFromObject.html @@ -1,256 +1,3 @@ -makeApplicationNoOpTxnFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationNoOpTxnFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { accounts: string[]; appArgs: Uint8Array[]; appIndex: number; boxes: BoxReference[]; foreignApps: number[]; foreignAssets: number[]; from: string; lease: Uint8Array; note: Uint8Array; rekeyTo: string; suggestedParams: SuggestedParams }
                  -
                    -
                  • -
                    accounts: string[]
                  • -
                  • -
                    appArgs: Uint8Array[]
                  • -
                  • -
                    appIndex: number
                  • -
                  • -
                    boxes: BoxReference[]
                  • -
                  • -
                    foreignApps: number[]
                  • -
                  • -
                    foreignAssets: number[]
                  • -
                  • -
                    from: string
                  • -
                  • -
                    lease: Uint8Array
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeApplicationNoOpTxnFromObject | algosdk

              Function makeApplicationNoOpTxnFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeApplicationOptInTxn.html b/functions/makeApplicationOptInTxn.html deleted file mode 100644 index b0b4c4f0e..000000000 --- a/functions/makeApplicationOptInTxn.html +++ /dev/null @@ -1,286 +0,0 @@ -makeApplicationOptInTxn | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationOptInTxn

              -
              -
                - -
              • -

                Make a transaction that opts in to use an application

                - -

                Deprecated

                This function will be removed in v3 in favor of makeApplicationOptInTxnFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  address of sender

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use

                  -
                • -
                • -
                  appIndex: number
                  -

                  the ID of the app to join

                  -
                • -
                • -
                  Optional appArgs: Uint8Array[]
                  -

                  Array of Uint8Array, any additional arguments to the application

                  -
                • -
                • -
                  Optional accounts: string[]
                  -

                  Array of Address strings, any additional accounts to supply to the application

                  -
                • -
                • -
                  Optional foreignApps: number[]
                  -

                  Array of int, any other apps used by the application, identified by index

                  -
                • -
                • -
                  Optional foreignAssets: number[]
                  -

                  Array of int, any assets used by the application, identified by index

                  -
                • -
                • -
                  Optional note: Uint8Array
                  -

                  Arbitrary data for sender to store

                  -
                • -
                • -
                  Optional lease: Uint8Array
                  -

                  Lease a transaction

                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  String representation of the Algorand address that will be used to authorize all future transactions

                  -
                • -
                • -
                  Optional boxes: BoxReference[]
                  -

                  Array of BoxReference, app ID and name of box to be accessed

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makeApplicationOptInTxnFromObject.html b/functions/makeApplicationOptInTxnFromObject.html index 9e223119d..7142a955e 100644 --- a/functions/makeApplicationOptInTxnFromObject.html +++ b/functions/makeApplicationOptInTxnFromObject.html @@ -1,256 +1,3 @@ -makeApplicationOptInTxnFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationOptInTxnFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { accounts: string[]; appArgs: Uint8Array[]; appIndex: number; boxes: BoxReference[]; foreignApps: number[]; foreignAssets: number[]; from: string; lease: Uint8Array; note: Uint8Array; rekeyTo: string; suggestedParams: SuggestedParams }
                  -
                    -
                  • -
                    accounts: string[]
                  • -
                  • -
                    appArgs: Uint8Array[]
                  • -
                  • -
                    appIndex: number
                  • -
                  • -
                    boxes: BoxReference[]
                  • -
                  • -
                    foreignApps: number[]
                  • -
                  • -
                    foreignAssets: number[]
                  • -
                  • -
                    from: string
                  • -
                  • -
                    lease: Uint8Array
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeApplicationOptInTxnFromObject | algosdk

              Function makeApplicationOptInTxnFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeApplicationUpdateTxn.html b/functions/makeApplicationUpdateTxn.html deleted file mode 100644 index 17c984891..000000000 --- a/functions/makeApplicationUpdateTxn.html +++ /dev/null @@ -1,294 +0,0 @@ -makeApplicationUpdateTxn | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationUpdateTxn

              -
              -
                - -
              • -

                Make a transaction that changes an application's approval and clear programs

                - -

                Deprecated

                This function will be removed in v3 in favor of makeApplicationUpdateTxnFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  address of sender

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use

                  -
                • -
                • -
                  appIndex: number
                  -

                  the ID of the app to be updated

                  -
                • -
                • -
                  approvalProgram: Uint8Array
                  -

                  Uint8Array, the compiled TEAL that approves a transaction

                  -
                • -
                • -
                  clearProgram: Uint8Array
                  -

                  Uint8Array, the compiled TEAL that runs when clearing state

                  -
                • -
                • -
                  Optional appArgs: Uint8Array[]
                  -

                  Array of Uint8Array, any additional arguments to the application

                  -
                • -
                • -
                  Optional accounts: string[]
                  -

                  Array of Address strings, any additional accounts to supply to the application

                  -
                • -
                • -
                  Optional foreignApps: number[]
                  -

                  Array of int, any other apps used by the application, identified by index

                  -
                • -
                • -
                  Optional foreignAssets: number[]
                  -

                  Array of int, any assets used by the application, identified by index

                  -
                • -
                • -
                  Optional note: Uint8Array
                  -

                  Arbitrary data for sender to store

                  -
                • -
                • -
                  Optional lease: Uint8Array
                  -

                  Lease a transaction

                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  String representation of the Algorand address that will be used to authorize all future transactions

                  -
                • -
                • -
                  Optional boxes: BoxReference[]
                  -

                  Array of BoxReference, app ID and name of box to be accessed

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makeApplicationUpdateTxnFromObject.html b/functions/makeApplicationUpdateTxnFromObject.html index dfb309c39..d40249556 100644 --- a/functions/makeApplicationUpdateTxnFromObject.html +++ b/functions/makeApplicationUpdateTxnFromObject.html @@ -1,260 +1,3 @@ -makeApplicationUpdateTxnFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeApplicationUpdateTxnFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { accounts: string[]; appArgs: Uint8Array[]; appIndex: number; approvalProgram: Uint8Array; boxes: BoxReference[]; clearProgram: Uint8Array; foreignApps: number[]; foreignAssets: number[]; from: string; lease: Uint8Array; note: Uint8Array; rekeyTo: string; suggestedParams: SuggestedParams }
                  -
                    -
                  • -
                    accounts: string[]
                  • -
                  • -
                    appArgs: Uint8Array[]
                  • -
                  • -
                    appIndex: number
                  • -
                  • -
                    approvalProgram: Uint8Array
                  • -
                  • -
                    boxes: BoxReference[]
                  • -
                  • -
                    clearProgram: Uint8Array
                  • -
                  • -
                    foreignApps: number[]
                  • -
                  • -
                    foreignAssets: number[]
                  • -
                  • -
                    from: string
                  • -
                  • -
                    lease: Uint8Array
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeApplicationUpdateTxnFromObject | algosdk

              Function makeApplicationUpdateTxnFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeAssetConfigTxnWithSuggestedParams.html b/functions/makeAssetConfigTxnWithSuggestedParams.html deleted file mode 100644 index 1079c1030..000000000 --- a/functions/makeAssetConfigTxnWithSuggestedParams.html +++ /dev/null @@ -1,284 +0,0 @@ -makeAssetConfigTxnWithSuggestedParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeAssetConfigTxnWithSuggestedParams

              -
              -
                - -
              • -

                makeAssetConfigTxnWithSuggestedParams can be issued by the asset manager to change the manager, reserve, freeze, or clawback -you must respecify existing addresses to keep them the same; leaving a field blank is the same as turning -that feature off for this asset

                - -

                Deprecated

                This function will be removed in v3 in favor of makeAssetConfigTxnWithSuggestedParamsFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  string representation of Algorand address of sender

                  -
                • -
                • -
                  note: Uint8Array
                  -

                  uint8array of arbitrary data for sender to store

                  -
                • -
                • -
                  assetIndex: number
                  -

                  int asset index uniquely specifying the asset

                  -
                • -
                • -
                  manager: string
                  -

                  string representation of new asset manager Algorand address

                  -
                • -
                • -
                  reserve: string
                  -

                  string representation of new reserve Algorand address

                  -
                • -
                • -
                  freeze: string
                  -

                  string representation of new freeze manager Algorand address

                  -
                • -
                • -
                  clawback: string
                  -

                  string representation of new revocation manager Algorand address

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use

                  -
                • -
                • -
                  strictEmptyAddressChecking: boolean = true
                  -

                  boolean - throw an error if any of manager, reserve, freeze, or clawback are undefined. optional, defaults to true.

                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  rekeyTo address, optional

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makeAssetConfigTxnWithSuggestedParamsFromObject.html b/functions/makeAssetConfigTxnWithSuggestedParamsFromObject.html index e8fb4cc5d..970844d37 100644 --- a/functions/makeAssetConfigTxnWithSuggestedParamsFromObject.html +++ b/functions/makeAssetConfigTxnWithSuggestedParamsFromObject.html @@ -1,254 +1,6 @@ -makeAssetConfigTxnWithSuggestedParamsFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeAssetConfigTxnWithSuggestedParamsFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { assetIndex: number; clawback: string; freeze: string; from: string; manager: string; note: Uint8Array; rekeyTo: string; reserve: string; strictEmptyAddressChecking: boolean; suggestedParams: SuggestedParams }
                  -
                    -
                  • -
                    assetIndex: number
                  • -
                  • -
                    clawback: string
                  • -
                  • -
                    freeze: string
                  • -
                  • -
                    from: string
                  • -
                  • -
                    manager: string
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    reserve: string
                  • -
                  • -
                    strictEmptyAddressChecking: boolean
                  • -
                  • -
                    suggestedParams: SuggestedParams
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeAssetConfigTxnWithSuggestedParamsFromObject | algosdk

              Function makeAssetConfigTxnWithSuggestedParamsFromObject

              • Create a new asset config transaction. This transaction can be issued by the asset manager to +change the manager, reserve, freeze, or clawback address.

                +

                You must respecify existing addresses to keep them the same; leaving a field blank is the same as +turning that feature off for this asset.

                +

                Parameters

                Returns Transaction

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeAssetCreateTxnWithSuggestedParams.html b/functions/makeAssetCreateTxnWithSuggestedParams.html deleted file mode 100644 index d7fc02d03..000000000 --- a/functions/makeAssetCreateTxnWithSuggestedParams.html +++ /dev/null @@ -1,303 +0,0 @@ -makeAssetCreateTxnWithSuggestedParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeAssetCreateTxnWithSuggestedParams

              -
              -
                - -
              • -

                makeAssetCreateTxnWithSuggestedParams takes asset creation arguments and returns a Transaction object -for creating that asset

                - -

                Deprecated

                This function will be removed in v3 in favor of makeAssetCreateTxnWithSuggestedParamsFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  string representation of Algorand address of sender

                  -
                • -
                • -
                  note: Uint8Array
                  -

                  uint8array of arbitrary data for sender to store

                  -
                • -
                • -
                  total: number | bigint
                  -

                  integer total supply of the asset

                  -
                • -
                • -
                  decimals: number
                  -

                  integer number of decimals for asset unit calculation

                  -
                • -
                • -
                  defaultFrozen: boolean
                  -

                  boolean whether asset accounts should default to being frozen

                  -
                • -
                • -
                  manager: string
                  -

                  string representation of Algorand address in charge of reserve, freeze, clawback, destruction, etc

                  -
                • -
                • -
                  reserve: string
                  -

                  string representation of Algorand address representing asset reserve

                  -
                • -
                • -
                  freeze: string
                  -

                  string representation of Algorand address with power to freeze/unfreeze asset holdings

                  -
                • -
                • -
                  clawback: string
                  -

                  string representation of Algorand address with power to revoke asset holdings

                  -
                • -
                • -
                  unitName: string
                  -

                  string units name for this asset

                  -
                • -
                • -
                  assetName: string
                  -

                  string name for this asset

                  -
                • -
                • -
                  assetURL: string
                  -

                  string URL relating to this asset

                  -
                • -
                • -
                  assetMetadataHash: string | Uint8Array
                  -

                  Uint8Array or UTF-8 string representation of a hash commitment with respect to the asset. Must be exactly 32 bytes long.

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use

                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  rekeyTo address, optional

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makeAssetCreateTxnWithSuggestedParamsFromObject.html b/functions/makeAssetCreateTxnWithSuggestedParamsFromObject.html index 41026acbc..b2fd46193 100644 --- a/functions/makeAssetCreateTxnWithSuggestedParamsFromObject.html +++ b/functions/makeAssetCreateTxnWithSuggestedParamsFromObject.html @@ -1,264 +1,3 @@ -makeAssetCreateTxnWithSuggestedParamsFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeAssetCreateTxnWithSuggestedParamsFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { assetMetadataHash: string | Uint8Array; assetName: string; assetURL: string; clawback: string; decimals: number; defaultFrozen: boolean; freeze: string; from: string; manager: string; note: Uint8Array; rekeyTo: string; reserve: string; suggestedParams: SuggestedParams; total: number | bigint; unitName: string }
                  -
                    -
                  • -
                    assetMetadataHash: string | Uint8Array
                  • -
                  • -
                    assetName: string
                  • -
                  • -
                    assetURL: string
                  • -
                  • -
                    clawback: string
                  • -
                  • -
                    decimals: number
                  • -
                  • -
                    defaultFrozen: boolean
                  • -
                  • -
                    freeze: string
                  • -
                  • -
                    from: string
                  • -
                  • -
                    manager: string
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    reserve: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                  • -
                  • -
                    total: number | bigint
                  • -
                  • -
                    unitName: string
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeAssetCreateTxnWithSuggestedParamsFromObject | algosdk

              Function makeAssetCreateTxnWithSuggestedParamsFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeAssetDestroyTxnWithSuggestedParams.html b/functions/makeAssetDestroyTxnWithSuggestedParams.html deleted file mode 100644 index 164e5d542..000000000 --- a/functions/makeAssetDestroyTxnWithSuggestedParams.html +++ /dev/null @@ -1,263 +0,0 @@ -makeAssetDestroyTxnWithSuggestedParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeAssetDestroyTxnWithSuggestedParams

              -
              -
                - -
              • -

                makeAssetDestroyTxnWithSuggestedParams will allow the asset's manager to remove this asset from the ledger, so long -as all outstanding assets are held by the creator.

                - -

                Deprecated

                This function will be removed in v3 in favor of makeAssetDestroyTxnWithSuggestedParamsFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  string representation of Algorand address of sender

                  -
                • -
                • -
                  note: Uint8Array
                  -

                  uint8array of arbitrary data for sender to store

                  -
                • -
                • -
                  assetIndex: number
                  -

                  int asset index uniquely specifying the asset

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use

                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  rekeyTo address, optional

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makeAssetDestroyTxnWithSuggestedParamsFromObject.html b/functions/makeAssetDestroyTxnWithSuggestedParamsFromObject.html index 18fe9e947..1a43dedef 100644 --- a/functions/makeAssetDestroyTxnWithSuggestedParamsFromObject.html +++ b/functions/makeAssetDestroyTxnWithSuggestedParamsFromObject.html @@ -1,244 +1,4 @@ -makeAssetDestroyTxnWithSuggestedParamsFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeAssetDestroyTxnWithSuggestedParamsFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { assetIndex: number; from: string; note: Uint8Array; rekeyTo: string; suggestedParams: SuggestedParams }
                  -
                    -
                  • -
                    assetIndex: number
                  • -
                  • -
                    from: string
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeAssetDestroyTxnWithSuggestedParamsFromObject | algosdk

              Function makeAssetDestroyTxnWithSuggestedParamsFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeAssetFreezeTxnWithSuggestedParams.html b/functions/makeAssetFreezeTxnWithSuggestedParams.html deleted file mode 100644 index 5dcd8bd74..000000000 --- a/functions/makeAssetFreezeTxnWithSuggestedParams.html +++ /dev/null @@ -1,271 +0,0 @@ -makeAssetFreezeTxnWithSuggestedParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeAssetFreezeTxnWithSuggestedParams

              -
              -
                - -
              • -

                makeAssetFreezeTxnWithSuggestedParams will allow the asset's freeze manager to freeze or un-freeze an account, -blocking or allowing asset transfers to and from the targeted account.

                - -

                Deprecated

                This function will be removed in v3 in favor of makeAssetFreezeTxnWithSuggestedParamsFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  string representation of Algorand address of sender

                  -
                • -
                • -
                  note: Uint8Array
                  -

                  uint8array of arbitrary data for sender to store

                  -
                • -
                • -
                  assetIndex: number
                  -

                  int asset index uniquely specifying the asset

                  -
                • -
                • -
                  freezeTarget: string
                  -

                  string representation of Algorand address being frozen or unfrozen

                  -
                • -
                • -
                  freezeState: boolean
                  -

                  true if freezeTarget should be frozen, false if freezeTarget should be allowed to transact

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use

                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  rekeyTo address, optional

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makeAssetFreezeTxnWithSuggestedParamsFromObject.html b/functions/makeAssetFreezeTxnWithSuggestedParamsFromObject.html index 77325e6d9..397bf3960 100644 --- a/functions/makeAssetFreezeTxnWithSuggestedParamsFromObject.html +++ b/functions/makeAssetFreezeTxnWithSuggestedParamsFromObject.html @@ -1,248 +1,5 @@ -makeAssetFreezeTxnWithSuggestedParamsFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeAssetFreezeTxnWithSuggestedParamsFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { assetIndex: number; freezeState: boolean; freezeTarget: string; from: string; note: Uint8Array; rekeyTo: string; suggestedParams: SuggestedParams }
                  -
                    -
                  • -
                    assetIndex: number
                  • -
                  • -
                    freezeState: boolean
                  • -
                  • -
                    freezeTarget: string
                  • -
                  • -
                    from: string
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeAssetFreezeTxnWithSuggestedParamsFromObject | algosdk

              Function makeAssetFreezeTxnWithSuggestedParamsFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeAssetTransferTxnWithSuggestedParams.html b/functions/makeAssetTransferTxnWithSuggestedParams.html deleted file mode 100644 index a2bfbbffd..000000000 --- a/functions/makeAssetTransferTxnWithSuggestedParams.html +++ /dev/null @@ -1,285 +0,0 @@ -makeAssetTransferTxnWithSuggestedParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeAssetTransferTxnWithSuggestedParams

              -
              -
                - -
              • -

                makeAssetTransferTxnWithSuggestedParams allows for the creation of an asset transfer transaction. -Special case: to begin accepting assets, set amount=0 and from=to.

                - -

                Deprecated

                This function will be removed in v3 in favor of makeAssetTransferTxnWithSuggestedParamsFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  string representation of Algorand address of sender

                  -
                • -
                • -
                  to: string
                  -

                  string representation of Algorand address of asset recipient

                  -
                • -
                • -
                  closeRemainderTo: string
                  -

                  optional - string representation of Algorand address - if provided, -send all remaining assets after transfer to the "closeRemainderTo" address and close "from"'s asset holdings

                  -
                • -
                • -
                  revocationTarget: string
                  -

                  optional - string representation of Algorand address - if provided, -and if "from" is the asset's revocation manager, then deduct from "revocationTarget" rather than "from"

                  -
                • -
                • -
                  amount: number | bigint
                  -

                  integer amount of assets to send

                  -
                • -
                • -
                  note: Uint8Array
                  -

                  uint8array of arbitrary data for sender to store

                  -
                • -
                • -
                  assetIndex: number
                  -

                  int asset index uniquely specifying the asset

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE

                  -
                    -
                  • flatFee - bool optionally set this to true to specify fee as microalgos-per-txn -If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use
                  • -
                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  rekeyTo address, optional

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makeAssetTransferTxnWithSuggestedParamsFromObject.html b/functions/makeAssetTransferTxnWithSuggestedParamsFromObject.html index b28140d10..5892208fd 100644 --- a/functions/makeAssetTransferTxnWithSuggestedParamsFromObject.html +++ b/functions/makeAssetTransferTxnWithSuggestedParamsFromObject.html @@ -1,252 +1,4 @@ -makeAssetTransferTxnWithSuggestedParamsFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeAssetTransferTxnWithSuggestedParamsFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { amount: number | bigint; assetIndex: number; closeRemainderTo: string; from: string; note: Uint8Array; rekeyTo: string; revocationTarget: string; suggestedParams: SuggestedParams; to: string }
                  -
                    -
                  • -
                    amount: number | bigint
                  • -
                  • -
                    assetIndex: number
                  • -
                  • -
                    closeRemainderTo: string
                  • -
                  • -
                    from: string
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    revocationTarget: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                  • -
                  • -
                    to: string
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeAssetTransferTxnWithSuggestedParamsFromObject | algosdk

              Function makeAssetTransferTxnWithSuggestedParamsFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeBaseAssetConfigTxn.html b/functions/makeBaseAssetConfigTxn.html new file mode 100644 index 000000000..d20437b8c --- /dev/null +++ b/functions/makeBaseAssetConfigTxn.html @@ -0,0 +1,3 @@ +makeBaseAssetConfigTxn | algosdk

              Function makeBaseAssetConfigTxn

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeBasicAccountTransactionSigner.html b/functions/makeBasicAccountTransactionSigner.html index ca4b6fae1..92036e30f 100644 --- a/functions/makeBasicAccountTransactionSigner.html +++ b/functions/makeBasicAccountTransactionSigner.html @@ -1,235 +1,2 @@ -makeBasicAccountTransactionSigner | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeBasicAccountTransactionSigner

              -
              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeBasicAccountTransactionSigner | algosdk

              Function makeBasicAccountTransactionSigner

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeEmptyTransactionSigner.html b/functions/makeEmptyTransactionSigner.html index 854f1fa83..9217991a7 100644 --- a/functions/makeEmptyTransactionSigner.html +++ b/functions/makeEmptyTransactionSigner.html @@ -1,231 +1,3 @@ -makeEmptyTransactionSigner | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeEmptyTransactionSigner

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeKeyRegistrationTxnWithSuggestedParams.html b/functions/makeKeyRegistrationTxnWithSuggestedParams.html deleted file mode 100644 index 0c8a9acda..000000000 --- a/functions/makeKeyRegistrationTxnWithSuggestedParams.html +++ /dev/null @@ -1,318 +0,0 @@ -makeKeyRegistrationTxnWithSuggestedParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeKeyRegistrationTxnWithSuggestedParams

              -
              -
                - -
              • -

                makeKeyRegistrationTxnWithSuggestedParams takes key registration arguments and returns a Transaction object for -that key registration operation

                - -

                Deprecated

                This function will be removed in v3 in favor of makeKeyRegistrationTxnWithSuggestedParamsFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  string representation of Algorand address of sender

                  -
                • -
                • -
                  note: Uint8Array
                  -

                  uint8array of arbitrary data for sender to store

                  -
                • -
                • -
                  voteKey: string | Uint8Array
                  -

                  voting key. for key deregistration, leave undefined

                  -
                • -
                • -
                  selectionKey: string | Uint8Array
                  -

                  selection key. for key deregistration, leave undefined

                  -
                • -
                • -
                  voteFirst: number
                  -

                  first round on which voteKey is valid

                  -
                • -
                • -
                  voteLast: number
                  -

                  last round on which voteKey is valid

                  -
                • -
                • -
                  voteKeyDilution: number
                  -

                  integer

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use

                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  rekeyTo address, optional

                  -
                • -
                • -
                  Optional nonParticipation: false
                  -

                  configure whether the address wants to stop participating. If true, - voteKey, selectionKey, voteFirst, voteLast, and voteKeyDilution must be undefined.

                  -
                • -
                • -
                  Optional stateProofKey: string | Uint8Array
                  -

                  state proof key. for key deregistration, leave undefined

                  -
                -

                Returns Transaction

              • - -
              • -
                -

                Parameters

                -
                  -
                • -
                  from: string
                • -
                • -
                  note: Uint8Array
                • -
                • -
                  voteKey: undefined
                • -
                • -
                  selectionKey: undefined
                • -
                • -
                  voteFirst: undefined
                • -
                • -
                  voteLast: undefined
                • -
                • -
                  voteKeyDilution: undefined
                • -
                • -
                  suggestedParams: SuggestedParams
                • -
                • -
                  Optional rekeyTo: string
                • -
                • -
                  Optional nonParticipation: boolean
                • -
                • -
                  Optional stateProofKey: undefined
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makeKeyRegistrationTxnWithSuggestedParamsFromObject.html b/functions/makeKeyRegistrationTxnWithSuggestedParamsFromObject.html index 64d8375d2..dc9617cef 100644 --- a/functions/makeKeyRegistrationTxnWithSuggestedParamsFromObject.html +++ b/functions/makeKeyRegistrationTxnWithSuggestedParamsFromObject.html @@ -1,277 +1,3 @@ -makeKeyRegistrationTxnWithSuggestedParamsFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeKeyRegistrationTxnWithSuggestedParamsFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { from: string; nonParticipation?: false; note: Uint8Array; rekeyTo: string; selectionKey: string | Uint8Array; stateProofKey: string | Uint8Array; suggestedParams: SuggestedParams; voteFirst: number; voteKey: string | Uint8Array; voteKeyDilution: number; voteLast: number }
                  -
                    -
                  • -
                    from: string
                  • -
                  • -
                    Optional nonParticipation?: false
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    selectionKey: string | Uint8Array
                  • -
                  • -
                    stateProofKey: string | Uint8Array
                  • -
                  • -
                    suggestedParams: SuggestedParams
                  • -
                  • -
                    voteFirst: number
                  • -
                  • -
                    voteKey: string | Uint8Array
                  • -
                  • -
                    voteKeyDilution: number
                  • -
                  • -
                    voteLast: number
                -

                Returns Transaction

              • - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { from: string; nonParticipation: boolean; note: Uint8Array; rekeyTo: string; suggestedParams: SuggestedParams }
                  -
                    -
                  • -
                    from: string
                  • -
                  • -
                    nonParticipation: boolean
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeKeyRegistrationTxnWithSuggestedParamsFromObject | algosdk

              Function makeKeyRegistrationTxnWithSuggestedParamsFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeLogicSigAccountTransactionSigner.html b/functions/makeLogicSigAccountTransactionSigner.html index cb1cffafc..a520c093b 100644 --- a/functions/makeLogicSigAccountTransactionSigner.html +++ b/functions/makeLogicSigAccountTransactionSigner.html @@ -1,235 +1,2 @@ -makeLogicSigAccountTransactionSigner | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeLogicSigAccountTransactionSigner

              -
              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeLogicSigAccountTransactionSigner | algosdk

              Function makeLogicSigAccountTransactionSigner

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makeMultiSigAccountTransactionSigner.html b/functions/makeMultiSigAccountTransactionSigner.html index 0d7763b6b..4e3bfb15e 100644 --- a/functions/makeMultiSigAccountTransactionSigner.html +++ b/functions/makeMultiSigAccountTransactionSigner.html @@ -1,241 +1,4 @@ -makeMultiSigAccountTransactionSigner | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makeMultiSigAccountTransactionSigner

              -
              -
                - -
              • -

                Create a TransactionSigner that can sign transactions for the provided Multisig account.

                -
                -
                -

                Parameters

                -
                  -
                • -
                  msig: MultisigMetadata
                  -

                  The Multisig account metadata

                  -
                • -
                • -
                  sks: Uint8Array[]
                  -

                  An array of private keys belonging to the msig which should sign the transactions.

                  -
                -

                Returns TransactionSigner

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makeMultiSigAccountTransactionSigner | algosdk

              Function makeMultiSigAccountTransactionSigner

              • Create a TransactionSigner that can sign transactions for the provided Multisig account.

                +

                Parameters

                • msig: MultisigMetadata

                  The Multisig account metadata

                  +
                • sks: Uint8Array[]

                  An array of private keys belonging to the msig which should sign the transactions.

                  +

                Returns TransactionSigner

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/makePaymentTxnWithSuggestedParams.html b/functions/makePaymentTxnWithSuggestedParams.html deleted file mode 100644 index e092d8927..000000000 --- a/functions/makePaymentTxnWithSuggestedParams.html +++ /dev/null @@ -1,270 +0,0 @@ -makePaymentTxnWithSuggestedParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makePaymentTxnWithSuggestedParams

              -
              -
                - -
              • -

                makePaymentTxnWithSuggestedParams takes payment arguments and returns a Transaction object

                - -

                Deprecated

                This function will be removed in v3 in favor of makePaymentTxnWithSuggestedParamsFromObject

                -
                -
                -

                Parameters

                -
                  -
                • -
                  from: string
                  -

                  string representation of Algorand address of sender

                  -
                • -
                • -
                  to: string
                  -

                  string representation of Algorand address of recipient

                  -
                • -
                • -
                  amount: number | bigint
                  -

                  integer amount to send, in microAlgos

                  -
                • -
                • -
                  closeRemainderTo: string
                  -

                  optionally close out remaining account balance to this account, represented as string rep of Algorand address

                  -
                • -
                • -
                  note: Uint8Array
                  -

                  uint8array of arbitrary data for sender to store

                  -
                • -
                • -
                  suggestedParams: SuggestedParams
                  -

                  a dict holding common-to-all-txns args: -fee - integer fee per byte, in microAlgos. for a flat fee, set flatFee to true -flatFee - bool optionally set this to true to specify fee as microalgos-per-txn - If true, txn fee may fall below the ALGORAND_MIN_TX_FEE -firstRound - integer first protocol round on which this txn is valid -lastRound - integer last protocol round on which this txn is valid -genesisHash - string specifies hash genesis block of network in use -genesisID - string specifies genesis ID of network in use

                  -
                • -
                • -
                  Optional rekeyTo: string
                  -

                  rekeyTo address, optional

                  -
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/makePaymentTxnWithSuggestedParamsFromObject.html b/functions/makePaymentTxnWithSuggestedParamsFromObject.html index 1c3948304..c6088ae7c 100644 --- a/functions/makePaymentTxnWithSuggestedParamsFromObject.html +++ b/functions/makePaymentTxnWithSuggestedParamsFromObject.html @@ -1,248 +1,3 @@ -makePaymentTxnWithSuggestedParamsFromObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function makePaymentTxnWithSuggestedParamsFromObject

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  o: { amount: number | bigint; closeRemainderTo: string; from: string; note: Uint8Array; rekeyTo: string; suggestedParams: SuggestedParams; to: string }
                  -
                    -
                  • -
                    amount: number | bigint
                  • -
                  • -
                    closeRemainderTo: string
                  • -
                  • -
                    from: string
                  • -
                  • -
                    note: Uint8Array
                  • -
                  • -
                    rekeyTo: string
                  • -
                  • -
                    suggestedParams: SuggestedParams
                  • -
                  • -
                    to: string
                -

                Returns Transaction

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +makePaymentTxnWithSuggestedParamsFromObject | algosdk

              Function makePaymentTxnWithSuggestedParamsFromObject

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/masterDerivationKeyToMnemonic.html b/functions/masterDerivationKeyToMnemonic.html index b26f3a2f8..a66c177a1 100644 --- a/functions/masterDerivationKeyToMnemonic.html +++ b/functions/masterDerivationKeyToMnemonic.html @@ -1,239 +1,4 @@ -masterDerivationKeyToMnemonic | algosdk
              -
              - -
              -
              -
              -
              - -

              Function masterDerivationKeyToMnemonic

              -
              -
                - -
              • -

                masterDerivationKeyToMnemonic takes a master derivation key and returns the corresponding mnemonic.

                - -

                Returns

                string mnemonic

                -
                -
                -

                Parameters

                -
                  -
                • -
                  mdk: Uint8Array
                  -

                  Uint8Array

                  -
                -

                Returns string

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +masterDerivationKeyToMnemonic | algosdk

              Function masterDerivationKeyToMnemonic

              • masterDerivationKeyToMnemonic takes a master derivation key and returns the corresponding mnemonic.

                +

                Parameters

                • mdk: Uint8Array

                  Uint8Array

                  +

                Returns string

                string mnemonic

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/mergeMultisigTransactions.html b/functions/mergeMultisigTransactions.html index d398cdc3d..968c56267 100644 --- a/functions/mergeMultisigTransactions.html +++ b/functions/mergeMultisigTransactions.html @@ -1,239 +1,4 @@ -mergeMultisigTransactions | algosdk
              -
              - -
              -
              -
              -
              - -

              Function mergeMultisigTransactions

              -
              -
                - -
              • -

                mergeMultisigTransactions takes a list of multisig transaction blobs, and merges them.

                - -

                Returns

                typed array msg-pack encoded multisig txn

                -
                -
                -

                Parameters

                -
                  -
                • -
                  multisigTxnBlobs: Uint8Array[]
                  -

                  a list of blobs representing encoded multisig txns

                  -
                -

                Returns Uint8Array

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +mergeMultisigTransactions | algosdk

              Function mergeMultisigTransactions

              • mergeMultisigTransactions takes a list of multisig transaction blobs, and merges them.

                +

                Parameters

                • multisigTxnBlobs: Uint8Array[]

                  a list of blobs representing encoded multisig txns

                  +

                Returns Uint8Array

                typed array msg-pack encoded multisig txn

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/microalgosToAlgos.html b/functions/microalgosToAlgos.html index 8f63071fc..376c35acb 100644 --- a/functions/microalgosToAlgos.html +++ b/functions/microalgosToAlgos.html @@ -1,239 +1,4 @@ -microalgosToAlgos | algosdk
              -
              - -
              -
              -
              -
              - -

              Function microalgosToAlgos

              -
              -
                - -
              • -

                microalgosToAlgos converts microalgos to algos

                - -

                Returns

                number

                -
                -
                -

                Parameters

                -
                  -
                • -
                  microalgos: number
                  -

                  number

                  -
                -

                Returns number

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +microalgosToAlgos | algosdk

              Function microalgosToAlgos

              • microalgosToAlgos converts microalgos to algos

                +

                Parameters

                • microalgos: number

                  number

                  +

                Returns number

                number

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/mnemonicFromSeed.html b/functions/mnemonicFromSeed.html index 3ecde288b..c5b3de05c 100644 --- a/functions/mnemonicFromSeed.html +++ b/functions/mnemonicFromSeed.html @@ -1,240 +1,5 @@ -mnemonicFromSeed | algosdk
              -
              - -
              -
              -
              -
              - -

              Function mnemonicFromSeed

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/mnemonicToMasterDerivationKey.html b/functions/mnemonicToMasterDerivationKey.html index 974903b91..bb23b9541 100644 --- a/functions/mnemonicToMasterDerivationKey.html +++ b/functions/mnemonicToMasterDerivationKey.html @@ -1,241 +1,5 @@ -mnemonicToMasterDerivationKey | algosdk
              -
              - -
              -
              -
              -
              - -

              Function mnemonicToMasterDerivationKey

              -
              -
                - -
              • -

                mnemonicToMasterDerivationKey takes a mnemonic string and returns the corresponding master derivation key.

                - -

                Returns

                Uint8Array

                - -

                Throws

                error if fails to decode the mnemonic

                -
                -
                -

                Parameters

                -
                  -
                • -
                  mn: string
                  -

                  25 words Algorand mnemonic

                  -
                -

                Returns Uint8Array

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +mnemonicToMasterDerivationKey | algosdk

              Function mnemonicToMasterDerivationKey

              • mnemonicToMasterDerivationKey takes a mnemonic string and returns the corresponding master derivation key.

                +

                Parameters

                • mn: string

                  25 words Algorand mnemonic

                  +

                Returns Uint8Array

                Uint8Array

                +

                Throws

                error if fails to decode the mnemonic

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/mnemonicToSecretKey.html b/functions/mnemonicToSecretKey.html index c76a9452c..325a861bf 100644 --- a/functions/mnemonicToSecretKey.html +++ b/functions/mnemonicToSecretKey.html @@ -1,239 +1,4 @@ -mnemonicToSecretKey | algosdk
              -
              - -
              -
              -
              -
              - -

              Function mnemonicToSecretKey

              -
              -
                - -
              • -

                mnemonicToSecretKey takes a mnemonic string and returns the corresponding Algorand address and its secret key.

                - -

                Throws

                error if fails to decode the mnemonic

                -
                -
                -

                Parameters

                -
                  -
                • -
                  mn: string
                  -

                  25 words Algorand mnemonic

                  -
                -

                Returns Account

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +mnemonicToSecretKey | algosdk

              Function mnemonicToSecretKey

              • mnemonicToSecretKey takes a mnemonic string and returns the corresponding Algorand address and its secret key.

                +

                Parameters

                • mn: string

                  25 words Algorand mnemonic

                  +

                Returns Account

                Throws

                error if fails to decode the mnemonic

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/msgpackRawDecode.html b/functions/msgpackRawDecode.html new file mode 100644 index 000000000..acab28378 --- /dev/null +++ b/functions/msgpackRawDecode.html @@ -0,0 +1,5 @@ +msgpackRawDecode | algosdk

              Function msgpackRawDecode

              • Decodes msgpack bytes into a plain JavaScript object.

                +

                Parameters

                • buffer: ArrayLike<number>

                  The msgpack bytes to decode

                  +
                • Optional options: {
                      intDecoding: IntDecoding;
                  }

                  Options for decoding, including int decoding mode. See IntDecoding for more information.

                  +

                Returns unknown

                The decoded object

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/msgpackRawDecodeAsMap.html b/functions/msgpackRawDecodeAsMap.html new file mode 100644 index 000000000..328c6751d --- /dev/null +++ b/functions/msgpackRawDecodeAsMap.html @@ -0,0 +1,5 @@ +msgpackRawDecodeAsMap | algosdk

              Function msgpackRawDecodeAsMap

              • Decodes msgpack bytes into a Map object. This supports decoding non-string map keys.

                +

                Parameters

                • encoded: ArrayLike<number>

                  The msgpack bytes to decode

                  +
                • Optional options: {
                      intDecoding: IntDecoding;
                  }

                  Options for decoding, including int decoding mode. See IntDecoding for more information.

                  +

                Returns unknown

                The decoded Map object

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/msgpackRawEncode.html b/functions/msgpackRawEncode.html new file mode 100644 index 000000000..10519b18f --- /dev/null +++ b/functions/msgpackRawEncode.html @@ -0,0 +1,5 @@ +msgpackRawEncode | algosdk

              Function msgpackRawEncode

              • msgpackRawEncode encodes objects using msgpack, regardless of whether there are +empty or 0 value fields.

                +

                Parameters

                • obj: unknown

                  a dictionary to be encoded. May or may not contain empty or 0 values.

                  +

                Returns Uint8Array

                msgpack representation of the object

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/multisigAddress.html b/functions/multisigAddress.html index e1556f298..76258e2f7 100644 --- a/functions/multisigAddress.html +++ b/functions/multisigAddress.html @@ -1,235 +1,2 @@ -multisigAddress | algosdk
              -
              - -
              -
              -
              -
              - -

              Function multisigAddress

              -
              -
                - -
              • -

                multisigAddress takes multisig metadata (preimage) and returns the corresponding human readable Algorand address.

                -
                -
                -

                Parameters

                -
                -

                Returns string

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +multisigAddress | algosdk

              Function multisigAddress

              • multisigAddress takes multisig metadata (preimage) and returns the corresponding human readable Algorand address.

                +

                Parameters

                Returns Address

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/parseJSON.html b/functions/parseJSON.html new file mode 100644 index 000000000..a5d4e6a95 --- /dev/null +++ b/functions/parseJSON.html @@ -0,0 +1,5 @@ +parseJSON | algosdk

              Function parseJSON

              • Parse JSON with additional options.

                +

                Parameters

                • str: string

                  The JSON string to parse.

                  +
                • options: ParseJSONOptions

                  Configures how integers in this JSON string will be decoded. See the + IntDecoding enum for more details.

                  +

                Returns any

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/secretKeyToMnemonic.html b/functions/secretKeyToMnemonic.html index b9d09a8df..ebc7786cd 100644 --- a/functions/secretKeyToMnemonic.html +++ b/functions/secretKeyToMnemonic.html @@ -1,239 +1,4 @@ -secretKeyToMnemonic | algosdk
              -
              - -
              -
              -
              -
              - -

              Function secretKeyToMnemonic

              -
              -
                - -
              • -

                secretKeyToMnemonic takes an Algorand secret key and returns the corresponding mnemonic.

                - -

                Returns

                Secret key's associated mnemonic

                -
                -
                -

                Parameters

                -
                  -
                • -
                  sk: Uint8Array
                  -

                  Algorand secret key

                  -
                -

                Returns string

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +secretKeyToMnemonic | algosdk

              Function secretKeyToMnemonic

              • secretKeyToMnemonic takes an Algorand secret key and returns the corresponding mnemonic.

                +

                Parameters

                • sk: Uint8Array

                  Algorand secret key

                  +

                Returns string

                Secret key's associated mnemonic

                +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/seedFromMnemonic.html b/functions/seedFromMnemonic.html index f612be32b..df8c77111 100644 --- a/functions/seedFromMnemonic.html +++ b/functions/seedFromMnemonic.html @@ -1,241 +1,6 @@ -seedFromMnemonic | algosdk
              -
              - -
              -
              -
              -
              - -

              Function seedFromMnemonic

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/signBid.html b/functions/signBid.html deleted file mode 100644 index e642d0884..000000000 --- a/functions/signBid.html +++ /dev/null @@ -1,244 +0,0 @@ -signBid | algosdk
              -
              - -
              -
              -
              -
              - -

              Function signBid

              -
              -
                - -
              • -

                signBid takes an object with the following fields: bidder key, bid amount, max price, bid ID, auctionKey, auction ID, -and a secret key and returns a signed blob to be inserted into a transaction Algorand note field.

                - -

                Returns

                Uint8Array binary signed bid

                -
                -
                -

                Parameters

                -
                  -
                • -
                  bid: BidOptions
                  -

                  Algorand Bid

                  -
                • -
                • -
                  sk: Uint8Array
                  -

                  Algorand secret key

                  -
                -

                Returns Uint8Array

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/functions/signBytes.html b/functions/signBytes.html index b7a6c994e..c268dcb3b 100644 --- a/functions/signBytes.html +++ b/functions/signBytes.html @@ -1,244 +1,6 @@ -signBytes | algosdk
              -
              - -
              -
              -
              -
              - -

              Function signBytes

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/signLogicSigTransaction.html b/functions/signLogicSigTransaction.html index aab3952ab..5a8eff526 100644 --- a/functions/signLogicSigTransaction.html +++ b/functions/signLogicSigTransaction.html @@ -1,251 +1,7 @@ -signLogicSigTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Function signLogicSigTransaction

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/signLogicSigTransactionObject.html b/functions/signLogicSigTransactionObject.html index e340af878..9852f1372 100644 --- a/functions/signLogicSigTransactionObject.html +++ b/functions/signLogicSigTransactionObject.html @@ -1,249 +1,6 @@ -signLogicSigTransactionObject | algosdk
              -
              - -
              -
              -
              -
              - -

              Function signLogicSigTransactionObject

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/signMultisigTransaction.html b/functions/signMultisigTransaction.html index 0bffd939c..5d18d670c 100644 --- a/functions/signMultisigTransaction.html +++ b/functions/signMultisigTransaction.html @@ -1,253 +1,8 @@ -signMultisigTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Function signMultisigTransaction

              -
              -
                - -
              • -

                signMultisigTransaction takes a raw transaction (see signTransaction), a multisig preimage, a secret key, and returns +signMultisigTransaction | algosdk

                Function signMultisigTransaction

                • signMultisigTransaction takes a raw transaction (see signTransaction), a multisig preimage, a secret key, and returns a multisig transaction, which is a blob representing a transaction and multisignature account preimage. The returned multisig txn can accumulate additional signatures through mergeMultisigTransactions or appendSignMultisigTransaction.

                  - -

                  Returns

                  object containing txID, and blob of partially signed multisig transaction (with multisig preimage information) +

                  Parameters

                  • txn: Transaction

                    object with either payment or key registration fields

                    +
                  • __namedParameters: MultisigMetadata
                  • sk: Uint8Array

                    Algorand secret key. The corresponding pk should be in the pre image.

                    +

                  Returns {
                      blob: Uint8Array;
                      txID: string;
                  }

                  object containing txID, and blob of partially signed multisig transaction (with multisig preimage information) If the final calculated fee is lower than the protocol minimum fee, the fee will be increased to match the minimum.

                  -
                -
                -

                Parameters

                -
                  -
                • -
                  txn: TransactionLike
                  -

                  object with either payment or key registration fields

                  -
                • -
                • -
                  __namedParameters: MultisigMetadata
                • -
                • -
                  sk: Uint8Array
                  -

                  Algorand secret key. The corresponding pk should be in the pre image.

                  -
                -

                Returns { blob: Uint8Array; txID: string }

                -
                  -
                • -
                  blob: Uint8Array
                • -
                • -
                  txID: string
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              • blob: Uint8Array
              • txID: string

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/signTransaction.html b/functions/signTransaction.html index 8c0b43ea2..2a8582730 100644 --- a/functions/signTransaction.html +++ b/functions/signTransaction.html @@ -1,254 +1,11 @@ -signTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Function signTransaction

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/stringifyJSON.html b/functions/stringifyJSON.html new file mode 100644 index 000000000..98fa977ca --- /dev/null +++ b/functions/stringifyJSON.html @@ -0,0 +1,7 @@ +stringifyJSON | algosdk

              Function stringifyJSON

              • Converts a JavaScript value to a JavaScript Object Notation (JSON) string.

                +

                This functions differs from the built-in JSON.stringify in that it supports serializing BigInts.

                +

                This function takes the same arguments as the built-in JSON.stringify function.

                +

                Parameters

                • value: any

                  A JavaScript value, usually an object or array, to be converted.

                  +
                • Optional replacer: ((this, key, value) => any)

                  A function that transforms the results.

                  +
                    • (this, key, value): any
                    • Parameters

                      • this: any
                      • key: string
                      • value: any

                      Returns any

                • Optional space: string | number

                  Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.

                  +

                Returns string

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/tealSign.html b/functions/tealSign.html index 90b92d2b8..4f641cc78 100644 --- a/functions/tealSign.html +++ b/functions/tealSign.html @@ -1,245 +1,5 @@ -tealSign | algosdk
              -
              - -
              -
              -
              -
              - -

              Function tealSign

              -
              -
                - -
              • -

                tealSign creates a signature compatible with ed25519verify opcode from program hash

                -
                -
                -

                Parameters

                -
                  -
                • -
                  sk: Uint8Array
                  -

                  uint8array with secret key

                  -
                • -
                • -
                  data: Uint8Array | Buffer
                  -

                  buffer with data to sign

                  -
                • -
                • -
                  programHash: string
                  -

                  string representation of teal program hash (= contract address for LogicSigs)

                  -
                -

                Returns Uint8Array

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +tealSign | algosdk

              Function tealSign

              • tealSign creates a signature compatible with ed25519verify opcode from program hash

                +

                Parameters

                • sk: Uint8Array

                  Uint8Array with secret key

                  +
                • data: Uint8Array

                  Uint8Array with data to sign

                  +
                • programHash: string | Address

                  string representation of teal program hash (= contract address for LogicSigs)

                  +

                Returns Uint8Array

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/tealSignFromProgram.html b/functions/tealSignFromProgram.html index ed22c8e89..f44d6cda4 100644 --- a/functions/tealSignFromProgram.html +++ b/functions/tealSignFromProgram.html @@ -1,245 +1,5 @@ -tealSignFromProgram | algosdk
              -
              - -
              -
              -
              -
              - -

              Function tealSignFromProgram

              -
              -
                - -
              • -

                tealSignFromProgram creates a signature compatible with ed25519verify opcode from raw program bytes

                -
                -
                -

                Parameters

                -
                  -
                • -
                  sk: Uint8Array
                  -

                  uint8array with secret key

                  -
                • -
                • -
                  data: Uint8Array | Buffer
                  -

                  buffer with data to sign

                  -
                • -
                • -
                  program: Uint8Array
                  -

                  buffer with teal program

                  -
                -

                Returns Uint8Array

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +tealSignFromProgram | algosdk

              Function tealSignFromProgram

              • tealSignFromProgram creates a signature compatible with ed25519verify opcode from raw program bytes

                +

                Parameters

                • sk: Uint8Array

                  uint8array with secret key

                  +
                • data: Uint8Array

                  Uint8Array with data to sign

                  +
                • program: Uint8Array

                  Uint8Array with teal program

                  +

                Returns Uint8Array

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/verifyBytes.html b/functions/verifyBytes.html index 8aa8af7fa..98775bbf7 100644 --- a/functions/verifyBytes.html +++ b/functions/verifyBytes.html @@ -1,248 +1,7 @@ -verifyBytes | algosdk
              -
              - -
              -
              -
              -
              - -

              Function verifyBytes

              -
              -

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/verifyMultisig.html b/functions/verifyMultisig.html index aeab9aabd..1226b38fe 100644 --- a/functions/verifyMultisig.html +++ b/functions/verifyMultisig.html @@ -1,237 +1 @@ -verifyMultisig | algosdk
              -
              - -
              -
              -
              -
              - -

              Function verifyMultisig

              -
              -
                - -
              • -
                -

                Parameters

                -
                  -
                • -
                  toBeVerified: Uint8Array
                • -
                • -
                  msig: EncodedMultisig
                • -
                • -
                  publicKey: Uint8Array
                -

                Returns boolean

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +verifyMultisig | algosdk

              Function verifyMultisig

              • Parameters

                Returns boolean

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/verifyTealSign.html b/functions/verifyTealSign.html index 1cb54c1d9..7d6aba5f4 100644 --- a/functions/verifyTealSign.html +++ b/functions/verifyTealSign.html @@ -1,249 +1,6 @@ -verifyTealSign | algosdk
              -
              - -
              -
              -
              -
              - -

              Function verifyTealSign

              -
              -
                - -
              • -

                verifyTealSign verifies a signature as would the ed25519verify opcode

                -
                -
                -

                Parameters

                -
                  -
                • -
                  data: Uint8Array | Buffer
                  -

                  buffer with original signed data

                  -
                • -
                • -
                  programHash: string
                  -

                  string representation of teal program hash (= contract address for LogicSigs)

                  -
                • -
                • -
                  sig: Uint8Array
                  -

                  uint8array with the signature to verify (produced by tealSign/tealSignFromProgram)

                  -
                • -
                • -
                  pk: Uint8Array
                  -

                  uint8array with public key to verify against

                  -
                -

                Returns boolean

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +verifyTealSign | algosdk

              Function verifyTealSign

              • verifyTealSign verifies a signature as would the ed25519verify opcode

                +

                Parameters

                • data: Uint8Array

                  Uint8Array with original signed data

                  +
                • programHash: string | Address

                  string representation of teal program hash (= contract address for LogicSigs)

                  +
                • sig: Uint8Array

                  uint8array with the signature to verify (produced by tealSign/tealSignFromProgram)

                  +
                • pk: Uint8Array

                  uint8array with public key to verify against

                  +

                Returns boolean

              Generated using TypeDoc

              \ No newline at end of file diff --git a/functions/waitForConfirmation.html b/functions/waitForConfirmation.html index c1d508e85..85f444ec1 100644 --- a/functions/waitForConfirmation.html +++ b/functions/waitForConfirmation.html @@ -1,249 +1,8 @@ -waitForConfirmation | algosdk
              -
              - -
              -
              -
              -
              - -

              Function waitForConfirmation

              -
              -
                - -
              • -

                Wait until a transaction has been confirmed or rejected by the network, or +waitForConfirmation | algosdk

                Function waitForConfirmation

                • Wait until a transaction has been confirmed or rejected by the network, or until 'waitRounds' number of rounds have passed.

                  - -

                  Returns

                  A promise that, upon success, will resolve to the output of the +

                  Parameters

                  • client: Algodv2

                    An Algodv2 client

                    +
                  • txid: string

                    The ID of the transaction to wait for.

                    +
                  • waitRounds: number

                    The maximum number of rounds to wait for.

                    +

                  Returns Promise<PendingTransactionResponse>

                  A promise that, upon success, will resolve to the output of the pendingTransactionInformation call for the confirmed transaction.

                  -
                -
                -

                Parameters

                -
                  -
                • -
                  client: Algodv2
                  -

                  An Algodv2 client

                  -
                • -
                • -
                  txid: string
                  -

                  The ID of the transaction to wait for.

                  -
                • -
                • -
                  waitRounds: number
                  -

                  The maximum number of rounds to wait for.

                  -
                -

                Returns Promise<Record<string, any>>

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/hierarchy.html b/hierarchy.html new file mode 100644 index 000000000..a0f251a07 --- /dev/null +++ b/hierarchy.html @@ -0,0 +1 @@ +algosdk

              algosdk

              Class Hierarchy

              Generated using TypeDoc

              \ No newline at end of file diff --git a/index.html b/index.html index 513fe5143..e2eaac31c 100644 --- a/index.html +++ b/index.html @@ -1,114 +1,47 @@ -algosdk
              -
              - -
              -
              -
              -
              -

              algosdk

              -
              - -

              js-algorand-sdk

              -
              -

              CircleCI npm version

              +algosdk

              algosdk

              js-algorand-sdk

              CircleCI npm version

              AlgoSDK is the official JavaScript library for communicating with the Algorand network. It's designed for modern browsers and Node.js.

              - - -

              Installation

              -
              - - -

              Node.js

              - -
              $ npm install algosdk
              -
              +

              New Major Version 3

              Existing codebases using v2 of this library will be incompatible with v3. The v3 release introduces breaking changes to the API, and a migration guide is available here.

              +

              Installation

              Node.js

              $ npm install algosdk
              +

              This package provides TypeScript types, but you will need TypeScript version 4.2 or higher to use them properly.

              - - -

              Browser

              -
              -

              Include a minified browser bundle directly in your HTML like so:

              -
              <script
              src="https://unpkg.com/algosdk@v2.9.0/dist/browser/algosdk.min.js"
              integrity="sha384-R84o0hH3cBFIzv9uqyKcDNfDi/6jgn1MrS1/tOMDWxeh8hWfOLuRoMy0LekUm2KL"
              crossorigin="anonymous"
              ></script> -
              +

              Browser

              Include a minified browser bundle directly in your HTML like so:

              +
              <script
              src="https://unpkg.com/algosdk@v3.0.0/dist/browser/algosdk.min.js"
              integrity="sha384-EdTN548g1VApyPivwjhxg5HpPLY6nzw58f8nbvmc89M8fO8eBor+KHzf17y1SWl3"
              crossorigin="anonymous"
              ></script> +

              or

              -
              <script
              src="https://cdn.jsdelivr.net/npm/algosdk@v2.9.0/dist/browser/algosdk.min.js"
              integrity="sha384-R84o0hH3cBFIzv9uqyKcDNfDi/6jgn1MrS1/tOMDWxeh8hWfOLuRoMy0LekUm2KL"
              crossorigin="anonymous"
              ></script> -
              +
              <script
              src="https://cdn.jsdelivr.net/npm/algosdk@v3.0.0/dist/browser/algosdk.min.js"
              integrity="sha384-EdTN548g1VApyPivwjhxg5HpPLY6nzw58f8nbvmc89M8fO8eBor+KHzf17y1SWl3"
              crossorigin="anonymous"
              ></script> +

              Information about hosting the package for yourself, finding the browser bundles of previous versions, and computing the SRI hash is available here.

              - - -

              Quick Start

              -
              -
              const token = 'Your algod API token';
              const server = 'http://127.0.0.1';
              const port = 8080;
              const client = new algosdk.Algodv2(token, server, port);

              (async () => {
              console.log(await client.status().do());
              })().catch((e) => {
              console.log(e);
              }); -
              - - -

              Documentation

              -
              -

              Documentation for this SDK is available here: https://algorand.github.io/js-algorand-sdk/. Additional resources are available on https://developer.algorand.org.

              - - -

              Examples

              -
              -

              Running examples requires access to a running node. Follow the instructions in Algorand's developer resources to install a node on your computer.

              +

              Quick Start

              const token = 'Your algod API token';
              const server = 'http://127.0.0.1';
              const port = 8080;
              const client = new algosdk.Algodv2(token, server, port);

              (async () => {
              console.log(await client.status().do());
              })().catch((e) => {
              console.log(e);
              }); +
              +

              Documentation

              Documentation for this SDK is available here: https://algorand.github.io/js-algorand-sdk/. Additional resources are available on https://developer.algorand.org.

              +

              Examples

              Running examples requires access to a running node. Follow the instructions in Algorand's developer resources to install a node on your computer.

              As portions of the codebase are written in TypeScript, example files cannot be run directly using node. Please refer to the instructions described in the examples/README.md file for more information regarding running the examples.

              - - -

              SDK Development

              -
              - - -

              Building

              -
              -

              To build a new version of the library, run:

              -
              npm run build
              -
              - - -

              Generating Documentation

              -
              -

              To generate the documentation website, run:

              -
              npm run docs
              -
              +

              SDK Development

              Building

              To build a new version of the library, run:

              +
              npm run build
              +
              +

              Generating Documentation

              To generate the documentation website, run:

              +
              npm run docs
              +

              The static website will be located in the docs/ directory.

              - - -

              Testing

              -
              -

              We have two test suites: mocha tests in this repo, and the Algorand SDK test suite from https://github.com/algorand/algorand-sdk-testing.

              - - -

              Node.js

              -
              -

              To run the mocha tests in Node.js, run:

              -
              npm test
              -
              +

              Testing

              We have two test suites: mocha tests in this repo, and the Algorand SDK test suite from https://github.com/algorand/algorand-sdk-testing.

              +

              Node.js

              To run the mocha tests in Node.js, run:

              +
              npm test
              +

              To run the SDK test suite in Node.js, run:

              -
              make docker-test
              -
              - - -

              Browsers

              -
              -

              The test suites can also run in browsers. To do so, set the environment variable TEST_BROWSER to +

              make docker-test
              +
              +

              Browsers

              The test suites can also run in browsers. To do so, set the environment variable TEST_BROWSER to one of our supported browsers. Currently we support testing in chrome and firefox. When TEST_BROWSER is set, the mocha and SDK test suites will run in that browser.

              For example, to run mocha tests in Chrome:

              -
              TEST_BROWSER=chrome npm test
              -
              +
              TEST_BROWSER=chrome npm test
              +

              And to run SDK tests in Firefox:

              -
              TEST_BROWSER=firefox make docker-test
              -
              - - -

              Code Style

              -
              -

              This project enforces a modified version of the Airbnb code style.

              +
              TEST_BROWSER=firefox make docker-test
              +
              +

              Code Style

              This project enforces a modified version of the Airbnb code style.

              We've setup linters and formatters to help catch errors and improve the development experience:

              • Prettier – ensures that code is formatted in a readable way.
              • @@ -117,220 +50,6 @@

                Code Style

                If using the Visual Studio Code editor with the recommended extensions, ESLint errors should be highlighted in red and the Prettier extension should format code on every save.

                - - -

                Precommit Hook

                -
                -

                The linters and formatters listed above should run automatically on each commit to catch errors early and save CI running time.

                - - -

                License

                -
                -

                js-algorand-sdk is licensed under an MIT license. See the LICENSE file for details.

                -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Precommit Hook

              The linters and formatters listed above should run automatically on each commit to catch errors early and save CI running time.

              +

              License

              js-algorand-sdk is licensed under an MIT license. See the LICENSE file for details.

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/ABIContractNetworkInfo.html b/interfaces/ABIContractNetworkInfo.html index 6096ed9ab..d7b58ef67 100644 --- a/interfaces/ABIContractNetworkInfo.html +++ b/interfaces/ABIContractNetworkInfo.html @@ -1,68 +1,2 @@ -ABIContractNetworkInfo | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface ABIContractNetworkInfo

              -
              -

              Hierarchy

              -
                -
              • ABIContractNetworkInfo
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              appID: number
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ABIContractNetworkInfo | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/ABIContractNetworks.html b/interfaces/ABIContractNetworks.html index ea86d5d88..0edf85ac0 100644 --- a/interfaces/ABIContractNetworks.html +++ b/interfaces/ABIContractNetworks.html @@ -1,230 +1 @@ -ABIContractNetworks | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface ABIContractNetworks

              -
              -

              Hierarchy

              -
                -
              • ABIContractNetworks
              -
              -

              Indexable

              -
              [network: string]: ABIContractNetworkInfo
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ABIContractNetworks | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/ABIContractParams.html b/interfaces/ABIContractParams.html index cb8d13eb9..f14e4e03e 100644 --- a/interfaces/ABIContractParams.html +++ b/interfaces/ABIContractParams.html @@ -1,96 +1,6 @@ -ABIContractParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface ABIContractParams

              -
              -

              Hierarchy

              -
                -
              • ABIContractParams
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              desc?: string
              -
              - -
              events?: ARC28Event[]
              -
              - -
              methods: ABIMethodParams[]
              -
              - -
              name: string
              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ABIContractParams | algosdk

              Interface ABIContractParams

              interface ABIContractParams {
                  desc?: string;
                  events?: ARC28Event[];
                  methods: ABIMethodParams[];
                  name: string;
                  networks?: ABIContractNetworks;
              }

              Properties

              desc?: string
              events?: ARC28Event[]
              methods: ABIMethodParams[]
              name: string

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/ABIInterfaceParams.html b/interfaces/ABIInterfaceParams.html index c5913a229..1fb8f54c8 100644 --- a/interfaces/ABIInterfaceParams.html +++ b/interfaces/ABIInterfaceParams.html @@ -1,82 +1,4 @@ -ABIInterfaceParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface ABIInterfaceParams

              -
              -

              Hierarchy

              -
                -
              • ABIInterfaceParams
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              desc?: string
              -
              - -
              methods: ABIMethodParams[]
              -
              - -
              name: string
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ABIInterfaceParams | algosdk

              Interface ABIInterfaceParams

              interface ABIInterfaceParams {
                  desc?: string;
                  methods: ABIMethodParams[];
                  name: string;
              }

              Properties

              Properties

              desc?: string
              methods: ABIMethodParams[]
              name: string

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/ABIMethodArgParams.html b/interfaces/ABIMethodArgParams.html index f5e8a762a..71ba6c89a 100644 --- a/interfaces/ABIMethodArgParams.html +++ b/interfaces/ABIMethodArgParams.html @@ -1,82 +1,4 @@ -ABIMethodArgParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface ABIMethodArgParams

              -
              -

              Hierarchy

              -
                -
              • ABIMethodArgParams
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              desc?: string
              -
              - -
              name?: string
              -
              - -
              type: string
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ABIMethodArgParams | algosdk

              Interface ABIMethodArgParams

              interface ABIMethodArgParams {
                  desc?: string;
                  name?: string;
                  type: string;
              }

              Properties

              Properties

              desc?: string
              name?: string
              type: string

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/ABIMethodParams.html b/interfaces/ABIMethodParams.html index 33e8fc133..1d19bd2a5 100644 --- a/interfaces/ABIMethodParams.html +++ b/interfaces/ABIMethodParams.html @@ -1,107 +1,9 @@ -ABIMethodParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface ABIMethodParams

              -
              -

              Hierarchy

              -
                -
              • ABIMethodParams
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              -
              - -
              desc?: string
              -
              - -
              events?: ARC28Event[]
              -

              ARC-28 events that MAY be emitted by this method

              -
              -
              - -
              name: string
              -
              - -
              readonly?: boolean
              -

              Optional, is it a read-only method (according to ARC-22)

              -
              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ABIMethodParams | algosdk

              Interface ABIMethodParams

              interface ABIMethodParams {
                  args: ABIMethodArgParams[];
                  desc?: string;
                  events?: ARC28Event[];
                  name: string;
                  readonly?: boolean;
                  returns: ABIMethodReturnParams;
              }

              Properties

              desc?: string
              events?: ARC28Event[]

              ARC-28 events that MAY be emitted by this method

              +
              name: string
              readonly?: boolean

              Optional, is it a read-only method (according to ARC-22)

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/ABIMethodReturnParams.html b/interfaces/ABIMethodReturnParams.html index 910babc09..c22cf78d7 100644 --- a/interfaces/ABIMethodReturnParams.html +++ b/interfaces/ABIMethodReturnParams.html @@ -1,75 +1,3 @@ -ABIMethodReturnParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface ABIMethodReturnParams

              -
              -

              Hierarchy

              -
                -
              • ABIMethodReturnParams
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              desc?: string
              -
              - -
              type: string
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ABIMethodReturnParams | algosdk

              Interface ABIMethodReturnParams

              interface ABIMethodReturnParams {
                  desc?: string;
                  type: string;
              }

              Properties

              Properties

              desc?: string
              type: string

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/ABIResult.html b/interfaces/ABIResult.html index 01ab5e0c6..660f60eac 100644 --- a/interfaces/ABIResult.html +++ b/interfaces/ABIResult.html @@ -1,120 +1,16 @@ -ABIResult | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface ABIResult

              -
              -

              Represents the output from a successful ABI method call.

              -
              -
              -

              Hierarchy

              -
                -
              • ABIResult
              -
              -
              -
              - -
              -
              -

              Properties

              -
              - -
              decodeError?: Error
              -

              If the SDK was unable to decode a return value, the error will be here.

              -
              -
              - -
              method: ABIMethod
              -

              The method that was called for this result

              -
              -
              - -
              rawReturnValue: Uint8Array
              -

              The raw bytes of the return value from the ABI method call. This will be empty if the method +ABIResult | algosdk

              Interface ABIResult

              Represents the output from a successful ABI method call.

              +
              interface ABIResult {
                  decodeError?: Error;
                  method: ABIMethod;
                  rawReturnValue: Uint8Array;
                  returnValue?: ABIValue;
                  txID: string;
                  txInfo?: PendingTransactionResponse;
              }

              Properties

              decodeError?: Error

              If the SDK was unable to decode a return value, the error will be here.

              +
              method: ABIMethod

              The method that was called for this result

              +
              rawReturnValue: Uint8Array

              The raw bytes of the return value from the ABI method call. This will be empty if the method does not return a value (return type "void").

              -
              -
              - -
              returnValue?: ABIValue
              -

              The return value from the ABI method call. This will be undefined if the method does not return +

              returnValue?: ABIValue

              The return value from the ABI method call. This will be undefined if the method does not return a value (return type "void"), or if the SDK was unable to decode the returned value.

              -
              -
              - -
              txID: string
              -

              The TxID of the transaction that invoked the ABI method call.

              -
              -
              - -
              txInfo?: Record<string, any>
              -

              The pending transaction information from the method transaction

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              txID: string

              The TxID of the transaction that invoked the ABI method call.

              +

              The pending transaction information from the method transaction

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/Account.html b/interfaces/Account.html index 78df6decd..e030127d0 100644 --- a/interfaces/Account.html +++ b/interfaces/Account.html @@ -1,83 +1,7 @@ -Account | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface Account

              -
              -

              An Algorand account object.

              +Account | algosdk

              Interface Account

              An Algorand account object.

              Contains an Algorand address and secret key.

              -
              -
              -

              Hierarchy

              -
                -
              • Account
              -
              -
              -
              - -
              -
              -

              Properties

              -
              addr -sk -
              -
              -

              Properties

              -
              - -
              addr: string
              -

              Algorand address

              -
              -
              - -
              sk: Uint8Array
              -

              Secret key belonging to the Algorand address

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              interface Account {
                  addr: Address;
                  sk: Uint8Array;
              }

              Properties

              addr +sk +

              Properties

              addr: Address

              Algorand address

              +
              sk: Uint8Array

              Secret key belonging to the Algorand address

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/Address.html b/interfaces/Address.html deleted file mode 100644 index 9d3fb8937..000000000 --- a/interfaces/Address.html +++ /dev/null @@ -1,78 +0,0 @@ -Address | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface Address

              -
              -

              Decoded Algorand address. Includes public key and checksum.

              -
              -
              -

              Hierarchy

              -
                -
              • Address
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              checksum: Uint8Array
              -
              - -
              publicKey: Uint8Array
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/AlgodTokenHeader.html b/interfaces/AlgodTokenHeader.html index 4b4fa01d1..e750c6e7d 100644 --- a/interfaces/AlgodTokenHeader.html +++ b/interfaces/AlgodTokenHeader.html @@ -1,68 +1,2 @@ -AlgodTokenHeader | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface AlgodTokenHeader

              -
              -

              Hierarchy

              -
                -
              • AlgodTokenHeader
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              X-Algo-API-Token: string
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +AlgodTokenHeader | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/ApplicationCallTransactionParams.html b/interfaces/ApplicationCallTransactionParams.html new file mode 100644 index 000000000..ce27484b7 --- /dev/null +++ b/interfaces/ApplicationCallTransactionParams.html @@ -0,0 +1,32 @@ +ApplicationCallTransactionParams | algosdk

              Interface ApplicationCallTransactionParams

              Contains application call transaction parameters.

              +

              The full documentation is available at: +https://developer.algorand.org/docs/get-details/transactions/transactions/#application-call-transaction

              +
              interface ApplicationCallTransactionParams {
                  accounts?: (string | Address)[];
                  appArgs?: Uint8Array[];
                  appIndex: number | bigint;
                  approvalProgram?: Uint8Array;
                  boxes?: BoxReference[];
                  clearProgram?: Uint8Array;
                  extraPages?: number | bigint;
                  foreignApps?: (number | bigint)[];
                  foreignAssets?: (number | bigint)[];
                  numGlobalByteSlices?: number | bigint;
                  numGlobalInts?: number | bigint;
                  numLocalByteSlices?: number | bigint;
                  numLocalInts?: number | bigint;
                  onComplete: OnApplicationComplete;
              }

              Properties

              accounts?: (string | Address)[]

              Array of Address strings, any additional accounts to supply to the application

              +
              appArgs?: Uint8Array[]

              Array of Uint8Array, any additional arguments to the application

              +
              appIndex: number | bigint

              A unique application ID

              +
              approvalProgram?: Uint8Array

              The compiled TEAL that approves a transaction

              +
              boxes?: BoxReference[]

              A grouping of the app ID and name of the box in an Uint8Array

              +
              clearProgram?: Uint8Array

              The compiled TEAL program that runs when clearing state

              +
              extraPages?: number | bigint

              Int representing extra pages of memory to rent during an application create transaction.

              +
              foreignApps?: (number | bigint)[]

              Array of int, any other apps used by the application, identified by index

              +
              foreignAssets?: (number | bigint)[]

              Array of int, any assets used by the application, identified by index

              +
              numGlobalByteSlices?: number | bigint

              Restricts number of byte slices in global state

              +
              numGlobalInts?: number | bigint

              Restricts number of ints in global state

              +
              numLocalByteSlices?: number | bigint

              Restricts number of byte slices in per-user local state

              +
              numLocalInts?: number | bigint

              Restricts number of ints in per-user local state

              +

              What application should do once the program has been run

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/ApplicationTransactionFields.html b/interfaces/ApplicationTransactionFields.html new file mode 100644 index 000000000..2379122a7 --- /dev/null +++ b/interfaces/ApplicationTransactionFields.html @@ -0,0 +1,15 @@ +ApplicationTransactionFields | algosdk

              Interface ApplicationTransactionFields

              interface ApplicationTransactionFields {
                  accounts: readonly Address[];
                  appArgs: readonly Uint8Array[];
                  appIndex: bigint;
                  approvalProgram: Uint8Array;
                  boxes: readonly TransactionBoxReference[];
                  clearProgram: Uint8Array;
                  extraPages: number;
                  foreignApps: readonly bigint[];
                  foreignAssets: readonly bigint[];
                  numGlobalByteSlices: number;
                  numGlobalInts: number;
                  numLocalByteSlices: number;
                  numLocalInts: number;
                  onComplete: OnApplicationComplete;
              }

              Properties

              accounts: readonly Address[]
              appArgs: readonly Uint8Array[]
              appIndex: bigint
              approvalProgram: Uint8Array
              boxes: readonly TransactionBoxReference[]
              clearProgram: Uint8Array
              extraPages: number
              foreignApps: readonly bigint[]
              foreignAssets: readonly bigint[]
              numGlobalByteSlices: number
              numGlobalInts: number
              numLocalByteSlices: number
              numLocalInts: number

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/AssetConfigTransactionFields.html b/interfaces/AssetConfigTransactionFields.html new file mode 100644 index 000000000..2e6d4204b --- /dev/null +++ b/interfaces/AssetConfigTransactionFields.html @@ -0,0 +1,13 @@ +AssetConfigTransactionFields | algosdk

              Interface AssetConfigTransactionFields

              interface AssetConfigTransactionFields {
                  assetIndex: bigint;
                  assetMetadataHash?: Uint8Array;
                  assetName?: string;
                  assetURL?: string;
                  clawback?: Address;
                  decimals: number;
                  defaultFrozen: boolean;
                  freeze?: Address;
                  manager?: Address;
                  reserve?: Address;
                  total: bigint;
                  unitName?: string;
              }

              Properties

              assetIndex: bigint
              assetMetadataHash?: Uint8Array
              assetName?: string
              assetURL?: string
              clawback?: Address
              decimals: number
              defaultFrozen: boolean
              freeze?: Address
              manager?: Address
              reserve?: Address
              total: bigint
              unitName?: string

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/AssetConfigurationTransactionParams.html b/interfaces/AssetConfigurationTransactionParams.html new file mode 100644 index 000000000..30a44119e --- /dev/null +++ b/interfaces/AssetConfigurationTransactionParams.html @@ -0,0 +1,28 @@ +AssetConfigurationTransactionParams | algosdk

              Interface AssetConfigurationTransactionParams

              Contains asset configuration transaction parameters.

              +

              The full documentation is available at: +https://developer.algorand.org/docs/get-details/transactions/transactions/#asset-configuration-transaction

              +
              interface AssetConfigurationTransactionParams {
                  assetIndex?: number | bigint;
                  assetMetadataHash?: Uint8Array;
                  assetName?: string;
                  assetURL?: string;
                  clawback?: string | Address;
                  decimals?: number | bigint;
                  defaultFrozen?: boolean;
                  freeze?: string | Address;
                  manager?: string | Address;
                  reserve?: string | Address;
                  total?: number | bigint;
                  unitName?: string;
              }

              Properties

              assetIndex?: number | bigint

              Asset index uniquely specifying the asset

              +
              assetMetadataHash?: Uint8Array

              Uint8Array containing a hash commitment with respect to the asset. Must be exactly 32 bytes long.

              +
              assetName?: string

              Name for this asset

              +
              assetURL?: string

              URL relating to this asset

              +
              clawback?: string | Address

              The Algorand address with power to revoke asset holdings

              +
              decimals?: number | bigint

              Integer number of decimals for asset unit calcuation

              +
              defaultFrozen?: boolean

              Whether asset accounts should default to being frozen

              +
              freeze?: string | Address

              The Algorand address with power to freeze/unfreeze asset holdings

              +
              manager?: string | Address

              The Algorand address in charge of reserve, freeze, clawback, destruction, etc.

              +
              reserve?: string | Address

              The Algorand address representing asset reserve

              +
              total?: number | bigint

              Total supply of the asset

              +
              unitName?: string

              Unit name for this asset

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/AssetFreezeTransactionFields.html b/interfaces/AssetFreezeTransactionFields.html new file mode 100644 index 000000000..c6c54c6d9 --- /dev/null +++ b/interfaces/AssetFreezeTransactionFields.html @@ -0,0 +1,4 @@ +AssetFreezeTransactionFields | algosdk

              Interface AssetFreezeTransactionFields

              interface AssetFreezeTransactionFields {
                  assetIndex: bigint;
                  freezeAccount: Address;
                  frozen: boolean;
              }

              Properties

              assetIndex: bigint
              freezeAccount: Address
              frozen: boolean

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/AssetFreezeTransactionParams.html b/interfaces/AssetFreezeTransactionParams.html new file mode 100644 index 000000000..f249cd946 --- /dev/null +++ b/interfaces/AssetFreezeTransactionParams.html @@ -0,0 +1,10 @@ +AssetFreezeTransactionParams | algosdk

              Interface AssetFreezeTransactionParams

              Contains asset freeze transaction parameters.

              +

              The full documentation is available at: +https://developer.algorand.org/docs/get-details/transactions/transactions/#asset-freeze-transaction

              +
              interface AssetFreezeTransactionParams {
                  assetIndex: number | bigint;
                  freezeTarget: string | Address;
                  frozen: boolean;
              }

              Properties

              assetIndex: number | bigint

              Asset index uniquely specifying the asset

              +
              freezeTarget: string | Address

              Algorand address being frozen or unfrozen

              +
              frozen: boolean

              true if freezeTarget should be frozen, false if freezeTarget should be allowed to transact

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/AssetModificationTransactionParams.html b/interfaces/AssetModificationTransactionParams.html new file mode 100644 index 000000000..d4d5a4294 --- /dev/null +++ b/interfaces/AssetModificationTransactionParams.html @@ -0,0 +1,21 @@ +AssetModificationTransactionParams | algosdk

              Interface AssetModificationTransactionParams

              Contains asset modification transaction parameters

              +
              interface AssetModificationTransactionParams {
                  assetIndex: number | bigint;
                  clawback?: string | Address;
                  freeze?: string | Address;
                  manager?: string | Address;
                  reserve?: string | Address;
                  strictEmptyAddressChecking?: boolean;
              }

              Properties

              assetIndex: number | bigint

              The unique ID of the asset to be modified

              +
              clawback?: string | Address

              The Algorand address with power to revoke asset holdings.

              +

              If empty, this role will be irrevocably removed from this asset.

              +
              freeze?: string | Address

              The Algorand address with power to freeze/unfreeze asset holdings.

              +

              If empty, this role will be irrevocably removed from this asset.

              +
              manager?: string | Address

              The Algorand address in charge of reserve, freeze, clawback, destruction, etc.

              +

              If empty, this role will be irrevocably removed from this asset.

              +
              reserve?: string | Address

              The Algorand address representing asset reserve.

              +

              If empty, this role will be irrevocably removed from this asset.

              +
              strictEmptyAddressChecking?: boolean

              This is a safety flag to prevent unintentionally removing a role from an asset. If undefined or +true, an error will be thrown if any of assetManager, assetReserve, assetFreeze, or +assetClawback are empty.

              +

              Set this to false to allow removing roles by leaving the corresponding address empty.

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/AssetTransferTransactionFields.html b/interfaces/AssetTransferTransactionFields.html new file mode 100644 index 000000000..477600666 --- /dev/null +++ b/interfaces/AssetTransferTransactionFields.html @@ -0,0 +1,6 @@ +AssetTransferTransactionFields | algosdk

              Interface AssetTransferTransactionFields

              interface AssetTransferTransactionFields {
                  amount: bigint;
                  assetIndex: bigint;
                  assetSender?: Address;
                  closeRemainderTo?: Address;
                  receiver: Address;
              }

              Properties

              amount: bigint
              assetIndex: bigint
              assetSender?: Address
              closeRemainderTo?: Address
              receiver: Address

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/AssetTransferTransactionParams.html b/interfaces/AssetTransferTransactionParams.html new file mode 100644 index 000000000..8ce04d8c5 --- /dev/null +++ b/interfaces/AssetTransferTransactionParams.html @@ -0,0 +1,15 @@ +AssetTransferTransactionParams | algosdk

              Interface AssetTransferTransactionParams

              Contains asset transfer transaction parameters.

              +

              The full documentation is available at: +https://developer.algorand.org/docs/get-details/transactions/transactions/#asset-transfer-transaction

              +
              interface AssetTransferTransactionParams {
                  amount: number | bigint;
                  assetIndex: number | bigint;
                  assetSender?: string | Address;
                  closeRemainderTo?: string | Address;
                  receiver: string | Address;
              }

              Properties

              amount: number | bigint

              Integer amount to send

              +
              assetIndex: number | bigint

              Asset index uniquely specifying the asset

              +
              assetSender?: string | Address

              String representation of Algorand address – if provided, and if "sender" is +the asset's revocation manager, then deduct from "assetSender" rather than "sender"

              +
              closeRemainderTo?: string | Address

              Close out remaining asset balance of the sender to this account

              +
              receiver: string | Address

              The Algorand address of recipient

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/BaseHTTPClient.html b/interfaces/BaseHTTPClient.html index c04ee2d76..0817529e7 100644 --- a/interfaces/BaseHTTPClient.html +++ b/interfaces/BaseHTTPClient.html @@ -1,139 +1,21 @@ -BaseHTTPClient | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface BaseHTTPClient

              -
              -

              BaseHTTPClient is an interface abstracting the queries that can be +BaseHTTPClient | algosdk

              Interface BaseHTTPClient

              BaseHTTPClient is an interface abstracting the queries that can be made to an algod/indexer endpoint. The SDK normally uses the URLTokenBaseHTTPClient implementation. But when used via wallets, the wallet may provide a different object satisfying the HTTPClient interface. This is useful to allow wallets to provide access to paid API services without leaking the secret tokens/URLs.

              -

              Note that post and delete also have an optional query parameter -This is to allow future extension where post and delete may have queries +

              The parameter customOptions is an object that can be used to configure +individual requests with specific specific to the BaseHTTPClient implementation.

              +

              Note that DELETE requests have an optional query parameter. +This is to allow future extension where DELETE may have queries Currently however HTTPClient does not make use of it

              Compared to HTTPClient, BaseHTTPClient does not deal with serialization/deserialization Everything is already string/Uint8Array and all the headers (including Accept/Content-Type) are assumed to be provided

              In case of non-200 status, all methods must throw an error of type BaseHTTPClientError

              -
              -
              -

              Hierarchy

              -
                -
              • BaseHTTPClient
              -
              -
              -
              - -
              -
              -

              Methods

              -
              -
              -

              Methods

              -
              - -
              -
              - -
              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              interface BaseHTTPClient {
                  delete(relativePath, data?, query?, requestHeaders?, customOptions?): Promise<BaseHTTPClientResponse>;
                  get(relativePath, query?, requestHeaders?, customOptions?): Promise<BaseHTTPClientResponse>;
                  post(relativePath, data, query?, requestHeaders?, customOptions?): Promise<BaseHTTPClientResponse>;
              }

              Methods

              Methods

              • Parameters

                • relativePath: string
                • Optional data: Uint8Array
                • Optional query: Query<string>
                • Optional requestHeaders: Record<string, string>
                • Optional customOptions: Record<string, unknown>

                Returns Promise<BaseHTTPClientResponse>

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/BaseHTTPClientError.html b/interfaces/BaseHTTPClientError.html index d1d1003d0..5c1c5be4a 100644 --- a/interfaces/BaseHTTPClientError.html +++ b/interfaces/BaseHTTPClientError.html @@ -1,72 +1,4 @@ -BaseHTTPClientError | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface BaseHTTPClientError

              -
              -

              BaseHTTPClientError is the interface that errors thrown +BaseHTTPClientError | algosdk

              Interface BaseHTTPClientError

              BaseHTTPClientError is the interface that errors thrown by methods of BaseHTTPClient should be using

              -
              -
              -

              Hierarchy

              -
                -
              • BaseHTTPClientError
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              interface BaseHTTPClientError {
                  response: BaseHTTPClientResponse;
              }

              Properties

              Properties

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/BaseHTTPClientResponse.html b/interfaces/BaseHTTPClientResponse.html index 197dfbf7d..5acc107a6 100644 --- a/interfaces/BaseHTTPClientResponse.html +++ b/interfaces/BaseHTTPClientResponse.html @@ -1,82 +1,4 @@ -BaseHTTPClientResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface BaseHTTPClientResponse

              -
              -

              Hierarchy

              -
                -
              • BaseHTTPClientResponse
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              body: Uint8Array
              -
              - -
              headers: Record<string, string>
              -
              - -
              status: number
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +BaseHTTPClientResponse | algosdk

              Interface BaseHTTPClientResponse

              interface BaseHTTPClientResponse {
                  body: Uint8Array;
                  headers: Record<string, string>;
                  status: number;
              }

              Properties

              Properties

              body: Uint8Array
              headers: Record<string, string>
              status: number

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/BoxReference.html b/interfaces/BoxReference.html index e4572e7b7..e1e3ae520 100644 --- a/interfaces/BoxReference.html +++ b/interfaces/BoxReference.html @@ -1,82 +1,6 @@ -BoxReference | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface BoxReference

              -
              -

              A grouping of the app ID and name of the box in an Uint8Array

              -
              -
              -

              Hierarchy

              -
                -
              • BoxReference
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              appIndex: number
              -

              A unique application index

              -
              -
              - -
              name: Uint8Array
              -

              Name of box to reference

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +BoxReference | algosdk

              Interface BoxReference

              A grouping of the app ID and name of the box in an Uint8Array

              +
              interface BoxReference {
                  appIndex: number | bigint;
                  name: Uint8Array;
              }

              Properties

              Properties

              appIndex: number | bigint

              A unique application index

              +
              name: Uint8Array

              Name of box to reference

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/CommonTransactionParams.html b/interfaces/CommonTransactionParams.html new file mode 100644 index 000000000..3eea9783a --- /dev/null +++ b/interfaces/CommonTransactionParams.html @@ -0,0 +1,14 @@ +CommonTransactionParams | algosdk

              Interface CommonTransactionParams

              Contains parameters common to every transaction type

              +
              interface CommonTransactionParams {
                  lease?: Uint8Array;
                  note?: Uint8Array;
                  rekeyTo?: string | Address;
                  sender: string | Address;
                  suggestedParams: SuggestedParams;
              }

              Properties

              lease?: Uint8Array

              Optional, 32-byte lease to associate with this transaction.

              +

              The sender cannot send another transaction with the same lease until the last round of original +transaction has passed.

              +
              note?: Uint8Array

              Optional, arbitrary data to be stored in the transaction's note field

              +
              rekeyTo?: string | Address

              The Algorand address that will be used to authorize all future transactions from the sender, if provided.

              +
              sender: string | Address

              Algorand address of sender

              +
              suggestedParams: SuggestedParams

              Suggested parameters relevant to the network that will accept this transaction

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/CustomTokenHeader.html b/interfaces/CustomTokenHeader.html index b34586d9a..57cddbf08 100644 --- a/interfaces/CustomTokenHeader.html +++ b/interfaces/CustomTokenHeader.html @@ -1,230 +1 @@ -CustomTokenHeader | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface CustomTokenHeader

              -
              -

              Hierarchy

              -
                -
              • CustomTokenHeader
              -
              -

              Indexable

              -
              [headerName: string]: string
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +CustomTokenHeader | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/Encodable.html b/interfaces/Encodable.html new file mode 100644 index 000000000..a8b62cd89 --- /dev/null +++ b/interfaces/Encodable.html @@ -0,0 +1,7 @@ +Encodable | algosdk

              Interface Encodable

              An interface for objects that can be encoded and decoded to/from msgpack and JSON.

              +
              interface Encodable {
                  getEncodingSchema(): Schema;
                  toEncodingData(): unknown;
              }

              Implemented by

              Methods

              • Get the encoding Schema for this object, used to prepare the encoding data for msgpack and JSON.

                +

                Returns Schema

              • Extract the encoding data for this object. This data, after being prepared by the encoding +Schema, can be encoded to msgpack or JSON.

                +

                Returns unknown

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/EncodableClass.html b/interfaces/EncodableClass.html new file mode 100644 index 000000000..d707705fc --- /dev/null +++ b/interfaces/EncodableClass.html @@ -0,0 +1,7 @@ +EncodableClass | algosdk

              Interface EncodableClass<T>

              A type that represents the class of an Encodable object.

              +
              interface EncodableClass<T> {
                  encodingSchema: Schema;
                  fromEncodingData(data): T;
              }

              Type Parameters

              Properties

              Methods

              Properties

              encodingSchema: Schema

              The encoding Schema for this class, used to prepare encoding data from msgpack and JSON.

              +

              Methods

              • Create a new instance of this class from the given encoding data.

                +

                Parameters

                • data: unknown

                  The encoding data to create the object from

                  +

                Returns T

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/EncodedAssetParams.html b/interfaces/EncodedAssetParams.html deleted file mode 100644 index 0c5ebd958..000000000 --- a/interfaces/EncodedAssetParams.html +++ /dev/null @@ -1,163 +0,0 @@ -EncodedAssetParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface EncodedAssetParams

              -
              -

              Interfaces for the encoded transaction object. Every property is labelled with its associated Transaction type property

              -
              -
              -

              Hierarchy

              -
                -
              • EncodedAssetParams
              -
              -
              -
              - -
              -
              -

              Properties

              -
              am -an -au -c -dc -df -f -m -r -t -un -
              -
              -

              Properties

              -
              - -
              am?: Buffer
              -

              assetMetadataHash

              -
              -
              - -
              an?: string
              -

              assetName

              -
              -
              - -
              au?: string
              -

              assetURL

              -
              -
              - -
              c?: Buffer
              -

              assetClawback

              -
              -
              - -
              dc: number
              -

              assetDecimals

              -
              -
              - -
              df: boolean
              -

              assetDefaultFrozen

              -
              -
              - -
              f?: Buffer
              -

              assetFreeze

              -
              -
              - -
              m?: Buffer
              -

              assetManager

              -
              -
              - -
              r?: Buffer
              -

              assetReserve

              -
              -
              - -
              t: number | bigint
              -

              assetTotal

              -
              -
              - -
              un?: string
              -

              assetUnitName

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/EncodedBoxReference.html b/interfaces/EncodedBoxReference.html deleted file mode 100644 index d2ea9fadf..000000000 --- a/interfaces/EncodedBoxReference.html +++ /dev/null @@ -1,79 +0,0 @@ -EncodedBoxReference | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface EncodedBoxReference

              -
              -

              Hierarchy

              -
                -
              • EncodedBoxReference
              -
              -
              -
              - -
              -
              -

              Properties

              -
              i -n -
              -
              -

              Properties

              -
              - -
              i: number
              -

              index of the app ID in the foreign apps array

              -
              -
              - -
              n: Uint8Array
              -

              box name

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/EncodedGlobalStateSchema.html b/interfaces/EncodedGlobalStateSchema.html deleted file mode 100644 index 56a8afea0..000000000 --- a/interfaces/EncodedGlobalStateSchema.html +++ /dev/null @@ -1,79 +0,0 @@ -EncodedGlobalStateSchema | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface EncodedGlobalStateSchema

              -
              -

              Hierarchy

              -
                -
              • EncodedGlobalStateSchema
              -
              -
              -
              - -
              -
              -

              Properties

              -
              nbs -nui -
              -
              -

              Properties

              -
              - -
              nbs: number
              -

              appGlobalByteSlices

              -
              -
              - -
              nui: number
              -

              appGlobalInts

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/EncodedLocalStateSchema.html b/interfaces/EncodedLocalStateSchema.html deleted file mode 100644 index 0c163307c..000000000 --- a/interfaces/EncodedLocalStateSchema.html +++ /dev/null @@ -1,79 +0,0 @@ -EncodedLocalStateSchema | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface EncodedLocalStateSchema

              -
              -

              Hierarchy

              -
                -
              • EncodedLocalStateSchema
              -
              -
              -
              - -
              -
              -

              Properties

              -
              nbs -nui -
              -
              -

              Properties

              -
              - -
              nbs: number
              -

              appLocalByteSlices

              -
              -
              - -
              nui: number
              -

              appLocalInts

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/EncodedLogicSig.html b/interfaces/EncodedLogicSig.html deleted file mode 100644 index c5b5cd780..000000000 --- a/interfaces/EncodedLogicSig.html +++ /dev/null @@ -1,89 +0,0 @@ -EncodedLogicSig | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface EncodedLogicSig

              -
              -

              Hierarchy

              -
                -
              • EncodedLogicSig
              -
              -
              -
              - -
              -
              -

              Properties

              -
              arg -l -msig -sig -
              -
              -

              Properties

              -
              - -
              arg?: Uint8Array[]
              -
              - -
              l: Uint8Array
              -
              - -
              -
              - -
              sig?: Uint8Array
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/EncodedLogicSigAccount.html b/interfaces/EncodedLogicSigAccount.html deleted file mode 100644 index 77bc43063..000000000 --- a/interfaces/EncodedLogicSigAccount.html +++ /dev/null @@ -1,75 +0,0 @@ -EncodedLogicSigAccount | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface EncodedLogicSigAccount

              -
              -

              Hierarchy

              -
                -
              • EncodedLogicSigAccount
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              -
              - -
              sigkey?: Uint8Array
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/EncodedMultisig.html b/interfaces/EncodedMultisig.html index 91946e6b0..923b3df09 100644 --- a/interfaces/EncodedMultisig.html +++ b/interfaces/EncodedMultisig.html @@ -1,92 +1,9 @@ -EncodedMultisig | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface EncodedMultisig

              -
              -

              A rough structure for the encoded multi signature transaction object. +EncodedMultisig | algosdk

              Interface EncodedMultisig

              A rough structure for the encoded multi signature transaction object. Every property is labelled with its associated MultisigMetadata type property

              -
              -
              -

              Hierarchy

              -
                -
              • EncodedMultisig
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              subsig: EncodedSubsig[]
              -

              Subset of signatures. A threshold of thr signors is required.

              -
              -
              - -
              thr: number
              -

              threshold

              -
              -
              - -
              v: number
              -

              version

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              interface EncodedMultisig {
                  subsig: EncodedSubsig[];
                  thr: number;
                  v: number;
              }

              Properties

              Properties

              subsig: EncodedSubsig[]

              Subset of signatures. A threshold of thr signors is required.

              +
              thr: number

              threshold

              +
              v: number

              version

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/EncodedSignedTransaction.html b/interfaces/EncodedSignedTransaction.html deleted file mode 100644 index b94519159..000000000 --- a/interfaces/EncodedSignedTransaction.html +++ /dev/null @@ -1,109 +0,0 @@ -EncodedSignedTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface EncodedSignedTransaction

              -
              -

              A structure for an encoded signed transaction object

              -
              -
              -

              Hierarchy

              -
                -
              • EncodedSignedTransaction
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - - -

              Logic signature

              -
              -
              - - -

              Multisig structure

              -
              -
              - -
              sgnr?: Buffer
              -

              The signer, if signing with a different key than the Transaction type from property indicates

              -
              -
              - -
              sig?: Buffer
              -

              Transaction signature

              -
              -
              - - -

              The transaction that was signed

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/EncodedSubsig.html b/interfaces/EncodedSubsig.html index 745961309..8efe2c948 100644 --- a/interfaces/EncodedSubsig.html +++ b/interfaces/EncodedSubsig.html @@ -1,79 +1,5 @@ -EncodedSubsig | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface EncodedSubsig

              -
              -

              Hierarchy

              -
                -
              • EncodedSubsig
              -
              -
              -
              - -
              -
              -

              Properties

              -
              pk -s -
              -
              -

              Properties

              -
              - -
              pk: Uint8Array
              -

              The public key

              -
              -
              - -
              s?: Uint8Array
              -

              The signature provided by the public key, if any

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +EncodedSubsig | algosdk

              Interface EncodedSubsig

              interface EncodedSubsig {
                  pk: Uint8Array;
                  s?: Uint8Array;
              }

              Properties

              pk +s? +

              Properties

              pk: Uint8Array

              The public key

              +
              s?: Uint8Array

              The signature provided by the public key, if any

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/EncodedTransaction.html b/interfaces/EncodedTransaction.html deleted file mode 100644 index 0988d129b..000000000 --- a/interfaces/EncodedTransaction.html +++ /dev/null @@ -1,476 +0,0 @@ -EncodedTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface EncodedTransaction

              -
              -

              A rough structure for the encoded transaction object. Every property is labelled with its associated Transaction type property

              -
              -
              -

              Hierarchy

              -
                -
              • EncodedTransaction
              -
              -
              -
              - -
              -
              -

              Properties

              -
              - -
              aamt?: number | bigint
              -

              amount (but for asset transfers)

              -
              -
              - -
              aclose?: Buffer
              -

              closeRemainderTo (but for asset transfers)

              -
              -
              - -
              afrz?: boolean
              -

              freezeState

              -
              -
              - -
              amt?: number | bigint
              -

              amount

              -
              -
              - -
              apaa?: Buffer[]
              -

              appArgs

              -
              -
              - -
              apan?: number
              -

              appOnComplete

              -
              -
              - -
              apap?: Buffer
              -

              appApprovalProgram

              -
              -
              - - -

              See EncodedAssetParams type

              -
              -
              - -
              apas?: number[]
              -

              appForeignAssets

              -
              -
              - -
              apat?: Buffer[]
              -

              appAccounts

              -
              -
              - - -

              boxes

              -
              -
              - -
              apep?: number
              -

              extraPages

              -
              -
              - -
              apfa?: number[]
              -

              appForeignApps

              -
              -
              - - -

              See EncodedGlobalStateSchema type

              -
              -
              - -
              apid?: number
              -

              appIndex

              -
              -
              - - -

              See EncodedLocalStateSchema type

              -
              -
              - -
              apsu?: Buffer
              -

              appClearProgram

              -
              -
              - -
              arcv?: Buffer
              -

              to (but for asset transfers)

              -
              -
              - -
              asnd?: Buffer
              -

              assetRevocationTarget

              -
              -
              - -
              caid?: number
              -

              assetIndex

              -
              -
              - -
              close?: Buffer
              -

              closeRemainderTo

              -
              -
              - -
              fadd?: Buffer
              -

              freezeAccount

              -
              -
              - -
              faid?: number
              -

              assetIndex (but for asset freezing/unfreezing)

              -
              -
              - -
              fee?: number
              -

              fee

              -
              -
              - -
              fv?: number
              -

              firstRound

              -
              -
              - -
              gen: string
              -

              genesisID

              -
              -
              - -
              gh: Buffer
              -

              genesisHash

              -
              -
              - -
              grp?: Buffer
              -

              group

              -
              -
              - -
              lv: number
              -

              lastRound

              -
              -
              - -
              lx?: Buffer
              -

              lease

              -
              -
              - -
              nonpart?: boolean
              -

              nonParticipation

              -
              -
              - -
              note?: Buffer
              -

              note

              -
              -
              - -
              rcv?: Buffer
              -

              to

              -
              -
              - -
              rekey?: Buffer
              -

              reKeyTo

              -
              -
              - -
              selkey?: Buffer
              -

              selectionKey

              -
              -
              - -
              snd: Buffer
              -

              from

              -
              -
              - -
              sp?: Buffer
              -

              stateProof

              -
              -
              - -
              spmsg?: Buffer
              -

              stateProofMessage

              -
              -
              - -
              sprfkey?: Buffer
              -

              stateProofKey

              -
              -
              - -
              sptype?: number | bigint
              -
              - -
              type: string
              -

              type

              -
              -
              - -
              votefst?: number
              -

              voteFirst

              -
              -
              - -
              votekd?: number
              -

              voteKeyDilution

              -
              -
              - -
              votekey?: Buffer
              -

              voteKey

              -
              -
              - -
              votelst?: number
              -

              voteLast

              -
              -
              - -
              xaid?: number
              -

              assetIndex (but for asset transfers)

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/IndexerTokenHeader.html b/interfaces/IndexerTokenHeader.html index f5aca79ff..d1d4c0aee 100644 --- a/interfaces/IndexerTokenHeader.html +++ b/interfaces/IndexerTokenHeader.html @@ -1,68 +1,2 @@ -IndexerTokenHeader | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface IndexerTokenHeader

              -
              -

              Hierarchy

              -
                -
              • IndexerTokenHeader
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              X-Indexer-API-Token: string
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +IndexerTokenHeader | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/KMDTokenHeader.html b/interfaces/KMDTokenHeader.html index 8aabff309..7f704f319 100644 --- a/interfaces/KMDTokenHeader.html +++ b/interfaces/KMDTokenHeader.html @@ -1,68 +1,2 @@ -KMDTokenHeader | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface KMDTokenHeader

              -
              -

              Hierarchy

              -
                -
              • KMDTokenHeader
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              X-KMD-API-Token: string
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +KMDTokenHeader | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/KeyRegistrationTransactionFields.html b/interfaces/KeyRegistrationTransactionFields.html new file mode 100644 index 000000000..cb11bd935 --- /dev/null +++ b/interfaces/KeyRegistrationTransactionFields.html @@ -0,0 +1,8 @@ +KeyRegistrationTransactionFields | algosdk

              Interface KeyRegistrationTransactionFields

              interface KeyRegistrationTransactionFields {
                  nonParticipation: boolean;
                  selectionKey?: Uint8Array;
                  stateProofKey?: Uint8Array;
                  voteFirst?: bigint;
                  voteKey?: Uint8Array;
                  voteKeyDilution?: bigint;
                  voteLast?: bigint;
              }

              Properties

              nonParticipation: boolean
              selectionKey?: Uint8Array
              stateProofKey?: Uint8Array
              voteFirst?: bigint
              voteKey?: Uint8Array
              voteKeyDilution?: bigint
              voteLast?: bigint

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/KeyRegistrationTransactionParams.html b/interfaces/KeyRegistrationTransactionParams.html new file mode 100644 index 000000000..59db1c33b --- /dev/null +++ b/interfaces/KeyRegistrationTransactionParams.html @@ -0,0 +1,19 @@ +KeyRegistrationTransactionParams | algosdk

              Interface KeyRegistrationTransactionParams

              Contains key registration transaction parameters

              +

              The full documentation is available at: +https://developer.algorand.org/docs/get-details/transactions/transactions/#key-registration-transaction

              +
              interface KeyRegistrationTransactionParams {
                  nonParticipation?: boolean;
                  selectionKey?: string | Uint8Array;
                  stateProofKey?: string | Uint8Array;
                  voteFirst?: number | bigint;
                  voteKey?: string | Uint8Array;
                  voteKeyDilution?: number | bigint;
                  voteLast?: number | bigint;
              }

              Properties

              nonParticipation?: boolean

              Set this value to true to mark this account as nonparticipating.

              +

              All new Algorand accounts are participating by default. This means they earn rewards.

              +
              selectionKey?: string | Uint8Array

              32-byte selection key. For key deregistration, leave undefined

              +
              stateProofKey?: string | Uint8Array

              64-byte state proof key. For key deregistration, leave undefined

              +
              voteFirst?: number | bigint

              First round on which voting keys are valid

              +
              voteKey?: string | Uint8Array

              32-byte voting key. For key deregistration, leave undefined

              +
              voteKeyDilution?: number | bigint

              The dilution fo the 2-level participation key

              +
              voteLast?: number | bigint

              Last round on which voting keys are valid

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/MultisigMetadata.html b/interfaces/MultisigMetadata.html index 53861d686..08d175b9b 100644 --- a/interfaces/MultisigMetadata.html +++ b/interfaces/MultisigMetadata.html @@ -1,93 +1,10 @@ -MultisigMetadata | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface MultisigMetadata

              -
              -

              Required options for creating a multisignature

              -

              Documentation available at: https://developer.algorand.org/docs/features/transactions/signatures/#multisignatures

              -
              -
              -

              Hierarchy

              -
                -
              • MultisigMetadata
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              addrs: string[]
              -

              A list of Algorand addresses representing possible signers for this multisig. Order is important.

              -
              -
              - -
              threshold: number
              -

              Multisig threshold value. Authorization requires a subset of signatures, +MultisigMetadata | algosdk

              Interface MultisigMetadata

              Required options for creating a multisignature

              +

              Documentation available at: https://developer.algorand.org/docs/get-details/transactions/signatures/#multisignatures

              +
              interface MultisigMetadata {
                  addrs: (string | Address)[];
                  threshold: number;
                  version: number;
              }

              Properties

              Properties

              addrs: (string | Address)[]

              A list of Algorand addresses representing possible signers for this multisig. Order is important.

              +
              threshold: number

              Multisig threshold value. Authorization requires a subset of signatures, equal to or greater than the threshold value.

              -
              -
              - -
              version: number
              -

              Multisig version

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              version: number

              Multisig version

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/ParseJSONOptions.html b/interfaces/ParseJSONOptions.html new file mode 100644 index 000000000..d8d78e543 --- /dev/null +++ b/interfaces/ParseJSONOptions.html @@ -0,0 +1,2 @@ +ParseJSONOptions | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/PaymentTransactionFields.html b/interfaces/PaymentTransactionFields.html new file mode 100644 index 000000000..919da3ce4 --- /dev/null +++ b/interfaces/PaymentTransactionFields.html @@ -0,0 +1,4 @@ +PaymentTransactionFields | algosdk

              Interface PaymentTransactionFields

              interface PaymentTransactionFields {
                  amount: bigint;
                  closeRemainderTo?: Address;
                  receiver: Address;
              }

              Properties

              amount: bigint
              closeRemainderTo?: Address
              receiver: Address

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/PaymentTransactionParams.html b/interfaces/PaymentTransactionParams.html new file mode 100644 index 000000000..a1e2b17b2 --- /dev/null +++ b/interfaces/PaymentTransactionParams.html @@ -0,0 +1,11 @@ +PaymentTransactionParams | algosdk

              Interface PaymentTransactionParams

              Contains payment transaction parameters.

              +

              The full documentation is available at: +https://developer.algorand.org/docs/get-details/transactions/transactions/#payment-transaction

              +
              interface PaymentTransactionParams {
                  amount: number | bigint;
                  closeRemainderTo?: string | Address;
                  receiver: string | Address;
              }

              Properties

              amount: number | bigint

              Integer amount to send, in microAlgos. Must be nonnegative.

              +
              closeRemainderTo?: string | Address

              Optional, indicates the sender will close their account and the remaining balance will transfer +to this account

              +
              receiver: string | Address

              Algorand address of recipient

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/PcLineLocation.html b/interfaces/PcLineLocation.html new file mode 100644 index 000000000..ad3059b5b --- /dev/null +++ b/interfaces/PcLineLocation.html @@ -0,0 +1,5 @@ +PcLineLocation | algosdk

              Interface PcLineLocation

              Represents the location of a specific PC in a source line.

              +
              interface PcLineLocation {
                  column: number;
                  nameIndex?: number;
                  pc: number;
              }

              Properties

              Properties

              column: number
              nameIndex?: number
              pc: number

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/SignedTransaction.html b/interfaces/SignedTransaction.html deleted file mode 100644 index 29c4d3045..000000000 --- a/interfaces/SignedTransaction.html +++ /dev/null @@ -1,109 +0,0 @@ -SignedTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface SignedTransaction

              -
              -

              Object representing a transaction with a signature

              -
              -
              -

              Hierarchy

              -
                -
              • SignedTransaction
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - - -

              Logic signature

              -
              -
              - - -

              Multisig structure

              -
              -
              - -
              sgnr?: Buffer
              -

              The signer, if signing with a different key than the Transaction type from property indicates

              -
              -
              - -
              sig?: Buffer
              -

              Transaction signature

              -
              -
              - - -

              The transaction that was signed

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/SourceLocation.html b/interfaces/SourceLocation.html new file mode 100644 index 000000000..6679c9614 --- /dev/null +++ b/interfaces/SourceLocation.html @@ -0,0 +1,6 @@ +SourceLocation | algosdk

              Interface SourceLocation

              Represents a location in a source file.

              +
              interface SourceLocation {
                  column: number;
                  line: number;
                  nameIndex?: number;
                  sourceIndex: number;
              }

              Properties

              column: number
              line: number
              nameIndex?: number
              sourceIndex: number

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/StackPrinterConfig.html b/interfaces/StackPrinterConfig.html new file mode 100644 index 000000000..dd80d741e --- /dev/null +++ b/interfaces/StackPrinterConfig.html @@ -0,0 +1,3 @@ +StackPrinterConfig | algosdk

              Interface StackPrinterConfig

              interface StackPrinterConfig {
                  maxValueWidth: undefined | number;
                  topOfStackFirst: undefined | boolean;
              }

              Properties

              maxValueWidth: undefined | number
              topOfStackFirst: undefined | boolean

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/StateProofTransactionFields.html b/interfaces/StateProofTransactionFields.html new file mode 100644 index 000000000..846c9ac41 --- /dev/null +++ b/interfaces/StateProofTransactionFields.html @@ -0,0 +1,4 @@ +StateProofTransactionFields | algosdk

              Interface StateProofTransactionFields

              interface StateProofTransactionFields {
                  message?: StateProofMessage;
                  stateProof?: StateProof;
                  stateProofType: number;
              }

              Properties

              stateProof?: StateProof
              stateProofType: number

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/StateProofTransactionParams.html b/interfaces/StateProofTransactionParams.html new file mode 100644 index 000000000..d14ff66b6 --- /dev/null +++ b/interfaces/StateProofTransactionParams.html @@ -0,0 +1,7 @@ +StateProofTransactionParams | algosdk

              Interface StateProofTransactionParams

              Contains state proof transaction parameters.

              +
              interface StateProofTransactionParams {
                  message?: StateProofMessage;
                  stateProof?: StateProof;
                  stateProofType?: number | bigint;
              }

              Properties

              The state proof message.

              +
              stateProof?: StateProof

              The state proof.

              +
              stateProofType?: number | bigint

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/SuggestedParams.html b/interfaces/SuggestedParams.html index e4a6893e6..133556cda 100644 --- a/interfaces/SuggestedParams.html +++ b/interfaces/SuggestedParams.html @@ -1,119 +1,17 @@ -SuggestedParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface SuggestedParams

              -
              -

              A dict holding common-to-all-txns arguments

              -
              -
              -

              Hierarchy

              -
                -
              • SuggestedParams
              -
              -
              -
              - -
              -
              -

              Properties

              -
              - -
              fee: number
              -

              Integer fee per byte, in microAlgos. For a flat fee, set flatFee to true

              -
              -
              - -
              firstRound: number
              -

              First protocol round on which this txn is valid

              -
              -
              - -
              flatFee?: boolean
              -

              Set this to true to specify fee as microalgos-per-txn +SuggestedParams | algosdk

              Interface SuggestedParams

              Contains parameters relevant to the creation of a new transaction in a specific network at a specific time

              +
              interface SuggestedParams {
                  fee: number | bigint;
                  firstValid: number | bigint;
                  flatFee?: boolean;
                  genesisHash?: Uint8Array;
                  genesisID?: string;
                  lastValid: number | bigint;
                  minFee: number | bigint;
              }

              Properties

              fee: number | bigint

              Integer fee per byte, in microAlgos. For a flat fee, set flatFee to true

              +
              firstValid: number | bigint

              First protocol round on which this txn is valid

              +
              flatFee?: boolean

              Set this to true to specify fee as microalgos-per-txn If the final calculated fee is lower than the protocol minimum fee, the fee will be increased to match the minimum

              -
              -
              - -
              genesisHash: string
              -

              Specifies hash genesis block of network in use

              -
              -
              - -
              genesisID: string
              -

              Specifies genesis ID of network in use

              -
              -
              - -
              lastRound: number
              -

              Last protocol round on which this txn is valid

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +
              genesisHash?: Uint8Array

              Specifies hash genesis block of network in use

              +
              genesisID?: string

              Specifies genesis ID of network in use

              +
              lastValid: number | bigint

              Last protocol round on which this txn is valid

              +
              minFee: number | bigint

              Minimum fee (not per byte) required for the transaction to be confirmed

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/TransactionBoxReference.html b/interfaces/TransactionBoxReference.html new file mode 100644 index 000000000..2643bf118 --- /dev/null +++ b/interfaces/TransactionBoxReference.html @@ -0,0 +1,3 @@ +TransactionBoxReference | algosdk

              Interface TransactionBoxReference

              interface TransactionBoxReference {
                  appIndex: bigint;
                  name: Uint8Array;
              }

              Properties

              Properties

              appIndex: bigint
              name: Uint8Array

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/TransactionParams.html b/interfaces/TransactionParams.html index eea69aae5..aa3946e4e 100644 --- a/interfaces/TransactionParams.html +++ b/interfaces/TransactionParams.html @@ -1,553 +1,32 @@ -TransactionParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface TransactionParams

              -
              -

              A full list of all available transaction parameters

              +TransactionParams | algosdk

              Interface TransactionParams

              A full list of all available transaction parameters

              The full documentation is available at: -https://developer.algorand.org/docs/reference/transactions/#common-fields-header-and-type

              -
              -
              -

              Hierarchy

              -
                -
              • TransactionParams
              -
              -
              -
              - -
              -
              -

              Properties

              -
              - -
              amount: number | bigint
              -

              Integer amount to send

              -
              -
              - -
              appAccounts?: string[]
              -

              Array of Address strings, any additional accounts to supply to the application

              -
              -
              - -
              appApprovalProgram: Uint8Array
              -

              The compiled TEAL that approves a transaction

              -
              -
              - -
              appArgs?: Uint8Array[]
              -

              Array of Uint8Array, any additional arguments to the application

              -
              -
              - -
              appClearProgram: Uint8Array
              -

              The compiled TEAL program that runs when clearing state

              -
              -
              - -
              appForeignApps?: number[]
              -

              Array of int, any other apps used by the application, identified by index

              -
              -
              - -
              appForeignAssets?: number[]
              -

              Array of int, any assets used by the application, identified by index

              -
              -
              - -
              appGlobalByteSlices: number
              -

              Restricts number of byte slices in global state

              -
              -
              - -
              appGlobalInts: number
              -

              Restricts number of ints in global state

              -
              -
              - -
              appIndex: number
              -

              A unique application index

              -
              -
              - -
              appLocalByteSlices: number
              -

              Restricts number of byte slices in per-user local state

              -
              -
              - -
              appLocalInts: number
              -

              Restricts number of ints in per-user local state

              -
              -
              - -
              appOnComplete: OnApplicationComplete
              -

              What application should do once the program has been run

              -
              -
              - -
              assetClawback?: string
              -

              String representation of Algorand address with power to revoke asset holdings

              -
              -
              - -
              assetDecimals: number
              -

              Integer number of decimals for asset unit calcuation

              -
              -
              - -
              assetDefaultFrozen: boolean
              -

              Whether asset accounts should default to being frozen

              -
              -
              - -
              assetFreeze?: string
              -

              String representation of Algorand address with power to freeze/unfreeze asset holdings

              -
              -
              - -
              assetIndex: number
              -

              Asset index uniquely specifying the asset

              -
              -
              - -
              assetManager?: string
              -

              String representation of Algorand address in charge of reserve, freeze, clawback, destruction, etc.

              -
              -
              - -
              assetMetadataHash?: string | Uint8Array
              -

              Uint8Array or UTF-8 string representation of a hash commitment with respect to the asset. Must be exactly 32 bytes long.

              -
              -
              - -
              assetName?: string
              -

              Name for this asset

              -
              -
              - -
              assetReserve?: string
              -

              String representation of Algorand address representing asset reserve

              -
              -
              - -
              assetRevocationTarget?: string
              -

              String representation of Algorand address – if provided, and if "from" is -the asset's revocation manager, then deduct from "revocationTarget" rather than "from"

              -
              -
              - -
              assetTotal: number | bigint
              -

              Total supply of the asset

              -
              -
              - -
              assetURL?: string
              -

              URL relating to this asset

              -
              -
              - -
              assetUnitName?: string
              -

              Unit name for this asset

              -
              -
              - -
              boxes?: BoxReference[]
              -

              A grouping of the app ID and name of the box in an Uint8Array

              -
              -
              - -
              closeRemainderTo?: string
              -

              Close out remaining account balance to this account

              -
              -
              - -
              extraPages?: number
              -

              Int representing extra pages of memory to rent during an application create transaction.

              -
              -
              - -
              fee: number
              -

              Integer fee per byte, in microAlgos. For a flat fee, set flatFee to true

              -
              -
              - -
              firstRound: number
              -

              Integer first protocol round on which this txn is valid

              -
              -
              - -
              flatFee?: boolean
              -

              Set this to true to specify fee as microalgos-per-txn.

              -

              If the final calculated fee is lower than the protocol minimum fee, the fee will be increased to match the minimum

              -
              -
              - -
              freezeAccount: string
              -

              String representation of Algorand address being frozen or unfrozen

              -
              -
              - -
              freezeState: boolean
              -

              true if freezeTarget should be frozen, false if freezeTarget should be allowed to transact

              -
              -
              - -
              from: string
              -

              String representation of Algorand address of sender

              -
              -
              - -
              genesisHash: string
              -

              Specifies hash genesis block of network in use

              -
              -
              - -
              genesisID: string
              -

              Specifies genesis ID of network in use

              -
              -
              - -
              lastRound: number
              -

              Integer last protocol round on which this txn is valid

              -
              -
              - -
              lease?: Uint8Array
              -

              Lease a transaction. The sender cannot send another txn with that same lease until the last round of original txn has passed

              -
              -
              - -
              nonParticipation?: boolean
              -

              Set this value to true to mark this account as nonparticipating.

              -

              All new Algorand accounts are participating by default. This means they earn rewards.

              -
              -
              - -
              note?: Uint8Array
              -

              Arbitrary data for sender to store

              -
              -
              - -
              reKeyTo?: string
              -

              String representation of the Algorand address that will be used to authorize all future transactions

              -
              -
              - -
              selectionKey: string | Uint8Array
              -

              Selection key bytes. For key deregistration, leave undefined

              -
              -
              - -
              stateProof?: Uint8Array
              -

              Byte array containing the state proof.

              -
              -
              - -
              stateProofKey: string | Uint8Array
              -

              State proof key bytes. For key deregistration, leave undefined

              -
              -
              - -
              stateProofMessage?: Uint8Array
              -

              Byte array containing the state proof message.

              -
              -
              - -
              stateProofType?: number | bigint
              -
              - -
              suggestedParams: SuggestedParams
              -

              A dict holding common-to-all-txns arguments

              -
              -
              - -
              to: string
              -

              String representation of Algorand address of recipient

              -
              -
              - - -

              Transaction type

              -
              -
              - -
              voteFirst: number
              -

              First round on which voteKey is valid

              -
              -
              - -
              voteKey: string | Uint8Array
              -

              Voting key bytes. For key deregistration, leave undefined

              -
              -
              - -
              voteKeyDilution: number
              -

              The dilution fo the 2-level participation key

              -
              -
              - -
              voteLast: number
              -

              Last round on which voteKey is valid

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +https://developer.algorand.org/docs/get-details/transactions/transactions/#common-fields-header-and-type

              +
              interface TransactionParams {
                  appCallParams?: ApplicationCallTransactionParams;
                  assetConfigParams?: AssetConfigurationTransactionParams;
                  assetFreezeParams?: AssetFreezeTransactionParams;
                  assetTransferParams?: AssetTransferTransactionParams;
                  keyregParams?: KeyRegistrationTransactionParams;
                  lease?: Uint8Array;
                  note?: Uint8Array;
                  paymentParams?: PaymentTransactionParams;
                  rekeyTo?: string | Address;
                  sender: string | Address;
                  stateProofParams?: StateProofTransactionParams;
                  suggestedParams: SuggestedParams;
                  type: TransactionType;
              }

              Properties

              Application call transaction parameters. Only set if type is TransactionType.appl

              +

              Asset configuration transaction parameters. Only set if type is TransactionType.acfg

              +
              assetFreezeParams?: AssetFreezeTransactionParams

              Asset freeze transaction parameters. Only set if type is TransactionType.afrz

              +
              assetTransferParams?: AssetTransferTransactionParams

              Asset transfer transaction parameters. Only set if type is TransactionType.axfer

              +

              Key registration transaction parameters. Only set if type is TransactionType.keyreg

              +
              lease?: Uint8Array

              Optional, 32-byte lease to associate with this transaction.

              +

              The sender cannot send another transaction with the same lease until the last round of original +transaction has passed.

              +
              note?: Uint8Array

              Optional, arbitrary data to be included in the transaction's note field

              +
              paymentParams?: PaymentTransactionParams

              Payment transaction parameters. Only set if type is TransactionType.pay

              +
              rekeyTo?: string | Address

              The Algorand address that will be used to authorize all future transactions from the sender, if provided.

              +
              sender: string | Address

              Algorand address of sender

              +
              stateProofParams?: StateProofTransactionParams

              State proof transaction parameters. Only set if type is TransactionType.stpf

              +
              suggestedParams: SuggestedParams

              Suggested parameters relevant to the network that will accept this transaction

              +

              Transaction type

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/TransactionWithSigner.html b/interfaces/TransactionWithSigner.html index 252f1a58a..674c2930e 100644 --- a/interfaces/TransactionWithSigner.html +++ b/interfaces/TransactionWithSigner.html @@ -1,82 +1,6 @@ -TransactionWithSigner | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface TransactionWithSigner

              -
              -

              Represents an unsigned transactions and a signer that can authorize that transaction.

              -
              -
              -

              Hierarchy

              -
                -
              • TransactionWithSigner
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - - -

              A transaction signer that can authorize txn

              -
              -
              - - -

              An unsigned transaction

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +TransactionWithSigner | algosdk

              Interface TransactionWithSigner

              Represents an unsigned transactions and a signer that can authorize that transaction.

              +
              interface TransactionWithSigner {
                  signer: TransactionSigner;
                  txn: Transaction;
              }

              Properties

              Properties

              A transaction signer that can authorize txn

              +

              An unsigned transaction

              +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/_internal_.ARC28Event.html b/interfaces/_internal_.ARC28Event.html deleted file mode 100644 index d4033ad77..000000000 --- a/interfaces/_internal_.ARC28Event.html +++ /dev/null @@ -1,92 +0,0 @@ -ARC28Event | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface ARC28Event

              -
              -

              ARC-28 event description

              -
              -
              -

              Hierarchy

              -
                -
              • ARC28Event
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              args: { desc?: string; name?: string; type: string }[]
              -

              The arguments of the event, in order

              -
              -
              - -
              desc?: string
              -

              Optional, user-friendly description for the event

              -
              -
              - -
              name: string
              -

              The name of the event

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.BidStorageStructure.html b/interfaces/_internal_.BidStorageStructure.html deleted file mode 100644 index ce456d89d..000000000 --- a/interfaces/_internal_.BidStorageStructure.html +++ /dev/null @@ -1,104 +0,0 @@ -BidStorageStructure | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface BidStorageStructure

              -
              -

              Hierarchy

              -
                -
              • BidStorageStructure
              -
              -
              -
              - -
              -
              -

              Properties

              -
              - -
              auctionID: number
              -
              - -
              auctionKey: Address
              -
              - -
              bidAmount: number
              -
              - -
              bidID: number
              -
              - -
              bidderKey: Address
              -
              - -
              maxPrice: number
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.BlockHeader.html b/interfaces/_internal_.BlockHeader.html deleted file mode 100644 index ee2730da4..000000000 --- a/interfaces/_internal_.BlockHeader.html +++ /dev/null @@ -1,201 +0,0 @@ -BlockHeader | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface BlockHeader

              -
              -

              Represents the metadata and state of a block.

              -

              For more information, refer to: https://github.com/algorand/go-algorand/blob/master/data/bookkeeping/block.go

              -
              -
              -

              Hierarchy

              -
                -
              • BlockHeader
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              fees: string
              -

              Transaction fees

              -
              -
              - -
              frac: number
              -

              The number of leftover MicroAlgos after rewards distribution

              -
              -
              - -
              gen: string
              -

              Genesis ID to which this block belongs

              -
              -
              - -
              gh: string
              -

              Genesis hash to which this block belongs.

              -
              -
              - -
              prev: string
              -

              The hash of the previous block

              -
              -
              - -
              proto: string
              -

              Current protocol

              -
              -
              - -
              rate: number
              -

              Rewards rate

              -
              -
              - -
              rnd: number
              -

              Round number

              -
              -
              - -
              rwcalr: number
              -

              Rewards recalculation round

              -
              -
              - -
              rwd: string
              -

              Rewards pool

              -
              -
              - -
              seed: string
              -

              Sortition seed

              -
              -
              - -
              spt: Map<number, Uint8Array>
              -

              StateProofTracking map of type to tracking data

              -
              -
              - -
              ts: number
              -

              Timestamp in seconds since epoch

              -
              -
              - -
              txn: string
              -

              Transaction root SHA512_256

              -
              -
              - -
              txn256: string
              -

              Transaction root SHA256

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.DryrunResultResponse.html b/interfaces/_internal_.DryrunResultResponse.html deleted file mode 100644 index 6c4290bfb..000000000 --- a/interfaces/_internal_.DryrunResultResponse.html +++ /dev/null @@ -1,83 +0,0 @@ -DryrunResultResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface DryrunResultResponse

              -
              -

              Hierarchy

              -
                -
              • DryrunResultResponse
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              error: string
              -
              - -
              protocol-version: string
              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.DryrunTraceLineResponse.html b/interfaces/_internal_.DryrunTraceLineResponse.html deleted file mode 100644 index 00c035a40..000000000 --- a/interfaces/_internal_.DryrunTraceLineResponse.html +++ /dev/null @@ -1,97 +0,0 @@ -DryrunTraceLineResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface DryrunTraceLineResponse

              -
              -

              Hierarchy

              -
                -
              • DryrunTraceLineResponse
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              error: string
              -
              - -
              line: number
              -
              - -
              pc: number
              -
              - -
              scratch: modelsv2.TealValue[]
              -
              - -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.DryrunTransactionResultResponse.html b/interfaces/_internal_.DryrunTransactionResultResponse.html deleted file mode 100644 index fa7f4b2ca..000000000 --- a/interfaces/_internal_.DryrunTransactionResultResponse.html +++ /dev/null @@ -1,132 +0,0 @@ -DryrunTransactionResultResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface DryrunTransactionResultResponse

              -
              -

              Hierarchy

              -
                -
              • DryrunTransactionResultResponse
              -
              -
              -
              - -
              -
              -

              Properties

              -
              - -
              appCallMessages: string[]
              -
              - -
              appCallTrace: DryrunTrace
              -
              - -
              cost: number
              -
              - -
              disassembly: string[]
              -
              - -
              -
              - -
              -
              - -
              logicSigDisassembly: string[]
              -
              - -
              logicSigMessages: string[]
              -
              - -
              logicSigTrace: DryrunTrace
              -
              - -
              logs: string[]
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.HTTPClientResponse.html b/interfaces/_internal_.HTTPClientResponse.html deleted file mode 100644 index 92a9be9fe..000000000 --- a/interfaces/_internal_.HTTPClientResponse.html +++ /dev/null @@ -1,97 +0,0 @@ -HTTPClientResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface HTTPClientResponse

              -
              -

              Hierarchy

              -
                -
              • HTTPClientResponse
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              body: any
              -
              - -
              headers: Record<string, string>
              -
              - -
              ok: boolean
              -
              - -
              status: number
              -
              - -
              text?: string
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.JSONOptions.html b/interfaces/_internal_.JSONOptions.html deleted file mode 100644 index 384cb368a..000000000 --- a/interfaces/_internal_.JSONOptions.html +++ /dev/null @@ -1,69 +0,0 @@ -JSONOptions | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface JSONOptions

              -
              -

              Hierarchy

              -
                -
              • JSONOptions
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              intDecoding?: IntDecoding
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.LogicSigStorageStructure.html b/interfaces/_internal_.LogicSigStorageStructure.html deleted file mode 100644 index 9cac1ef2a..000000000 --- a/interfaces/_internal_.LogicSigStorageStructure.html +++ /dev/null @@ -1,94 +0,0 @@ -LogicSigStorageStructure | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface LogicSigStorageStructure

              -
              -

              Hierarchy

              -
                -
              • LogicSigStorageStructure
              -
              -

              Implemented by

              -
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              args: Uint8Array[]
              -
              - -
              logic: Uint8Array
              -
              - -
              -
              - -
              sig?: Uint8Array
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.Overwrites-1.html b/interfaces/_internal_.Overwrites-1.html deleted file mode 100644 index e6fb720e6..000000000 --- a/interfaces/_internal_.Overwrites-1.html +++ /dev/null @@ -1,69 +0,0 @@ -Overwrites | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface Overwrites

              -
              -

              Hierarchy

              -
                -
              • Overwrites
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              type?: keyreg
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.Overwrites-2.html b/interfaces/_internal_.Overwrites-2.html deleted file mode 100644 index 84535dddc..000000000 --- a/interfaces/_internal_.Overwrites-2.html +++ /dev/null @@ -1,69 +0,0 @@ -Overwrites | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface Overwrites

              -
              -

              Hierarchy

              -
                -
              • Overwrites
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              type?: stpf
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.Overwrites.html b/interfaces/_internal_.Overwrites.html deleted file mode 100644 index 8e937f165..000000000 --- a/interfaces/_internal_.Overwrites.html +++ /dev/null @@ -1,69 +0,0 @@ -Overwrites | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface Overwrites

              -
              -

              Hierarchy

              -
                -
              • Overwrites
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              type?: pay
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.OverwritesForConfig.html b/interfaces/_internal_.OverwritesForConfig.html deleted file mode 100644 index 71d32fae9..000000000 --- a/interfaces/_internal_.OverwritesForConfig.html +++ /dev/null @@ -1,69 +0,0 @@ -OverwritesForConfig | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface OverwritesForConfig

              -
              -

              Hierarchy

              -
                -
              • OverwritesForConfig
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              type?: acfg
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.OverwritesForCreate-1.html b/interfaces/_internal_.OverwritesForCreate-1.html deleted file mode 100644 index 2c7902f96..000000000 --- a/interfaces/_internal_.OverwritesForCreate-1.html +++ /dev/null @@ -1,69 +0,0 @@ -OverwritesForCreate | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface OverwritesForCreate

              -
              -

              Hierarchy

              -
                -
              • OverwritesForCreate
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              type?: appl
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.OverwritesForCreate.html b/interfaces/_internal_.OverwritesForCreate.html deleted file mode 100644 index e49bde740..000000000 --- a/interfaces/_internal_.OverwritesForCreate.html +++ /dev/null @@ -1,69 +0,0 @@ -OverwritesForCreate | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface OverwritesForCreate

              -
              -

              Hierarchy

              -
                -
              • OverwritesForCreate
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              type?: acfg
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.OverwritesForDelete.html b/interfaces/_internal_.OverwritesForDelete.html deleted file mode 100644 index 29340094e..000000000 --- a/interfaces/_internal_.OverwritesForDelete.html +++ /dev/null @@ -1,69 +0,0 @@ -OverwritesForDelete | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface OverwritesForDelete

              -
              -

              Hierarchy

              -
                -
              • OverwritesForDelete
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              type?: appl
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.OverwritesForDestroy.html b/interfaces/_internal_.OverwritesForDestroy.html deleted file mode 100644 index c41873db8..000000000 --- a/interfaces/_internal_.OverwritesForDestroy.html +++ /dev/null @@ -1,69 +0,0 @@ -OverwritesForDestroy | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface OverwritesForDestroy

              -
              -

              Hierarchy

              -
                -
              • OverwritesForDestroy
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              type?: acfg
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.OverwritesForFreeze.html b/interfaces/_internal_.OverwritesForFreeze.html deleted file mode 100644 index 3a73002eb..000000000 --- a/interfaces/_internal_.OverwritesForFreeze.html +++ /dev/null @@ -1,69 +0,0 @@ -OverwritesForFreeze | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface OverwritesForFreeze

              -
              -

              Hierarchy

              -
                -
              • OverwritesForFreeze
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              type?: afrz
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.OverwritesForTransfer.html b/interfaces/_internal_.OverwritesForTransfer.html deleted file mode 100644 index 63c545fc8..000000000 --- a/interfaces/_internal_.OverwritesForTransfer.html +++ /dev/null @@ -1,69 +0,0 @@ -OverwritesForTransfer | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface OverwritesForTransfer

              -
              -

              Hierarchy

              -
                -
              • OverwritesForTransfer
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              type?: axfer
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.OverwritesForUpdate.html b/interfaces/_internal_.OverwritesForUpdate.html deleted file mode 100644 index cfebef59b..000000000 --- a/interfaces/_internal_.OverwritesForUpdate.html +++ /dev/null @@ -1,69 +0,0 @@ -OverwritesForUpdate | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface OverwritesForUpdate

              -
              -

              Hierarchy

              -
                -
              • OverwritesForUpdate
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              type?: appl
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.StackPrinterConfig.html b/interfaces/_internal_.StackPrinterConfig.html deleted file mode 100644 index dd7a35a03..000000000 --- a/interfaces/_internal_.StackPrinterConfig.html +++ /dev/null @@ -1,76 +0,0 @@ -StackPrinterConfig | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface StackPrinterConfig

              -
              -

              Hierarchy

              -
                -
              • StackPrinterConfig
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              maxValueWidth: number
              -
              - -
              topOfStackFirst: boolean
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.StackValueResponse.html b/interfaces/_internal_.StackValueResponse.html deleted file mode 100644 index 934fd8653..000000000 --- a/interfaces/_internal_.StackValueResponse.html +++ /dev/null @@ -1,83 +0,0 @@ -StackValueResponse | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface StackValueResponse

              -
              -

              Hierarchy

              -
                -
              • StackValueResponse
              -
              -
              -
              - -
              -
              -

              Properties

              -
              -
              -

              Properties

              -
              - -
              bytes: string
              -
              - -
              type: number
              -
              - -
              uint: number
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/interfaces/_internal_.TransactionStorageStructure.html b/interfaces/_internal_.TransactionStorageStructure.html deleted file mode 100644 index dd4d8f3af..000000000 --- a/interfaces/_internal_.TransactionStorageStructure.html +++ /dev/null @@ -1,488 +0,0 @@ -TransactionStorageStructure | algosdk
              -
              - -
              -
              -
              -
              - -

              Interface TransactionStorageStructure

              -
              -

              A modified version of the transaction params. Represents the internal structure that the Transaction class uses -to store inputted transaction objects.

              -
              -
              -

              Hierarchy

              -
                -
              • Omit<TransactionParams, "from" | "to" | "genesisHash" | "closeRemainderTo" | "voteKey" | "selectionKey" | "stateProofKey" | "assetManager" | "assetReserve" | "assetFreeze" | "assetClawback" | "assetRevocationTarget" | "freezeAccount" | "appAccounts" | "suggestedParams" | "reKeyTo"> -
                  -
                • TransactionStorageStructure
              -
              -

              Implemented by

              -
              -
              -
              -
              - -
              -
              -

              Properties

              -
              - -
              amount: number | bigint
              -
              - -
              appAccounts?: string[] | Address[]
              -
              - -
              appApprovalProgram: Uint8Array
              -
              - -
              appArgs?: Uint8Array[]
              -
              - -
              appClearProgram: Uint8Array
              -
              - -
              appForeignApps?: number[]
              -
              - -
              appForeignAssets?: number[]
              -
              - -
              appGlobalByteSlices: number
              -
              - -
              appGlobalInts: number
              -
              - -
              appIndex: number
              -
              - -
              appLocalByteSlices: number
              -
              - -
              appLocalInts: number
              -
              - -
              appOnComplete: OnApplicationComplete
              -
              - -
              assetClawback: string | Address
              -
              - -
              assetDecimals: number
              -
              - -
              assetDefaultFrozen: boolean
              -
              - -
              assetFreeze: string | Address
              -
              - -
              assetIndex: number
              -
              - -
              assetManager: string | Address
              -
              - -
              assetMetadataHash?: string | Uint8Array
              -
              - -
              assetName: string
              -
              - -
              assetReserve: string | Address
              -
              - -
              assetRevocationTarget?: string | Address
              -
              - -
              assetTotal: number | bigint
              -
              - -
              assetURL: string
              -
              - -
              assetUnitName: string
              -
              - -
              boxes?: BoxReference[]
              -
              - -
              closeRemainderTo?: string | Address
              -
              - -
              extraPages?: number
              -
              - -
              fee: number
              -
              - -
              firstRound: number
              -
              - -
              flatFee: boolean
              -
              - -
              freezeAccount: string | Address
              -
              - -
              freezeState: boolean
              -
              - -
              from: string | Address
              -
              - -
              genesisHash: string | Buffer
              -
              - -
              genesisID: string
              -
              - -
              group?: Buffer
              -
              - -
              lastRound: number
              -
              - -
              lease?: Uint8Array
              -
              - -
              nonParticipation?: boolean
              -
              - -
              note?: Uint8Array
              -
              - -
              reKeyTo?: string | Address
              -
              - -
              selectionKey: string | Buffer
              -
              - -
              stateProof?: Uint8Array
              -
              - -
              stateProofKey: string | Buffer
              -
              - -
              stateProofMessage?: Uint8Array
              -
              - -
              stateProofType?: number | bigint
              -
              - -
              to: string | Address
              -
              - -
              -
              - -
              voteFirst: number
              -
              - -
              voteKey: string | Buffer
              -
              - -
              voteKeyDilution: number
              -
              - -
              voteLast: number
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/modules.html b/modules.html index ee4a53f88..e6526f204 100644 --- a/modules.html +++ b/modules.html @@ -1,423 +1,236 @@ -algosdk
              -
              - -
              -
              -
              -
              -

              algosdk

              -
              -
              -

              Index

              -
              -

              Namespaces

              -
              -
              -

              Enumerations

              -
              -
              -

              Classes

              -
              -
              -

              Interfaces

              -
              -
              -

              Type Aliases

              -
              -
              -

              Variables

              -
              -
              -

              Functions

              -
              abiCheckTransactionType -abiTypeIsReference -abiTypeIsTransaction -algosToMicroalgos -appendSignMultisigTransaction -appendSignRawMultisigSignature -assignGroupID -bigIntToBytes -bytesToBigInt -computeGroupID -createDryrun -createMultisigTransaction -decodeAddress -decodeObj -decodeSignedTransaction -decodeUint64 -decodeUnsignedTransaction -encodeAddress -encodeObj -encodeUint64 -encodeUnsignedSimulateTransaction -encodeUnsignedTransaction -generateAccount -getApplicationAddress -getMethodByName -instantiateTxnIfNeeded -isTransactionWithSigner -isValidAddress -logicSigFromByte -makeApplicationCallTxnFromObject -makeApplicationClearStateTxn -makeApplicationClearStateTxnFromObject -makeApplicationCloseOutTxn -makeApplicationCloseOutTxnFromObject -makeApplicationCreateTxn -makeApplicationCreateTxnFromObject -makeApplicationDeleteTxn -makeApplicationDeleteTxnFromObject -makeApplicationNoOpTxn -makeApplicationNoOpTxnFromObject -makeApplicationOptInTxn -makeApplicationOptInTxnFromObject -makeApplicationUpdateTxn -makeApplicationUpdateTxnFromObject -makeAssetConfigTxnWithSuggestedParams -makeAssetConfigTxnWithSuggestedParamsFromObject -makeAssetCreateTxnWithSuggestedParams -makeAssetCreateTxnWithSuggestedParamsFromObject -makeAssetDestroyTxnWithSuggestedParams -makeAssetDestroyTxnWithSuggestedParamsFromObject -makeAssetFreezeTxnWithSuggestedParams -makeAssetFreezeTxnWithSuggestedParamsFromObject -makeAssetTransferTxnWithSuggestedParams -makeAssetTransferTxnWithSuggestedParamsFromObject -makeBasicAccountTransactionSigner -makeEmptyTransactionSigner -makeKeyRegistrationTxnWithSuggestedParams -makeKeyRegistrationTxnWithSuggestedParamsFromObject -makeLogicSigAccountTransactionSigner -makeMultiSigAccountTransactionSigner -makePaymentTxnWithSuggestedParams -makePaymentTxnWithSuggestedParamsFromObject -masterDerivationKeyToMnemonic -mergeMultisigTransactions -microalgosToAlgos -mnemonicFromSeed -mnemonicToMasterDerivationKey -mnemonicToSecretKey -multisigAddress -secretKeyToMnemonic -seedFromMnemonic -signBid -signBytes -signLogicSigTransaction -signLogicSigTransactionObject -signMultisigTransaction -signTransaction -tealSign -tealSignFromProgram -verifyBytes -verifyMultisig -verifyTealSign -waitForConfirmation -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +algosdk

              algosdk

              Index

              Namespaces

              Enumerations

              Classes

              Interfaces

              Type Aliases

              Variables

              Functions

              abiCheckTransactionType +abiTypeIsReference +abiTypeIsTransaction +algosToMicroalgos +appendSignMultisigTransaction +appendSignRawMultisigSignature +assignGroupID +base64ToBytes +bigIntToBytes +bytesToBase64 +bytesToBigInt +bytesToHex +bytesToString +coerceToBytes +computeGroupID +createDryrun +createMultisigTransaction +decodeAddress +decodeJSON +decodeMsgpack +decodeObj +decodeSignedTransaction +decodeUint64 +decodeUnsignedTransaction +dryrunTxnResultAppTrace +dryrunTxnResultLogicSigTrace +encodeAddress +encodeJSON +encodeMsgpack +encodeObj +encodeUint64 +encodeUnsignedSimulateTransaction +encodeUnsignedTransaction +encodedMultiSigFromEncodingData +encodedMultiSigToEncodingData +encodedSubsigFromEncodingData +encodedSubsigToEncodingData +generateAccount +getApplicationAddress +getMethodByName +hexToBytes +isOnApplicationComplete +isTransactionType +isTransactionWithSigner +isValidAddress +logicSigFromByte +makeApplicationCallTxnFromObject +makeApplicationClearStateTxnFromObject +makeApplicationCloseOutTxnFromObject +makeApplicationCreateTxnFromObject +makeApplicationDeleteTxnFromObject +makeApplicationNoOpTxnFromObject +makeApplicationOptInTxnFromObject +makeApplicationUpdateTxnFromObject +makeAssetConfigTxnWithSuggestedParamsFromObject +makeAssetCreateTxnWithSuggestedParamsFromObject +makeAssetDestroyTxnWithSuggestedParamsFromObject +makeAssetFreezeTxnWithSuggestedParamsFromObject +makeAssetTransferTxnWithSuggestedParamsFromObject +makeBaseAssetConfigTxn +makeBasicAccountTransactionSigner +makeEmptyTransactionSigner +makeKeyRegistrationTxnWithSuggestedParamsFromObject +makeLogicSigAccountTransactionSigner +makeMultiSigAccountTransactionSigner +makePaymentTxnWithSuggestedParamsFromObject +masterDerivationKeyToMnemonic +mergeMultisigTransactions +microalgosToAlgos +mnemonicFromSeed +mnemonicToMasterDerivationKey +mnemonicToSecretKey +msgpackRawDecode +msgpackRawDecodeAsMap +msgpackRawEncode +multisigAddress +parseJSON +secretKeyToMnemonic +seedFromMnemonic +signBytes +signLogicSigTransaction +signLogicSigTransactionObject +signMultisigTransaction +signTransaction +stringifyJSON +tealSign +tealSignFromProgram +verifyBytes +verifyMultisig +verifyTealSign +waitForConfirmation +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/modules/_internal_.html b/modules/_internal_.html deleted file mode 100644 index 896074a33..000000000 --- a/modules/_internal_.html +++ /dev/null @@ -1,276 +0,0 @@ -<internal> | algosdk
              -
              - -
              -
              -
              -
              - -

              Namespace <internal>

              -
              -
              -

              Index

              -
              -

              Classes - GET

              -
              -
              -

              Classes - Other

              -
              -
              -

              Interfaces

              -
              -
              -

              Type Aliases

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/modules/indexerModels.html b/modules/indexerModels.html index b0b4e1ced..268784a02 100644 --- a/modules/indexerModels.html +++ b/modules/indexerModels.html @@ -1,173 +1,62 @@ -indexerModels | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +indexerModels | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/modules/modelsv2.html b/modules/modelsv2.html index 8e93f507c..2c731c232 100644 --- a/modules/modelsv2.html +++ b/modules/modelsv2.html @@ -1,193 +1,72 @@ -modelsv2 | algosdk
              -
              - -
              -
              -
              -
              - -

              Namespace modelsv2

              -
              -
              -

              Index

              -
              -

              Classes

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +modelsv2 | algosdk

              Namespace modelsv2

              Index

              Classes

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/ABIArgument.html b/types/ABIArgument.html index 1ee3d47a1..1caa35347 100644 --- a/types/ABIArgument.html +++ b/types/ABIArgument.html @@ -1,224 +1 @@ -ABIArgument | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias ABIArgument

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ABIArgument | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/ABIArgumentType.html b/types/ABIArgumentType.html index 4fe0abd57..181b2b77d 100644 --- a/types/ABIArgumentType.html +++ b/types/ABIArgumentType.html @@ -1,224 +1 @@ -ABIArgumentType | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias ABIArgumentType

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ABIArgumentType | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/ABIReturnType.html b/types/ABIReturnType.html index 2279b88ee..bf76ba798 100644 --- a/types/ABIReturnType.html +++ b/types/ABIReturnType.html @@ -1,224 +1 @@ -ABIReturnType | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias ABIReturnType

              -
              ABIReturnType: ABIType | "void"
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ABIReturnType | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/ABIValue.html b/types/ABIValue.html index 3c802fd91..f3ec04d2c 100644 --- a/types/ABIValue.html +++ b/types/ABIValue.html @@ -1,224 +1 @@ -ABIValue | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias ABIValue

              -
              ABIValue: boolean | number | bigint | string | Uint8Array | ABIValue[]
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ABIValue | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/AppClearStateTxn.html b/types/AppClearStateTxn.html deleted file mode 100644 index 93e86c49c..000000000 --- a/types/AppClearStateTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -AppClearStateTxn | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias AppClearStateTxn

              -
              AppClearStateTxn: AppDeleteTxn
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/AppCloseOutTxn.html b/types/AppCloseOutTxn.html deleted file mode 100644 index 2d33b48fe..000000000 --- a/types/AppCloseOutTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -AppCloseOutTxn | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias AppCloseOutTxn

              -
              AppCloseOutTxn: AppDeleteTxn
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/AppCreateTxn.html b/types/AppCreateTxn.html deleted file mode 100644 index a034bc513..000000000 --- a/types/AppCreateTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -AppCreateTxn | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/AppDeleteTxn.html b/types/AppDeleteTxn.html deleted file mode 100644 index f945d8517..000000000 --- a/types/AppDeleteTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -AppDeleteTxn | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/AppNoOpTxn.html b/types/AppNoOpTxn.html deleted file mode 100644 index 75fd4f9b3..000000000 --- a/types/AppNoOpTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -AppNoOpTxn | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias AppNoOpTxn

              -
              AppNoOpTxn: AppDeleteTxn
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/AppOptInTxn.html b/types/AppOptInTxn.html deleted file mode 100644 index 6a0559d0b..000000000 --- a/types/AppOptInTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -AppOptInTxn | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias AppOptInTxn

              -
              AppOptInTxn: AppDeleteTxn
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/AppUpdateTxn.html b/types/AppUpdateTxn.html deleted file mode 100644 index c3a7b5543..000000000 --- a/types/AppUpdateTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -AppUpdateTxn | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/AssetConfigTxn.html b/types/AssetConfigTxn.html deleted file mode 100644 index ef9047030..000000000 --- a/types/AssetConfigTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -AssetConfigTxn | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/AssetCreateTxn.html b/types/AssetCreateTxn.html deleted file mode 100644 index c13e9ed08..000000000 --- a/types/AssetCreateTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -AssetCreateTxn | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/AssetDestroyTxn.html b/types/AssetDestroyTxn.html deleted file mode 100644 index 78730dd2b..000000000 --- a/types/AssetDestroyTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -AssetDestroyTxn | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/AssetFreezeTxn.html b/types/AssetFreezeTxn.html deleted file mode 100644 index 15bef8b02..000000000 --- a/types/AssetFreezeTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -AssetFreezeTxn | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/AssetTransferTxn.html b/types/AssetTransferTxn.html deleted file mode 100644 index 4f372cbd7..000000000 --- a/types/AssetTransferTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -AssetTransferTxn | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/JSONEncodingData.html b/types/JSONEncodingData.html new file mode 100644 index 000000000..e2579ce4f --- /dev/null +++ b/types/JSONEncodingData.html @@ -0,0 +1 @@ +JSONEncodingData | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/KeyRegistrationTxn.html b/types/KeyRegistrationTxn.html deleted file mode 100644 index beb105e87..000000000 --- a/types/KeyRegistrationTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -KeyRegistrationTxn | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/MsgpackEncodingData.html b/types/MsgpackEncodingData.html new file mode 100644 index 000000000..c6bab19cf --- /dev/null +++ b/types/MsgpackEncodingData.html @@ -0,0 +1 @@ +MsgpackEncodingData | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/MustHaveSuggestedParams.html b/types/MustHaveSuggestedParams.html deleted file mode 100644 index bde519284..000000000 --- a/types/MustHaveSuggestedParams.html +++ /dev/null @@ -1,230 +0,0 @@ -MustHaveSuggestedParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias MustHaveSuggestedParams<T>

              -
              MustHaveSuggestedParams<T>: Extract<T, { suggestedParams: SuggestedParams }>
              -

              Only accept transaction objects that include suggestedParams as an object

              -
              -

              Type Parameters

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/MustHaveSuggestedParamsInline.html b/types/MustHaveSuggestedParamsInline.html deleted file mode 100644 index 32addcf7d..000000000 --- a/types/MustHaveSuggestedParamsInline.html +++ /dev/null @@ -1,231 +0,0 @@ -MustHaveSuggestedParamsInline | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias MustHaveSuggestedParamsInline<T>

              -
              MustHaveSuggestedParamsInline<T>: Extract<T, SuggestedParams>
              -

              Only accept transaction objects that include suggestedParams inline instead of being -enclosed in its own property

              -
              -

              Type Parameters

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/PaymentTxn.html b/types/PaymentTxn.html deleted file mode 100644 index c7abe0223..000000000 --- a/types/PaymentTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -PaymentTxn | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/StateProofTxn.html b/types/StateProofTxn.html deleted file mode 100644 index 9d9807f49..000000000 --- a/types/StateProofTxn.html +++ /dev/null @@ -1,224 +0,0 @@ -StateProofTxn | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/TokenHeader.html b/types/TokenHeader.html index 836c70b58..02c56218d 100644 --- a/types/TokenHeader.html +++ b/types/TokenHeader.html @@ -1,224 +1 @@ -TokenHeader | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +TokenHeader | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/TransactionLike.html b/types/TransactionLike.html deleted file mode 100644 index 0698a36e1..000000000 --- a/types/TransactionLike.html +++ /dev/null @@ -1,226 +0,0 @@ -TransactionLike | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias TransactionLike

              -
              TransactionLike: AnyTransaction | Transaction
              -

              Either a valid transaction object or an instance of the Transaction class

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/TransactionSigner.html b/types/TransactionSigner.html index 2cb24db9c..677fb3099 100644 --- a/types/TransactionSigner.html +++ b/types/TransactionSigner.html @@ -1,249 +1,7 @@ -TransactionSigner | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias TransactionSigner

              -
              TransactionSigner: ((txnGroup: Transaction[], indexesToSign: number[]) => Promise<Uint8Array[]>)
              -
              -

              Type declaration

              -
                -
              • -
                  -
                • (txnGroup: Transaction[], indexesToSign: number[]): Promise<Uint8Array[]>
                • -
                • -

                  This type represents a function which can sign transactions from an atomic transaction group.

                  - -

                  Returns

                  A promise which resolves an array of encoded signed transactions. The length of the +TransactionSigner | algosdk

                  Type alias TransactionSigner

                  TransactionSigner: ((txnGroup, indexesToSign) => Promise<Uint8Array[]>)

                  This type represents a function which can sign transactions from an atomic transaction group.

                  +

                  Type declaration

                    • (txnGroup, indexesToSign): Promise<Uint8Array[]>
                    • Parameters

                      • txnGroup: Transaction[]

                        The atomic group containing transactions to be signed

                        +
                      • indexesToSign: number[]

                        An array of indexes in the atomic transaction group that should be signed

                        +

                      Returns Promise<Uint8Array[]>

                  Returns

                  A promise which resolves an array of encoded signed transactions. The length of the array will be the same as the length of indexesToSign, and each index i in the array corresponds to the signed transaction from txnGroup[indexesToSign[i]]

                  -
                  -
                  -

                  Parameters

                  -
                    -
                  • -
                    txnGroup: Transaction[]
                    -

                    The atomic group containing transactions to be signed

                    -
                  • -
                  • -
                    indexesToSign: number[]
                    -

                    An array of indexes in the atomic transaction group that should be signed

                    -
                  -

                  Returns Promise<Uint8Array[]>

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/_internal_.AnyTransaction.html b/types/_internal_.AnyTransaction.html deleted file mode 100644 index 78575ee99..000000000 --- a/types/_internal_.AnyTransaction.html +++ /dev/null @@ -1,156 +0,0 @@ -AnyTransaction | algosdk
              -
              - -
              -
              - -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.BidOptions.html b/types/_internal_.BidOptions.html deleted file mode 100644 index 748e677ab..000000000 --- a/types/_internal_.BidOptions.html +++ /dev/null @@ -1,156 +0,0 @@ -BidOptions | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias BidOptions

              -
              BidOptions: Omit<BidStorageStructure, "bidderKey" | "auctionKey"> & { auctionKey: string; bidderKey: string }
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.ConstructTransaction.html b/types/_internal_.ConstructTransaction.html deleted file mode 100644 index 0a13611fe..000000000 --- a/types/_internal_.ConstructTransaction.html +++ /dev/null @@ -1,168 +0,0 @@ -ConstructTransaction | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias ConstructTransaction<A, O>

              -
              ConstructTransaction<A, O>: DistributiveOverwrite<TransactionBase & A, O>
              -

              Transaction builder type that accepts 2 generics:

              -
                -
              • A: Additional parameters on top of the base transaction parameters
              • -
              • O: A set of overwrites for transaction parameters
              • -
              -
              -

              Type Parameters

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.DistributiveOverwrite.html b/types/_internal_.DistributiveOverwrite.html deleted file mode 100644 index 04b4ee9db..000000000 --- a/types/_internal_.DistributiveOverwrite.html +++ /dev/null @@ -1,164 +0,0 @@ -DistributiveOverwrite | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias DistributiveOverwrite<T, K>

              -
              DistributiveOverwrite<T, K>: T extends unknown ? Overwrite<T, K> : never
              -

              Same as Overwrite, but will distribute the Overwrite over unions

              -
              -

              Type Parameters

              -
                -
              • -

                T

              • -
              • -

                K extends Partial<T>

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.Overwrite.html b/types/_internal_.Overwrite.html deleted file mode 100644 index 24d299af8..000000000 --- a/types/_internal_.Overwrite.html +++ /dev/null @@ -1,164 +0,0 @@ -Overwrite | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias Overwrite<T, U>

              -
              Overwrite<T, U>: Pick<T, Exclude<keyof T, keyof U>> & U
              -

              Overwrite a type with properties from another type

              -
              -

              Type Parameters

              -
                -
              • -

                T

              • -
              • -

                U extends Partial<T>

              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.Query.html b/types/_internal_.Query.html deleted file mode 100644 index 0697e697b..000000000 --- a/types/_internal_.Query.html +++ /dev/null @@ -1,167 +0,0 @@ -Query | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias Query<F>

              -
              Query<F>: { format?: F; [key: string]: any }
              -

              Type Parameters

              -
                -
              • -

                F

              -
              -

              Type declaration

              -
                -
              • -
                [key: string]: any
              • -
              • -
                Optional format?: F
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.SpecificParameters-1.html b/types/_internal_.SpecificParameters-1.html deleted file mode 100644 index 81b840e9c..000000000 --- a/types/_internal_.SpecificParameters-1.html +++ /dev/null @@ -1,156 +0,0 @@ -SpecificParameters | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias SpecificParameters

              -
              SpecificParameters: Pick<TransactionParams, "voteKey" | "selectionKey" | "stateProofKey" | "voteFirst" | "voteLast" | "voteKeyDilution" | "nonParticipation">
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.SpecificParameters-2.html b/types/_internal_.SpecificParameters-2.html deleted file mode 100644 index 0d4fb45b6..000000000 --- a/types/_internal_.SpecificParameters-2.html +++ /dev/null @@ -1,156 +0,0 @@ -SpecificParameters | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias SpecificParameters

              -
              SpecificParameters: Pick<TransactionParams, "stateProofType" | "stateProof" | "stateProofMessage">
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.SpecificParameters.html b/types/_internal_.SpecificParameters.html deleted file mode 100644 index f42e7182b..000000000 --- a/types/_internal_.SpecificParameters.html +++ /dev/null @@ -1,156 +0,0 @@ -SpecificParameters | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias SpecificParameters

              -
              SpecificParameters: Pick<TransactionParams, "to" | "amount" | "closeRemainderTo">
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.SpecificParametersForConfig.html b/types/_internal_.SpecificParametersForConfig.html deleted file mode 100644 index 8818df849..000000000 --- a/types/_internal_.SpecificParametersForConfig.html +++ /dev/null @@ -1,156 +0,0 @@ -SpecificParametersForConfig | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias SpecificParametersForConfig

              -
              SpecificParametersForConfig: Pick<TransactionParams, "assetIndex" | "assetManager" | "assetReserve" | "assetFreeze" | "assetClawback">
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.SpecificParametersForCreate-1.html b/types/_internal_.SpecificParametersForCreate-1.html deleted file mode 100644 index 73dbe004a..000000000 --- a/types/_internal_.SpecificParametersForCreate-1.html +++ /dev/null @@ -1,156 +0,0 @@ -SpecificParametersForCreate | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias SpecificParametersForCreate

              -
              SpecificParametersForCreate: Pick<TransactionParams, "appIndex" | "appOnComplete" | "appApprovalProgram" | "appClearProgram" | "appLocalInts" | "appLocalByteSlices" | "appGlobalInts" | "appGlobalByteSlices" | "appArgs" | "appAccounts" | "appForeignApps" | "appForeignAssets" | "boxes" | "extraPages">
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.SpecificParametersForCreate.html b/types/_internal_.SpecificParametersForCreate.html deleted file mode 100644 index 42bfe24e3..000000000 --- a/types/_internal_.SpecificParametersForCreate.html +++ /dev/null @@ -1,156 +0,0 @@ -SpecificParametersForCreate | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias SpecificParametersForCreate

              -
              SpecificParametersForCreate: Pick<TransactionParams, "assetTotal" | "assetDecimals" | "assetDefaultFrozen" | "assetUnitName" | "assetName" | "assetURL" | "assetMetadataHash" | "assetManager" | "assetReserve" | "assetFreeze" | "assetClawback">
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.SpecificParametersForDelete.html b/types/_internal_.SpecificParametersForDelete.html deleted file mode 100644 index 58b4302df..000000000 --- a/types/_internal_.SpecificParametersForDelete.html +++ /dev/null @@ -1,156 +0,0 @@ -SpecificParametersForDelete | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias SpecificParametersForDelete

              -
              SpecificParametersForDelete: Pick<TransactionParams, "appIndex" | "appOnComplete" | "appArgs" | "appAccounts" | "appForeignApps" | "appForeignAssets" | "boxes">
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.SpecificParametersForDestroy.html b/types/_internal_.SpecificParametersForDestroy.html deleted file mode 100644 index 9a6b3fefa..000000000 --- a/types/_internal_.SpecificParametersForDestroy.html +++ /dev/null @@ -1,156 +0,0 @@ -SpecificParametersForDestroy | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias SpecificParametersForDestroy

              -
              SpecificParametersForDestroy: Pick<TransactionParams, "assetIndex">
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.SpecificParametersForFreeze.html b/types/_internal_.SpecificParametersForFreeze.html deleted file mode 100644 index 4b5a10036..000000000 --- a/types/_internal_.SpecificParametersForFreeze.html +++ /dev/null @@ -1,156 +0,0 @@ -SpecificParametersForFreeze | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias SpecificParametersForFreeze

              -
              SpecificParametersForFreeze: Pick<TransactionParams, "assetIndex" | "freezeAccount" | "freezeState">
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.SpecificParametersForTransfer.html b/types/_internal_.SpecificParametersForTransfer.html deleted file mode 100644 index a7cca6867..000000000 --- a/types/_internal_.SpecificParametersForTransfer.html +++ /dev/null @@ -1,156 +0,0 @@ -SpecificParametersForTransfer | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias SpecificParametersForTransfer

              -
              SpecificParametersForTransfer: Pick<TransactionParams, "from" | "to" | "closeRemainderTo" | "assetRevocationTarget" | "amount" | "assetIndex">
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.SpecificParametersForUpdate.html b/types/_internal_.SpecificParametersForUpdate.html deleted file mode 100644 index a444f20c3..000000000 --- a/types/_internal_.SpecificParametersForUpdate.html +++ /dev/null @@ -1,156 +0,0 @@ -SpecificParametersForUpdate | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias SpecificParametersForUpdate

              -
              SpecificParametersForUpdate: Pick<TransactionParams, "appIndex" | "appOnComplete" | "appApprovalProgram" | "appClearProgram" | "appArgs" | "appAccounts" | "appForeignApps" | "appForeignAssets" | "boxes">
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.SuggestedParamsWithMinFee.html b/types/_internal_.SuggestedParamsWithMinFee.html deleted file mode 100644 index fe788a60a..000000000 --- a/types/_internal_.SuggestedParamsWithMinFee.html +++ /dev/null @@ -1,156 +0,0 @@ -SuggestedParamsWithMinFee | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias SuggestedParamsWithMinFee

              -
              SuggestedParamsWithMinFee: SuggestedParams & { minFee: number }
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.TransactionBase.html b/types/_internal_.TransactionBase.html deleted file mode 100644 index d5e6fd087..000000000 --- a/types/_internal_.TransactionBase.html +++ /dev/null @@ -1,161 +0,0 @@ -TransactionBase | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias TransactionBase

              - -

              Transaction common fields.

              -

              Base transaction type that is extended for all other transaction types. -Suggested params must be included, either as named object or included in the rest -of the parameters.

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.TransactionBaseWithSuggestedParams.html b/types/_internal_.TransactionBaseWithSuggestedParams.html deleted file mode 100644 index 604aebd35..000000000 --- a/types/_internal_.TransactionBaseWithSuggestedParams.html +++ /dev/null @@ -1,158 +0,0 @@ -TransactionBaseWithSuggestedParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias TransactionBaseWithSuggestedParams

              -
              TransactionBaseWithSuggestedParams: Pick<TransactionParams, "suggestedParams" | "from" | "type" | "lease" | "note" | "reKeyTo">
              -

              Transaction base with suggested params as object

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/types/_internal_.TransactionBaseWithoutSuggestedParams.html b/types/_internal_.TransactionBaseWithoutSuggestedParams.html deleted file mode 100644 index 9533a42e1..000000000 --- a/types/_internal_.TransactionBaseWithoutSuggestedParams.html +++ /dev/null @@ -1,158 +0,0 @@ -TransactionBaseWithoutSuggestedParams | algosdk
              -
              - -
              -
              -
              -
              - -

              Type alias TransactionBaseWithoutSuggestedParams

              -
              TransactionBaseWithoutSuggestedParams: Pick<TransactionParams, "flatFee" | "fee" | "firstRound" | "lastRound" | "genesisHash" | "from" | "type" | "genesisID" | "lease" | "note" | "reKeyTo">
              -

              Transaction base with suggested params included as parameters

              -
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/variables/ADDR_BYTE_SIZE.html b/variables/ADDR_BYTE_SIZE.html index f56a89645..3b365e568 100644 --- a/variables/ADDR_BYTE_SIZE.html +++ b/variables/ADDR_BYTE_SIZE.html @@ -1,224 +1 @@ -ADDR_BYTE_SIZE | algosdk
              -
              - -
              -
              -
              -
              - -

              Variable ADDR_BYTE_SIZEConst

              -
              ADDR_BYTE_SIZE: 32 = 32
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ADDR_BYTE_SIZE | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/ALGORAND_MIN_TX_FEE.html b/variables/ALGORAND_MIN_TX_FEE.html deleted file mode 100644 index 664f71281..000000000 --- a/variables/ALGORAND_MIN_TX_FEE.html +++ /dev/null @@ -1,224 +0,0 @@ -ALGORAND_MIN_TX_FEE | algosdk
              -
              - -
              -
              -
              -
              - -

              Variable ALGORAND_MIN_TX_FEEConst

              -
              ALGORAND_MIN_TX_FEE: 1000 = 1000
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file diff --git a/variables/ALGORAND_ZERO_ADDRESS_STRING.html b/variables/ALGORAND_ZERO_ADDRESS_STRING.html new file mode 100644 index 000000000..8e6a655a8 --- /dev/null +++ b/variables/ALGORAND_ZERO_ADDRESS_STRING.html @@ -0,0 +1 @@ +ALGORAND_ZERO_ADDRESS_STRING | algosdk

              Variable ALGORAND_ZERO_ADDRESS_STRINGConst

              ALGORAND_ZERO_ADDRESS_STRING: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ" = 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ'

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/ENCODED_MULTISIG_SCHEMA.html b/variables/ENCODED_MULTISIG_SCHEMA.html new file mode 100644 index 000000000..1bd52f1e1 --- /dev/null +++ b/variables/ENCODED_MULTISIG_SCHEMA.html @@ -0,0 +1 @@ +ENCODED_MULTISIG_SCHEMA | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/ENCODED_SUBSIG_SCHEMA.html b/variables/ENCODED_SUBSIG_SCHEMA.html new file mode 100644 index 000000000..e511a8acc --- /dev/null +++ b/variables/ENCODED_SUBSIG_SCHEMA.html @@ -0,0 +1 @@ +ENCODED_SUBSIG_SCHEMA | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/ERROR_INVALID_MICROALGOS.html b/variables/ERROR_INVALID_MICROALGOS.html index 830ec6067..e118a1503 100644 --- a/variables/ERROR_INVALID_MICROALGOS.html +++ b/variables/ERROR_INVALID_MICROALGOS.html @@ -1,224 +1 @@ -ERROR_INVALID_MICROALGOS | algosdk
              -
              - -
              -
              -
              -
              - -

              Variable ERROR_INVALID_MICROALGOSConst

              -
              ERROR_INVALID_MICROALGOS: Error = ...
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ERROR_INVALID_MICROALGOS | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/ERROR_MULTISIG_BAD_SENDER.html b/variables/ERROR_MULTISIG_BAD_SENDER.html index fdc79b75f..e0635672f 100644 --- a/variables/ERROR_MULTISIG_BAD_SENDER.html +++ b/variables/ERROR_MULTISIG_BAD_SENDER.html @@ -1,224 +1 @@ -ERROR_MULTISIG_BAD_SENDER | algosdk
              -
              - -
              -
              -
              -
              - -

              Variable ERROR_MULTISIG_BAD_SENDERConst

              -
              ERROR_MULTISIG_BAD_SENDER: Error = ...
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +ERROR_MULTISIG_BAD_SENDER | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/INVALID_MICROALGOS_ERROR_MSG.html b/variables/INVALID_MICROALGOS_ERROR_MSG.html index 9d9432e38..edb2eb9e9 100644 --- a/variables/INVALID_MICROALGOS_ERROR_MSG.html +++ b/variables/INVALID_MICROALGOS_ERROR_MSG.html @@ -1,224 +1 @@ -INVALID_MICROALGOS_ERROR_MSG | algosdk
              -
              - -
              -
              -
              -
              - -

              Variable INVALID_MICROALGOS_ERROR_MSGConst

              -
              INVALID_MICROALGOS_ERROR_MSG: "Microalgos should be positive and less than 2^53 - 1." = 'Microalgos should be positive and less than 2^53 - 1.'
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +INVALID_MICROALGOS_ERROR_MSG | algosdk

              Variable INVALID_MICROALGOS_ERROR_MSGConst

              INVALID_MICROALGOS_ERROR_MSG: "Microalgos should be positive and less than 2^53 - 1." = 'Microalgos should be positive and less than 2^53 - 1.'

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/LENGTH_ENCODE_BYTE_SIZE.html b/variables/LENGTH_ENCODE_BYTE_SIZE.html index ee00f9f95..fd01d9bbf 100644 --- a/variables/LENGTH_ENCODE_BYTE_SIZE.html +++ b/variables/LENGTH_ENCODE_BYTE_SIZE.html @@ -1,224 +1 @@ -LENGTH_ENCODE_BYTE_SIZE | algosdk
              -
              - -
              -
              -
              -
              - -

              Variable LENGTH_ENCODE_BYTE_SIZEConst

              -
              LENGTH_ENCODE_BYTE_SIZE: 2 = 2
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +LENGTH_ENCODE_BYTE_SIZE | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/MAX_LEN.html b/variables/MAX_LEN.html index 771cf940d..4e6e4ba90 100644 --- a/variables/MAX_LEN.html +++ b/variables/MAX_LEN.html @@ -1,224 +1 @@ -MAX_LEN | algosdk
              -
              - -
              -
              -
              -
              - -

              Variable MAX_LENConst

              -
              MAX_LEN: number = ...
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +MAX_LEN | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/MULTISIG_BAD_SENDER_ERROR_MSG.html b/variables/MULTISIG_BAD_SENDER_ERROR_MSG.html index f2097f459..ff7630af4 100644 --- a/variables/MULTISIG_BAD_SENDER_ERROR_MSG.html +++ b/variables/MULTISIG_BAD_SENDER_ERROR_MSG.html @@ -1,224 +1 @@ -MULTISIG_BAD_SENDER_ERROR_MSG | algosdk
              -
              - -
              -
              -
              -
              - -

              Variable MULTISIG_BAD_SENDER_ERROR_MSGConst

              -
              MULTISIG_BAD_SENDER_ERROR_MSG: "The transaction sender address and multisig preimage do not match." = 'The transaction sender address and multisig preimage do not match.'
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +MULTISIG_BAD_SENDER_ERROR_MSG | algosdk

              Variable MULTISIG_BAD_SENDER_ERROR_MSGConst

              MULTISIG_BAD_SENDER_ERROR_MSG: "The transaction sender address and multisig preimage do not match." = 'The transaction sender address and multisig preimage do not match.'

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/SINGLE_BOOL_SIZE.html b/variables/SINGLE_BOOL_SIZE.html index b40dd9f6c..4e8561d73 100644 --- a/variables/SINGLE_BOOL_SIZE.html +++ b/variables/SINGLE_BOOL_SIZE.html @@ -1,224 +1 @@ -SINGLE_BOOL_SIZE | algosdk
              -
              - -
              -
              -
              -
              - -

              Variable SINGLE_BOOL_SIZEConst

              -
              SINGLE_BOOL_SIZE: 1 = 1
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +SINGLE_BOOL_SIZE | algosdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/SINGLE_BYTE_SIZE.html b/variables/SINGLE_BYTE_SIZE.html index 43c10b0d6..430a34226 100644 --- a/variables/SINGLE_BYTE_SIZE.html +++ b/variables/SINGLE_BYTE_SIZE.html @@ -1,224 +1 @@ -SINGLE_BYTE_SIZE | algosdk
              -
              - -
              -
              -
              -
              - -

              Variable SINGLE_BYTE_SIZEConst

              -
              SINGLE_BYTE_SIZE: 1 = 1
              -
              -
              -

              Generated using TypeDoc

              -
              \ No newline at end of file +SINGLE_BYTE_SIZE | algosdk

              Generated using TypeDoc

              \ No newline at end of file