diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b665fe0f..6ecd0884b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T # Unreleased +# 1.11.0 (2024-03-26) + - Use indexer API via API Gateway - Add support to allow setting per-backend (fullnode, indexer, faucet) configuration - [`Breaking`] `AUTH_TOKEN` client config moved to be under `faucetConfig` property diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/.nojekyll b/docs/@aptos-labs/ts-sdk-1.11.0/.nojekyll new file mode 100644 index 000000000..e2ac6616a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/assets/highlight.css b/docs/@aptos-labs/ts-sdk-1.11.0/assets/highlight.css new file mode 100644 index 000000000..2f868647c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/assets/highlight.css @@ -0,0 +1,141 @@ +:root { + --light-hl-0: #795E26; + --dark-hl-0: #DCDCAA; + --light-hl-1: #000000; + --dark-hl-1: #D4D4D4; + --light-hl-2: #A31515; + --dark-hl-2: #CE9178; + --light-hl-3: #800000; + --dark-hl-3: #808080; + --light-hl-4: #800000; + --dark-hl-4: #569CD6; + --light-hl-5: #000000FF; + --dark-hl-5: #D4D4D4; + --light-hl-6: #E50000; + --dark-hl-6: #9CDCFE; + --light-hl-7: #0000FF; + --dark-hl-7: #CE9178; + --light-hl-8: #CD3131; + --dark-hl-8: #F44747; + --light-hl-9: #008000; + --dark-hl-9: #6A9955; + --light-hl-10: #0000FF; + --dark-hl-10: #569CD6; + --light-hl-11: #0070C1; + --dark-hl-11: #4FC1FF; + --light-hl-12: #001080; + --dark-hl-12: #9CDCFE; + --light-hl-13: #AF00DB; + --dark-hl-13: #C586C0; + --light-hl-14: #267F99; + --dark-hl-14: #4EC9B0; + --light-hl-15: #098658; + --dark-hl-15: #B5CEA8; + --light-hl-16: #000000; + --dark-hl-16: #C8C8C8; + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --hl-10: var(--light-hl-10); + --hl-11: var(--light-hl-11); + --hl-12: var(--light-hl-12); + --hl-13: var(--light-hl-13); + --hl-14: var(--light-hl-14); + --hl-15: var(--light-hl-15); + --hl-16: var(--light-hl-16); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --hl-10: var(--dark-hl-10); + --hl-11: var(--dark-hl-11); + --hl-12: var(--dark-hl-12); + --hl-13: var(--dark-hl-13); + --hl-14: var(--dark-hl-14); + --hl-15: var(--dark-hl-15); + --hl-16: var(--dark-hl-16); + --code-background: var(--dark-code-background); +} } + +:root[data-theme='light'] { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --hl-10: var(--light-hl-10); + --hl-11: var(--light-hl-11); + --hl-12: var(--light-hl-12); + --hl-13: var(--light-hl-13); + --hl-14: var(--light-hl-14); + --hl-15: var(--light-hl-15); + --hl-16: var(--light-hl-16); + --code-background: var(--light-code-background); +} + +:root[data-theme='dark'] { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --hl-10: var(--dark-hl-10); + --hl-11: var(--dark-hl-11); + --hl-12: var(--dark-hl-12); + --hl-13: var(--dark-hl-13); + --hl-14: var(--dark-hl-14); + --hl-15: var(--dark-hl-15); + --hl-16: var(--dark-hl-16); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +.hl-7 { color: var(--hl-7); } +.hl-8 { color: var(--hl-8); } +.hl-9 { color: var(--hl-9); } +.hl-10 { color: var(--hl-10); } +.hl-11 { color: var(--hl-11); } +.hl-12 { color: var(--hl-12); } +.hl-13 { color: var(--hl-13); } +.hl-14 { color: var(--hl-14); } +.hl-15 { color: var(--hl-15); } +.hl-16 { color: var(--hl-16); } +pre, code { background: var(--code-background); } diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/assets/icons.js b/docs/@aptos-labs/ts-sdk-1.11.0/assets/icons.js new file mode 100644 index 000000000..b79c9e89f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/assets/icons.js @@ -0,0 +1,15 @@ +(function(svg) { + svg.innerHTML = ``; + svg.style.display = 'none'; + if (location.protocol === 'file:') { + if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', updateUseElements); + else updateUseElements() + function updateUseElements() { + document.querySelectorAll('use').forEach(el => { + if (el.getAttribute('href').includes('#icon-')) { + el.setAttribute('href', el.getAttribute('href').replace(/.*#/, '#')); + } + }); + } + } +})(document.body.appendChild(document.createElementNS('http://www.w3.org/2000/svg', 'svg'))) \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/assets/icons.svg b/docs/@aptos-labs/ts-sdk-1.11.0/assets/icons.svg new file mode 100644 index 000000000..7dead6118 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/assets/icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/assets/main.js b/docs/@aptos-labs/ts-sdk-1.11.0/assets/main.js new file mode 100644 index 000000000..1daeb6900 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/assets/main.js @@ -0,0 +1,59 @@ +"use strict"; +"use strict";(()=>{var Ce=Object.create;var ne=Object.defineProperty;var Pe=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=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Ce(_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),y=s.str.charAt(1),p;y in s.node.edges?p=s.node.edges[y]:(p=new t.TokenSet,s.node.edges[y]=p),s.str.length==1&&(p.final=!0),i.push({node:p,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.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible()),document.body.style.display||(this.scrollToHash(),this.updateIndexVisibility())}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()}showPage(){document.body.style.display&&(document.body.style.removeProperty("display"),this.scrollToHash(),this.updateIndexVisibility())}scrollToHash(){if(location.hash){let e=document.getElementById(location.hash.substring(1));if(!e)return;e.scrollIntoView({behavior:"instant",block:"start"})}}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&&!e.checkVisibility()){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r}}updateIndexVisibility(){let e=document.querySelector(".tsd-index-content"),n=e?.open;e&&(e.open=!0),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let i=Array.from(r.querySelectorAll(".tsd-index-link")).every(s=>s.offsetParent==null);r.style.display=i?"none":"block"}),e&&(e.open=n)}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 y=document.createElement("li");y.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=u+d,y.append(p),e.appendChild(y)}}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 He={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>He[e])}var I=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",fe="mousemove",H="mouseup",J={x:0,y:0},pe=!1,ee=!1,Be=!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&&(Be=!0,F="touchstart",fe="touchmove",H="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(fe,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(H,()=>{ee=!1});document.addEventListener("click",t=>{pe&&(t.preventDefault(),t.stopImmediatePropagation(),pe=!1)});var X=class extends I{constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(H,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(F,n=>this.onDocumentPointerDown(n)),document.addEventListener(H,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 ye=document.head.appendChild(document.createElement("style"));ye.dataset.for="filters";var Y=class extends I{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()),ye.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`,this.app.updateIndexVisibility()}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(),this.app.updateIndexVisibility()}};var Z=class extends I{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,ve(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ve(t.value)})}function ve(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.showPage(),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.pathname===r.pathname&&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/docs/@aptos-labs/ts-sdk-1.11.0/assets/navigation.js b/docs/@aptos-labs/ts-sdk-1.11.0/assets/navigation.js new file mode 100644 index 000000000..d0331a2c1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,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" \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/assets/search.js b/docs/@aptos-labs/ts-sdk-1.11.0/assets/search.js new file mode 100644 index 000000000..ac130da0e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/assets/search.js @@ -0,0 +1 @@ +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/assets/style.css b/docs/@aptos-labs/ts-sdk-1.11.0/assets/style.css new file mode 100644 index 000000000..98a437794 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/assets/style.css @@ -0,0 +1,1414 @@ +:root { + /* 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: #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-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-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-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; +} + +@media (prefers-color-scheme: light) { + :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-keyword: var(--light-color-ts-keyword); + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --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); + } +} + +@media (prefers-color-scheme: dark) { + :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-keyword: var(--dark-color-ts-keyword); + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --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); + } +} + +html { + color-scheme: var(--color-scheme); +} + +body { + margin: 0; +} + +: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-keyword: var(--light-color-ts-keyword); + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --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); +} + +: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-keyword: var(--dark-color-ts-keyword); + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --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, +h4, +h5, +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; +} + +h2 { + font-size: 1.5rem; + margin: 0.83rem 0; +} + +h3 { + font-size: 1.25rem; + margin: 1rem 0; +} + +h4 { + font-size: 1.05rem; + margin: 1.33rem 0; +} + +h5 { + font-size: 1rem; + margin: 1.5rem 0; +} + +h6 { + font-size: 0.875rem; + margin: 2.33rem 0; +} + +.uppercase { + text-transform: uppercase; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1700px; + padding: 0 2rem; +} + +/* Footer */ +.tsd-generator { + border-top: 1px solid var(--color-accent); + padding-top: 1rem; + padding-bottom: 1rem; + max-height: 3.5rem; +} + +.tsd-generator > p { + margin-top: 0; + margin-bottom: 0; + padding: 0 1rem; +} + +.container-main { + margin: 0 auto; + /* toolbar, footer, margin */ + min-height: calc(100vh - 41px - 56px - 4rem); +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 0.875rem; + border-radius: 0.8em; +} + +pre { + position: relative; + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; + padding: 10px; + 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; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h4, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} +.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 { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +.tsd-comment-tags { + display: flex; + flex-direction: column; +} +dl.tsd-comment-tag-group { + display: flex; + align-items: center; + overflow: hidden; + margin: 0.5em 0; +} +dl.tsd-comment-tag-group dt { + display: flex; + margin-right: 0.5em; + font-size: 0.875em; + font-weight: normal; +} +dl.tsd-comment-tag-group dd { + margin: 0; +} +code.tsd-tag { + padding: 0.25em 0.4em; + border: 0.1em solid var(--color-accent); + margin-right: 0.25em; + font-size: 70%; +} +h1 code.tsd-tag:first-of-type { + margin-left: 0.25em; +} + +dl.tsd-comment-tag-group dd:before, +dl.tsd-comment-tag-group dd:after { + content: " "; +} +dl.tsd-comment-tag-group dd pre, +dl.tsd-comment-tag-group dd:after { + clear: both; +} +dl.tsd-comment-tag-group p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.tsd-filter-visibility h4 { + font-size: 1rem; + padding-top: 0.75rem; + padding-bottom: 0.5rem; + margin: 0; +} +.tsd-filter-item:not(:last-child) { + margin-bottom: 0.5rem; +} +.tsd-filter-input { + display: flex; + width: fit-content; + width: -moz-fit-content; + align-items: center; + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + cursor: pointer; +} +.tsd-filter-input input[type="checkbox"] { + cursor: pointer; + position: absolute; + width: 1.5em; + height: 1.5em; + opacity: 0; +} +.tsd-filter-input input[type="checkbox"]:disabled { + pointer-events: none; +} +.tsd-filter-input svg { + cursor: pointer; + width: 1.5em; + height: 1.5em; + margin-right: 0.5em; + border-radius: 0.33em; + /* Leaving this at full opacity breaks event listeners on Firefox. + Don't remove unless you know what you're doing. */ + opacity: 0.99; +} +.tsd-filter-input input[type="checkbox"]:focus + svg { + transform: scale(0.95); +} +.tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg { + transform: scale(1); +} +.tsd-checkbox-background { + fill: var(--color-accent); +} +input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { + stroke: var(--color-text); +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background { + fill: var(--color-background); + stroke: var(--color-accent); + stroke-width: 0.25rem; +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark { + stroke: var(--color-accent); +} + +.tsd-theme-toggle { + padding-top: 0.75rem; +} +.tsd-theme-toggle > h4 { + display: inline; + vertical-align: middle; + margin-right: 0.75rem; +} + +.tsd-hierarchy { + list-style: square; + margin: 0; +} +.tsd-hierarchy .target { + 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; +} +.tsd-index-panel .tsd-index-list { + list-style: none; + line-height: 1.333em; + margin: 0; + padding: 0.25rem 0 0 0; + overflow: hidden; + display: grid; + grid-template-columns: repeat(3, 1fr); + column-gap: 1rem; + grid-template-rows: auto; +} +@media (max-width: 1024px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(2, 1fr); + } +} +@media (max-width: 768px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(1, 1fr); + } +} +.tsd-index-panel .tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} + +.tsd-flag { + display: inline-block; + padding: 0.25em 0.4em; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 75%; + line-height: 1; + font-weight: normal; +} + +.tsd-anchor { + position: relative; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + display: flex; + align-items: center; + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} + +.tsd-navigation.settings { + margin: 1rem 0; +} +.tsd-navigation > a, +.tsd-navigation .tsd-accordion-summary { + width: calc(100% - 0.25rem); + display: flex; + align-items: center; +} +.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; + box-sizing: border-box; +} +.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, +.tsd-page-navigation ul { + margin-top: 0; + margin-bottom: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li, +.tsd-page-navigation li { + padding: 0; + max-width: 100%; +} +.tsd-nested-navigation { + margin-left: 3rem; +} +.tsd-nested-navigation > li > details { + margin-left: -1.5rem; +} +.tsd-small-nested-navigation { + margin-left: 1.5rem; +} +.tsd-small-nested-navigation > li > details { + margin-left: -1.5rem; +} + +.tsd-page-navigation ul { + padding-left: 1.75rem; +} + +#tsd-sidebar-links a { + margin-top: 0; + margin-bottom: 0.5rem; + line-height: 1.25rem; +} +#tsd-sidebar-links a:last-of-type { + margin-bottom: 0; +} + +a.tsd-index-link { + 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 { + 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; + + 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-index-accordion .tsd-accordion-summary > svg { + margin-left: 0.25rem; +} +.tsd-index-content > :not(:first-child) { + margin-top: 0.75rem; +} +.tsd-index-heading { + margin-top: 1.5rem; + margin-bottom: 0.75rem; +} + +.tsd-kind-icon { + margin-right: 0.5rem; + width: 1.25rem; + height: 1.25rem; + min-width: 1.25rem; + min-height: 1.25rem; +} +.tsd-kind-icon path { + transform-origin: center; + transform: scale(1.1); +} +.tsd-signature > .tsd-kind-icon { + margin-right: 0.8rem; +} + +.tsd-panel { + margin-bottom: 2.5rem; +} +.tsd-panel.tsd-member { + margin-bottom: 4rem; +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5rem -1.5rem 0.75rem -1.5rem; + padding: 0 1.5rem 0.75rem 1.5rem; +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: none; +} + +.tsd-panel-group { + margin: 4rem 0; +} +.tsd-panel-group.tsd-index-group { + margin: 2rem 0; +} +.tsd-panel-group.tsd-index-group details { + margin: 2rem 0; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 2.5rem; + height: 100%; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title, +#tsd-toolbar-links a { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + background-color: var(--color-background); + line-height: initial; + padding: 4px; +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-background-secondary); +} +#tsd-search .results li.state { + display: none; +} +#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: flex; + align-items: center; + padding: 0.25rem; + box-sizing: border-box; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-accent); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title, +#tsd-search.has-focus #tsd-toolbar-links a { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + 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; + border: 1px solid var(--color-accent); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + 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; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + list-style-type: none; +} +.tsd-signatures .tsd-signature { + margin: 0; + border-color: var(--color-accent); + border-width: 1px 0; + transition: background-color 0.1s; +} +.tsd-description .tsd-signatures .tsd-signature { + border-width: 1px; +} + +ul.tsd-parameter-list, +ul.tsd-type-parameter-list { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameter-list > li.tsd-parameter-signature, +ul.tsd-type-parameter-list > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameter-list h5, +ul.tsd-type-parameter-list h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +.tsd-sources { + margin-top: 1rem; + font-size: 0.875em; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: sticky; + z-index: 1; + top: 0; + left: 0; + width: 100%; + color: var(--color-text); + background: var(--color-background-secondary); + border-bottom: 1px var(--color-accent) solid; + transition: transform 0.3s ease-in-out; +} +.tsd-page-toolbar a { + color: var(--color-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .tsd-toolbar-contents { + display: flex; + justify-content: space-between; + height: 2.5rem; + margin: 0 auto; +} +.tsd-page-toolbar .table-cell { + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} +.tsd-page-toolbar .tsd-toolbar-icon { + box-sizing: border-box; + line-height: 0; + padding: 12px 0; +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: + opacity 0.1s, + background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-accent); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} + +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +img { + max-width: 100%; +} + +.tsd-anchor-icon { + display: inline-flex; + align-items: center; + margin-left: 0.5rem; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} + +.deprecated { + 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); +} + +* { + scrollbar-width: thin; + scrollbar-color: var(--color-accent) var(--color-icon-background); +} + +*::-webkit-scrollbar { + width: 0.75rem; +} + +*::-webkit-scrollbar-track { + background: var(--color-icon-background); +} + +*::-webkit-scrollbar-thumb { + background-color: var(--color-accent); + 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/docs/@aptos-labs/ts-sdk-1.11.0/classes/Account.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Account.html new file mode 100644 index 000000000..273567065 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Account.html @@ -0,0 +1,46 @@ +Account | @aptos-labs/ts-sdk - v1.11.0

Class AccountAbstract

Interface for a generic Aptos account.

+

The interface is defined as abstract class to provide a single entrypoint for account generation, +either through Account.generate() or Account.fromDerivationPath. +Despite this being an abstract class, it should be treated as an interface and enforced using +the implements keyword.

+

Note: Generating an account instance does not create the account on-chain.

+

Implemented by

Constructors

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: PrivateKey

Private key associated with the account. +Note: this will be removed in the next major release, + as not all accounts have a private key.

+
publicKey: AccountPublicKey

Public key associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAddress.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAddress.html new file mode 100644 index 000000000..b2b3b1d50 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAddress.html @@ -0,0 +1,152 @@ +AccountAddress | @aptos-labs/ts-sdk - v1.11.0

NOTE: Only use this class for account addresses. For other hex data, e.g. transaction +hashes, use the Hex class.

+

AccountAddress is used for working with account addresses. Account addresses, when +represented as a string, generally look like these examples:

+
    +
  • 0x1
  • +
  • 0xaa86fe99004361f747f91342ca13c426ca0cccb0c1217677180c9493bad6ef0c
  • +
+

Proper formatting and parsing of account addresses is defined by AIP-40. +To learn more about the standard, read the AIP here: +https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-40.md.

+

The comments in this class make frequent reference to the LONG and SHORT formats, +as well as "special" addresses. To learn what these refer to see AIP-40.

+

Hierarchy (view full)

Implements

Constructors

Properties

data: Uint8Array

This is the internal representation of an account address.

+
FOUR: AccountAddress = ...
LENGTH: number = 32

The number of bytes that make up an account address.

+
LONG_STRING_LENGTH: number = 64

The length of an address string in LONG form without a leading 0x.

+
ONE: AccountAddress = ...
THREE: AccountAddress = ...
TWO: AccountAddress = ...
ZERO: AccountAddress = ...

Methods

  • Return whether AccountAddresses are equal. AccountAddresses are considered equal +if their underlying byte data is identical.

    +

    Parameters

    Returns boolean

    true if the AccountAddresses are equal, false if not.

    +
  • Serialize the AccountAddress to a Serializer instance's data buffer.

    +

    Parameters

    • serializer: Serializer

      The serializer to serialize the AccountAddress to.

      +

    Returns void

    void

    +

    Example

    const serializer = new Serializer();
    const address = AccountAddress.fromString("0x1");
    address.serialize(serializer);
    const bytes = serializer.toUint8Array();
    // `bytes` is now the BCS-serialized address. +
    +
  • NOTE: Prefer to use toString where possible.

    +

    Whereas toString will format special addresses (as defined by isSpecial) using the +SHORT form (no leading 0s), this format the address in the LONG format +unconditionally.

    +

    This means it will be 0x + 64 hex characters.

    +

    Returns `0x${string}`

    AccountAddress as a string in LONG form.

    +
  • NOTE: Prefer to use toString where possible.

    +

    Whereas toString will format special addresses (as defined by isSpecial) using the +SHORT form (no leading 0s), this function will include leading zeroes. The string +will not have a leading zero.

    +

    This means it will be 64 hex characters without a leading 0x.

    +

    Returns string

    AccountAddress as a string in LONG form without a leading 0x.

    +
  • NOTE: Prefer to use toString where possible.

    +

    Return the AccountAddress as a string as per AIP-40 but without the leading 0x.

    +

    Learn more by reading the docstring of toString.

    +

    Returns string

    AccountAddress as a string conforming to AIP-40 but without the leading 0x.

    +
  • Get the inner hex data. The inner data is already a Uint8Array so no conversion +is taking place here, it just returns the inner data.

    +

    Returns Uint8Array

    Hex data as Uint8Array

    +
  • Deserialize an AccountAddress from the byte buffer in a Deserializer instance.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer to deserialize the AccountAddress from.

      +

    Returns AccountAddress

    An instance of AccountAddress.

    +

    Example

    const bytes = hexToBytes("0x0102030405060708091011121314151617181920212223242526272829303132");
    const deserializer = new Deserializer(bytes);
    const address = AccountAddress.deserialize(deserializer);
    // `address` is now an instance of AccountAddress. +
    +
  • NOTE: This function has relaxed parsing behavior. For strict behavior, please use +the fromStringStrict function. Where possible use fromStringStrict rather than this +function, fromString is only provided for backwards compatibility.

    +

    Creates an instance of AccountAddress from a hex string.

    +

    This function allows all formats defined by AIP-40. In short this means the +following formats are accepted:

    +
      +
    • LONG, with or without leading 0x
    • +
    • SHORT, with or without leading 0x
    • +
    +

    Where:

    +
      +
    • LONG is 64 hex characters.
    • +
    • SHORT is 1 to 63 hex characters inclusive.
    • +
    • Padding zeroes are allowed, e.g. 0x0123 is valid.
    • +
    +

    Learn more about the different address formats by reading AIP-40: +https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-40.md.

    +

    Parameters

    • input: string

      A hex string representing an account address.

      +

    Returns AccountAddress

    An instance of AccountAddress.

    +
  • NOTE: This function has strict parsing behavior. For relaxed behavior, please use +the fromString function.

    +

    Creates an instance of AccountAddress from a hex string.

    +

    This function allows only the strictest formats defined by AIP-40. In short this +means only the following formats are accepted:

    +
      +
    • LONG
    • +
    • SHORT for special addresses
    • +
    +

    Where:

    +
      +
    • LONG is defined as 0x + 64 hex characters.
    • +
    • SHORT for special addresses is 0x0 to 0xf inclusive without padding zeroes.
    • +
    +

    This means the following are not accepted:

    +
      +
    • SHORT for non-special addresses.
    • +
    • Any address without a leading 0x.
    • +
    +

    Learn more about the different address formats by reading AIP-40: +https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-40.md.

    +

    Parameters

    • input: string

      A hex string representing an account address.

      +

    Returns AccountAddress

    An instance of AccountAddress.

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticator.html new file mode 100644 index 000000000..4fa17dee9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticator.html @@ -0,0 +1,15 @@ +AccountAuthenticator | @aptos-labs/ts-sdk - v1.11.0

Class AccountAuthenticatorAbstract

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticatorEd25519.html new file mode 100644 index 000000000..7ac4fc333 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticatorEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.11.0

Class AccountAuthenticatorEd25519

Transaction authenticator Ed25519 for a multi signer transaction

+

Param: public_key

Account's Ed25519 public key.

+

Param: signature

Account's Ed25519 signature

+

Hierarchy (view full)

Constructors

Properties

public_key: Ed25519PublicKey
signature: Ed25519Signature

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..6f95050a3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticatorMultiEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.11.0

Class AccountAuthenticatorMultiEd25519

Transaction authenticator Multi Ed25519 for a multi signers transaction

+

Param: public_key

Account's MultiEd25519 public key.

+

Param: signature

Account's MultiEd25519 signature

+

Hierarchy (view full)

Constructors

Properties

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticatorMultiKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticatorMultiKey.html new file mode 100644 index 000000000..a895297ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticatorMultiKey.html @@ -0,0 +1,22 @@ +AccountAuthenticatorMultiKey | @aptos-labs/ts-sdk - v1.11.0

Class AccountAuthenticatorMultiKey

AccountAuthenticatorMultiKey for a multi signer

+

Param: public_keys

MultiKey

+

Param: signatures

Signature

+

Hierarchy (view full)

Constructors

Properties

public_keys: MultiKey
signatures: AnySignature[]
signatures_bitmap: Uint8Array

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticatorSingleKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticatorSingleKey.html new file mode 100644 index 000000000..2b602bb2c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountAuthenticatorSingleKey.html @@ -0,0 +1,21 @@ +AccountAuthenticatorSingleKey | @aptos-labs/ts-sdk - v1.11.0

Class AccountAuthenticatorSingleKey

AccountAuthenticatorSingleKey for a single signer

+

Param: public_key

AnyPublicKey

+

Param: signature

AnySignature

+

Hierarchy (view full)

Constructors

Properties

public_key: AnyPublicKey
signature: AnySignature

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountPublicKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountPublicKey.html new file mode 100644 index 000000000..486e558e0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountPublicKey.html @@ -0,0 +1,20 @@ +AccountPublicKey | @aptos-labs/ts-sdk - v1.11.0

Class AccountPublicKeyAbstract

An abstract representation of an account public key.

+

Provides a common interface for deriving an authentication key.

+

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountSequenceNumber.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountSequenceNumber.html new file mode 100644 index 000000000..af418a264 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AccountSequenceNumber.html @@ -0,0 +1,29 @@ +AccountSequenceNumber | @aptos-labs/ts-sdk - v1.11.0

Class AccountSequenceNumber

Constructors

Properties

account: Account
aptosConfig: AptosConfig
currentNumber: null | bigint = null
lastUncommintedNumber: null | bigint = null
lock: boolean = false

We want to guarantee that we preserve ordering of workers to requests.

+

lock is used to try to prevent multiple coroutines from accessing a shared resource at the same time, +which can result in race conditions and data inconsistency. +This code actually doesn't do it though, since we aren't giving out a slot, it is still somewhat a race condition.

+

The ideal solution is likely that each thread grabs the next number from a incremental integer. +When they complete, they increment that number and that entity is able to enter the lock. +That would guarantee ordering.

+
maxWaitTime: number
maximumInFlight: number
sleepTime: number

Methods

  • Synchronizes local sequence number with the seqeunce number on chain for this account.

    +

    Poll the network until all submitted transactions have either been committed or until +the maximum wait time has elapsed

    +

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/AnyPublicKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AnyPublicKey.html new file mode 100644 index 000000000..186ac124c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AnyPublicKey.html @@ -0,0 +1,33 @@ +AnyPublicKey | @aptos-labs/ts-sdk - v1.11.0

Represents any public key supported by Aptos.

+

Since AIP-55 Aptos supports +Legacy and Unified authentication keys.

+

Any unified authentication key is represented in the SDK as AnyPublicKey.

+

Hierarchy (view full)

Constructors

Properties

publicKey: PublicKey

Reference to the inner public key

+

Index of the underlying enum variant

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/AnySignature.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AnySignature.html new file mode 100644 index 000000000..ebfbfe959 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AnySignature.html @@ -0,0 +1,21 @@ +AnySignature | @aptos-labs/ts-sdk - v1.11.0

Instance of signature that uses the SingleKey authentication scheme. +This signature can only be generated by a SingleKeySigner, since it uses the +same authentication scheme.

+

Hierarchy (view full)

Constructors

Properties

signature: Signature

Index of the underlying enum variant

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Aptos.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Aptos.html new file mode 100644 index 000000000..154941867 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Aptos.html @@ -0,0 +1,578 @@ +Aptos | @aptos-labs/ts-sdk - v1.11.0

This class is the main entry point into Aptos's +APIs and separates functionality into different namespaces.

+

To use the SDK, create a new Aptos instance to get access +to all the sdk functionality.

+

Hierarchy

  • Account
  • ANS
  • Coin
  • DigitalAsset
  • Event
  • Faucet
  • FungibleAsset
  • General
  • Staking
  • Omit<Transaction, "build" | "simulate" | "submit" | "batch">
    • Aptos

Constructors

Properties

Methods

addDigitalAssetPropertyTransaction +addDigitalAssetTypedPropertyTransaction +batchTransactionsForSingleAccount +burnDigitalAssetTransaction +createCollectionTransaction +deriveAccountFromPrivateKey +freezeDigitalAssetTransaferTransaction +fundAccount +getAccountAPTAmount +getAccountCoinAmount +getAccountCoinsCount +getAccountCoinsData +getAccountCollectionsWithOwnedTokens +getAccountDomains +getAccountEventsByCreationNumber +getAccountEventsByEventType +getAccountInfo +getAccountModule +getAccountModules +getAccountNames +getAccountOwnedObjects +getAccountOwnedTokens +getAccountOwnedTokensFromCollectionAddress +getAccountResource +getAccountResources +getAccountSubdomains +getAccountTokensCount +getAccountTransactions +getAccountTransactionsCount +getBlockByHeight +getBlockByVersion +getChainId +getChainTopUserTransactions +getCollectionData +getCollectionDataByCollectionId +getCollectionId +getCurrentDigitalAssetOwnership +getCurrentFungibleAssetBalances +getDelegatedStakingActivities +getDigitalAssetActivity +getDigitalAssetData +getDomainSubdomains +getEvents +getExpiration +getFungibleAssetActivities +getFungibleAssetMetadata +getFungibleAssetMetadataByAssetType +getGasPriceEstimation +getIndexerLastSuccessVersion +getLedgerInfo +getModuleEventsByEventType +getName +getNumberOfDelegators +getNumberOfDelegatorsForAllPools +getOwnedDigitalAssets +getOwnerAddress +getPrimaryName +getProcessorStatus +getSigningMessage +getTableItem +getTargetAddress +getTransactionByHash +getTransactionByVersion +getTransactions +isPendingTransaction +lookupOriginalAccountAddress +mintDigitalAssetTransaction +mintSoulBoundTransaction +publishPackageTransaction +queryIndexer +registerName +removeDigitalAssetPropertyTransaction +renewDomain +rotateAuthKey +setDigitalAssetDescriptionTransaction +setDigitalAssetNameTransaction +setDigitalAssetURITransaction +setPrimaryName +setTargetAddress +sign +signAndSubmitTransaction +signAsFeePayer +transferCoinTransaction +transferDigitalAssetTransaction +transferFungibleAsset +unfreezeDigitalAssetTransaferTransaction +updateDigitalAssetPropertyTransaction +updateDigitalAssetTypedPropertyTransaction +view +waitForTransaction +

Constructors

Properties

account: Account
ans: ANS
coin: Coin
config: AptosConfig
digitalAsset: DigitalAsset
event: Event
faucet: Faucet
fungibleAsset: FungibleAsset
general: General
staking: Staking
transaction: Transaction

Methods

  • Add a digital asset property

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          propertyKey: string;
          propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY";
          propertyValue: PropertyValue;
      }
      • creator: Account
      • digitalAssetAddress: AccountAddressInput

        The digital asset address

        +
      • Optional digitalAssetType?: `${string}::${string}::${string}`
      • Optional options?: InputGenerateTransactionOptions
      • propertyKey: string

        The property key for storing on-chain properties

        +
      • propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY"

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Add a typed digital asset property

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          propertyKey: string;
          propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY";
          propertyValue: PropertyValue;
      }
      • creator: Account
      • digitalAssetAddress: AccountAddressInput

        The digital asset address

        +
      • Optional digitalAssetType?: `${string}::${string}::${string}`
      • Optional options?: InputGenerateTransactionOptions
      • propertyKey: string

        The property key for storing on-chain properties

        +
      • propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY"

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Parameters

    Returns Promise<void>

    void. Throws if any error

    +

    Deprecated

    Prefer to use aptos.transaction.batch.forSingleAccount()

    +

    Batch transactions for a single account.

    +

    This function uses a transaction worker that receives payloads to be processed +and submitted to chain. +Note that this process is best for submitting multiple transactions that +dont rely on each other, i.e batch funds, batch token mints, etc.

    +

    If any worker failure, the functions throws an error.

    +
  • Derives an account by providing a private key. +This functions resolves the provided private key type and derives the public key from it.

    +

    If the privateKey is a Secp256k1 type, it derives the account using the derived public key and +auth key using the SingleKey scheme locally.

    +

    If the privateKey is a ED25519 type, it looks up the authentication key on chain, and uses it to resolve +whether it is a Legacy ED25519 key or a Unified ED25519 key. It then derives the account based +on that.

    +

    Parameters

    Returns Promise<Account>

    Account type

    +
  • Queries the account's APT amount

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current amount of account's APT

    +
  • Queries the account's coin amount by the coin type

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          coinType: `${string}::${string}::${string}`;
          minimumLedgerVersion?: AnyNumber;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the total count for

        +
      • coinType: `${string}::${string}::${string}`

        The coin type to query

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current amount of account's coin

    +
  • Queries the current count of an account's coins aggregated

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current count of the aggregated count of all account's coins

    +
  • Queries an account's coins data

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              amount: any;
              asset_type: string;
              is_frozen: boolean;
              is_primary: boolean;
              last_transaction_timestamp: any;
              last_transaction_version: any;
              metadata?: null | {
                  asset_type: string;
                  creator_address: string;
                  decimals: number;
                  icon_uri?: null | string;
                  last_transaction_timestamp: any;
                  last_transaction_version: any;
                  name: string;
                  project_uri?: null | string;
                  supply_aggregator_table_handle_v1?: null | string;
                  supply_aggregator_table_key_v1?: null | string;
                  symbol: string;
                  token_standard: string;
              };
              owner_address: string;
              storage_id: string;
              token_standard: string;
          }> & WhereArg<CurrentFungibleAssetBalancesBoolExp>;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the coins data for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            amount: any;
            asset_type: string;
            is_frozen: boolean;
            is_primary: boolean;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            metadata?: null | {
                asset_type: string;
                creator_address: string;
                decimals: number;
                icon_uri?: null | string;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                name: string;
                project_uri?: null | string;
                supply_aggregator_table_handle_v1?: null | string;
                supply_aggregator_table_key_v1?: null | string;
                symbol: string;
                token_standard: string;
            };
            owner_address: string;
            storage_id: string;
            token_standard: string;
        }> & WhereArg<CurrentFungibleAssetBalancesBoolExp>

    Returns Promise<{
        amount: any;
        asset_type: string;
        is_frozen: boolean;
        is_primary: boolean;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        metadata?: null | {
            asset_type: string;
            creator_address: string;
            decimals: number;
            icon_uri?: null | string;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            name: string;
            project_uri?: null | string;
            supply_aggregator_table_handle_v1?: null | string;
            supply_aggregator_table_key_v1?: null | string;
            symbol: string;
            token_standard: string;
        };
        owner_address: string;
        storage_id: string;
        token_standard: string;
    }[]>

    Array with the coins data

    +
  • Queries for all collections that an account currently has tokens for.

    +

    This query returns all tokens (v1 and v2 standards) an account owns, including NFTs, fungible, soulbound, etc. +If you want to get only the token from a specific standard, you can pass an optional tokenStandard param

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: TokenStandardArg & PaginationArgs & OrderByArg<{
              collection_id?: null | string;
              collection_name?: null | string;
              collection_uri?: null | string;
              creator_address?: null | string;
              current_collection?: null | {
                  collection_id: string;
                  collection_name: string;
                  creator_address: string;
                  current_supply: any;
                  description: string;
                  last_transaction_timestamp: any;
                  last_transaction_version: any;
                  max_supply?: any;
                  mutable_description?: null | boolean;
                  mutable_uri?: null | boolean;
                  table_handle_v1?: null | string;
                  token_standard: string;
                  total_minted_v2?: any;
                  uri: string;
              };
              distinct_tokens?: any;
              last_transaction_version?: any;
              owner_address?: null | string;
              single_token_uri?: null | string;
          }>;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the collections for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: TokenStandardArg & PaginationArgs & OrderByArg<{
            collection_id?: null | string;
            collection_name?: null | string;
            collection_uri?: null | string;
            creator_address?: null | string;
            current_collection?: null | {
                collection_id: string;
                collection_name: string;
                creator_address: string;
                current_supply: any;
                description: string;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                max_supply?: any;
                mutable_description?: null | boolean;
                mutable_uri?: null | boolean;
                table_handle_v1?: null | string;
                token_standard: string;
                total_minted_v2?: any;
                uri: string;
            };
            distinct_tokens?: any;
            last_transaction_version?: any;
            owner_address?: null | string;
            single_token_uri?: null | string;
        }>

    Returns Promise<{
        collection_id?: null | string;
        collection_name?: null | string;
        collection_uri?: null | string;
        creator_address?: null | string;
        current_collection?: null | {
            collection_id: string;
            collection_name: string;
            creator_address: string;
            current_supply: any;
            description: string;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            max_supply?: any;
            mutable_description?: null | boolean;
            mutable_uri?: null | boolean;
            table_handle_v1?: null | string;
            token_standard: string;
            total_minted_v2?: any;
            uri: string;
        };
        distinct_tokens?: any;
        last_transaction_version?: any;
        owner_address?: null | string;
        single_token_uri?: null | string;
    }[]>

    Collections array with the collections data

    +
  • Fetches all top level domain names for an account

    +

    Parameters

    • args: GetAccountDomainsArgs

    Returns Promise<{
        domain?: null | string;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        token_standard?: null | string;
    }[]>

    a promise of an array of ANSName

    +
  • Get events by creation number and an account address

    +

    Parameters

    Returns Promise<{
        account_address: string;
        creation_number: any;
        data: any;
        event_index: any;
        indexed_type: string;
        sequence_number: any;
        transaction_block_height: any;
        transaction_version: any;
        type: string;
    }[]>

    Promise

    +
  • Get events by event type and an account address

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          eventType: `${string}::${string}::${string}`;
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              account_address: string;
              creation_number: any;
              data: any;
              event_index: any;
              indexed_type: string;
              sequence_number: any;
              transaction_block_height: any;
              transaction_version: any;
              type: string;
          }>;
      }
      • accountAddress: AccountAddressInput

        The account address

        +
      • eventType: `${string}::${string}::${string}`

        The event type

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            account_address: string;
            creation_number: any;
            data: any;
            event_index: any;
            indexed_type: string;
            sequence_number: any;
            transaction_block_height: any;
            transaction_version: any;
            type: string;
        }>

    Returns Promise<{
        account_address: string;
        creation_number: any;
        data: any;
        event_index: any;
        indexed_type: string;
        sequence_number: any;
        transaction_block_height: any;
        transaction_version: any;
        type: string;
    }[]>

    Promise

    +
  • Queries the current state for an Aptos account given its account address

    +

    Parameters

    Returns Promise<AccountData>

    The account data

    +

    Example: An example of the returned account

    {
    sequence_number: "1",
    authentication_key: "0x5307b5f4bc67829097a8ba9b43dba3b88261eeccd1f709d9bde240fc100fbb69"
    } +
    +
  • Fetches all names for an account (both top level domains and subdomains)

    +

    Parameters

    • args: GetAccountNamesArgs

    Returns Promise<{
        domain?: null | string;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        token_standard?: null | string;
    }[]>

    a promise of an array of ANSName

    +
  • Queries an account's owned objects

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              allow_ungated_transfer: boolean;
              is_deleted: boolean;
              last_guid_creation_num: any;
              last_transaction_version: any;
              object_address: string;
              owner_address: string;
              state_key_hash: string;
          }>;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the objects for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            allow_ungated_transfer: boolean;
            is_deleted: boolean;
            last_guid_creation_num: any;
            last_transaction_version: any;
            object_address: string;
            owner_address: string;
            state_key_hash: string;
        }>

    Returns Promise<{
        allow_ungated_transfer: boolean;
        is_deleted: boolean;
        last_guid_creation_num: any;
        last_transaction_version: any;
        object_address: string;
        owner_address: string;
        state_key_hash: string;
    }[]>

    Objects array with the object data

    +
  • Queries the account's current owned tokens.

    +

    This query returns all tokens (v1 and v2 standards) an account owns, including NFTs, fungible, soulbound, etc. +If you want to get only the token from a specific standard, you can pass an optional tokenStandard param

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: TokenStandardArg & PaginationArgs & OrderByArg<{
              amount: any;
              current_token_data?: null | {
                  collection_id: string;
                  current_collection?: null | {
                      collection_id: string;
                      collection_name: string;
                      creator_address: string;
                      current_supply: any;
                      description: string;
                      last_transaction_timestamp: any;
                      last_transaction_version: any;
                      max_supply?: any;
                      mutable_description?: null | boolean;
                      mutable_uri?: null | boolean;
                      table_handle_v1?: null | string;
                      token_standard: string;
                      total_minted_v2?: any;
                      uri: string;
                  };
                  decimals: any;
                  description: string;
                  is_fungible_v2?: null | boolean;
                  largest_property_version_v1?: any;
                  last_transaction_timestamp: any;
                  last_transaction_version: any;
                  maximum?: any;
                  supply: any;
                  token_data_id: string;
                  token_name: string;
                  token_properties: any;
                  token_standard: string;
                  token_uri: string;
              };
              is_fungible_v2?: null | boolean;
              is_soulbound_v2?: null | boolean;
              last_transaction_timestamp: any;
              last_transaction_version: any;
              owner_address: string;
              property_version_v1: any;
              storage_id: string;
              table_type_v1?: null | string;
              token_data_id: string;
              token_properties_mutated_v1?: any;
              token_standard: string;
          }>;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the tokens for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: TokenStandardArg & PaginationArgs & OrderByArg<{
            amount: any;
            current_token_data?: null | {
                collection_id: string;
                current_collection?: null | {
                    collection_id: string;
                    collection_name: string;
                    creator_address: string;
                    current_supply: any;
                    description: string;
                    last_transaction_timestamp: any;
                    last_transaction_version: any;
                    max_supply?: any;
                    mutable_description?: null | boolean;
                    mutable_uri?: null | boolean;
                    table_handle_v1?: null | string;
                    token_standard: string;
                    total_minted_v2?: any;
                    uri: string;
                };
                decimals: any;
                description: string;
                is_fungible_v2?: null | boolean;
                largest_property_version_v1?: any;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                maximum?: any;
                supply: any;
                token_data_id: string;
                token_name: string;
                token_properties: any;
                token_standard: string;
                token_uri: string;
            };
            is_fungible_v2?: null | boolean;
            is_soulbound_v2?: null | boolean;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            owner_address: string;
            property_version_v1: any;
            storage_id: string;
            table_type_v1?: null | string;
            token_data_id: string;
            token_properties_mutated_v1?: any;
            token_standard: string;
        }>

    Returns Promise<{
        amount: any;
        current_token_data?: null | {
            collection_id: string;
            current_collection?: null | {
                collection_id: string;
                collection_name: string;
                creator_address: string;
                current_supply: any;
                description: string;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                max_supply?: any;
                mutable_description?: null | boolean;
                mutable_uri?: null | boolean;
                table_handle_v1?: null | string;
                token_standard: string;
                total_minted_v2?: any;
                uri: string;
            };
            decimals: any;
            description: string;
            is_fungible_v2?: null | boolean;
            largest_property_version_v1?: any;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            maximum?: any;
            supply: any;
            token_data_id: string;
            token_name: string;
            token_properties: any;
            token_standard: string;
            token_uri: string;
        };
        is_fungible_v2?: null | boolean;
        is_soulbound_v2?: null | boolean;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        owner_address: string;
        property_version_v1: any;
        storage_id: string;
        table_type_v1?: null | string;
        token_data_id: string;
        token_properties_mutated_v1?: any;
        token_standard: string;
    }[]>

    Tokens array with the token data

    +
  • Queries all current tokens of a specific collection that an account owns by the collection address

    +

    This query returns all tokens (v1 and v2 standards) an account owns, including NFTs, fungible, soulbound, etc. +If you want to get only the token from a specific standard, you can pass an optional tokenStandard param

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          collectionAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: TokenStandardArg & PaginationArgs & OrderByArg<{
              amount: any;
              current_token_data?: null | {
                  collection_id: string;
                  current_collection?: null | {
                      collection_id: string;
                      collection_name: string;
                      creator_address: string;
                      current_supply: any;
                      description: string;
                      last_transaction_timestamp: any;
                      last_transaction_version: any;
                      max_supply?: any;
                      mutable_description?: null | boolean;
                      mutable_uri?: null | boolean;
                      table_handle_v1?: null | string;
                      token_standard: string;
                      total_minted_v2?: any;
                      uri: string;
                  };
                  decimals: any;
                  description: string;
                  is_fungible_v2?: null | boolean;
                  largest_property_version_v1?: any;
                  last_transaction_timestamp: any;
                  last_transaction_version: any;
                  maximum?: any;
                  supply: any;
                  token_data_id: string;
                  token_name: string;
                  token_properties: any;
                  token_standard: string;
                  token_uri: string;
              };
              is_fungible_v2?: null | boolean;
              is_soulbound_v2?: null | boolean;
              last_transaction_timestamp: any;
              last_transaction_version: any;
              owner_address: string;
              property_version_v1: any;
              storage_id: string;
              table_type_v1?: null | string;
              token_data_id: string;
              token_properties_mutated_v1?: any;
              token_standard: string;
          }>;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the tokens for

        +
      • collectionAddress: AccountAddressInput

        The address of the collection being queried

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: TokenStandardArg & PaginationArgs & OrderByArg<{
            amount: any;
            current_token_data?: null | {
                collection_id: string;
                current_collection?: null | {
                    collection_id: string;
                    collection_name: string;
                    creator_address: string;
                    current_supply: any;
                    description: string;
                    last_transaction_timestamp: any;
                    last_transaction_version: any;
                    max_supply?: any;
                    mutable_description?: null | boolean;
                    mutable_uri?: null | boolean;
                    table_handle_v1?: null | string;
                    token_standard: string;
                    total_minted_v2?: any;
                    uri: string;
                };
                decimals: any;
                description: string;
                is_fungible_v2?: null | boolean;
                largest_property_version_v1?: any;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                maximum?: any;
                supply: any;
                token_data_id: string;
                token_name: string;
                token_properties: any;
                token_standard: string;
                token_uri: string;
            };
            is_fungible_v2?: null | boolean;
            is_soulbound_v2?: null | boolean;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            owner_address: string;
            property_version_v1: any;
            storage_id: string;
            table_type_v1?: null | string;
            token_data_id: string;
            token_properties_mutated_v1?: any;
            token_standard: string;
        }>

    Returns Promise<{
        amount: any;
        current_token_data?: null | {
            collection_id: string;
            current_collection?: null | {
                collection_id: string;
                collection_name: string;
                creator_address: string;
                current_supply: any;
                description: string;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                max_supply?: any;
                mutable_description?: null | boolean;
                mutable_uri?: null | boolean;
                table_handle_v1?: null | string;
                token_standard: string;
                total_minted_v2?: any;
                uri: string;
            };
            decimals: any;
            description: string;
            is_fungible_v2?: null | boolean;
            largest_property_version_v1?: any;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            maximum?: any;
            supply: any;
            token_data_id: string;
            token_name: string;
            token_properties: any;
            token_standard: string;
            token_uri: string;
        };
        is_fungible_v2?: null | boolean;
        is_soulbound_v2?: null | boolean;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        owner_address: string;
        property_version_v1: any;
        storage_id: string;
        table_type_v1?: null | string;
        token_data_id: string;
        token_properties_mutated_v1?: any;
        token_standard: string;
    }[]>

    Tokens array with the token data

    +
  • Queries a specific account resource given account address and resource type. Note that the default is any in order +to allow for ease of accessing properties of the object.

    +

    Type Parameters

    • T extends {} = any

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          options?: LedgerVersionArg;
          resourceType: `${string}::${string}::${string}`;
      }
      • accountAddress: AccountAddressInput

        Aptos account address

        +
      • Optional options?: LedgerVersionArg
      • resourceType: `${string}::${string}::${string}`

        String representation of an on-chain Move struct type, i.e "0x1::aptos_coin::AptosCoin"

        +

    Returns Promise<T>

    Account resource

    +

    Example: An example of an account resource

    {
    value: 6
    } +
    +
  • Fetches all subdomains names for an account

    +

    Parameters

    • args: GetAccountSubdomainsArgs

    Returns Promise<{
        domain?: null | string;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        token_standard?: null | string;
    }[]>

    a promise of an array of ANSName

    +
  • Queries the current count of tokens owned by an account

    +

    Parameters

    Returns Promise<number>

    Current count of tokens owned by the account

    +
  • Queries the current count of transactions submitted by an account

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current count of transactions made by an account

    +
  • Get block by block height

    +

    Parameters

    • args: {
          blockHeight: AnyNumber;
          options?: {
              withTransactions?: boolean;
          };
      }
      • blockHeight: AnyNumber

        Block height to lookup. Starts at 0

        +
      • Optional options?: {
            withTransactions?: boolean;
        }
        • Optional withTransactions?: boolean

    Returns Promise<Block>

    Block with optional transactions

    +
  • Queries for block by transaction version

    +

    Parameters

    • args: {
          ledgerVersion: AnyNumber;
          options?: {
              withTransactions?: boolean;
          };
      }
      • ledgerVersion: AnyNumber

        Ledger version to lookup block information for

        +
      • Optional options?: {
            withTransactions?: boolean;
        }
        • Optional withTransactions?: boolean

    Returns Promise<Block>

    Block information with optional transactions

    +
  • Queries for the chain id

    +

    Returns Promise<number>

    The chain id

    +
  • Queries top user transactions

    +

    Parameters

    • args: {
          limit: number;
      }
      • limit: number

        The number of transactions to return

        +

    Returns Promise<{
        version: any;
    }[]>

    GetChainTopUserTransactionsResponse

    +
  • Queries data of a specific collection by the collection creator address and the collection name.

    +

    If, for some reason, a creator account has 2 collections with the same name in v1 and v2, +can pass an optional tokenStandard parameter to query a specific standard

    +

    Parameters

    Returns Promise<{
        collection_id: string;
        collection_name: string;
        creator_address: string;
        current_supply: any;
        description: string;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        max_supply?: any;
        mutable_description?: null | boolean;
        mutable_uri?: null | boolean;
        table_handle_v1?: null | string;
        token_standard: string;
        total_minted_v2?: any;
        uri: string;
    }>

    GetCollectionDataResponse response type

    +
  • Queries data of a specific collection by the collection ID.

    +

    Parameters

    • args: {
          collectionId: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
      }
      • collectionId: AccountAddressInput

        the ID of the collection, it's the same thing as the address of the collection object

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<{
        collection_id: string;
        collection_name: string;
        creator_address: string;
        current_supply: any;
        description: string;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        max_supply?: any;
        mutable_description?: null | boolean;
        mutable_uri?: null | boolean;
        table_handle_v1?: null | string;
        token_standard: string;
        total_minted_v2?: any;
        uri: string;
    }>

    GetCollectionDataResponse response type

    +
  • Queries a collection's ID.

    +

    This is the same as the collection's object address in V2, but V1 does +not use objects, and does not have an address

    +

    Parameters

    Returns Promise<string>

    the collection id

    +
  • Gets digital asset ownership data given the address of a digital asset.

    +

    Parameters

    Returns Promise<{
        amount: any;
        current_token_data?: null | {
            collection_id: string;
            current_collection?: null | {
                collection_id: string;
                collection_name: string;
                creator_address: string;
                current_supply: any;
                description: string;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                max_supply?: any;
                mutable_description?: null | boolean;
                mutable_uri?: null | boolean;
                table_handle_v1?: null | string;
                token_standard: string;
                total_minted_v2?: any;
                uri: string;
            };
            decimals: any;
            description: string;
            is_fungible_v2?: null | boolean;
            largest_property_version_v1?: any;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            maximum?: any;
            supply: any;
            token_data_id: string;
            token_name: string;
            token_properties: any;
            token_standard: string;
            token_uri: string;
        };
        is_fungible_v2?: null | boolean;
        is_soulbound_v2?: null | boolean;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        owner_address: string;
        property_version_v1: any;
        storage_id: string;
        table_type_v1?: null | string;
        token_data_id: string;
        token_properties_mutated_v1?: any;
        token_standard: string;
    }>

    GetCurrentTokenOwnershipResponse containing relevant ownership data of the digital asset.

    +
  • Queries all fungible asset balances

    +

    Parameters

    • Optional args: {
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & WhereArg<CurrentFungibleAssetBalancesBoolExp>;
      }
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & WhereArg<CurrentFungibleAssetBalancesBoolExp>

    Returns Promise<{
        amount: any;
        asset_type: string;
        is_frozen: boolean;
        is_primary: boolean;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        owner_address: string;
        storage_id: string;
        token_standard: string;
    }[]>

    A list of fungible asset metadata

    +
  • Queries delegated staking activities

    +

    Parameters

    Returns Promise<{
        amount: any;
        delegator_address: string;
        event_index: any;
        event_type: string;
        pool_address: string;
        transaction_version: any;
    }[]>

    GetDelegatedStakingActivitiesResponse response type

    +
  • Gets the activity data given the address of a digital asset.

    +

    Parameters

    • args: {
          digitalAssetAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              after_value?: null | string;
              before_value?: null | string;
              entry_function_id_str?: null | string;
              event_account_address: string;
              event_index: any;
              from_address?: null | string;
              is_fungible_v2?: null | boolean;
              property_version_v1: any;
              to_address?: null | string;
              token_amount: any;
              token_data_id: string;
              token_standard: string;
              transaction_timestamp: any;
              transaction_version: any;
              type: string;
          }>;
      }
      • digitalAssetAddress: AccountAddressInput
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            after_value?: null | string;
            before_value?: null | string;
            entry_function_id_str?: null | string;
            event_account_address: string;
            event_index: any;
            from_address?: null | string;
            is_fungible_v2?: null | boolean;
            property_version_v1: any;
            to_address?: null | string;
            token_amount: any;
            token_data_id: string;
            token_standard: string;
            transaction_timestamp: any;
            transaction_version: any;
            type: string;
        }>

    Returns Promise<{
        after_value?: null | string;
        before_value?: null | string;
        entry_function_id_str?: null | string;
        event_account_address: string;
        event_index: any;
        from_address?: null | string;
        is_fungible_v2?: null | boolean;
        property_version_v1: any;
        to_address?: null | string;
        token_amount: any;
        token_data_id: string;
        token_standard: string;
        transaction_timestamp: any;
        transaction_version: any;
        type: string;
    }[]>

    GetTokenActivityResponse containing relevant activity data to the digital asset.

    +
  • Gets digital asset data given the address of a digital asset.

    +

    Parameters

    Returns Promise<{
        collection_id: string;
        current_collection?: null | {
            collection_id: string;
            collection_name: string;
            creator_address: string;
            current_supply: any;
            description: string;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            max_supply?: any;
            mutable_description?: null | boolean;
            mutable_uri?: null | boolean;
            table_handle_v1?: null | string;
            token_standard: string;
            total_minted_v2?: any;
            uri: string;
        };
        decimals: any;
        description: string;
        is_fungible_v2?: null | boolean;
        largest_property_version_v1?: any;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        maximum?: any;
        supply: any;
        token_data_id: string;
        token_name: string;
        token_properties: any;
        token_standard: string;
        token_uri: string;
    }>

    GetTokenDataResponse containing relevant data to the digital asset.

    +
  • Fetches all subdomains names for a given domain. Note, this will not return the domain itself.

    +

    Parameters

    • args: GetDomainSubdomainsArgs

    Returns Promise<{
        domain?: null | string;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        token_standard?: null | string;
    }[]>

    a promise of an array of ANSName

    +
  • Get all events

    +

    An optional where can be passed in to filter out the response.

    +

    Parameters

    • Optional args: {
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              account_address: string;
              creation_number: any;
              data: any;
              event_index: any;
              indexed_type: string;
              sequence_number: any;
              transaction_block_height: any;
              transaction_version: any;
              type: string;
          }> & WhereArg<EventsBoolExp>;
      }
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            account_address: string;
            creation_number: any;
            data: any;
            event_index: any;
            indexed_type: string;
            sequence_number: any;
            transaction_block_height: any;
            transaction_version: any;
            type: string;
        }> & WhereArg<EventsBoolExp>

    Returns Promise<{
        account_address: string;
        creation_number: any;
        data: any;
        event_index: any;
        indexed_type: string;
        sequence_number: any;
        transaction_block_height: any;
        transaction_version: any;
        type: string;
    }[]>

    GetEventsQuery response type

    +

    Example

    { where:
    {
    transaction_version: { _eq: 123456 },
    }
    } +
    +
  • Retrieve the expiration time of a domain name or subdomain name from the contract.

    +
    // Will return the expiration of "test.aptos.apt" or undefined
    const exp = await aptos.getExpiration({name: "test.aptos"})
    // new Date(exp) would give you the date in question: 2021-01-01T00:00:00.000Z +
    +

    Parameters

    • args: {
          name: string;
      }
      • name: string

        A string of the name to retrieve

        +

    Returns Promise<undefined | number>

    number as a unix timestamp in milliseconds.

    +
  • Queries all fungible asset activities

    +

    Parameters

    • Optional args: {
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & WhereArg<FungibleAssetActivitiesBoolExp>;
      }
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & WhereArg<FungibleAssetActivitiesBoolExp>

    Returns Promise<{
        amount?: any;
        asset_type: string;
        block_height: any;
        entry_function_id_str?: null | string;
        event_index: any;
        gas_fee_payer_address?: null | string;
        is_frozen?: null | boolean;
        is_gas_fee: boolean;
        is_transaction_success: boolean;
        owner_address: string;
        storage_id: string;
        storage_refund_amount: any;
        token_standard: string;
        transaction_timestamp: any;
        transaction_version: any;
        type: string;
    }[]>

    A list of fungible asset metadata

    +
  • Queries all fungible asset metadata.

    +

    Parameters

    Returns Promise<{
        asset_type: string;
        creator_address: string;
        decimals: number;
        icon_uri?: null | string;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        name: string;
        project_uri?: null | string;
        supply_aggregator_table_handle_v1?: null | string;
        supply_aggregator_table_key_v1?: null | string;
        symbol: string;
        token_standard: string;
    }[]>

    A list of fungible asset metadata

    +
  • Queries a fungible asset metadata

    +

    This query returns the fungible asset metadata for a specific fungible asset.

    +

    Parameters

    • args: {
          assetType: string;
          minimumLedgerVersion?: AnyNumber;
      }
      • assetType: string

        The asset type of the fungible asset. +e.g +"0x1::aptos_coin::AptosCoin" for Aptos Coin +"0xc2948283c2ce03aafbb294821de7ee684b06116bb378ab614fa2de07a99355a8" - address format if this is fungible asset

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<{
        asset_type: string;
        creator_address: string;
        decimals: number;
        icon_uri?: null | string;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        name: string;
        project_uri?: null | string;
        supply_aggregator_table_handle_v1?: null | string;
        supply_aggregator_table_key_v1?: null | string;
        symbol: string;
        token_standard: string;
    }>

    A fungible asset metadata item

    +
  • Queries for the last successful indexer version

    +

    This is useful to tell what ledger version the indexer is updated to, as it can be behind the full nodes.

    +

    Returns Promise<bigint>

  • Queries for the Aptos ledger info

    +

    Returns Promise<LedgerInfo>

    Aptos Ledger Info

    +

    Example: An example of the returned data

    {
    "chain_id": 4,
    "epoch": "8",
    "ledger_version": "714",
    "oldest_ledger_version": "0",
    "ledger_timestamp": "1694695496521775",
    "node_role": "validator",
    "oldest_block_height": "0",
    "block_height": "359",
    "git_hash": "c82193f36f4e185fed9f68c4ad21f6c6dd390c6e"
    } +
    +
  • Get module events by event type

    +

    Parameters

    • args: {
          eventType: `${string}::${string}::${string}`;
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              account_address: string;
              creation_number: any;
              data: any;
              event_index: any;
              indexed_type: string;
              sequence_number: any;
              transaction_block_height: any;
              transaction_version: any;
              type: string;
          }>;
      }
      • eventType: `${string}::${string}::${string}`

        The event type

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            account_address: string;
            creation_number: any;
            data: any;
            event_index: any;
            indexed_type: string;
            sequence_number: any;
            transaction_block_height: any;
            transaction_version: any;
            type: string;
        }>

    Returns Promise<{
        account_address: string;
        creation_number: any;
        data: any;
        event_index: any;
        indexed_type: string;
        sequence_number: any;
        transaction_block_height: any;
        transaction_version: any;
        type: string;
    }[]>

    Promise

    +
  • Fetches a single name from the indexer

    +

    Parameters

    • args: {
          name: string;
      }
      • name: string

        A string of the name to retrieve, e.g. "test.aptos.apt" +or "test.apt" or "test". Can be inclusive or exclusive of the .apt suffix. +Can be a subdomain.

        +

    Returns Promise<undefined | {
        domain?: null | string;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        token_standard?: null | string;
    }>

    A promise of an ANSName or undefined

    +
  • Queries current number of delegators in a pool. Throws an error if the pool is not found.

    +

    Parameters

    Returns Promise<number>

    The number of delegators for the given pool

    +
  • Queries current number of delegators in a pool. Throws an error if the pool is not found.

    +

    Parameters

    • Optional args: {
          minimumLedgerVersion?: AnyNumber;
          options?: OrderByArg<{
              num_active_delegator?: any;
              pool_address?: null | string;
          }>;
      }
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: OrderByArg<{
            num_active_delegator?: any;
            pool_address?: null | string;
        }>

    Returns Promise<{
        num_active_delegator?: any;
        pool_address?: null | string;
    }[]>

    GetNumberOfDelegatorsForAllPoolsResponse response type

    +
  • Gets the digital assets that the given address owns.

    +

    Parameters

    • args: {
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              amount: any;
              current_token_data?: null | {
                  collection_id: string;
                  current_collection?: null | {
                      collection_id: string;
                      collection_name: string;
                      creator_address: string;
                      current_supply: any;
                      description: string;
                      last_transaction_timestamp: any;
                      last_transaction_version: any;
                      max_supply?: any;
                      mutable_description?: null | boolean;
                      mutable_uri?: null | boolean;
                      table_handle_v1?: null | string;
                      token_standard: string;
                      total_minted_v2?: any;
                      uri: string;
                  };
                  decimals: any;
                  description: string;
                  is_fungible_v2?: null | boolean;
                  largest_property_version_v1?: any;
                  last_transaction_timestamp: any;
                  last_transaction_version: any;
                  maximum?: any;
                  supply: any;
                  token_data_id: string;
                  token_name: string;
                  token_properties: any;
                  token_standard: string;
                  token_uri: string;
              };
              is_fungible_v2?: null | boolean;
              is_soulbound_v2?: null | boolean;
              last_transaction_timestamp: any;
              last_transaction_version: any;
              owner_address: string;
              property_version_v1: any;
              storage_id: string;
              table_type_v1?: null | string;
              token_data_id: string;
              token_properties_mutated_v1?: any;
              token_standard: string;
          }>;
          ownerAddress: AccountAddressInput;
      }
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            amount: any;
            current_token_data?: null | {
                collection_id: string;
                current_collection?: null | {
                    collection_id: string;
                    collection_name: string;
                    creator_address: string;
                    current_supply: any;
                    description: string;
                    last_transaction_timestamp: any;
                    last_transaction_version: any;
                    max_supply?: any;
                    mutable_description?: null | boolean;
                    mutable_uri?: null | boolean;
                    table_handle_v1?: null | string;
                    token_standard: string;
                    total_minted_v2?: any;
                    uri: string;
                };
                decimals: any;
                description: string;
                is_fungible_v2?: null | boolean;
                largest_property_version_v1?: any;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                maximum?: any;
                supply: any;
                token_data_id: string;
                token_name: string;
                token_properties: any;
                token_standard: string;
                token_uri: string;
            };
            is_fungible_v2?: null | boolean;
            is_soulbound_v2?: null | boolean;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            owner_address: string;
            property_version_v1: any;
            storage_id: string;
            table_type_v1?: null | string;
            token_data_id: string;
            token_properties_mutated_v1?: any;
            token_standard: string;
        }>
      • ownerAddress: AccountAddressInput

        The address of the owner

        +

    Returns Promise<{
        amount: any;
        current_token_data?: null | {
            collection_id: string;
            current_collection?: null | {
                collection_id: string;
                collection_name: string;
                creator_address: string;
                current_supply: any;
                description: string;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                max_supply?: any;
                mutable_description?: null | boolean;
                mutable_uri?: null | boolean;
                table_handle_v1?: null | string;
                token_standard: string;
                total_minted_v2?: any;
                uri: string;
            };
            decimals: any;
            description: string;
            is_fungible_v2?: null | boolean;
            largest_property_version_v1?: any;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            maximum?: any;
            supply: any;
            token_data_id: string;
            token_name: string;
            token_properties: any;
            token_standard: string;
            token_uri: string;
        };
        is_fungible_v2?: null | boolean;
        is_soulbound_v2?: null | boolean;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        owner_address: string;
        property_version_v1: any;
        storage_id: string;
        table_type_v1?: null | string;
        token_data_id: string;
        token_properties_mutated_v1?: any;
        token_standard: string;
    }[]>

    GetOwnedTokensResponse containing ownership data of the digital assets belonging to the ownerAddresss.

    +
  • Retrieve the owner address of a domain name or subdomain name from the contract.

    +
    // Will return the owner address of "test.aptos.apt" or undefined
    const owner = await aptos.getOwnerAddress({name: "test.aptos"})
    // owner = 0x123... +
    +

    Parameters

    • args: {
          name: string;
      }
      • name: string

        A string of the name to retrieve

        +

    Returns Promise<undefined | string>

    MoveAddressType if the name is owned, undefined otherwise

    +
  • Retrieve the primary name for an account. An account can have +multiple names that target it, but only a single name that is primary. An +account also may not have a primary name.

    +
    const name = await aptos.getPrimaryName({address: alice.accountAddress})
    // name = test.aptos +
    +

    Parameters

    Returns Promise<undefined | string>

    a string if the account has a primary name, undefined otherwise

    +
  • Query the processor status for a specific processor type.

    +

    Parameters

    Returns Promise<{
        last_success_version: any;
        last_updated: any;
        processor: string;
    }>

  • Returns a signing message for a transaction.

    +

    This allows a user to sign a transaction using their own preferred signing method, and +then submit it to the network.

    +

    Parameters

    Returns Uint8Array

  • Queries for a table item for a table identified by the handle and the key for the item. +Key and value types need to be passed in to help with key serialization and value deserialization.

    +

    Type Parameters

    • T

    Parameters

    Returns Promise<T>

    Table item value rendered in JSON

    +

    Example

    https://api.devnet.aptoslabs.com/v1/accounts/0x1/resource/0x1::coin::CoinInfo%3C0x1::aptos_coin::AptosCoin%3E
    {
    data.key_type = "address" // Move type of table key
    data.value_type = "u128" // Move type of table value
    data.key = "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935" // Value of table key
    } +
    +
  • Retrieve the target address of a domain or subdomain name. This is the +address the name points to for use on chain. Note, the target address can +point to addresses that are not the owner of the name

    +
    const targetAddr = await aptos.getTargetAddress({name: "test.aptos"})
    // targetAddr = 0x123... +
    +

    Parameters

    • args: {
          name: string;
      }
      • name: string

        A string of the name: primary, primary.apt, secondary.primary, secondary.primary.apt, etc.

        +

    Returns Promise<undefined | string>

    MoveAddressType if the name has a target, undefined otherwise

    +
  • Queries on-chain transaction by transaction hash. This function will return pending transactions.

    +

    Parameters

    • args: {
          transactionHash: HexInput;
      }
      • transactionHash: HexInput

        Transaction hash should be hex-encoded bytes string with 0x prefix.

        +

    Returns Promise<TransactionResponse>

    Transaction from mempool (pending) or on-chain (committed) transaction

    +
  • Queries on-chain transaction by version. This function will not return pending transactions.

    +

    Parameters

    • args: {
          ledgerVersion: AnyNumber;
      }
      • ledgerVersion: AnyNumber

        Transaction version is an unsigned 64-bit number.

        +

    Returns Promise<TransactionResponse>

    On-chain transaction. Only on-chain transactions have versions, so this +function cannot be used to query pending transactions.

    +
  • Defines if specified transaction is currently in pending state

    +

    To create a transaction hash:

    +
      +
    1. Create a hash message from the bytes: "Aptos::Transaction" bytes + the BCS-serialized Transaction bytes.
    2. +
    3. Apply hash algorithm SHA3-256 to the hash message bytes.
    4. +
    5. Hex-encode the hash bytes with 0x prefix.
    6. +
    +

    Parameters

    • args: {
          transactionHash: HexInput;
      }
      • transactionHash: HexInput

        A hash of transaction

        +

    Returns Promise<boolean>

    true if transaction is in pending state and false otherwise

    +
  • Create a transaction to mint a digital asset into the creators account within an existing collection.

    +

    Parameters

    • args: {
          collection: string;
          creator: Account;
          description: string;
          name: string;
          options?: InputGenerateTransactionOptions;
          propertyKeys?: string[];
          propertyTypes?: ("U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY")[];
          propertyValues?: PropertyValue[];
          uri: string;
      }
      • collection: string

        the name of the collection the digital asset belongs to

        +
      • creator: Account

        the creator of the collection

        +
      • description: string

        the description of the digital asset

        +
      • name: string

        the name of the digital asset

        +
      • Optional options?: InputGenerateTransactionOptions
      • Optional propertyKeys?: string[]
      • Optional propertyTypes?: ("U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY")[]
      • Optional propertyValues?: PropertyValue[]
      • uri: string

        the URI to additional info about the digital asset

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Mint a soul bound digital asset into a recipient's account

    +

    Parameters

    • args: {
          account: Account;
          collection: string;
          description: string;
          name: string;
          options?: InputGenerateTransactionOptions;
          propertyKeys?: string[];
          propertyTypes?: ("U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY")[];
          propertyValues?: PropertyValue[];
          recipient: AccountAddress;
          uri: string;
      }
      • account: Account

        The account that mints the digital asset

        +
      • collection: string

        The collection name that the digital asset belongs to

        +
      • description: string

        The digital asset description

        +
      • name: string

        The digital asset name

        +
      • Optional options?: InputGenerateTransactionOptions
      • Optional propertyKeys?: string[]

        The property keys for storing on-chain properties

        +
      • Optional propertyTypes?: ("U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY")[]

        The type of property values

        +
      • Optional propertyValues?: PropertyValue[]

        The property values to be stored on-chain

        +
      • recipient: AccountAddress

        The account address where the digital asset will be created

        +
      • uri: string

        The digital asset URL

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Registers a new name

    +
    // An example of registering a subdomain name assuming def.apt is already registered
    // and belongs to the sender alice.
    const txn = aptos.registerName({
    sender: alice,
    name: "test.aptos.apt",
    expiration: {
    policy: "subdomain:independent",
    expirationDate: Date.now() + 30 * 24 * 60 * 60 * 1000,
    },
    }); +
    +

    Parameters

    • args: Omit<RegisterNameParameters, "aptosConfig">

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
  • Remove a digital asset property

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          propertyKey: string;
          propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY";
          propertyValue: PropertyValue;
      }
      • creator: Account
      • digitalAssetAddress: AccountAddressInput

        The digital asset address

        +
      • Optional digitalAssetType?: `${string}::${string}::${string}`
      • Optional options?: InputGenerateTransactionOptions
      • propertyKey: string

        The property key for storing on-chain properties

        +
      • propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY"

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Renews a domain name

    +

    Note: If a domain name was minted with V1 of the contract, it will automatically be upgraded to V2 via this transaction.

    +
    await aptos.renewDomain({sender: alice, name: "test"})
    // test.apt will be renewed for one year +
    +

    Parameters

    • args: {
          name: string;
          options?: InputGenerateTransactionOptions;
          sender: Account;
          years?: 1;
      }
      • name: string

        A string of the domain the subdomain will be under. The signer must be the domain owner. +Subdomains cannot be renewed.

        +
      • Optional options?: InputGenerateTransactionOptions
      • sender: Account

        The sender account

        +
      • Optional years?: 1

        The number of years to renew the name. Currently only one year is permitted.

        +

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
  • Sets the primary name for the sender. An account can have +multiple names that target it, but only a single name that is primary. An +account also may not have a primary name.

    +
    await aptos.setPrimaryName({sender: alice, name: "test.aptos"})
    const primaryName = await aptos.getPrimaryName({address: alice.accountAddress})
    // primaryName = test.aptos +
    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
  • Sets the target address of a domain or subdomain name. This is the +address the name points to for use on chain. Note, the target address can +point to addresses that are not the owner of the name

    +
    await aptos.setTargetAddress({sender: alice, name: "test.aptos", address: bob.accountAddress})
    const address = await aptos.getTargetAddress({name: "test.aptos"})
    // address = bob.accountAddress +
    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
  • Transfer a digital asset (non fungible digital asset) ownership.

    +

    We can transfer a digital asset only when the digital asset is not frozen +(i.e. owner transfer is not disabled such as for soul bound digital assets)

    +

    Parameters

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Update a digital asset property

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          propertyKey: string;
          propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY";
          propertyValue: PropertyValue;
      }
      • creator: Account
      • digitalAssetAddress: AccountAddressInput

        The digital asset address

        +
      • Optional digitalAssetType?: `${string}::${string}::${string}`
      • Optional options?: InputGenerateTransactionOptions
      • propertyKey: string

        The property key for storing on-chain properties

        +
      • propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY"

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Update a typed digital asset property

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          propertyKey: string;
          propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY";
          propertyValue: PropertyValue;
      }
      • creator: Account
      • digitalAssetAddress: AccountAddressInput

        The digital asset address

        +
      • Optional digitalAssetType?: `${string}::${string}::${string}`
      • Optional options?: InputGenerateTransactionOptions
      • propertyKey: string

        The property key for storing on-chain properties

        +
      • propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY"

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Waits for a transaction to move past the pending state.

    +

    There are 4 cases.

    +
      +
    1. Transaction is successfully processed and committed to the chain.
        +
      • The function will resolve with the transaction response from the API.
      • +
      +
    2. +
    3. Transaction is rejected for some reason, and is therefore not committed to the blockchain.
        +
      • The function will throw an AptosApiError with an HTTP status code indicating some problem with the request.
      • +
      +
    4. +
    5. Transaction is committed but execution failed, meaning no changes were +written to the blockchain state.
        +
      • If checkSuccess is true, the function will throw a FailedTransactionError +If checkSuccess is false, the function will resolve with the transaction response where the success field is false.
      • +
      +
    6. +
    7. Transaction does not move past the pending state within args.options.timeoutSecs seconds.
        +
      • The function will throw a WaitForTransactionError
      • +
      +
    8. +
    +

    Parameters

    Returns Promise<CommittedTransactionResponse>

    The transaction on-chain. See above for more details.

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/AptosApiError.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AptosApiError.html new file mode 100644 index 000000000..5d213be61 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AptosApiError.html @@ -0,0 +1,23 @@ +AptosApiError | @aptos-labs/ts-sdk - v1.11.0

The type returned from an API error

+

Param: name

the error name "AptosApiError"

+

Param: url

the url the request was made to

+

Param: status

the response status. i.e. 400

+

Param: statusText

the response message

+

Param: data

the response data

+

Param: request

the AptosRequest

+

Hierarchy

  • Error
    • AptosApiError

Constructors

Properties

data: any
message: string
name: string
request: AptosRequest
stack?: string
status: number
statusText: string
url: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/AptosConfig.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AptosConfig.html new file mode 100644 index 000000000..0e283f736 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AptosConfig.html @@ -0,0 +1,21 @@ +AptosConfig | @aptos-labs/ts-sdk - v1.11.0

This class holds the config information for the SDK client instance.

+

Constructors

Properties

client: Client

The client instance the SDK uses. Defaults to `@aptos-labs/aptos-client

+
clientConfig?: ClientConfig

Optional client configurations

+
faucet?: string

The optional hardcoded faucet URL to send requests to instead of using the network

+
faucetConfig?: FaucetConfig

Optional specific Faucet configurations

+
fullnode?: string

The optional hardcoded fullnode URL to send requests to instead of using the network

+
fullnodeConfig?: ClientHeadersType

Optional specific Fullnode configurations

+
indexer?: string

The optional hardcoded indexer URL to send requests to instead of using the network

+
indexerConfig?: ClientHeadersType

Optional specific Indexer configurations

+
network: Network

The Network that this SDK is associated with. Defaults to DEVNET

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/AuthenticationKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AuthenticationKey.html new file mode 100644 index 000000000..8357ebf19 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/AuthenticationKey.html @@ -0,0 +1,39 @@ +AuthenticationKey | @aptos-labs/ts-sdk - v1.11.0

Each account stores an authentication key. Authentication key enables account owners to rotate +their private key(s) associated with the account without changing the address that hosts their account.

+

See

Account Basics

+

Account addresses can be derived from AuthenticationKey

+

Hierarchy (view full)

Constructors

Properties

data: Hex

The raw bytes of the authentication key.

+
LENGTH: number = 32

An authentication key is always a SHA3-256 hash of data, and is always 32 bytes.

+

The data to hash depends on the underlying public key type and the derivation scheme.

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Bool.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Bool.html new file mode 100644 index 000000000..d12c74e1f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Bool.html @@ -0,0 +1,20 @@ +Bool | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Implements

Constructors

Properties

value: boolean

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/ChainId.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/ChainId.html new file mode 100644 index 000000000..8923b4a46 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/ChainId.html @@ -0,0 +1,13 @@ +ChainId | @aptos-labs/ts-sdk - v1.11.0

Representation of a ChainId that can serialized and deserialized

+

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

chainId: number

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Deserializer.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Deserializer.html new file mode 100644 index 000000000..5225f3b21 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Deserializer.html @@ -0,0 +1,63 @@ +Deserializer | @aptos-labs/ts-sdk - v1.11.0

Constructors

Properties

buffer: ArrayBuffer
offset: number

Methods

  • Helper function that primarily exists to support alternative syntax for deserialization. +That is, if we have a const deserializer: new Deserializer(...), instead of having to use +MyClass.deserialize(deserializer), we can call deserializer.deserialize(MyClass).

    +

    Type Parameters

    • T

    Parameters

    • cls: Deserializable<T>

      The BCS-deserializable class to deserialize the buffered bytes into.

      +

    Returns T

    the deserialized value of class type T

    +

    Example

    const deserializer = new Deserializer(new Uint8Array([1, 2, 3]));
    const value = deserializer.deserialize(MyClass); // where MyClass has a `deserialize` function
    // value is now an instance of MyClass
    // equivalent to `const value = MyClass.deserialize(deserializer)` +
    +
  • Deserializes a boolean value.

    +

    BCS layout for "boolean": One byte. "0x01" for true and "0x00" for false.

    +

    Returns boolean

  • Deserializes an array of bytes.

    +

    BCS layout for "bytes": bytes_length | bytes +where bytes_length is a u32 integer encoded as a uleb128 integer, equal to the length of the bytes array.

    +

    Returns Uint8Array

  • Deserializes an array of bytes. The number of bytes to read is already known.

    +

    Parameters

    • len: number

    Returns Uint8Array

  • Deserializes a string. UTF8 string is supported. Reads the string's bytes length "l" first, +and then reads "l" bytes of content. Decodes the byte array into a string.

    +

    BCS layout for "string": string_length | string_content +where string_length is a u32 integer encoded as a uleb128 integer, equal to the number of bytes in string_content.

    +

    Returns string

    Example

    const deserializer = new Deserializer(new Uint8Array([8, 49, 50, 51, 52, 97, 98, 99, 100]));
    assert(deserializer.deserializeStr() === "1234abcd"); +
    +
  • Deserializes a uint128 number.

    +

    BCS layout for "uint128": Sixteen bytes. Binary format in little-endian representation.

    +

    Returns bigint

  • Deserializes a uint16 number.

    +

    BCS layout for "uint16": Two bytes. Binary format in little-endian representation.

    +

    Returns number

    Example

    const deserializer = new Deserializer(new Uint8Array([0x34, 0x12]));
    assert(deserializer.deserializeU16() === 4660); +
    +
  • Deserializes a uint256 number.

    +

    BCS layout for "uint256": Thirty-two bytes. Binary format in little-endian representation.

    +

    Returns bigint

  • Deserializes a uint32 number.

    +

    BCS layout for "uint32": Four bytes. Binary format in little-endian representation.

    +

    Returns number

    Example

    const deserializer = new Deserializer(new Uint8Array([0x78, 0x56, 0x34, 0x12]));
    assert(deserializer.deserializeU32() === 305419896); +
    +
  • Deserializes a uint64 number.

    +

    BCS layout for "uint64": Eight bytes. Binary format in little-endian representation.

    +

    Returns bigint

    Example

    const deserializer = new Deserializer(new Uint8Array([0x00, 0xEF, 0xCD, 0xAB, 0x78, 0x56, 0x34, 0x12]));
    assert(deserializer.deserializeU64() === 1311768467750121216); +
    +
  • Deserializes a uint8 number.

    +

    BCS layout for "uint8": One byte. Binary format in little-endian representation.

    +

    Returns number

  • Deserializes a uleb128 encoded uint32 number.

    +

    BCS use uleb128 encoding in two cases: (1) lengths of variable-length sequences and (2) tags of enum values

    +

    Returns number

  • Deserializes an array of BCS Deserializable values given an existing Deserializer +instance with a loaded byte buffer.

    +

    Type Parameters

    • T

    Parameters

    • cls: Deserializable<T>

      The BCS-deserializable class to deserialize the buffered bytes into.

      +

    Returns T[]

    an array of deserialized values of type T

    +

    Example

    // serialize a vector of addresses
    const addresses = new Array<AccountAddress>(
    AccountAddress.from("0x1"),
    AccountAddress.from("0x2"),
    AccountAddress.from("0xa"),
    AccountAddress.from("0xb"),
    );
    const serializer = new Serializer();
    serializer.serializeVector(addresses);
    const serializedBytes = serializer.toUint8Array();

    // deserialize the bytes into an array of addresses
    const deserializer = new Deserializer(serializedBytes);
    const deserializedAddresses = deserializer.deserializeVector(AccountAddress);
    // deserializedAddresses is now an array of AccountAddress instances +
    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Ed25519Account.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Ed25519Account.html new file mode 100644 index 000000000..1e8ef0a0a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Ed25519Account.html @@ -0,0 +1,26 @@ +Ed25519Account | @aptos-labs/ts-sdk - v1.11.0

Signer implementation for the Ed25519 authentication scheme. +This extends an Ed25519Account by adding signing capabilities through an Ed25519PrivateKey.

+

Note: Generating a signer instance does not create the account on-chain.

+

Implements

Constructors

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: Ed25519PrivateKey

Private key associated with the account

+
publicKey: Ed25519PublicKey

Public key associated with the account

+
signingScheme: Ed25519 = SigningScheme.Ed25519

Signing scheme used to sign transactions

+

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Ed25519PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Ed25519PrivateKey.html new file mode 100644 index 000000000..8b5d567d6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Ed25519PrivateKey.html @@ -0,0 +1,52 @@ +Ed25519PrivateKey | @aptos-labs/ts-sdk - v1.11.0

Represents the private key of an Ed25519 key pair.

+

Hierarchy (view full)

Implements

Constructors

Properties

signingKeyPair: SignKeyPair

The Ed25519 signing key

+
LENGTH: number = 32

Length of an Ed25519 private key

+
SLIP_0010_SEED: "ed25519 seed" = "ed25519 seed"

The Ed25519 key seed to use for BIP-32 compatibility +See more https://github.com/satoshilabs/slips/blob/master/slip-0010.md

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +
  • Get the private key as a hex string with the 0x prefix.

    +

    Returns string

    string representation of the private key

    +
  • Derives a private key from a mnemonic seed phrase.

    +

    To derive multiple keys from the same phrase, change the path

    +

    IMPORTANT: Ed25519 supports hardened derivation only (since it lacks a key homomorphism, +so non-hardened derivation cannot work)

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • mnemonics: string

      the mnemonic seed phrase

      +

    Returns Ed25519PrivateKey

  • A private inner function so we can separate from the main fromDerivationPath() method +to add tests to verify we create the keys correctly.

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • seed: Uint8Array

      the seed phrase created by the mnemonics

      +
    • offset: number = HARDENED_OFFSET

      the offset used for key derivation, defaults to 0x80000000

      +

    Returns Ed25519PrivateKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Ed25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Ed25519PublicKey.html new file mode 100644 index 000000000..09ec75ad0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Ed25519PublicKey.html @@ -0,0 +1,33 @@ +Ed25519PublicKey | @aptos-labs/ts-sdk - v1.11.0

Represents the public key of an Ed25519 key pair.

+

Since AIP-55 Aptos supports +Legacy and Unified authentication keys.

+

Ed25519 scheme is represented in the SDK as Legacy authentication key and also +as AnyPublicKey that represents any Unified authentication key

+

Hierarchy (view full)

Constructors

Properties

key: Hex

Bytes of the public key

+
LENGTH: number = 32

Length of an Ed25519 public key

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Ed25519Signature.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Ed25519Signature.html new file mode 100644 index 000000000..3357e6b47 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Ed25519Signature.html @@ -0,0 +1,20 @@ +Ed25519Signature | @aptos-labs/ts-sdk - v1.11.0

A signature of a message signed using an Ed25519 private key

+

Hierarchy (view full)

Constructors

Properties

data: Hex

The signature bytes

+
LENGTH: 64 = 64

Length of an Ed25519 signature

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/EntryFunction.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/EntryFunction.html new file mode 100644 index 000000000..4d3b7837f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/EntryFunction.html @@ -0,0 +1,43 @@ +EntryFunction | @aptos-labs/ts-sdk - v1.11.0

Representation of a EntryFunction that can serialized and deserialized

+

Constructors

  • Contains the payload to run a function within a module.

    +

    Parameters

    • module_name: ModuleId

      Fully qualified module name in format "account_address::module_name" e.g. "0x1::coin"

      +
    • function_name: Identifier

      The function name. e.g "transfer"

      +
    • type_args: TypeTag[]

      Type arguments that move function requires.

      +
    • args: EntryFunctionArgument[]

      arguments to the move function.

      +

    Returns EntryFunction

    Example

    A coin transfer function has one type argument "CoinType".

    +
    public entry fun transfer<CoinType>(from: &signer, to: address, amount: u64)
    +
    +

    Example

    A coin transfer function has three arguments "from", "to" and "amount".

    +
    public entry fun transfer<CoinType>(from: &signer, to: address, amount: u64)
    +
    +

Properties

function_name: Identifier
module_name: ModuleId
type_args: TypeTag[]

Methods

  • A helper function to build a EntryFunction payload from raw primitive values

    +

    Parameters

    • module_id: `${string}::${string}`

      Fully qualified module name in format "AccountAddress::module_id" e.g. "0x1::coin"

      +
    • function_name: string

      Function name

      +
    • type_args: TypeTag[]

      Type arguments that move function requires.

      +
    • args: EntryFunctionArgument[]

      Arguments to the move function.

      +

    Returns EntryFunction

    EntryFunction

    +

    Example

    A coin transfer function has one type argument "CoinType".

    +
    public(script) fun transfer<CoinType>(from: &signer, to: address, amount: u64,)
    +
    +

    Example

    A coin transfer function has three arguments "from", "to" and "amount".

    +
    public(script) fun transfer<CoinType>(from: &signer, to: address, amount: u64,)
    +
    +
  • Deserializes an entry function payload with the arguments represented as EntryFunctionBytes instances.

    +

    Parameters

    Returns EntryFunction

    A deserialized EntryFunction payload for a transaction.

    +

    See

    EntryFunctionBytes

    +

    NOTE: When you deserialize an EntryFunction payload with this method, the entry function +arguments are populated into the deserialized instance as type-agnostic, raw fixed bytes +in the form of the EntryFunctionBytes class.

    +

    In order to correctly deserialize these arguments as their actual type representations, you +must know the types of the arguments beforehand and deserialize them yourself individually.

    +

    One way you could achieve this is by using the ABIs for an entry function and deserializing each +argument as its given, corresponding type.

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/EntryFunctionBytes.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/EntryFunctionBytes.html new file mode 100644 index 000000000..7acde70b2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/EntryFunctionBytes.html @@ -0,0 +1,28 @@ +EntryFunctionBytes | @aptos-labs/ts-sdk - v1.11.0

Class EntryFunctionBytes

This class exists solely to represent a sequence of fixed bytes as a serialized entry function, because +serializing an entry function appends a prefix that's only used for entry function arguments.

+

NOTE: Attempting to use this class for a serialized script function will result in erroneous +and unexpected behavior.

+

If you wish to convert this class back to a TransactionArgument, you must know the type +of the argument beforehand, and use the appropriate class to deserialize the bytes within +an instance of this class.

+

Hierarchy (view full)

Implements

Constructors

Properties

value: FixedBytes

Methods

  • The only way to create an instance of this class is to use this static method.

    +

    This function should only be used when deserializing a sequence of EntryFunctionPayload arguments.

    +

    Parameters

    • deserializer: Deserializer

      the deserializer instance with the buffered bytes

      +
    • length: number

      the length of the bytes to deserialize

      +

    Returns EntryFunctionBytes

    an instance of this class, which will now only be usable as an EntryFunctionArgument

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/FeePayerRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/FeePayerRawTransaction.html new file mode 100644 index 000000000..46e91af7f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/FeePayerRawTransaction.html @@ -0,0 +1,21 @@ +FeePayerRawTransaction | @aptos-labs/ts-sdk - v1.11.0

Class FeePayerRawTransaction

Representation of a Fee Payer Transaction that can serialized and deserialized

+

Hierarchy (view full)

Constructors

Properties

fee_payer_address: AccountAddress

The fee payer account address

+

The raw transaction

+
secondary_signer_addresses: AccountAddress[]

The secondary signers on this transaction - optional and can be empty

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/FixedBytes.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/FixedBytes.html new file mode 100644 index 000000000..0a04b4ddd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/FixedBytes.html @@ -0,0 +1,33 @@ +FixedBytes | @aptos-labs/ts-sdk - v1.11.0

This class exists to represent a contiguous sequence of already serialized BCS-bytes.

+

It differs from most other Serializable classes in that its internal byte buffer is serialized to BCS + bytes exactly as-is, without prepending the length of the bytes.

+

If you want to write your own serialization function and pass the bytes as a transaction argument, + you should use this class.

+

This class is also more generally used to represent type-agnostic BCS bytes as a vector.

+

An example of this is the bytes resulting from entry function arguments that have been serialized + for an entry function.

+

Example

const yourCustomSerializedBytes = new Uint8Array([1, 2, 3, 4, 5, 6, 7, 8]);
const fixedBytes = new FixedBytes(yourCustomSerializedBytes);
const payload = await generateTransactionPayload({
function: "0xbeefcafe::your_module::your_function_that_requires_custom_serialization",
functionArguments: [yourCustomBytes],
});

For example, if you store each of the 32 bytes for an address as a U8 in a MoveVector<U8>, when you
serialize that MoveVector<U8>, it will be serialized to 33 bytes. If you solely want to pass around
the 32 bytes as a Serializable class that *does not* prepend the length to the BCS-serialized representation,
use this class. +
+

Params

value: HexInput representing a sequence of Uint8 bytes

+

Returns

a Serializable FixedBytes instance, which when serialized, does not prepend the length of the bytes

+

See

EntryFunctionBytes

+

Hierarchy (view full)

Implements

Constructors

Properties

value: Uint8Array

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Hex.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Hex.html new file mode 100644 index 000000000..2a8b169e7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Hex.html @@ -0,0 +1,50 @@ +Hex | @aptos-labs/ts-sdk - v1.11.0

NOTE: Do not use this class when working with account addresses, use AccountAddress.

+

NOTE: When accepting hex data as input to a function, prefer to accept HexInput and +then use the static helper methods of this class to convert it into the desired +format. This enables the greatest flexibility for the developer.

+

Hex is a helper class for working with hex data. Hex data, when represented as a +string, generally looks like this, for example: 0xaabbcc, 45cd32, etc.

+

You might use this class like this:

+
getTransactionByHash(txnHash: HexInput): Promise<Transaction> {
const txnHashString = Hex.fromHexInput(txnHash).toString();
return await getTransactionByHashInner(txnHashString);
} +
+

This call to Hex.fromHexInput().toString() converts the HexInput to a hex string +with a leading 0x prefix, regardless of what the input format was.

+

These are some other ways to chain the functions together:

+
    +
  • Hex.fromString({ hexInput: "0x1f" }).toUint8Array()
  • +
  • new Hex([1, 3]).toStringWithoutPrefix()
  • +
+

Constructors

  • Create a new Hex instance from a Uint8Array.

    +

    Parameters

    • data: Uint8Array

      Uint8Array

      +

    Returns Hex

Properties

data: Uint8Array

Methods

  • Return whether Hex instances are equal. Hex instances are considered equal if +their underlying byte data is identical.

    +

    Parameters

    • other: Hex

      The Hex instance to compare to.

      +

    Returns boolean

    true if the Hex instances are equal, false if not.

    +
  • Get the hex data as a string with the 0x prefix.

    +

    Returns string

    Hex string with 0x prefix

    +
  • Get the hex data as a string without the 0x prefix.

    +

    Returns string

    Hex string without 0x prefix

    +
  • Get the inner hex data. The inner data is already a Uint8Array so no conversion +is taking place here, it just returns the inner data.

    +

    Returns Uint8Array

    Hex data as Uint8Array

    +
  • Static method to convert an instance of HexInput to Hex

    +

    Parameters

    • hexInput: HexInput

      A HexInput (string or Uint8Array)

      +

    Returns Hex

    Hex

    +
  • Static method to convert a hex string to Hex

    +

    Parameters

    • str: string

      A hex string, with or without the 0x prefix

      +

    Returns Hex

    Hex

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Identifier.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Identifier.html new file mode 100644 index 000000000..eafd124d1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Identifier.html @@ -0,0 +1,15 @@ +Identifier | @aptos-labs/ts-sdk - v1.11.0

Representation of an Identifier that can serialized and deserialized. +We use Identifier to represent the module "name" in "ModuleId" and +the "function name" in "EntryFunction"

+

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

identifier: string

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/ModuleId.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/ModuleId.html new file mode 100644 index 000000000..a6ade002d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/ModuleId.html @@ -0,0 +1,22 @@ +ModuleId | @aptos-labs/ts-sdk - v1.11.0

Representation of a ModuleId that can serialized and deserialized +ModuleId means the module address (e.g "0x1") and the module name (e.g "coin")

+

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/MoveOption.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MoveOption.html new file mode 100644 index 000000000..59eef2df5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MoveOption.html @@ -0,0 +1,83 @@ +MoveOption | @aptos-labs/ts-sdk - v1.11.0

Class MoveOption<T>

Type Parameters

Hierarchy (view full)

Implements

Constructors

Properties

value?: T

Methods

  • Retrieves the inner value of the MoveOption.

    +

    This method is inspired by Rust's Option<T>.unwrap(). +In Rust, attempting to unwrap a None value results in a panic.

    +

    Similarly, this method will throw an error if the value is not present.

    +

    Returns T

    The contained value if present.

    +

    Example

    const option = new MoveOption<Bool>(new Bool(true));
    const value = option.unwrap(); // Returns the Bool instance +
    +

    Throws

    Throws an error if the MoveOption does not contain a value.

    +
  • Factory method to generate a MoveOption from a boolean or undefined.

    +

    Parameters

    • Optional value: null | boolean

    Returns MoveOption<Bool>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.Bool(true).isSome() === true;
    MoveOption.Bool().isSome() === false;
    MoveOption.Bool(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a string or undefined.

    +

    Parameters

    • Optional value: null | string

    Returns MoveOption<MoveString>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.MoveString("hello").isSome() === true;
    MoveOption.MoveString("").isSome() === true;
    MoveOption.MoveString().isSome() === false;
    MoveOption.MoveString(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a number or a bigint or undefined.

    +

    Parameters

    Returns MoveOption<U128>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.U128(1).isSome() === true;
    MoveOption.U128().isSome() === false;
    MoveOption.U128(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a number or undefined.

    +

    Parameters

    • Optional value: null | number

    Returns MoveOption<U16>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.U16(1).isSome() === true;
    MoveOption.U16().isSome() === false;
    MoveOption.U16(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a number or a bigint or undefined.

    +

    Parameters

    Returns MoveOption<U256>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.U256(1).isSome() === true;
    MoveOption.U256().isSome() === false;
    MoveOption.U256(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a number or undefined.

    +

    Parameters

    • Optional value: null | number

    Returns MoveOption<U32>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.U32(1).isSome() === true;
    MoveOption.U32().isSome() === false;
    MoveOption.U32(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a number or a bigint or undefined.

    +

    Parameters

    Returns MoveOption<U64>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.U64(1).isSome() === true;
    MoveOption.U64().isSome() === false;
    MoveOption.U64(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a number or undefined.

    +

    Parameters

    • Optional value: null | number

    Returns MoveOption<U8>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.U8(1).isSome() === true;
    MoveOption.U8().isSome() === false;
    MoveOption.U8(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/MoveString.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MoveString.html new file mode 100644 index 000000000..2ef29fd77 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MoveString.html @@ -0,0 +1,20 @@ +MoveString | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Implements

Constructors

Properties

value: string

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/MoveVector.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MoveVector.html new file mode 100644 index 000000000..6ea6ffc6b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MoveVector.html @@ -0,0 +1,88 @@ +MoveVector | @aptos-labs/ts-sdk - v1.11.0

Class MoveVector<T>

This class is the Aptos Typescript SDK representation of a Move vector<T>, +where T represents either a primitive type (bool, u8, u64, ...) +or a BCS-serializable struct itself.

+

It is a BCS-serializable, array-like type that contains an array of values of type T, +where T is a class that implements Serializable.

+

The purpose of this class is to facilitate easy construction of BCS-serializable +Move vector<T> types.

+

Example

// in Move: `vector<u8> [1, 2, 3, 4];`
const vecOfU8s = new MoveVector<U8>([new U8(1), new U8(2), new U8(3), new U8(4)]);
// in Move: `std::bcs::to_bytes(vector<u8> [1, 2, 3, 4]);`
const bcsBytes = vecOfU8s.toUint8Array();

// vector<vector<u8>> [ vector<u8> [1], vector<u8> [1, 2, 3, 4], vector<u8> [5, 6, 7, 8] ];
const vecOfVecs = new MoveVector<MoveVector<U8>>([
new MoveVector<U8>([new U8(1)]),
MoveVector.U8([1, 2, 3, 4]),
MoveVector.U8([5, 6, 7, 8]),
]);

// vector<Option<u8>> [ std::option::some<u8>(1), std::option::some<u8>(2) ];
const vecOfOptionU8s = new MoveVector<MoveOption<U8>>([
MoveOption.U8(1),
MoveOption.U8(2),
]);

// vector<MoveString> [ std::string::utf8(b"hello"), std::string::utf8(b"world") ];
const vecOfStrings = new MoveVector([new MoveString("hello"), new MoveString("world")]);
const vecOfStrings2 = MoveVector.MoveString(["hello", "world"]); +
+

Params

values: an Array of values where T is a class that implements Serializable

+

Returns

a MoveVector<T> with the values values

+

Type Parameters

Hierarchy (view full)

Implements

Constructors

Properties

values: T[]

Methods

  • Factory method to generate a MoveVector of Bools from an array of booleans.

    +

    Parameters

    • values: boolean[]

    Returns MoveVector<Bool>

    a MoveVector<Bool>

    +

    Example

    const v = MoveVector.Bool([true, false, true, false]);
    +
    +

    Params

    values: an array of bools to convert to Bools

    +
  • Factory method to generate a MoveVector of U16s from an array of numbers.

    +

    Parameters

    • values: number[]

    Returns MoveVector<U16>

    a MoveVector<U16>

    +

    Example

    const v = MoveVector.U16([1, 2, 3, 4]);
    +
    +

    Params

    values: an array of numbers to convert to U16s

    +
  • Factory method to generate a MoveVector of U32s from an array of numbers.

    +

    Parameters

    • values: number[]

    Returns MoveVector<U32>

    a MoveVector<U32>

    +

    Example

    const v = MoveVector.U32([1, 2, 3, 4]);
    +
    +

    Params

    values: an array of numbers to convert to U32s

    +
  • Deserialize a MoveVector of type T, specifically where T is a Serializable and Deserializable type.

    +

    NOTE: This only works with a depth of one. Generics will not work.

    +

    NOTE: This will not work with types that aren't of the Serializable class.

    +

    If you're looking for a more flexible deserialization function, you can use the deserializeVector function +in the Deserializer class.

    +

    Type Parameters

    Parameters

    Returns MoveVector<T>

    a MoveVector of the corresponding class T +*

    +

    Example

    const vec = MoveVector.deserialize(deserializer, U64);
    +
    +

    Params

    deserializer: the Deserializer instance to use, with bytes loaded into it already. +cls: the class to typecast the input values to, must be a Serializable and Deserializable type.

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiAgentRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiAgentRawTransaction.html new file mode 100644 index 000000000..e5bb6db7b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiAgentRawTransaction.html @@ -0,0 +1,19 @@ +MultiAgentRawTransaction | @aptos-labs/ts-sdk - v1.11.0

Class MultiAgentRawTransaction

Representation of a Multi Agent Transaction that can serialized and deserialized

+

Hierarchy (view full)

Constructors

Properties

The raw transaction

+
secondary_signer_addresses: AccountAddress[]

The secondary signers on this transaction

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiEd25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiEd25519PublicKey.html new file mode 100644 index 000000000..e246c84f9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiEd25519PublicKey.html @@ -0,0 +1,36 @@ +MultiEd25519PublicKey | @aptos-labs/ts-sdk - v1.11.0

Class MultiEd25519PublicKey

Represents the public key of a K-of-N Ed25519 multi-sig transaction.

+

Hierarchy (view full)

Constructors

Properties

publicKeys: Ed25519PublicKey[]

List of Ed25519 public keys for this LegacyMultiEd25519PublicKey

+
threshold: number

The minimum number of valid signatures required, for the number of public keys specified

+
MAX_KEYS: 32 = 32

Maximum number of public keys supported

+
MIN_KEYS: 2 = 2

Minimum number of public keys needed

+
MIN_THRESHOLD: 1 = 1

Minimum threshold for the number of valid signatures required

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiEd25519Signature.html new file mode 100644 index 000000000..259d41419 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiEd25519Signature.html @@ -0,0 +1,45 @@ +MultiEd25519Signature | @aptos-labs/ts-sdk - v1.11.0

Class MultiEd25519Signature

Represents the signature of a K-of-N Ed25519 multi-sig transaction.

+

Hierarchy (view full)

Constructors

Properties

bitmap: Uint8Array

32-bit Bitmap representing who signed the transaction

+

This is represented where each public key can be masked to determine whether the message was signed by that key.

+
signatures: Ed25519Signature[]

The list of underlying Ed25519 signatures

+
BITMAP_LEN: number = 4

Number of bytes in the bitmap representing who signed the transaction (32-bits)

+
MAX_SIGNATURES_SUPPORTED: number = 32

Maximum number of Ed25519 signatures supported

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +
  • Helper method to create a bitmap out of the specified bit positions

    +

    Parameters

    • args: {
          bits: number[];
      }
      • bits: number[]

        The bitmap positions that should be set. A position starts at index 0. +Valid position should range between 0 and 31.

        +

    Returns Uint8Array

    bitmap that is 32bit long

    +

    Example

    Here's an example of valid bits

    +
    [0, 2, 31]
    +
    +

    [0, 2, 31] means the 1st, 3rd and 32nd bits should be set in the bitmap. +The result bitmap should be 0b1010000000000000000000000000001

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiKey.html new file mode 100644 index 000000000..0f30db7f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiKey.html @@ -0,0 +1,32 @@ +MultiKey | @aptos-labs/ts-sdk - v1.11.0

Represents the public key of a multi-agent account.

+

The public keys of each individual agent can be any type of public key supported by Aptos. +Since AIP-55 Aptos supports +Legacy and Unified authentication keys.

+

Hierarchy (view full)

Constructors

Properties

publicKeys: AnyPublicKey[]

List of any public keys

+
signaturesRequired: number

The minimum number of valid signatures required, for the number of public keys specified

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Create a bitmap that holds the mapping from the original public keys +to the signatures passed in

    +

    Parameters

    • args: {
          bits: number[];
      }
      • bits: number[]

        array of the index mapping to the matching public keys

        +

    Returns Uint8Array

    Uint8array bit map

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiKeySignature.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiKeySignature.html new file mode 100644 index 000000000..3d8122bea --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiKeySignature.html @@ -0,0 +1,43 @@ +MultiKeySignature | @aptos-labs/ts-sdk - v1.11.0

An abstract representation of a crypto signature, +associated to a specific signature scheme e.g. Ed25519 or Secp256k1

+

This is the product of signing a message directly from a PrivateKey +and can be verified against a CryptoPublicKey.

+

Hierarchy (view full)

Constructors

Properties

bitmap: Uint8Array

32-bit Bitmap representing who signed the transaction

+

This is represented where each public key can be masked to determine whether the message was signed by that key.

+
signatures: AnySignature[]

The list of underlying Ed25519 signatures

+
BITMAP_LEN: number = 4

Number of bytes in the bitmap representing who signed the transaction (32-bits)

+
MAX_SIGNATURES_SUPPORTED: number = ...

Maximum number of Ed25519 signatures supported

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +
  • Helper method to create a bitmap out of the specified bit positions

    +

    Parameters

    • args: {
          bits: number[];
      }
      • bits: number[]

        The bitmap positions that should be set. A position starts at index 0. +Valid position should range between 0 and 31.

        +

    Returns Uint8Array

    bitmap that is 32bit long

    +

    Example

    Here's an example of valid bits

    +
    [0, 2, 31]
    +
    +

    [0, 2, 31] means the 1st, 3rd and 32nd bits should be set in the bitmap. +The result bitmap should be 0b1010000000000000000000000000001

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiSig.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiSig.html new file mode 100644 index 000000000..d27691bb3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiSig.html @@ -0,0 +1,11 @@ +MultiSig | @aptos-labs/ts-sdk - v1.11.0

Representation of a MultiSig that can serialized and deserialized

+

Constructors

Properties

multisig_address: AccountAddress
transaction_payload?: MultiSigTransactionPayload

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiSigTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiSigTransactionPayload.html new file mode 100644 index 000000000..69f30875b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/MultiSigTransactionPayload.html @@ -0,0 +1,21 @@ +MultiSigTransactionPayload | @aptos-labs/ts-sdk - v1.11.0

Class MultiSigTransactionPayload

Representation of a MultiSig Transaction Payload from multisig_account.move +that can be serialized and deserialized

+

This class exists right now to represent an extensible transaction payload class for +transactions used in multisig_account.move. Eventually, this class will be able to +support script payloads when the multisig_account.move module supports them.

+

Hierarchy (view full)

Constructors

Properties

transaction_payload: EntryFunction

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/ParsingError.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/ParsingError.html new file mode 100644 index 000000000..5a94b1113 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/ParsingError.html @@ -0,0 +1,16 @@ +ParsingError | @aptos-labs/ts-sdk - v1.11.0

Class ParsingError<T>

This error is used to explain why parsing failed.

+

Type Parameters

  • T

Hierarchy

  • Error
    • ParsingError

Constructors

Properties

invalidReason: T

This provides a programmatic way to access why parsing failed. Downstream devs +might want to use this to build their own error messages if the default error +messages are not suitable for their use case. This should be an enum.

+
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/PublicKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/PublicKey.html new file mode 100644 index 000000000..9bb25beb2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/PublicKey.html @@ -0,0 +1,18 @@ +PublicKey | @aptos-labs/ts-sdk - v1.11.0

Class PublicKeyAbstract

An abstract representation of a public key.

+

Provides a common interface for verifying any signature.

+

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/RawTransaction.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/RawTransaction.html new file mode 100644 index 000000000..ee6864b19 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/RawTransaction.html @@ -0,0 +1,31 @@ +RawTransaction | @aptos-labs/ts-sdk - v1.11.0

Representation of a Raw Transaction that can serialized and deserialized

+

Hierarchy (view full)

Constructors

  • RawTransactions contain the metadata and payloads that can be submitted to Aptos chain for execution. +RawTransactions must be signed before Aptos chain can execute them.

    +

    Parameters

    • sender: AccountAddress

      The sender Account Address

      +
    • sequence_number: bigint

      Sequence number of this transaction. This must match the sequence number stored in + the sender's account at the time the transaction executes.

      +
    • payload: TransactionPayload

      Instructions for the Aptos Blockchain, including publishing a module, + execute an entry function or execute a script payload.

      +
    • max_gas_amount: bigint

      Maximum total gas to spend for this transaction. The account must have more + than this gas or the transaction will be discarded during validation.

      +
    • gas_unit_price: bigint

      Price to be paid per gas unit.

      +
    • expiration_timestamp_secs: bigint

      The blockchain timestamp at which the blockchain would discard this transaction.

      +
    • chain_id: ChainId

      The chain ID of the blockchain that this transaction is intended to be run on.

      +

    Returns RawTransaction

Properties

chain_id: ChainId
expiration_timestamp_secs: bigint
gas_unit_price: bigint
max_gas_amount: bigint
sequence_number: bigint

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/RawTransactionWithData.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/RawTransactionWithData.html new file mode 100644 index 000000000..5048cfc77 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/RawTransactionWithData.html @@ -0,0 +1,14 @@ +RawTransactionWithData | @aptos-labs/ts-sdk - v1.11.0

Class RawTransactionWithDataAbstract

Representation of a Raw Transaction With Data that can serialized and deserialized

+

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/RotationProofChallenge.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/RotationProofChallenge.html new file mode 100644 index 000000000..bed384492 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/RotationProofChallenge.html @@ -0,0 +1,19 @@ +RotationProofChallenge | @aptos-labs/ts-sdk - v1.11.0

Class RotationProofChallenge

Representation of the challenge which is needed to sign by owner of the account +to rotate the authentication key.

+

Hierarchy (view full)

Constructors

Properties

accountAddress: AccountAddress = AccountAddress.ONE
currentAuthKey: AccountAddress
moduleName: MoveString = ...
newPublicKey: MoveVector<U8>
originator: AccountAddress
sequenceNumber: U64
structName: MoveString = ...

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Script.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Script.html new file mode 100644 index 000000000..78b643f1c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Script.html @@ -0,0 +1,21 @@ +Script | @aptos-labs/ts-sdk - v1.11.0

Representation of a Script that can serialized and deserialized

+

Constructors

Properties

Methods

Constructors

  • Scripts contain the Move bytecodes payload that can be submitted to Aptos chain for execution.

    +

    Parameters

    • bytecode: Uint8Array

      The move module bytecode

      +
    • type_args: TypeTag[]

      The type arguments that the bytecode function requires.

      +
    • args: ScriptFunctionArgument[]

      The arguments that the bytecode function requires.

      +

    Returns Script

    Example

    A coin transfer function has one type argument "CoinType".

    +
    public(script) fun transfer<CoinType>(from: &signer, to: address, amount: u64,)
    +
    +

    Example

    A coin transfer function has three arguments "from", "to" and "amount".

    +
    public(script) fun transfer<CoinType>(from: &signer, to: address, amount: u64,)
    +
    +

Properties

The arguments that the bytecode function requires.

+
bytecode: Uint8Array

The move module bytecode

+
type_args: TypeTag[]

The type arguments that the bytecode function requires.

+

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Secp256k1PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Secp256k1PrivateKey.html new file mode 100644 index 000000000..cbc080767 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Secp256k1PrivateKey.html @@ -0,0 +1,46 @@ +Secp256k1PrivateKey | @aptos-labs/ts-sdk - v1.11.0

Class Secp256k1PrivateKey

A Secp256k1 ecdsa private key

+

Hierarchy (view full)

Implements

Constructors

Properties

key: Hex

The private key bytes

+
LENGTH: number = 32

Length of Secp256k1 ecdsa private key

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +
  • Get the private key as a hex string with the 0x prefix.

    +

    Returns string

    string representation of the private key

    +
  • A private inner function so we can separate from the main fromDerivationPath() method +to add tests to verify we create the keys correctly.

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • seed: Uint8Array

      the seed phrase created by the mnemonics

      +

    Returns Secp256k1PrivateKey

    The generated key

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Secp256k1PublicKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Secp256k1PublicKey.html new file mode 100644 index 000000000..393624980 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Secp256k1PublicKey.html @@ -0,0 +1,25 @@ +Secp256k1PublicKey | @aptos-labs/ts-sdk - v1.11.0

Class Secp256k1PublicKey

Represents the Secp256k1 ecdsa public key

+

Secp256k1 authentication key is represented in the SDK as AnyPublicKey.

+

Hierarchy (view full)

Constructors

Properties

key: Hex
LENGTH: number = 65

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Secp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Secp256k1Signature.html new file mode 100644 index 000000000..b78940de5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Secp256k1Signature.html @@ -0,0 +1,22 @@ +Secp256k1Signature | @aptos-labs/ts-sdk - v1.11.0

Class Secp256k1Signature

A signature of a message signed using a Secp256k1 ecdsa private key

+

Hierarchy (view full)

Constructors

Properties

data: Hex

The signature bytes

+
LENGTH: 64 = 64

Secp256k1 ecdsa signatures are 256-bit.

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Serializable.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Serializable.html new file mode 100644 index 000000000..a564d0519 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Serializable.html @@ -0,0 +1,10 @@ +Serializable | @aptos-labs/ts-sdk - v1.11.0

Class SerializableAbstract

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Serializer.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Serializer.html new file mode 100644 index 000000000..c468138fa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Serializer.html @@ -0,0 +1,67 @@ +Serializer | @aptos-labs/ts-sdk - v1.11.0

Constructors

Properties

buffer: ArrayBuffer
offset: number

Methods

  • Serializes a Serializable value, facilitating composable serialization.

    +

    Type Parameters

    Parameters

    • value: T

      The Serializable value to serialize

      +

    Returns void

    the serializer instance

    +

    Example

    // Define the MoveStruct class that implements the Serializable interface
    class MoveStruct extends Serializable {
    constructor(
    public creatorAddress: AccountAddress, // where AccountAddress extends Serializable
    public collectionName: string,
    public tokenName: string
    ) {}

    serialize(serializer: Serializer): void {
    serializer.serialize(this.creatorAddress); // Composable serialization of another Serializable object
    serializer.serializeStr(this.collectionName);
    serializer.serializeStr(this.tokenName);
    }
    }

    // Construct a MoveStruct
    const moveStruct = new MoveStruct(new AccountAddress(...), "MyCollection", "TokenA");

    // Serialize a string, a u64 number, and a MoveStruct instance.
    const serializer = new Serializer();
    serializer.serializeStr("ExampleString");
    serializer.serializeU64(12345678);
    serializer.serialize(moveStruct);

    // Get the bytes from the Serializer instance
    const serializedBytes = serializer.toUint8Array(); +
    +
  • Serializes a boolean value.

    +

    BCS layout for "boolean": One byte. "0x01" for true and "0x00" for false.

    +

    Parameters

    • value: boolean

    Returns void

  • Serializes an array of bytes.

    +

    BCS layout for "bytes": bytes_length | bytes +where bytes_length is a u32 integer encoded as a uleb128 integer, equal to the length of the bytes array.

    +

    Parameters

    • value: Uint8Array

    Returns void

  • Serializes an array of bytes with known length. Therefore, length doesn't need to be +serialized to help deserialization.

    +

    When deserializing, the number of bytes to deserialize needs to be passed in.

    +

    Parameters

    • value: Uint8Array

    Returns void

  • Serializes a string. UTF8 string is supported.

    +

    The number of bytes in the string content is serialized first, as a uleb128-encoded u32 integer. +Then the string content is serialized as UTF8 encoded bytes.

    +

    BCS layout for "string": string_length | string_content +where string_length is a u32 integer encoded as a uleb128 integer, equal to the number of bytes in string_content.

    +

    Parameters

    • value: string

    Returns void

    Example

    const serializer = new Serializer();
    serializer.serializeStr("1234abcd");
    assert(serializer.toUint8Array() === new Uint8Array([8, 49, 50, 51, 52, 97, 98, 99, 100])); +
    +
  • Serializes a uint128 number.

    +

    BCS layout for "uint128": Sixteen bytes. Binary format in little-endian representation.

    +

    Parameters

    Returns void

  • Serializes a uint16 number.

    +

    BCS layout for "uint16": Two bytes. Binary format in little-endian representation.

    +

    Parameters

    • value: number

    Returns void

    Example

    const serializer = new Serializer();
    serializer.serializeU16(4660);
    assert(serializer.toUint8Array() === new Uint8Array([0x34, 0x12])); +
    +
  • Serializes a uint256 number.

    +

    BCS layout for "uint256": Sixteen bytes. Binary format in little-endian representation.

    +

    Parameters

    Returns void

  • Serializes a uint32 number.

    +

    BCS layout for "uint32": Four bytes. Binary format in little-endian representation.

    +

    Parameters

    • value: number

    Returns void

    Example

    const serializer = new Serializer();
    serializer.serializeU32(305419896);
    assert(serializer.toUint8Array() === new Uint8Array([0x78, 0x56, 0x34, 0x12])); +
    +
  • Serializes a uint32 number with uleb128.

    +

    BCS uses uleb128 encoding in two cases: (1) lengths of variable-length sequences and (2) tags of enum values

    +

    Parameters

    • val: number

    Returns void

  • Serializes a uint64 number.

    +

    BCS layout for "uint64": Eight bytes. Binary format in little-endian representation.

    +

    Parameters

    Returns void

    Example

    const serializer = new Serializer();
    serializer.serializeU64(1311768467750121216);
    assert(serializer.toUint8Array() === new Uint8Array([0x00, 0xEF, 0xCD, 0xAB, 0x78, 0x56, 0x34, 0x12])); +
    +
  • Serializes a uint8 number.

    +

    BCS layout for "uint8": One byte. Binary format in little-endian representation.

    +

    Parameters

    • value: number

    Returns void

  • Serializes an array of BCS Serializable values to a serializer instance. +Note that this does not return anything. The bytes are added to the serializer instance's byte buffer.

    +

    Type Parameters

    Parameters

    • values: T[]

      The array of BCS Serializable values

      +

    Returns void

    Example

    const addresses = new Array<AccountAddress>(
    AccountAddress.from("0x1"),
    AccountAddress.from("0x2"),
    AccountAddress.from("0xa"),
    AccountAddress.from("0xb"),
    );
    const serializer = new Serializer();
    serializer.serializeVector(addresses);
    const serializedBytes = serializer.toUint8Array();
    // serializedBytes is now the BCS-serialized bytes
    // The equivalent value in Move would be:
    // `bcs::to_bytes(&vector<address> [@0x1, @0x2, @0xa, @0xb])`; +
    +
  • Parameters

    • fn: ((byteOffset, value, littleEndian?) => void)
        • (byteOffset, value, littleEndian?): void
        • Parameters

          • byteOffset: number
          • value: number
          • Optional littleEndian: boolean

          Returns void

    • bytesLength: number
    • value: number

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/Signature.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Signature.html new file mode 100644 index 000000000..618716e44 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/Signature.html @@ -0,0 +1,18 @@ +Signature | @aptos-labs/ts-sdk - v1.11.0

Class SignatureAbstract

An abstract representation of a crypto signature, +associated to a specific signature scheme e.g. Ed25519 or Secp256k1

+

This is the product of signing a message directly from a PrivateKey +and can be verified against a CryptoPublicKey.

+

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/SignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/SignedTransaction.html new file mode 100644 index 000000000..f343830d0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/SignedTransaction.html @@ -0,0 +1,21 @@ +SignedTransaction | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Properties

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/SingleKeyAccount.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/SingleKeyAccount.html new file mode 100644 index 000000000..4a7f370b6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/SingleKeyAccount.html @@ -0,0 +1,30 @@ +SingleKeyAccount | @aptos-labs/ts-sdk - v1.11.0

Signer implementation for the SingleKey authentication scheme. +This extends a SingleKeyAccount by adding signing capabilities through a valid private key. +Currently, the only supported signature schemes are Ed25519 and Secp256k1.

+

Note: Generating a signer instance does not create the account on-chain.

+

Implements

Constructors

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: PrivateKey

Private key associated with the account

+
publicKey: AnyPublicKey

Public key associated with the account

+
signingScheme: SingleKey = SigningScheme.SingleKey

Signing scheme used to sign transactions

+

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/StructTag.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/StructTag.html new file mode 100644 index 000000000..77273acab --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/StructTag.html @@ -0,0 +1,15 @@ +StructTag | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Properties

moduleName: Identifier
typeArgs: TypeTag[]

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticator.html new file mode 100644 index 000000000..92d8cbe4f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticator.html @@ -0,0 +1,11 @@ +TransactionAuthenticator | @aptos-labs/ts-sdk - v1.11.0

Class TransactionAuthenticatorAbstract

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorEd25519.html new file mode 100644 index 000000000..35e5c3433 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorEd25519.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.11.0

Class TransactionAuthenticatorEd25519

Transaction authenticator Ed25519 for a single signer transaction

+

Param: public_key

Client's public key.

+

Param: signature

Ed25519 signature of a raw transaction.

+

See

Creating a Signed Transaction +for details about generating a signature.

+

Hierarchy (view full)

Constructors

Properties

public_key: Ed25519PublicKey
signature: Ed25519Signature

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorFeePayer.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorFeePayer.html new file mode 100644 index 000000000..dc47a23fd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorFeePayer.html @@ -0,0 +1,21 @@ +TransactionAuthenticatorFeePayer | @aptos-labs/ts-sdk - v1.11.0

Class TransactionAuthenticatorFeePayer

Transaction authenticator for a fee payer transaction

+

Param: sender

Sender account authenticator

+

Param: secondary_signer_addresses

Secondary signers address

+

Param: secondary_signers

Secondary signers account authenticators

+

Param: fee_payer

Object of the fee payer account address and the fee payer authentication

+

Hierarchy (view full)

Constructors

Properties

fee_payer: {
    address: AccountAddress;
    authenticator: AccountAuthenticator;
}

Type declaration

secondary_signer_addresses: AccountAddress[]
secondary_signers: AccountAuthenticator[]

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorMultiAgent.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorMultiAgent.html new file mode 100644 index 000000000..1fad4419c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorMultiAgent.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorMultiAgent | @aptos-labs/ts-sdk - v1.11.0

Class TransactionAuthenticatorMultiAgent

Transaction authenticator for a multi-agent transaction

+

Param: sender

Sender account authenticator

+

Param: secondary_signer_addresses

Secondary signers address

+

Param: secondary_signers

Secondary signers account authenticators

+

Hierarchy (view full)

Constructors

Properties

secondary_signer_addresses: AccountAddress[]
secondary_signers: AccountAuthenticator[]

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..840867ca0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorMultiEd25519.html @@ -0,0 +1,17 @@ +TransactionAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.11.0

Class TransactionAuthenticatorMultiEd25519

Transaction authenticator Ed25519 for a multi signers transaction

+

Param: public_key

Client's public key.

+

Param: signature

Multi Ed25519 signature of a raw transaction.

+

Hierarchy (view full)

Constructors

Properties

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorSingleSender.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorSingleSender.html new file mode 100644 index 000000000..d531e7b53 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionAuthenticatorSingleSender.html @@ -0,0 +1,15 @@ +TransactionAuthenticatorSingleSender | @aptos-labs/ts-sdk - v1.11.0

Class TransactionAuthenticatorSingleSender

Single Sender authenticator for a single signer transaction

+

Param: sender

AccountAuthenticator

+

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionPayload.html new file mode 100644 index 000000000..5b2f28012 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionPayload.html @@ -0,0 +1,15 @@ +TransactionPayload | @aptos-labs/ts-sdk - v1.11.0

Class TransactionPayloadAbstract

Representation of the supported Transaction Payload +that can serialized and deserialized

+

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionPayloadEntryFunction.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionPayloadEntryFunction.html new file mode 100644 index 000000000..bfc5af485 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionPayloadEntryFunction.html @@ -0,0 +1,16 @@ +TransactionPayloadEntryFunction | @aptos-labs/ts-sdk - v1.11.0

Class TransactionPayloadEntryFunction

Representation of a Transaction Payload Entry Function that can serialized and deserialized

+

Hierarchy (view full)

Constructors

Properties

entryFunction: EntryFunction

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionPayloadMultiSig.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionPayloadMultiSig.html new file mode 100644 index 000000000..474a1d677 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionPayloadMultiSig.html @@ -0,0 +1,16 @@ +TransactionPayloadMultiSig | @aptos-labs/ts-sdk - v1.11.0

Class TransactionPayloadMultiSig

Representation of a Transaction Payload Multi-sig that can serialized and deserialized

+

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

multiSig: MultiSig

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionPayloadScript.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionPayloadScript.html new file mode 100644 index 000000000..4e169fcb4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionPayloadScript.html @@ -0,0 +1,16 @@ +TransactionPayloadScript | @aptos-labs/ts-sdk - v1.11.0

Class TransactionPayloadScript

Representation of a Transaction Payload Script that can serialized and deserialized

+

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

script: Script

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionWorker.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionWorker.html new file mode 100644 index 000000000..d46a399e0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TransactionWorker.html @@ -0,0 +1,82 @@ +TransactionWorker | @aptos-labs/ts-sdk - v1.11.0

TransactionWorker provides a simple framework for receiving payloads to be processed.

+

Once one start() the process and pushes a new transaction, the worker acquires +the current account's next sequence number (by using the AccountSequenceNumber class), +generates a signed transaction and pushes an async submission process into the outstandingTransactions queue. +At the same time, the worker processes transactions by reading the outstandingTransactions queue +and submits the next transaction to chain, it

+
    +
  1. waits for resolution of the submission process or get pre-execution validation error +and 2) waits for the resolution of the execution process or get an execution error. +The worker fires events for any submission and/or execution success and/or failure.
  2. +
+

Hierarchy

Constructors

  • Provides a simple framework for receiving payloads to be processed.

    +

    Parameters

    • aptosConfig: AptosConfig

      a config object

      +
    • account: Account
    • maxWaitTime: number = 30

      the max wait time to wait before resyncing the sequence number +to the current on-chain state, default to 30

      +
    • maximumInFlight: number = 100

      submit up to maximumInFlight transactions per account. +Mempool limits the number of transactions per account to 100, hence why we default to 100.

      +
    • sleepTime: number = 10

      If maximumInFlight are in flight, wait sleepTime seconds before re-evaluating, default to 10

      +

    Returns TransactionWorker

Properties

account: Account
accountSequnceNumber: AccountSequenceNumber
aptosConfig: AptosConfig
executedTransactions: [string, bigint, any][] = []

transactions that have been committed to chain

+
outstandingTransactions: AsyncQueue<[Promise<PendingTransactionResponse>, bigint]> = ...

signed transactions waiting to be submitted

+
sentTransactions: [string, bigint, any][] = []

transactions that have been submitted to chain

+
started: boolean
taskQueue: AsyncQueue<(() => Promise<void>)> = ...

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

transactionsQueue: AsyncQueue<[InputGenerateTransactionPayloadData, undefined | InputGenerateTransactionOptions]> = ...

transactions payloads waiting to be generated and signed

+

TODO support entry function payload from ABI builder

+
prefixed: string | boolean

Methods

  • Type Parameters

    Parameters

    Returns this

  • Once transaction has been sent to chain, we check for its execution status.

    +

    Parameters

    • sentTransaction: PromiseFulfilledResult<PendingTransactionResponse>

      transactions that were sent to chain and are now waiting to be executed

      +
    • sequenceNumber: bigint

      the account's sequence number that was sent with the transaction

      +

    Returns Promise<void>

  • Calls each of the listeners registered for a given event.

    +

    Type Parameters

    Parameters

    Returns boolean

  • Return an array listing the events for which the emitter has registered +listeners.

    +

    Returns (keyof TransactionWorkerEvents)[]

  • Return the number of listeners listening to a given event.

    +

    Parameters

    Returns number

  • Return the listeners registered for a given event.

    +

    Type Parameters

    Parameters

    • event: T

    Returns ((...args) => void)[]

  • Type Parameters

    Parameters

    Returns this

  • Add a listener for a given event.

    +

    Type Parameters

    Parameters

    Returns this

  • Add a one-time listener for a given event.

    +

    Type Parameters

    Parameters

    Returns this

  • Reads the outstanding transaction queue and submits the transaction to chain.

    +

    If the transaction has fulfilled, it pushes the transaction to the processed +transactions queue and fires a transactionsFulfilled event.

    +

    If the transaction has failed, it pushes the transaction to the processed +transactions queue with the failure reason and fires a transactionsFailed event.

    +

    Returns Promise<void>

  • Remove all listeners, or those of the specified event.

    +

    Parameters

    • Optional event: keyof TransactionWorkerEvents

    Returns this

  • Remove the listeners of a given event.

    +

    Type Parameters

    Parameters

    Returns this

  • Gets the current account sequence number, +generates the transaction with the account sequence number, +adds the transaction to the outstanding transaction queue +to be processed later.

    +

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTag.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTag.html new file mode 100644 index 000000000..788b6d158 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTag.html @@ -0,0 +1,24 @@ +TypeTag | @aptos-labs/ts-sdk - v1.11.0

Class TypeTagAbstract

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagAddress.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagAddress.html new file mode 100644 index 000000000..cc4a7cbb1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagAddress.html @@ -0,0 +1,25 @@ +TypeTagAddress | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagBool.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagBool.html new file mode 100644 index 000000000..be8b8ee63 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagBool.html @@ -0,0 +1,25 @@ +TypeTagBool | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagGeneric.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagGeneric.html new file mode 100644 index 000000000..0a428a0e5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagGeneric.html @@ -0,0 +1,29 @@ +TypeTagGeneric | @aptos-labs/ts-sdk - v1.11.0

Generics are used for type parameters in entry functions. However, +they are not actually serialized into a real type, so they cannot be +used as a type directly.

+

Hierarchy (view full)

Constructors

Properties

value: number

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagParserError.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagParserError.html new file mode 100644 index 000000000..73a3807de --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagParserError.html @@ -0,0 +1,11 @@ +TypeTagParserError | @aptos-labs/ts-sdk - v1.11.0

Class TypeTagParserError

Hierarchy

  • Error
    • TypeTagParserError

Constructors

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagReference.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagReference.html new file mode 100644 index 000000000..4c8496108 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagReference.html @@ -0,0 +1,26 @@ +TypeTagReference | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Properties

value: TypeTag

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagSigner.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagSigner.html new file mode 100644 index 000000000..1aebfb83d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagSigner.html @@ -0,0 +1,25 @@ +TypeTagSigner | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagStruct.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagStruct.html new file mode 100644 index 000000000..b372099d4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagStruct.html @@ -0,0 +1,30 @@ +TypeTagStruct | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Properties

value: StructTag

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU128.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU128.html new file mode 100644 index 000000000..4feac7c3a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU128.html @@ -0,0 +1,25 @@ +TypeTagU128 | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU16.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU16.html new file mode 100644 index 000000000..2fa1811c1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU16.html @@ -0,0 +1,25 @@ +TypeTagU16 | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU256.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU256.html new file mode 100644 index 000000000..7486021ab --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU256.html @@ -0,0 +1,25 @@ +TypeTagU256 | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU32.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU32.html new file mode 100644 index 000000000..148dbfa22 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU32.html @@ -0,0 +1,25 @@ +TypeTagU32 | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU64.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU64.html new file mode 100644 index 000000000..b7c62f91e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU64.html @@ -0,0 +1,25 @@ +TypeTagU64 | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU8.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU8.html new file mode 100644 index 000000000..ed001a9b4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagU8.html @@ -0,0 +1,25 @@ +TypeTagU8 | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagVector.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagVector.html new file mode 100644 index 000000000..678a6b90a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/TypeTagVector.html @@ -0,0 +1,27 @@ +TypeTagVector | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Constructors

Properties

value: TypeTag

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/U128.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/U128.html new file mode 100644 index 000000000..27009e810 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/U128.html @@ -0,0 +1,20 @@ +U128 | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/U16.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/U16.html new file mode 100644 index 000000000..fabd5a730 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/U16.html @@ -0,0 +1,20 @@ +U16 | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/U256.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/U256.html new file mode 100644 index 000000000..baf12983c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/U256.html @@ -0,0 +1,20 @@ +U256 | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/U32.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/U32.html new file mode 100644 index 000000000..a0444f80f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/U32.html @@ -0,0 +1,20 @@ +U32 | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/U64.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/U64.html new file mode 100644 index 000000000..64b68d304 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/U64.html @@ -0,0 +1,20 @@ +U64 | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/classes/U8.html b/docs/@aptos-labs/ts-sdk-1.11.0/classes/U8.html new file mode 100644 index 000000000..2aba28aae --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/classes/U8.html @@ -0,0 +1,20 @@ +U8 | @aptos-labs/ts-sdk - v1.11.0

Hierarchy (view full)

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/AccountAuthenticatorVariant.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/AccountAuthenticatorVariant.html new file mode 100644 index 000000000..f7ca2de6e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/AccountAuthenticatorVariant.html @@ -0,0 +1,7 @@ +AccountAuthenticatorVariant | @aptos-labs/ts-sdk - v1.11.0

Enumeration AccountAuthenticatorVariant

Transaction Authenticator enum as they are represented in Rust +https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/authenticator.rs#L414

+

Enumeration Members

Enumeration Members

Ed25519: 0
MultiEd25519: 1
MultiKey: 3
SingleKey: 2

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/AddressInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/AddressInvalidReason.html new file mode 100644 index 000000000..be53e96f8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/AddressInvalidReason.html @@ -0,0 +1,9 @@ +AddressInvalidReason | @aptos-labs/ts-sdk - v1.11.0

Enumeration AddressInvalidReason

This enum is used to explain why an address was invalid.

+

Enumeration Members

INCORRECT_NUMBER_OF_BYTES: "incorrect_number_of_bytes"
INVALID_HEX_CHARS: "invalid_hex_chars"
INVALID_PADDING_ZEROES: "INVALID_PADDING_ZEROES"
LEADING_ZERO_X_REQUIRED: "leading_zero_x_required"
LONG_FORM_REQUIRED_UNLESS_SPECIAL: "long_form_required_unless_special"
TOO_LONG: "too_long"
TOO_SHORT: "too_short"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/AnyPublicKeyVariant.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/AnyPublicKeyVariant.html new file mode 100644 index 000000000..3c586b4fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/AnyPublicKeyVariant.html @@ -0,0 +1,3 @@ +AnyPublicKeyVariant | @aptos-labs/ts-sdk - v1.11.0

Enumeration AnyPublicKeyVariant

Enumeration Members

Enumeration Members

Ed25519: 0
Secp256k1: 1

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/AnySignatureVariant.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/AnySignatureVariant.html new file mode 100644 index 000000000..693462355 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/AnySignatureVariant.html @@ -0,0 +1,3 @@ +AnySignatureVariant | @aptos-labs/ts-sdk - v1.11.0

Enumeration AnySignatureVariant

Enumeration Members

Enumeration Members

Ed25519: 0
Secp256k1: 1

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/AptosApiType.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/AptosApiType.html new file mode 100644 index 000000000..7f84794b2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/AptosApiType.html @@ -0,0 +1,5 @@ +AptosApiType | @aptos-labs/ts-sdk - v1.11.0

Enumeration AptosApiType

Type of API endpoint for request routing

+

Enumeration Members

Enumeration Members

FAUCET: "Faucet"
FULLNODE: "Fullnode"
INDEXER: "Indexer"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/DeriveScheme.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/DeriveScheme.html new file mode 100644 index 000000000..762cab1db --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/DeriveScheme.html @@ -0,0 +1,12 @@ +DeriveScheme | @aptos-labs/ts-sdk - v1.11.0

Enumeration DeriveScheme

Scheme used for deriving account addresses from other data

+

Enumeration Members

DeriveAuid: 251

Derives an address using an AUID, used for objects

+
DeriveObjectAddressFromGuid: 253

Derives an address from a GUID, used for objects

+
DeriveObjectAddressFromObject: 252

Derives an address from another object address

+
DeriveObjectAddressFromSeed: 254

Derives an address from seed bytes, used for named objects

+
DeriveResourceAccountAddress: 255

Derives an address from seed bytes, used for resource accounts

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/HexInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/HexInvalidReason.html new file mode 100644 index 000000000..5600b2576 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/HexInvalidReason.html @@ -0,0 +1,5 @@ +HexInvalidReason | @aptos-labs/ts-sdk - v1.11.0

Enumeration HexInvalidReason

This enum is used to explain why parsing might have failed.

+

Enumeration Members

INVALID_HEX_CHARS: "invalid_hex_chars"
INVALID_LENGTH: "invalid_length"
TOO_SHORT: "too_short"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/KeyType.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/KeyType.html new file mode 100644 index 000000000..b23927e92 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/KeyType.html @@ -0,0 +1,3 @@ +KeyType | @aptos-labs/ts-sdk - v1.11.0

Enumeration KeyType

A list of supported key types and associated seeds

+

Enumeration Members

Enumeration Members

ED25519: "ed25519 seed"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/MimeType.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/MimeType.html new file mode 100644 index 000000000..a05b5710e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/MimeType.html @@ -0,0 +1,8 @@ +MimeType | @aptos-labs/ts-sdk - v1.11.0

Enumeration MimeType

Enumeration Members

BCS: "application/x-bcs"

BCS representation, used for accept type BCS output

+
BCS_SIGNED_TRANSACTION: "application/x.aptos.signed_transaction+bcs"

BCS representation, used for transaction submission in BCS input

+
BCS_VIEW_FUNCTION: "application/x.aptos.view_function+bcs"
JSON: "application/json"

JSON representation, used for transaction submission and accept type JSON output

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/MoveAbility.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/MoveAbility.html new file mode 100644 index 000000000..d0e895f37 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/MoveAbility.html @@ -0,0 +1,6 @@ +MoveAbility | @aptos-labs/ts-sdk - v1.11.0

Enumeration MoveAbility

Move function ability

+

Enumeration Members

Enumeration Members

COPY: "copy"
DROP: "drop"
KEY: "key"
STORE: "store"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/MoveFunctionVisibility.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/MoveFunctionVisibility.html new file mode 100644 index 000000000..a597b0f36 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/MoveFunctionVisibility.html @@ -0,0 +1,5 @@ +MoveFunctionVisibility | @aptos-labs/ts-sdk - v1.11.0

Enumeration MoveFunctionVisibility

Move function visibility

+

Enumeration Members

Enumeration Members

FRIEND: "friend"
PRIVATE: "private"
PUBLIC: "public"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/Network.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/Network.html new file mode 100644 index 000000000..f3cb743fe --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/Network.html @@ -0,0 +1,7 @@ +Network | @aptos-labs/ts-sdk - v1.11.0

Enumeration Network

Enumeration Members

Enumeration Members

CUSTOM: "custom"
DEVNET: "devnet"
LOCAL: "local"
MAINNET: "mainnet"
RANDOMNET: "randomnet"
TESTNET: "testnet"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/ProcessorType.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/ProcessorType.html new file mode 100644 index 000000000..04c1e521e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/ProcessorType.html @@ -0,0 +1,11 @@ +ProcessorType | @aptos-labs/ts-sdk - v1.11.0

Enumeration ProcessorType

The list of supported Processor types for our indexer api.

+

These can be found from the processor_status table in the indexer database. +https://cloud.hasura.io/public/graphiql?endpoint=https://api.mainnet.aptoslabs.com/v1/graphql

+

Enumeration Members

ACCOUNT_TRANSACTION_PROCESSOR: "account_transactions_processor"
DEFAULT: "default_processor"
EVENTS_PROCESSOR: "events_processor"
FUNGIBLE_ASSET_PROCESSOR: "fungible_asset_processor"
STAKE_PROCESSOR: "stake_processor"
TOKEN_V2_PROCESSOR: "token_v2_processor"
USER_TRANSACTION_PROCESSOR: "user_transaction_processor"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/RoleType.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/RoleType.html new file mode 100644 index 000000000..1b19a6305 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/RoleType.html @@ -0,0 +1,3 @@ +RoleType | @aptos-labs/ts-sdk - v1.11.0

Enumeration RoleType

Enumeration Members

Enumeration Members

FULL_NODE: "full_node"
VALIDATOR: "validator"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/ScriptTransactionArgumentVariants.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/ScriptTransactionArgumentVariants.html new file mode 100644 index 000000000..0dc8233e6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/ScriptTransactionArgumentVariants.html @@ -0,0 +1,12 @@ +ScriptTransactionArgumentVariants | @aptos-labs/ts-sdk - v1.11.0

Enumeration ScriptTransactionArgumentVariants

Enumeration Members

Enumeration Members

Address: 3
Bool: 5
U128: 2
U16: 6
U256: 8
U32: 7
U64: 1
U8: 0
U8Vector: 4

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/SigningScheme.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/SigningScheme.html new file mode 100644 index 000000000..05676b415 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/SigningScheme.html @@ -0,0 +1,8 @@ +SigningScheme | @aptos-labs/ts-sdk - v1.11.0

Enumeration SigningScheme

Enumeration Members

Enumeration Members

Ed25519: 0

For Ed25519PublicKey

+
MultiEd25519: 1

For MultiEd25519PublicKey

+
MultiKey: 3
SingleKey: 2

For SingleKey ecdsa

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/SigningSchemeInput.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/SigningSchemeInput.html new file mode 100644 index 000000000..432340068 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/SigningSchemeInput.html @@ -0,0 +1,5 @@ +SigningSchemeInput | @aptos-labs/ts-sdk - v1.11.0

Enumeration SigningSchemeInput

Enumeration Members

Enumeration Members

Ed25519: 0

For Ed25519PublicKey

+
Secp256k1Ecdsa: 2

For Secp256k1Ecdsa

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionAuthenticatorVariant.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionAuthenticatorVariant.html new file mode 100644 index 000000000..9034a96ca --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionAuthenticatorVariant.html @@ -0,0 +1,8 @@ +TransactionAuthenticatorVariant | @aptos-labs/ts-sdk - v1.11.0

Enumeration TransactionAuthenticatorVariant

Transaction Authenticator enum as they are represented in Rust +https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/authenticator.rs#L44

+

Enumeration Members

Ed25519: 0
FeePayer: 3
MultiAgent: 2
MultiEd25519: 1
SingleSender: 4

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionPayloadVariants.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionPayloadVariants.html new file mode 100644 index 000000000..fc4e727e6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionPayloadVariants.html @@ -0,0 +1,6 @@ +TransactionPayloadVariants | @aptos-labs/ts-sdk - v1.11.0

Enumeration TransactionPayloadVariants

Transaction payload enum as they are represented in Rust +https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/mod.rs#L478

+

Enumeration Members

Enumeration Members

EntryFunction: 2
Multisig: 3
Script: 0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionResponseType.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionResponseType.html new file mode 100644 index 000000000..34606a99c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionResponseType.html @@ -0,0 +1,8 @@ +TransactionResponseType | @aptos-labs/ts-sdk - v1.11.0

Enumeration TransactionResponseType

TRANSACTION TYPES

+

Enumeration Members

BlockMetadata: "block_metadata_transaction"
Genesis: "genesis_transaction"
Pending: "pending_transaction"
StateCheckpoint: "state_checkpoint_transaction"
User: "user_transaction"
Validator: "validator_transaction"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionVariants.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionVariants.html new file mode 100644 index 000000000..7c65979eb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionVariants.html @@ -0,0 +1,5 @@ +TransactionVariants | @aptos-labs/ts-sdk - v1.11.0

Enumeration TransactionVariants

Transaction variants enum as they are represented in Rust +https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/mod.rs#L440

+

Enumeration Members

FeePayerTransaction: 1
MultiAgentTransaction: 0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionWorkerEventsEnum.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionWorkerEventsEnum.html new file mode 100644 index 000000000..9c118ea98 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TransactionWorkerEventsEnum.html @@ -0,0 +1,6 @@ +TransactionWorkerEventsEnum | @aptos-labs/ts-sdk - v1.11.0

Enumeration TransactionWorkerEventsEnum

Enumeration Members

ExecutionFinish: "executionFinish"
TransactionExecuted: "transactionExecuted"
TransactionExecutionFailed: "transactionExecutionFailed"
TransactionSendFailed: "transactionSendFailed"
TransactionSent: "transactionSent"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/TypeTagParserErrorType.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TypeTagParserErrorType.html new file mode 100644 index 000000000..2fdded34e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TypeTagParserErrorType.html @@ -0,0 +1,13 @@ +TypeTagParserErrorType | @aptos-labs/ts-sdk - v1.11.0

Enumeration TypeTagParserErrorType

Enumeration Members

InvalidModuleNameCharacter: "module name must only contain alphanumeric or '_' characters"
InvalidStructNameCharacter: "struct name must only contain alphanumeric or '_' characters"
InvalidTypeTag: "unknown type"
MissingTypeArgumentClose: "no matching '>' for '<'"
TypeArgumentCountMismatch: "type argument count doesn't match expected amount"
UnexpectedComma: "unexpected ','"
UnexpectedGenericType: "unexpected generic type"
UnexpectedPrimitiveTypeArguments: "primitive types not expected to have type arguments"
UnexpectedStructFormat: "unexpected struct format, must be of the form 0xaddress::module_name::struct_name"
UnexpectedTypeArgumentClose: "unexpected '>'"
UnexpectedVectorTypeArgumentCount: "vector type expected to have exactly one type argument"
UnexpectedWhitespaceCharacter: "unexpected whitespace character"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/enums/TypeTagVariants.html b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TypeTagVariants.html new file mode 100644 index 000000000..6e04b7ec7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/enums/TypeTagVariants.html @@ -0,0 +1,16 @@ +TypeTagVariants | @aptos-labs/ts-sdk - v1.11.0

Enumeration TypeTagVariants

Enumeration Members

Enumeration Members

Address: 4
Bool: 0
Generic: 255
Reference: 254
Signer: 5
Struct: 7
U128: 3
U16: 8
U256: 10
U32: 9
U64: 2
U8: 1
Vector: 6

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/CKDPriv.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/CKDPriv.html new file mode 100644 index 000000000..bd931c5bb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/CKDPriv.html @@ -0,0 +1,2 @@ +CKDPriv | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/aptosCoinStructTag.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/aptosCoinStructTag.html new file mode 100644 index 000000000..ab27c84ba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/aptosCoinStructTag.html @@ -0,0 +1 @@ +aptosCoinStructTag | @aptos-labs/ts-sdk - v1.11.0

Function aptosCoinStructTag

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/aptosRequest-1.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/aptosRequest-1.html new file mode 100644 index 000000000..e9e6ea38f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/aptosRequest-1.html @@ -0,0 +1,5 @@ +aptosRequest | @aptos-labs/ts-sdk - v1.11.0

Function aptosRequest

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/buildTransaction.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/buildTransaction.html new file mode 100644 index 000000000..e5786493d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/buildTransaction.html @@ -0,0 +1,11 @@ +buildTransaction | @aptos-labs/ts-sdk - v1.11.0

Function buildTransaction

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/checkOrConvertArgument.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/checkOrConvertArgument.html new file mode 100644 index 000000000..d3fb2e2b3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/checkOrConvertArgument.html @@ -0,0 +1 @@ +checkOrConvertArgument | @aptos-labs/ts-sdk - v1.11.0

Function checkOrConvertArgument

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/convertArgument.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/convertArgument.html new file mode 100644 index 000000000..3042a5ffb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/convertArgument.html @@ -0,0 +1,2 @@ +convertArgument | @aptos-labs/ts-sdk - v1.11.0

Function convertArgument

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/createObjectAddress.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/createObjectAddress.html new file mode 100644 index 000000000..b50800685 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/createObjectAddress.html @@ -0,0 +1,5 @@ +createObjectAddress | @aptos-labs/ts-sdk - v1.11.0

Function createObjectAddress

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/createTokenAddress.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/createTokenAddress.html new file mode 100644 index 000000000..f9ecfb5a9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/createTokenAddress.html @@ -0,0 +1,6 @@ +createTokenAddress | @aptos-labs/ts-sdk - v1.11.0

Function createTokenAddress

  • Creates a token object address from creator address, collection name and token name

    +

    Parameters

    • creatorAddress: AccountAddress

      The token creator account address

      +
    • collectionName: string

      The collection name

      +
    • tokenName: string

      The token name

      +

    Returns AccountAddress

    The token account address

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/deriveKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/deriveKey.html new file mode 100644 index 000000000..8972daa54 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/deriveKey.html @@ -0,0 +1 @@ +deriveKey | @aptos-labs/ts-sdk - v1.11.0

Function deriveKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/deriveTransactionType.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/deriveTransactionType.html new file mode 100644 index 000000000..fac32c4b3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/deriveTransactionType.html @@ -0,0 +1,4 @@ +deriveTransactionType | @aptos-labs/ts-sdk - v1.11.0

Function deriveTransactionType

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/deserializeFromScriptArgument.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/deserializeFromScriptArgument.html new file mode 100644 index 000000000..035604fed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/deserializeFromScriptArgument.html @@ -0,0 +1,2 @@ +deserializeFromScriptArgument | @aptos-labs/ts-sdk - v1.11.0

Function deserializeFromScriptArgument

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/ensureBoolean.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/ensureBoolean.html new file mode 100644 index 000000000..e0681133d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/ensureBoolean.html @@ -0,0 +1 @@ +ensureBoolean | @aptos-labs/ts-sdk - v1.11.0

Function ensureBoolean

  • Parameters

    • value: unknown

    Returns asserts value is boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/fetchEntryFunctionAbi.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/fetchEntryFunctionAbi.html new file mode 100644 index 000000000..120caf3fe --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/fetchEntryFunctionAbi.html @@ -0,0 +1,2 @@ +fetchEntryFunctionAbi | @aptos-labs/ts-sdk - v1.11.0

Function fetchEntryFunctionAbi

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/fetchFunctionAbi.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/fetchFunctionAbi.html new file mode 100644 index 000000000..c703bee1e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/fetchFunctionAbi.html @@ -0,0 +1,2 @@ +fetchFunctionAbi | @aptos-labs/ts-sdk - v1.11.0

Function fetchFunctionAbi

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/fetchViewFunctionAbi.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/fetchViewFunctionAbi.html new file mode 100644 index 000000000..7087e6bfc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/fetchViewFunctionAbi.html @@ -0,0 +1,2 @@ +fetchViewFunctionAbi | @aptos-labs/ts-sdk - v1.11.0

Function fetchViewFunctionAbi

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/findFirstNonSignerArg.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/findFirstNonSignerArg.html new file mode 100644 index 000000000..e70b0faa8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/findFirstNonSignerArg.html @@ -0,0 +1,4 @@ +findFirstNonSignerArg | @aptos-labs/ts-sdk - v1.11.0

Function findFirstNonSignerArg

  • Finds first non-signer arg.

    +

    A function is often defined with a signer or &signer arguments at the start, which are filled in +by signatures, and not by the caller.

    +

    Parameters

    Returns number

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateMultiSignersSignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateMultiSignersSignedTransaction.html new file mode 100644 index 000000000..10f832a20 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateMultiSignersSignedTransaction.html @@ -0,0 +1,5 @@ +generateMultiSignersSignedTransaction | @aptos-labs/ts-sdk - v1.11.0

Function generateMultiSignersSignedTransaction

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateRawTransaction.html new file mode 100644 index 000000000..fb2e2113c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateRawTransaction.html @@ -0,0 +1,6 @@ +generateRawTransaction | @aptos-labs/ts-sdk - v1.11.0

Function generateRawTransaction

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateSignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateSignedTransaction.html new file mode 100644 index 000000000..3b00b8607 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateSignedTransaction.html @@ -0,0 +1,3 @@ +generateSignedTransaction | @aptos-labs/ts-sdk - v1.11.0

Function generateSignedTransaction

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateSignedTransactionForSimulation.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateSignedTransactionForSimulation.html new file mode 100644 index 000000000..1cf7eeb67 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateSignedTransactionForSimulation.html @@ -0,0 +1,3 @@ +generateSignedTransactionForSimulation | @aptos-labs/ts-sdk - v1.11.0

Function generateSignedTransactionForSimulation

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateSigningMessage.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateSigningMessage.html new file mode 100644 index 000000000..541b15bf2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateSigningMessage.html @@ -0,0 +1 @@ +generateSigningMessage | @aptos-labs/ts-sdk - v1.11.0

Function generateSigningMessage

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateTransactionPayload.html new file mode 100644 index 000000000..e31c15fea --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateTransactionPayload.html @@ -0,0 +1,13 @@ +generateTransactionPayload | @aptos-labs/ts-sdk - v1.11.0

Function generateTransactionPayload

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateTransactionPayloadWithABI.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateTransactionPayloadWithABI.html new file mode 100644 index 000000000..bcbbb0c67 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateTransactionPayloadWithABI.html @@ -0,0 +1 @@ +generateTransactionPayloadWithABI | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateViewFunctionPayload.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateViewFunctionPayload.html new file mode 100644 index 000000000..66ebc48b3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateViewFunctionPayload.html @@ -0,0 +1 @@ +generateViewFunctionPayload | @aptos-labs/ts-sdk - v1.11.0

Function generateViewFunctionPayload

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateViewFunctionPayloadWithABI.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateViewFunctionPayloadWithABI.html new file mode 100644 index 000000000..409407de0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/generateViewFunctionPayloadWithABI.html @@ -0,0 +1 @@ +generateViewFunctionPayloadWithABI | @aptos-labs/ts-sdk - v1.11.0

Function generateViewFunctionPayloadWithABI

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/get.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/get.html new file mode 100644 index 000000000..984bcb0b7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/get.html @@ -0,0 +1,3 @@ +get | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/getAptosFullNode.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/getAptosFullNode.html new file mode 100644 index 000000000..32331b98c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/getAptosFullNode.html @@ -0,0 +1 @@ +getAptosFullNode | @aptos-labs/ts-sdk - v1.11.0

Function getAptosFullNode

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/getAuthenticatorForSimulation.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/getAuthenticatorForSimulation.html new file mode 100644 index 000000000..ed79b4fd2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/getAuthenticatorForSimulation.html @@ -0,0 +1 @@ +getAuthenticatorForSimulation | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/getFunctionParts.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/getFunctionParts.html new file mode 100644 index 000000000..60cfa1e14 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/getFunctionParts.html @@ -0,0 +1 @@ +getFunctionParts | @aptos-labs/ts-sdk - v1.11.0

Function getFunctionParts

  • Parameters

    • functionArg: `${string}::${string}::${string}`

    Returns {
        functionName: string;
        moduleAddress: string;
        moduleName: string;
    }

    • functionName: string
    • moduleAddress: string
    • moduleName: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsAddress.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsAddress.html new file mode 100644 index 000000000..fb78e6a18 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsAddress.html @@ -0,0 +1 @@ +isBcsAddress | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsBool.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsBool.html new file mode 100644 index 000000000..f24a34738 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsBool.html @@ -0,0 +1 @@ +isBcsBool | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsFixedBytes.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsFixedBytes.html new file mode 100644 index 000000000..9d63f2db2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsFixedBytes.html @@ -0,0 +1 @@ +isBcsFixedBytes | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsString.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsString.html new file mode 100644 index 000000000..080078619 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsString.html @@ -0,0 +1 @@ +isBcsString | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU128.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU128.html new file mode 100644 index 000000000..70a4bcf43 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU128.html @@ -0,0 +1 @@ +isBcsU128 | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU16.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU16.html new file mode 100644 index 000000000..7069d5840 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU16.html @@ -0,0 +1 @@ +isBcsU16 | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU256.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU256.html new file mode 100644 index 000000000..548c4c4f5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU256.html @@ -0,0 +1 @@ +isBcsU256 | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU32.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU32.html new file mode 100644 index 000000000..51b2db472 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU32.html @@ -0,0 +1 @@ +isBcsU32 | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU64.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU64.html new file mode 100644 index 000000000..ed8fc845f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU64.html @@ -0,0 +1 @@ +isBcsU64 | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU8.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU8.html new file mode 100644 index 000000000..0a365b1a1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBcsU8.html @@ -0,0 +1 @@ +isBcsU8 | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBlockMetadataTransactionResponse.html new file mode 100644 index 000000000..1ed03910d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBlockMetadataTransactionResponse.html @@ -0,0 +1 @@ +isBlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v1.11.0

Function isBlockMetadataTransactionResponse

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBool.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBool.html new file mode 100644 index 000000000..401f64859 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isBool.html @@ -0,0 +1 @@ +isBool | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isEd25519Signature.html new file mode 100644 index 000000000..d8afa3f4b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isEd25519Signature.html @@ -0,0 +1 @@ +isEd25519Signature | @aptos-labs/ts-sdk - v1.11.0

Function isEd25519Signature

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isEncodedEntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isEncodedEntryFunctionArgument.html new file mode 100644 index 000000000..cb38acf2c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isEncodedEntryFunctionArgument.html @@ -0,0 +1 @@ +isEncodedEntryFunctionArgument | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isFeePayerSignature.html new file mode 100644 index 000000000..c0b49259d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isFeePayerSignature.html @@ -0,0 +1 @@ +isFeePayerSignature | @aptos-labs/ts-sdk - v1.11.0

Function isFeePayerSignature

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isGenesisTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isGenesisTransactionResponse.html new file mode 100644 index 000000000..714e45013 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isGenesisTransactionResponse.html @@ -0,0 +1 @@ +isGenesisTransactionResponse | @aptos-labs/ts-sdk - v1.11.0

Function isGenesisTransactionResponse

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isLargeNumber.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isLargeNumber.html new file mode 100644 index 000000000..f8326c8d7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isLargeNumber.html @@ -0,0 +1 @@ +isLargeNumber | @aptos-labs/ts-sdk - v1.11.0

Function isLargeNumber

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isMultiAgentSignature.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isMultiAgentSignature.html new file mode 100644 index 000000000..a3b321e27 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isMultiAgentSignature.html @@ -0,0 +1 @@ +isMultiAgentSignature | @aptos-labs/ts-sdk - v1.11.0

Function isMultiAgentSignature

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isMultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isMultiEd25519Signature.html new file mode 100644 index 000000000..97260dc40 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isMultiEd25519Signature.html @@ -0,0 +1 @@ +isMultiEd25519Signature | @aptos-labs/ts-sdk - v1.11.0

Function isMultiEd25519Signature

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isNull.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isNull.html new file mode 100644 index 000000000..986161105 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isNull.html @@ -0,0 +1 @@ +isNull | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isNumber.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isNumber.html new file mode 100644 index 000000000..db9096107 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isNumber.html @@ -0,0 +1 @@ +isNumber | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isPendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isPendingTransactionResponse.html new file mode 100644 index 000000000..9d720d3e1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isPendingTransactionResponse.html @@ -0,0 +1 @@ +isPendingTransactionResponse | @aptos-labs/ts-sdk - v1.11.0

Function isPendingTransactionResponse

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isScriptDataInput.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isScriptDataInput.html new file mode 100644 index 000000000..fc3adf3d6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isScriptDataInput.html @@ -0,0 +1 @@ +isScriptDataInput | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isSecp256k1Signature.html new file mode 100644 index 000000000..34431004b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isSecp256k1Signature.html @@ -0,0 +1 @@ +isSecp256k1Signature | @aptos-labs/ts-sdk - v1.11.0

Function isSecp256k1Signature

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isStateCheckpointTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isStateCheckpointTransactionResponse.html new file mode 100644 index 000000000..4ebdc09af --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isStateCheckpointTransactionResponse.html @@ -0,0 +1 @@ +isStateCheckpointTransactionResponse | @aptos-labs/ts-sdk - v1.11.0

Function isStateCheckpointTransactionResponse

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isString.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isString.html new file mode 100644 index 000000000..cebc96c31 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isString.html @@ -0,0 +1 @@ +isString | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isUserTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isUserTransactionResponse.html new file mode 100644 index 000000000..f989a8d8b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isUserTransactionResponse.html @@ -0,0 +1 @@ +isUserTransactionResponse | @aptos-labs/ts-sdk - v1.11.0

Function isUserTransactionResponse

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isValidBIP44Path.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isValidBIP44Path.html new file mode 100644 index 000000000..c1550bba7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isValidBIP44Path.html @@ -0,0 +1,6 @@ +isValidBIP44Path | @aptos-labs/ts-sdk - v1.11.0

Function isValidBIP44Path

  • Aptos derive path is 637

    +

    Parse and validate a path that is compliant to BIP-44 in form m/44'/637'/{account_index}'/{change_index}/{address_index} +for Secp256k1

    +

    Note that for secp256k1, last two components must be non-hardened.

    +

    Parameters

    • path: string

      path string (e.g. m/44'/637'/0'/0/0).

      +

    Returns boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isValidHardenedPath.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isValidHardenedPath.html new file mode 100644 index 000000000..8e9e02b13 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isValidHardenedPath.html @@ -0,0 +1,12 @@ +isValidHardenedPath | @aptos-labs/ts-sdk - v1.11.0

Function isValidHardenedPath

  • Aptos derive path is 637

    +

    Parse and validate a path that is compliant to SLIP-0010 and BIP-44 +in form m/44'/637'/{account_index}'/{change_index}'/{address_index}'. +See SLIP-0010 https://github.com/satoshilabs/slips/blob/master/slip-0044.md +See BIP-44 https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki

    +

    Note that for Ed25519, all components must be hardened. +This is because non-hardened [PK] derivation would not work due to Ed25519's lack of a key homomorphism. +Specifically, you cannot derive the PK associated with derivation path a/b/c given the PK of a/b. +This is because the PK in Ed25519 is, more or less, computed as 𝑔𝐻(𝑠𝑘), +with the hash function breaking the homomorphism.

    +

    Parameters

    • path: string

      path string (e.g. m/44'/637'/0'/0'/0').

      +

    Returns boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/isValidatorTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isValidatorTransactionResponse.html new file mode 100644 index 000000000..50d3bec4d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/isValidatorTransactionResponse.html @@ -0,0 +1 @@ +isValidatorTransactionResponse | @aptos-labs/ts-sdk - v1.11.0

Function isValidatorTransactionResponse

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/mnemonicToSeed.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/mnemonicToSeed.html new file mode 100644 index 000000000..d84512fa5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/mnemonicToSeed.html @@ -0,0 +1,3 @@ +mnemonicToSeed | @aptos-labs/ts-sdk - v1.11.0

Function mnemonicToSeed

  • Normalizes the mnemonic by removing extra whitespace and making it lowercase

    +

    Parameters

    • mnemonic: string

      the mnemonic seed phrase

      +

    Returns Uint8Array

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/objectStructTag.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/objectStructTag.html new file mode 100644 index 000000000..5a28ff8ba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/objectStructTag.html @@ -0,0 +1 @@ +objectStructTag | @aptos-labs/ts-sdk - v1.11.0

Function objectStructTag

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/optionStructTag.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/optionStructTag.html new file mode 100644 index 000000000..af99d76f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/optionStructTag.html @@ -0,0 +1 @@ +optionStructTag | @aptos-labs/ts-sdk - v1.11.0

Function optionStructTag

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/outOfRangeErrorMessage.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/outOfRangeErrorMessage.html new file mode 100644 index 000000000..1917d527b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/outOfRangeErrorMessage.html @@ -0,0 +1 @@ +outOfRangeErrorMessage | @aptos-labs/ts-sdk - v1.11.0

Function outOfRangeErrorMessage

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/paginateWithCursor.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/paginateWithCursor.html new file mode 100644 index 000000000..854d0929e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/paginateWithCursor.html @@ -0,0 +1 @@ +paginateWithCursor | @aptos-labs/ts-sdk - v1.11.0

Function paginateWithCursor

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/parseTypeTag.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/parseTypeTag.html new file mode 100644 index 000000000..c09b749e1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/parseTypeTag.html @@ -0,0 +1,14 @@ +parseTypeTag | @aptos-labs/ts-sdk - v1.11.0

Function parseTypeTag

  • All types are made of a few parts they're either:

    +
      +
    1. A simple type e.g. u8
    2. +
    3. A standalone struct e.g. 0x1::account::Account
    4. +
    5. A nested struct e.g. 0x1::coin::Coin<0x1234::coin::MyCoin>
    6. +
    +

    There are a few more special cases that need to be handled, however.

    +
      +
    1. Multiple generics e.g 0x1::pair::Pair<u8, u16>
    2. +
    3. Spacing in the generics e.g. 0x1::pair::Pair< u8 , u16>
    4. +
    5. Nested generics of different depths e.g. 0x1::pair::Pair<0x1::coin::Coin<0x1234::coin::MyCoin>, u8>
    6. +
    7. Generics for types in ABIs are filled in with placeholders e.g T1, T2, T3
    8. +
    +

    Parameters

    • typeStr: string
    • Optional options: {
          allowGenerics?: boolean;
      }
      • Optional allowGenerics?: boolean

    Returns TypeTag

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/post.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/post.html new file mode 100644 index 000000000..a614b3f8d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/post.html @@ -0,0 +1,3 @@ +post | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/postAptosFaucet.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/postAptosFaucet.html new file mode 100644 index 000000000..0b66be884 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/postAptosFaucet.html @@ -0,0 +1 @@ +postAptosFaucet | @aptos-labs/ts-sdk - v1.11.0

Function postAptosFaucet

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/postAptosFullNode.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/postAptosFullNode.html new file mode 100644 index 000000000..987a9898a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/postAptosFullNode.html @@ -0,0 +1 @@ +postAptosFullNode | @aptos-labs/ts-sdk - v1.11.0

Function postAptosFullNode

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/postAptosIndexer.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/postAptosIndexer.html new file mode 100644 index 000000000..5075f45bf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/postAptosIndexer.html @@ -0,0 +1 @@ +postAptosIndexer | @aptos-labs/ts-sdk - v1.11.0

Function postAptosIndexer

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/request.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/request.html new file mode 100644 index 000000000..6cfd7a2e1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/request.html @@ -0,0 +1,3 @@ +request | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/sign.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/sign.html new file mode 100644 index 000000000..5264e2cf0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/sign.html @@ -0,0 +1,5 @@ +sign | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/splitPath.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/splitPath.html new file mode 100644 index 000000000..9f3b5988c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/splitPath.html @@ -0,0 +1,2 @@ +splitPath | @aptos-labs/ts-sdk - v1.11.0

Function splitPath

  • Splits derive path into segments

    +

    Parameters

    • path: string

    Returns string[]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/standardizeTypeTags.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/standardizeTypeTags.html new file mode 100644 index 000000000..bb95870a4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/standardizeTypeTags.html @@ -0,0 +1,2 @@ +standardizeTypeTags | @aptos-labs/ts-sdk - v1.11.0

Function standardizeTypeTags

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/stringStructTag.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/stringStructTag.html new file mode 100644 index 000000000..d786c0e6e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/stringStructTag.html @@ -0,0 +1 @@ +stringStructTag | @aptos-labs/ts-sdk - v1.11.0

Function stringStructTag

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/throwTypeMismatch.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/throwTypeMismatch.html new file mode 100644 index 000000000..0cd0fc009 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/throwTypeMismatch.html @@ -0,0 +1 @@ +throwTypeMismatch | @aptos-labs/ts-sdk - v1.11.0

Function throwTypeMismatch

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/functions/validateNumberInRange.html b/docs/@aptos-labs/ts-sdk-1.11.0/functions/validateNumberInRange.html new file mode 100644 index 000000000..6ee1843b5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/functions/validateNumberInRange.html @@ -0,0 +1 @@ +validateNumberInRange | @aptos-labs/ts-sdk - v1.11.0

Function validateNumberInRange

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/hierarchy.html b/docs/@aptos-labs/ts-sdk-1.11.0/hierarchy.html new file mode 100644 index 000000000..9be2177b8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/hierarchy.html @@ -0,0 +1 @@ +@aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/index.html b/docs/@aptos-labs/ts-sdk-1.11.0/index.html new file mode 100644 index 000000000..2f9841fd4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/index.html @@ -0,0 +1,66 @@ +@aptos-labs/ts-sdk - v1.11.0

@aptos-labs/ts-sdk - v1.11.0

Typescript SDK for Aptos

License +Discord +NPM Package Downloads

+

Latest Version

NPM Package Version +Node Version +NPM bundle size

+

Experimental Development Version

NPM Experimental Version +Experimental Node Version +Experimental bundle size

+

The Aptos TypeScript SDK provides a convenient way to interact with the Aptos blockchain using TypeScript. It offers a +set of utility functions, classes, and types to simplify the integration process and enhance developer productivity.

+

This repository supports version >= 0.0.0 of the Aptos SDK npm package.

+

Installation

For use in Node.js or a web application

Install with your favorite package manager such as npm, yarn, or pnpm:

+
pnpm install @aptos-labs/ts-sdk
+
+
For use in a browser (<= 1.9.1 version only)

You can add the SDK to your web application using a script tag:

+
<script src="https://unpkg.com/@aptos-labs/ts-sdk/dist/browser/index.global.js" />
+
+

Then, the SDK can be accessed through window.aptosSDK.

+

Usage

Initialize Aptos to access the SDK API.

+
// initiate the main entry point into Aptos SDK
const aptos = new Aptos(); +
+

If you want to pass in a custom config

+
// an optional config information for the SDK client instance.
const config = new AptosConfig({ network: Network.LOCAL }); // default network is devnet
const aptos = new Aptos(config); +
+

Read data from chain


+
const modules = await aptos.getAccountModules({ accountAddress: "0x123" });
+
+

Account management (default to Ed25519)

+

Note: We introduce a Single Sender authentication (as introduced in AIP-55). Generating an account defaults to Legacy Ed25519 authentication with the option to use the Single Sender unified authentication

+
+
+

Generate new keys

const account = Account.generate(); // defaults to Legacy Ed25519
const account = Account.generate({ scheme: SigningSchemeInput.Secp256k1Ecdsa }); // Single Sender Secp256k1
const account = Account.generate({ scheme: SigningSchemeInput.Ed25519, legacy: false }); // Single Sender Ed25519 +
+

Derive from private key

// Create a private key instance for Ed25519 scheme
const privateKey = new Ed25519PrivateKey("myEd25519privatekeystring");
// Or for Secp256k1 scheme
const privateKey = new Secp256k1PrivateKey("mySecp256k1privatekeystring");

// Derive an account from private key

// This is used as a local calculation and therefore is used to instantiate an `Account`
// that has not had its authentication key rotated
const account = await Account.fromPrivateKey({ privateKey });

// Also, can use this function that resolves the provided private key type and derives the public key from it
// to support key rotation and differentiation between Legacy Ed25519 and Unified authentications
// Read more https://github.com/aptos-labs/aptos-ts-sdk/blob/main/src/api/account.ts#L364
const aptos = new Aptos();
const account = await aptos.deriveAccountFromPrivateKey({ privateKey }); +
+

Derive from private key and address

// Create a private key instance for Ed25519 scheme
const privateKey = new Ed25519PrivateKey("myEd25519privatekeystring");
// Or for Secp256k1 scheme
const privateKey = new Secp256k1PrivateKey("mySecp256k1privatekeystring");

// Derive an account from private key and address

// create an AccountAddress instance from the account address string
const address = AccountAddress.from("myaccountaddressstring");
// Derieve an account from private key and address
const account = await Account.fromPrivateKeyAndAddress({ privateKey, address }); +
+

Derive from path

const path = "m/44'/637'/0'/0'/1";
const mnemonic = "various float stumble...";
const account = Account.fromDerivationPath({ path, mnemonic }); +
+

Submit transaction


+

Single Signer transaction

Using transaction submission api

+
const alice: Account = Account.generate();
const bobAddress = "0xb0b";
// build transaction
const transaction = await aptos.transaction.build.simple({
sender: alice.accountAddress,
data: {
function: "0x1::coin::transfer",
typeArguments: ["0x1::aptos_coin::AptosCoin"],
functionArguments: [bobAddress, 100],
},
});

// using sign and submit separately
const senderAuthenticator = aptos.transaction.sign({ signer: alice, transaction });
const committedTransaction = await aptos.transaction.submit.simple({ transaction, senderAuthenticator });

// using signAndSubmit combined
const committedTransaction = await aptos.signAndSubmitTransaction({ signer: alice, transaction }); +
+

Using built in transferCoinTransaction

+
const alice: Account = Account.generate();
const bobAddress = "0xb0b";
// build transaction
const transaction = await aptos.transferCoinTransaction({
sender: alice,
recipient: bobAddress,
amount: 100,
});

const pendingTransaction = await aptos.signAndSubmitTransaction({ signer: alice, transaction }); +
+

Documentation and examples

+

Testing

To run the SDK tests, simply run from the root of this repository:

+
+

Note: for a better experience, make sure there is no aptos local node process up and running (can check if there is a process running on port 8080).

+
+
pnpm i
pnpm test +
+

Troubleshooting

If you see import error when you do this

+
import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";
+
+

It could be your tsconfig.json is not incompatible, make sure your moduleResolution is set to node instead of bundler.

+

Contributing

If you found a bug or would like to request a feature, please file an issue. +If, based on the discussion on an issue you would like to offer a code change, please make a pull request. +If neither of these describes what you would like to contribute, checkout out the contributing guide.

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/AptosResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/AptosResponse.html new file mode 100644 index 000000000..f419f2bde --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/AptosResponse.html @@ -0,0 +1,16 @@ +AptosResponse | @aptos-labs/ts-sdk - v1.11.0

Interface AptosResponse<Req, Res>

The API response type

+

Param: status

the response status. i.e. 200

+

Param: statusText

the response message

+

Param: data

the response data

+

Param: url

the url the request was made to

+

Param: headers

the response headers

+

Param: config

(optional) - the request object

+

Param: request

(optional) - the request object

+
interface AptosResponse<Req, Res> {
    config?: any;
    data: Res;
    headers: any;
    request?: Req;
    status: number;
    statusText: string;
    url: string;
}

Type Parameters

  • Req
  • Res

Properties

config?: any
data: Res
headers: any
request?: Req
status: number
statusText: string
url: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/Client.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/Client.html new file mode 100644 index 000000000..e8bdd7c02 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/Client.html @@ -0,0 +1,2 @@ +Client | @aptos-labs/ts-sdk - v1.11.0

Interface Client

interface Client {
    provider<Req, Res>(requestOptions): Promise<ClientResponse<Res>>;
}

Methods

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/ClientRequest.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/ClientRequest.html new file mode 100644 index 000000000..de425a7f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/ClientRequest.html @@ -0,0 +1,8 @@ +ClientRequest | @aptos-labs/ts-sdk - v1.11.0

Interface ClientRequest<Req>

interface ClientRequest<Req> {
    body?: Req;
    contentType?: string;
    headers?: Record<string, any>;
    method: "GET" | "POST";
    overrides?: ClientHeadersType & {
        API_KEY?: string;
        WITH_CREDENTIALS?: boolean;
    } & {
        AUTH_TOKEN?: string;
    };
    params?: any;
    url: string;
}

Type Parameters

  • Req

Properties

body?: Req
contentType?: string
headers?: Record<string, any>
method: "GET" | "POST"
overrides?: ClientHeadersType & {
    API_KEY?: string;
    WITH_CREDENTIALS?: boolean;
} & {
    AUTH_TOKEN?: string;
}

Type declaration

  • Optional API_KEY?: string
  • Optional WITH_CREDENTIALS?: boolean

Type declaration

  • Optional AUTH_TOKEN?: string
params?: any
url: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/ClientResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/ClientResponse.html new file mode 100644 index 000000000..631ca51e2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/ClientResponse.html @@ -0,0 +1,8 @@ +ClientResponse | @aptos-labs/ts-sdk - v1.11.0

Interface ClientResponse<Res>

interface ClientResponse<Res> {
    config?: any;
    data: Res;
    headers?: any;
    request?: any;
    response?: any;
    status: number;
    statusText: string;
}

Type Parameters

  • Res

Properties

config?: any
data: Res
headers?: any
request?: any
response?: any
status: number
statusText: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/CreateAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/CreateAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..b7d4a8a76 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/CreateAccountFromPrivateKeyArgs.html @@ -0,0 +1,6 @@ +CreateAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.11.0

Interface CreateAccountFromPrivateKeyArgs

Arguments for creating an opaque Account from any supported private key. +This is used when the private key type is not known at compilation time.

+
interface CreateAccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy?: boolean;
    privateKey: PrivateKey;
}

Properties

legacy?: boolean
privateKey: PrivateKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..fa1c8c429 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateEd25519AccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.11.0

Interface CreateEd25519AccountFromPrivateKeyArgs

Arguments for creating an Ed25519Account from an Ed25519PrivateKey. +This is the default input type when passing an Ed25519PrivateKey. +In order to use the SingleKey authentication scheme, legacy needs to be explicitly set to false.

+
interface CreateEd25519AccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy?: true;
    privateKey: Ed25519PrivateKey;
}

Properties

legacy?: true
privateKey: Ed25519PrivateKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..34264bfa1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateEd25519SingleKeyAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.11.0

Interface CreateEd25519SingleKeyAccountFromPrivateKeyArgs

Arguments for creating an SingleKeyAccount from an Ed25519PrivateKey. +The legacy argument needs to be explicitly set to false in order to +use the SingleKey authentication scheme.

+
interface CreateEd25519SingleKeyAccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy: false;
    privateKey: Ed25519PrivateKey;
}

Properties

Properties

legacy: false
privateKey: Ed25519PrivateKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..8629a417e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateSingleKeyAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.11.0

Interface CreateSingleKeyAccountFromPrivateKeyArgs

Arguments for creating an SingleKeyAccount from any supported private key +that is not an Ed25519PrivateKey. +The legacy argument defaults to false and cannot be explicitly set to true.

+
interface CreateSingleKeyAccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy?: false;
    privateKey: PrivateKey;
}

Properties

legacy?: false
privateKey: PrivateKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/Deserializable.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/Deserializable.html new file mode 100644 index 000000000..fa0f12cb4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/Deserializable.html @@ -0,0 +1,6 @@ +Deserializable | @aptos-labs/ts-sdk - v1.11.0

Interface Deserializable<T>

This interface exists to define Deserializable inputs for functions that +deserialize a byte buffer into a type T. +It is not intended to be implemented or extended, because Typescript has no support +for static methods in interfaces.

+
interface Deserializable<T> {
    deserialize(deserializer): T;
}

Type Parameters

  • T

Methods

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/Ed25519SignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/Ed25519SignerConstructorArgs.html new file mode 100644 index 000000000..9ee73c788 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/Ed25519SignerConstructorArgs.html @@ -0,0 +1,3 @@ +Ed25519SignerConstructorArgs | @aptos-labs/ts-sdk - v1.11.0

Interface Ed25519SignerConstructorArgs

interface Ed25519SignerConstructorArgs {
    address?: AccountAddressInput;
    privateKey: Ed25519PrivateKey;
}

Properties

Properties

privateKey: Ed25519PrivateKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/Ed25519SignerFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/Ed25519SignerFromDerivationPathArgs.html new file mode 100644 index 000000000..21fcb6dd8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/Ed25519SignerFromDerivationPathArgs.html @@ -0,0 +1,3 @@ +Ed25519SignerFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.11.0

Interface Ed25519SignerFromDerivationPathArgs

interface Ed25519SignerFromDerivationPathArgs {
    mnemonic: string;
    path: string;
}

Properties

Properties

mnemonic: string
path: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/EntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/EntryFunctionArgument.html new file mode 100644 index 000000000..a2fb3f6d0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/EntryFunctionArgument.html @@ -0,0 +1,8 @@ +EntryFunctionArgument | @aptos-labs/ts-sdk - v1.11.0

Interface EntryFunctionArgument

interface EntryFunctionArgument {
    bcsToBytes(): Uint8Array;
    bcsToHex(): Hex;
    serialize(serializer): void;
    serializeForEntryFunction(serializer): void;
}

Hierarchy (view full)

Implemented by

Methods

  • Serialize an argument as a type-agnostic, fixed byte sequence. The byte sequence contains +the number of the following bytes followed by the BCS-serialized bytes for a typed argument.

    +

    Parameters

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/GenerateAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/GenerateAccountArgs.html new file mode 100644 index 000000000..2ba82c37e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/GenerateAccountArgs.html @@ -0,0 +1,5 @@ +GenerateAccountArgs | @aptos-labs/ts-sdk - v1.11.0

Interface GenerateAccountArgs

Arguments for generating an opaque Account. +This is used when the input signature scheme is not known at compilation time.

+
interface GenerateAccountArgs {
    legacy?: boolean;
    scheme?: SigningSchemeInput;
}

Properties

Properties

legacy?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/GenerateEd25519AccountArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/GenerateEd25519AccountArgs.html new file mode 100644 index 000000000..0fcfdd783 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/GenerateEd25519AccountArgs.html @@ -0,0 +1,5 @@ +GenerateEd25519AccountArgs | @aptos-labs/ts-sdk - v1.11.0

Interface GenerateEd25519AccountArgs

Arguments for generating an Ed25519Account. +This is the input type used by default.

+
interface GenerateEd25519AccountArgs {
    legacy?: true;
    scheme?: Ed25519;
}

Properties

Properties

legacy?: true
scheme?: Ed25519

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/GenerateEd25519SingleKeyAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/GenerateEd25519SingleKeyAccountArgs.html new file mode 100644 index 000000000..c709e9b63 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/GenerateEd25519SingleKeyAccountArgs.html @@ -0,0 +1,6 @@ +GenerateEd25519SingleKeyAccountArgs | @aptos-labs/ts-sdk - v1.11.0

Interface GenerateEd25519SingleKeyAccountArgs

Arguments for generating an SingleKeyAccount with ah underlying Ed25519PrivateKey. +The legacy argument needs to be explicitly set to false, +otherwise an Ed25519Account will be returned instead.

+
interface GenerateEd25519SingleKeyAccountArgs {
    legacy: false;
    scheme?: Ed25519;
}

Properties

Properties

legacy: false
scheme?: Ed25519

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/GenerateSingleKeyAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/GenerateSingleKeyAccountArgs.html new file mode 100644 index 000000000..fcd68356e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/GenerateSingleKeyAccountArgs.html @@ -0,0 +1,6 @@ +GenerateSingleKeyAccountArgs | @aptos-labs/ts-sdk - v1.11.0

Interface GenerateSingleKeyAccountArgs

Arguments for generating an SingleKeyAccount with any supported private key +that is not an Ed25519PrivateKey. +The legacy argument defaults to false and cannot be explicitly set to true.

+
interface GenerateSingleKeyAccountArgs {
    legacy?: false;
    scheme: Secp256k1Ecdsa;
}

Properties

Properties

legacy?: false

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html new file mode 100644 index 000000000..4616bb342 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html @@ -0,0 +1,9 @@ +InputGenerateMultiAgentRawTransactionArgs | @aptos-labs/ts-sdk - v1.11.0

Interface InputGenerateMultiAgentRawTransactionArgs

Interface of the arguments to generate a multi-agent transaction. +Used to provide to generateTransaction() method in the transaction builder flow

+

Properties

aptosConfig: AptosConfig
feePayerAddress?: AccountAddressInput
secondarySignerAddresses: AccountAddressInput[]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputGenerateMultiAgentRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputGenerateMultiAgentRawTransactionData.html new file mode 100644 index 000000000..6506e0265 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputGenerateMultiAgentRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateMultiAgentRawTransactionData | @aptos-labs/ts-sdk - v1.11.0

Interface InputGenerateMultiAgentRawTransactionData

Interface that holds the user data input when generating a multi-agent transaction

+
interface InputGenerateMultiAgentRawTransactionData {
    data: InputGenerateTransactionPayloadData;
    options?: InputGenerateTransactionOptions;
    secondarySignerAddresses: AccountAddressInput[];
    sender: AccountAddressInput;
    withFeePayer?: boolean;
}

Properties

secondarySignerAddresses: AccountAddressInput[]
withFeePayer?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html new file mode 100644 index 000000000..e7eef48b5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html @@ -0,0 +1,8 @@ +InputGenerateSingleSignerRawTransactionArgs | @aptos-labs/ts-sdk - v1.11.0

Interface InputGenerateSingleSignerRawTransactionArgs

Interface of the arguments to generate a single signer transaction. +Used to provide to generateTransaction() method in the transaction builder flow

+
interface InputGenerateSingleSignerRawTransactionArgs {
    aptosConfig: AptosConfig;
    feePayerAddress?: AccountAddressInput;
    options?: InputGenerateTransactionOptions;
    payload: AnyTransactionPayloadInstance;
    sender: AccountAddressInput;
}

Properties

aptosConfig: AptosConfig
feePayerAddress?: AccountAddressInput

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputGenerateSingleSignerRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputGenerateSingleSignerRawTransactionData.html new file mode 100644 index 000000000..c93b190be --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputGenerateSingleSignerRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateSingleSignerRawTransactionData | @aptos-labs/ts-sdk - v1.11.0

Interface InputGenerateSingleSignerRawTransactionData

Interface that holds the user data input when generating a single signer transaction

+
interface InputGenerateSingleSignerRawTransactionData {
    data: InputGenerateTransactionPayloadData;
    options?: InputGenerateTransactionOptions;
    secondarySignerAddresses?: undefined;
    sender: AccountAddressInput;
    withFeePayer?: boolean;
}

Properties

secondarySignerAddresses?: undefined
withFeePayer?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputSubmitTransactionData.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputSubmitTransactionData.html new file mode 100644 index 000000000..1cce90f72 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/InputSubmitTransactionData.html @@ -0,0 +1,6 @@ +InputSubmitTransactionData | @aptos-labs/ts-sdk - v1.11.0

Interface InputSubmitTransactionData

Interface that holds the user data input when submitting a transaction

+

Properties

additionalSignersAuthenticators?: AccountAuthenticator[]
feePayerAuthenticator?: AccountAuthenticator
senderAuthenticator: AccountAuthenticator
transaction: AnyRawTransaction

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/MultiAgentTransaction.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/MultiAgentTransaction.html new file mode 100644 index 000000000..a522613dc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/MultiAgentTransaction.html @@ -0,0 +1,7 @@ +MultiAgentTransaction | @aptos-labs/ts-sdk - v1.11.0

Interface MultiAgentTransaction

Interface that holds the return data when generating a multi-agent transaction.

+

Param: rawTransaction

a bcs serialized raw transaction

+

Param: secondarySignerAddresses

secondary signer addresses for multi-agent transaction

+
interface MultiAgentTransaction {
    feePayerAddress?: AccountAddress;
    rawTransaction: RawTransaction;
    secondarySignerAddresses: AccountAddress[];
}

Properties

feePayerAddress?: AccountAddress
rawTransaction: RawTransaction
secondarySignerAddresses: AccountAddress[]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/OrderByArg.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/OrderByArg.html new file mode 100644 index 000000000..8a72e38f8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/OrderByArg.html @@ -0,0 +1,2 @@ +OrderByArg | @aptos-labs/ts-sdk - v1.11.0

Interface OrderByArg<T>

interface OrderByArg<T> {
    orderBy?: OrderBy<T>;
}

Type Parameters

  • T extends {}

Properties

Properties

orderBy?: OrderBy<T>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/PaginationArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/PaginationArgs.html new file mode 100644 index 000000000..c93e225ab --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/PaginationArgs.html @@ -0,0 +1,6 @@ +PaginationArgs | @aptos-labs/ts-sdk - v1.11.0

Interface PaginationArgs

Controls the number of results that are returned and the starting position of those results.

+

Param: offset

parameter specifies the starting position of the query result within the set of data. Default is 0.

+

Param: limit

specifies the maximum number of items or records to return in a query result. Default is 25.

+
interface PaginationArgs {
    limit?: number;
    offset?: AnyNumber;
}

Properties

Properties

limit?: number
offset?: AnyNumber

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/PrivateKey.html new file mode 100644 index 000000000..058e1d6fb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/PrivateKey.html @@ -0,0 +1,10 @@ +PrivateKey | @aptos-labs/ts-sdk - v1.11.0

Interface PrivateKey

An abstract representation of a private key. +It is associated to a signature scheme and provides signing capabilities.

+
interface PrivateKey {
    publicKey(): PublicKey;
    sign(message): Signature;
    toUint8Array(): Uint8Array;
}

Implemented by

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/PrivateKeyFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/PrivateKeyFromDerivationPathArgs.html new file mode 100644 index 000000000..78e6d7e2c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/PrivateKeyFromDerivationPathArgs.html @@ -0,0 +1,4 @@ +PrivateKeyFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.11.0

Interface PrivateKeyFromDerivationPathArgs

Arguments for deriving a private key from a mnemonic phrase and a BIP44 path.

+
interface PrivateKeyFromDerivationPathArgs {
    mnemonic: string;
    path: string;
}

Properties

Properties

mnemonic: string
path: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/ScriptFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/ScriptFunctionArgument.html new file mode 100644 index 000000000..b4de76da9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/ScriptFunctionArgument.html @@ -0,0 +1,9 @@ +ScriptFunctionArgument | @aptos-labs/ts-sdk - v1.11.0

Interface ScriptFunctionArgument

interface ScriptFunctionArgument {
    bcsToBytes(): Uint8Array;
    bcsToHex(): Hex;
    serialize(serializer): void;
    serializeForScriptFunction(serializer): void;
}

Hierarchy (view full)

Methods

  • Serialize an argument to BCS-serialized bytes as a type aware byte sequence. +The byte sequence contains an enum variant index followed by the BCS-serialized +bytes for a typed argument.

    +

    Parameters

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/SimpleTransaction.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/SimpleTransaction.html new file mode 100644 index 000000000..e62ebc5b7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/SimpleTransaction.html @@ -0,0 +1,6 @@ +SimpleTransaction | @aptos-labs/ts-sdk - v1.11.0

Interface SimpleTransaction

Interface that holds the return data when generating a single signer transaction

+

Param: rawTransaction

a bcs serialized raw transaction

+
interface SimpleTransaction {
    feePayerAddress?: AccountAddress;
    rawTransaction: RawTransaction;
    secondarySignerAddresses?: undefined;
}

Properties

feePayerAddress?: AccountAddress
rawTransaction: RawTransaction
secondarySignerAddresses?: undefined

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/SingleKeySignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/SingleKeySignerConstructorArgs.html new file mode 100644 index 000000000..0818f3b5f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/SingleKeySignerConstructorArgs.html @@ -0,0 +1,3 @@ +SingleKeySignerConstructorArgs | @aptos-labs/ts-sdk - v1.11.0

Interface SingleKeySignerConstructorArgs

interface SingleKeySignerConstructorArgs {
    address?: AccountAddressInput;
    privateKey: PrivateKey;
}

Properties

Properties

privateKey: PrivateKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/SingleKeySignerGenerateArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/SingleKeySignerGenerateArgs.html new file mode 100644 index 000000000..79db37fbb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/SingleKeySignerGenerateArgs.html @@ -0,0 +1,2 @@ +SingleKeySignerGenerateArgs | @aptos-labs/ts-sdk - v1.11.0

Interface SingleKeySignerGenerateArgs

interface SingleKeySignerGenerateArgs {
    scheme?: SigningSchemeInput;
}

Properties

Properties

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/TokenStandardArg.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/TokenStandardArg.html new file mode 100644 index 000000000..415cbc8dc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/TokenStandardArg.html @@ -0,0 +1,2 @@ +TokenStandardArg | @aptos-labs/ts-sdk - v1.11.0

Interface TokenStandardArg

interface TokenStandardArg {
    tokenStandard?: TokenStandard;
}

Properties

Properties

tokenStandard?: TokenStandard

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/TransactionArgument.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/TransactionArgument.html new file mode 100644 index 000000000..9be842736 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/TransactionArgument.html @@ -0,0 +1,12 @@ +TransactionArgument | @aptos-labs/ts-sdk - v1.11.0

Interface TransactionArgument

interface TransactionArgument {
    bcsToBytes(): Uint8Array;
    bcsToHex(): Hex;
    serialize(serializer): void;
    serializeForEntryFunction(serializer): void;
    serializeForScriptFunction(serializer): void;
}

Hierarchy (view full)

Implemented by

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/TransactionWorkerEvents.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/TransactionWorkerEvents.html new file mode 100644 index 000000000..add3bc5b1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/TransactionWorkerEvents.html @@ -0,0 +1,6 @@ +TransactionWorkerEvents | @aptos-labs/ts-sdk - v1.11.0

Interface TransactionWorkerEvents

interface TransactionWorkerEvents {
    executionFinish: ((data) => void);
    transactionExecuted: ((data) => void);
    transactionExecutionFailed: ((data) => void);
    transactionSendFailed: ((data) => void);
    transactionSent: ((data) => void);
}

Properties

executionFinish: ((data) => void)

Type declaration

transactionExecuted: ((data) => void)

Type declaration

transactionExecutionFailed: ((data) => void)

Type declaration

transactionSendFailed: ((data) => void)

Type declaration

transactionSent: ((data) => void)

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/VerifyEd25519SignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/VerifyEd25519SignatureArgs.html new file mode 100644 index 000000000..88ff11840 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/VerifyEd25519SignatureArgs.html @@ -0,0 +1,3 @@ +VerifyEd25519SignatureArgs | @aptos-labs/ts-sdk - v1.11.0

Interface VerifyEd25519SignatureArgs

interface VerifyEd25519SignatureArgs {
    message: HexInput;
    signature: Ed25519Signature;
}

Properties

Properties

message: HexInput
signature: Ed25519Signature

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/VerifySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/VerifySignatureArgs.html new file mode 100644 index 000000000..c27581363 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/VerifySignatureArgs.html @@ -0,0 +1,4 @@ +VerifySignatureArgs | @aptos-labs/ts-sdk - v1.11.0

Interface VerifySignatureArgs

Arguments for verifying a signature

+
interface VerifySignatureArgs {
    message: HexInput;
    signature: Signature;
}

Properties

Properties

message: HexInput
signature: Signature

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/VerifySingleKeySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/VerifySingleKeySignatureArgs.html new file mode 100644 index 000000000..367ec3db5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/VerifySingleKeySignatureArgs.html @@ -0,0 +1,3 @@ +VerifySingleKeySignatureArgs | @aptos-labs/ts-sdk - v1.11.0

Interface VerifySingleKeySignatureArgs

interface VerifySingleKeySignatureArgs {
    message: HexInput;
    signature: AnySignature;
}

Properties

Properties

message: HexInput
signature: AnySignature

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/WhereArg.html b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/WhereArg.html new file mode 100644 index 000000000..23d0dc601 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/interfaces/WhereArg.html @@ -0,0 +1,2 @@ +WhereArg | @aptos-labs/ts-sdk - v1.11.0

Interface WhereArg<T>

interface WhereArg<T> {
    where?: T;
}

Type Parameters

  • T extends {}

Properties

Properties

where?: T

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/modules.html b/docs/@aptos-labs/ts-sdk-1.11.0/modules.html new file mode 100644 index 000000000..aaca6c5ac --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/modules.html @@ -0,0 +1,383 @@ +@aptos-labs/ts-sdk - v1.11.0

@aptos-labs/ts-sdk - v1.11.0

Index

Enumerations

Classes

Interfaces

Type Aliases

AccountAddressInput +AccountData +AccountSignature +AnyNumber +AnyRawTransaction +AnyRawTransactionInstance +AnyTransactionPayloadInstance +AptosRequest +AptosSettings +AuthenticationKeyScheme +Block +BlockMetadataTransactionResponse +ClientConfig +ClientHeadersType +CommittedTransactionResponse +DecodedTableData +DeletedTableData +DerivedKeys +DirectWriteSet +EntryFunctionABI +EntryFunctionArgumentTypes +EntryFunctionPayloadResponse +Event +EventGuid +ExecutionFinishEventData +FailureEventData +FaucetConfig +FullNodeConfig +FunctionABI +GasEstimation +GenerateAccount +GenerateAccountWithEd25519 +GenerateAccountWithSingleSignerSecp256k1Key +GenesisPayload +GenesisTransactionResponse +GetANSNameResponse +GetAccountCoinsDataResponse +GetAccountCollectionsWithOwnedTokenResponse +GetAccountOwnedObjectsResponse +GetAccountOwnedTokensFromCollectionResponse +GetAccountOwnedTokensQueryResponse +GetAptosRequestOptions +GetChainTopUserTransactionsResponse +GetCollectionDataResponse +GetCurrentFungibleAssetBalancesResponse +GetCurrentTokenOwnershipResponse +GetDelegatedStakingActivitiesResponse +GetEventsResponse +GetFungibleAssetActivitiesResponse +GetFungibleAssetMetadataResponse +GetNumberOfDelegatorsResponse +GetOwnedTokensResponse +GetProcessorStatusResponse +GetRequestOptions +GetTokenActivityResponse +GetTokenDataResponse +GraphqlQuery +HexInput +IndexerConfig +InputEntryFunctionData +InputEntryFunctionDataWithABI +InputEntryFunctionDataWithRemoteABI +InputGenerateRawTransactionArgs +InputGenerateTransactionData +InputGenerateTransactionOptions +InputGenerateTransactionPayloadData +InputGenerateTransactionPayloadDataWithABI +InputGenerateTransactionPayloadDataWithRemoteABI +InputMultiSigData +InputMultiSigDataWithABI +InputMultiSigDataWithRemoteABI +InputScriptData +InputSimulateTransactionData +InputSimulateTransactionOptions +InputViewFunctionData +InputViewFunctionDataWithABI +InputViewFunctionDataWithRemoteABI +LedgerInfo +LedgerVersionArg +MoveAddressType +MoveFunction +MoveFunctionGenericTypeParam +MoveFunctionId +MoveModule +MoveModuleBytecode +MoveModuleId +MoveObjectType +MoveOptionType +MoveResource +MoveScriptBytecode +MoveStruct +MoveStructField +MoveStructId +MoveStructType +MoveType +MoveUint128Type +MoveUint16Type +MoveUint256Type +MoveUint32Type +MoveUint64Type +MoveUint8Type +MoveValue +MultisigPayloadResponse +OrderBy +OrderByValue +ParsingResult +PendingTransactionResponse +PostAptosRequestOptions +PostRequestOptions +ScriptFunctionArgumentTypes +ScriptPayloadResponse +ScriptWriteSet +SimpleEntryFunctionArgumentTypes +SingleKeySignerFromDerivationPathArgs +StateCheckpointTransactionResponse +SuccessEventData +TableItemRequest +TokenStandard +TransactionEd25519Signature +TransactionFeePayerSignature +TransactionMultiAgentSignature +TransactionMultiEd25519Signature +TransactionPayloadResponse +TransactionResponse +TransactionSecp256k1Signature +TransactionSignature +Uint128 +Uint16 +Uint256 +Uint32 +Uint64 +Uint8 +UserTransactionResponse +ValidatorTransactionResponse +ViewFunctionABI +WaitForTransactionOptions +WriteSet +WriteSetChange +WriteSetChangeDeleteModule +WriteSetChangeDeleteResource +WriteSetChangeDeleteTableItem +WriteSetChangeWriteModule +WriteSetChangeWriteResource +WriteSetChangeWriteTableItem +

Variables

Functions

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/AccountAddressInput.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/AccountAddressInput.html new file mode 100644 index 000000000..633751b2b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/AccountAddressInput.html @@ -0,0 +1 @@ +AccountAddressInput | @aptos-labs/ts-sdk - v1.11.0

Type alias AccountAddressInput

AccountAddressInput: HexInput | AccountAddress

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/AccountData.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/AccountData.html new file mode 100644 index 000000000..e8d578338 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/AccountData.html @@ -0,0 +1 @@ +AccountData | @aptos-labs/ts-sdk - v1.11.0

Type alias AccountData

AccountData: {
    authentication_key: string;
    sequence_number: string;
}

Type declaration

  • authentication_key: string
  • sequence_number: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/AccountSignature.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/AccountSignature.html new file mode 100644 index 000000000..2a99bffa8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/AccountSignature.html @@ -0,0 +1,2 @@ +AccountSignature | @aptos-labs/ts-sdk - v1.11.0

Type alias AccountSignature

The union of all single account signatures.

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/AnyNumber.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/AnyNumber.html new file mode 100644 index 000000000..d3e89b0cd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/AnyNumber.html @@ -0,0 +1 @@ +AnyNumber | @aptos-labs/ts-sdk - v1.11.0

Type alias AnyNumber

AnyNumber: number | bigint

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/AnyRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/AnyRawTransaction.html new file mode 100644 index 000000000..ab76601f4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/AnyRawTransaction.html @@ -0,0 +1,2 @@ +AnyRawTransaction | @aptos-labs/ts-sdk - v1.11.0

Type alias AnyRawTransaction

Unified type that holds all the return interfaces when generating different transaction types

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/AnyRawTransactionInstance.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/AnyRawTransactionInstance.html new file mode 100644 index 000000000..37b83fb3f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/AnyRawTransactionInstance.html @@ -0,0 +1,2 @@ +AnyRawTransactionInstance | @aptos-labs/ts-sdk - v1.11.0

Type alias AnyRawTransactionInstance

Type that holds all raw transaction instances Aptos SDK supports

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/AnyTransactionPayloadInstance.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/AnyTransactionPayloadInstance.html new file mode 100644 index 000000000..11436fe78 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/AnyTransactionPayloadInstance.html @@ -0,0 +1,2 @@ +AnyTransactionPayloadInstance | @aptos-labs/ts-sdk - v1.11.0

Type alias AnyTransactionPayloadInstance

The generated transaction payload type that was produces from generateTransactionPayload() function.

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/AptosRequest.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/AptosRequest.html new file mode 100644 index 000000000..000a2fd2d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/AptosRequest.html @@ -0,0 +1,11 @@ +AptosRequest | @aptos-labs/ts-sdk - v1.11.0

Type alias AptosRequest

AptosRequest: {
    acceptType?: string;
    body?: any;
    contentType?: string;
    method: "GET" | "POST";
    originMethod?: string;
    overrides?: ClientConfig & FullNodeConfig & IndexerConfig & FaucetConfig;
    params?: Record<string, string | AnyNumber | boolean | undefined>;
    path?: string;
    url: string;
}

The API request type

+

Type declaration

  • Optional acceptType?: string
  • Optional body?: any
  • Optional contentType?: string
  • method: "GET" | "POST"
  • Optional originMethod?: string
  • Optional overrides?: ClientConfig & FullNodeConfig & IndexerConfig & FaucetConfig
  • Optional params?: Record<string, string | AnyNumber | boolean | undefined>
  • Optional path?: string
  • url: string

Param: url

the url to make the request to, i.e https://fullnode.devnet.aptoslabs.com/v1

+

Param: method

the request method "GET" | "POST"

+

Param: endpoint

(optional) - the endpoint to make the request to, i.e transactions

+

Param: body

(optional) - the body of the request

+

Param: contentType

(optional) - the content type to set the content-type header to, +by default is set to application/json

+

Param: params

(optional) - query params to add to the request

+

Param: originMethod

(optional) - the local method the request came from

+

Param: overrides

(optional) - a ClientConfig object type to override request data

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/AptosSettings.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/AptosSettings.html new file mode 100644 index 000000000..64fd48937 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/AptosSettings.html @@ -0,0 +1,4 @@ +AptosSettings | @aptos-labs/ts-sdk - v1.11.0

Type alias AptosSettings

AptosSettings: {
    client?: Client;
    clientConfig?: ClientConfig;
    faucet?: string;
    faucetConfig?: FaucetConfig;
    fullnode?: string;
    fullnodeConfig?: FullNodeConfig;
    indexer?: string;
    indexerConfig?: IndexerConfig;
    network?: Network;
}

Set of configuration options that can be provided when initializing the SDK. +The purpose of these options is to configure various aspects of the SDK's +behavior and interaction with the Aptos network

+

Type declaration

  • Optional Readonly client?: Client
  • Optional Readonly clientConfig?: ClientConfig
  • Optional Readonly faucet?: string
  • Optional Readonly faucetConfig?: FaucetConfig
  • Optional Readonly fullnode?: string
  • Optional Readonly fullnodeConfig?: FullNodeConfig
  • Optional Readonly indexer?: string
  • Optional Readonly indexerConfig?: IndexerConfig
  • Optional Readonly network?: Network

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/AuthenticationKeyScheme.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/AuthenticationKeyScheme.html new file mode 100644 index 000000000..181143594 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/AuthenticationKeyScheme.html @@ -0,0 +1,3 @@ +AuthenticationKeyScheme | @aptos-labs/ts-sdk - v1.11.0

Type alias AuthenticationKeyScheme

AuthenticationKeyScheme: SigningScheme | DeriveScheme

A list of Authentication Key schemes that are supported by Aptos.

+

They are combinations of signing schemes and derive schemes.

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/Block.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/Block.html new file mode 100644 index 000000000..94994386b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/Block.html @@ -0,0 +1,3 @@ +Block | @aptos-labs/ts-sdk - v1.11.0

Type alias Block

Block: {
    block_hash: string;
    block_height: string;
    block_timestamp: string;
    first_version: string;
    last_version: string;
    transactions?: TransactionResponse[];
}

A Block type

+

Type declaration

  • block_hash: string
  • block_height: string
  • block_timestamp: string
  • first_version: string
  • last_version: string
  • Optional transactions?: TransactionResponse[]

    The transactions in the block in sequential order

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/BlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/BlockMetadataTransactionResponse.html new file mode 100644 index 000000000..1f59091cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/BlockMetadataTransactionResponse.html @@ -0,0 +1,7 @@ +BlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias BlockMetadataTransactionResponse

BlockMetadataTransactionResponse: {
    accumulator_root_hash: string;
    changes: WriteSetChange[];
    epoch: string;
    event_root_hash: string;
    events: Event[];
    failed_proposer_indices: number[];
    gas_used: string;
    hash: string;
    id: string;
    previous_block_votes_bitvec: number[];
    proposer: string;
    round: string;
    state_change_hash: string;
    state_checkpoint_hash: string | null;
    success: boolean;
    timestamp: string;
    type: BlockMetadata;
    version: string;
    vm_status: string;
}

Type declaration

  • accumulator_root_hash: string
  • changes: WriteSetChange[]

    Final state of resources changed by the transaction

    +
  • epoch: string
  • event_root_hash: string
  • events: Event[]

    The events emitted at the block creation

    +
  • failed_proposer_indices: number[]

    The indices of the proposers who failed to propose

    +
  • gas_used: string
  • hash: string
  • id: string
  • previous_block_votes_bitvec: number[]

    Previous block votes

    +
  • proposer: string
  • round: string
  • state_change_hash: string
  • state_checkpoint_hash: string | null
  • success: boolean

    Whether the transaction was successful

    +
  • timestamp: string
  • type: BlockMetadata
  • version: string
  • vm_status: string

    The VM status of the transaction, can tell useful information in a failure

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/ClientConfig.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/ClientConfig.html new file mode 100644 index 000000000..20edfb28d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/ClientConfig.html @@ -0,0 +1,5 @@ +ClientConfig | @aptos-labs/ts-sdk - v1.11.0

Type alias ClientConfig

ClientConfig: ClientHeadersType & {
    API_KEY?: string;
    WITH_CREDENTIALS?: boolean;
}

A configuration object we can pass with the request to the server.

+

Type declaration

  • Optional API_KEY?: string
  • Optional WITH_CREDENTIALS?: boolean

Param: API_KEY

api key generated from developer portal https://developers.aptoslabs.com/manage/api-keys}

+

Param: HEADERS

extra headers we want to send with the request

+

Param: WITH_CREDENTIALS

whether to carry cookies. By default, it is set to true and cookies will be sent

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/ClientHeadersType.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/ClientHeadersType.html new file mode 100644 index 000000000..d22bd835d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/ClientHeadersType.html @@ -0,0 +1,2 @@ +ClientHeadersType | @aptos-labs/ts-sdk - v1.11.0

Type alias ClientHeadersType

ClientHeadersType: {
    HEADERS?: Record<string, string | number | boolean>;
}

General type definition for client HEADERS

+

Type declaration

  • Optional HEADERS?: Record<string, string | number | boolean>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/CommittedTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/CommittedTransactionResponse.html new file mode 100644 index 000000000..b67f6a020 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/CommittedTransactionResponse.html @@ -0,0 +1 @@ +CommittedTransactionResponse | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/DecodedTableData.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/DecodedTableData.html new file mode 100644 index 000000000..23a2b2693 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/DecodedTableData.html @@ -0,0 +1,5 @@ +DecodedTableData | @aptos-labs/ts-sdk - v1.11.0

Type alias DecodedTableData

DecodedTableData: {
    key: any;
    key_type: string;
    value: any;
    value_type: string;
}

Type declaration

  • key: any

    Key of table in JSON

    +
  • key_type: string

    Type of key

    +
  • value: any

    Value of table in JSON

    +
  • value_type: string

    Type of value

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/DeletedTableData.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/DeletedTableData.html new file mode 100644 index 000000000..715df7728 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/DeletedTableData.html @@ -0,0 +1,4 @@ +DeletedTableData | @aptos-labs/ts-sdk - v1.11.0

Type alias DeletedTableData

DeletedTableData: {
    key: any;
    key_type: string;
}

Deleted table data

+

Type declaration

  • key: any

    Deleted key

    +
  • key_type: string

    Deleted key type

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/DerivedKeys.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/DerivedKeys.html new file mode 100644 index 000000000..b82a3474f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/DerivedKeys.html @@ -0,0 +1 @@ +DerivedKeys | @aptos-labs/ts-sdk - v1.11.0

Type alias DerivedKeys

DerivedKeys: {
    chainCode: Uint8Array;
    key: Uint8Array;
}

Type declaration

  • chainCode: Uint8Array
  • key: Uint8Array

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/DirectWriteSet.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/DirectWriteSet.html new file mode 100644 index 000000000..4cad6bccf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/DirectWriteSet.html @@ -0,0 +1 @@ +DirectWriteSet | @aptos-labs/ts-sdk - v1.11.0

Type alias DirectWriteSet

DirectWriteSet: {
    changes: WriteSetChange[];
    events: Event[];
    type: string;
}

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/EntryFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/EntryFunctionABI.html new file mode 100644 index 000000000..ebd83c445 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/EntryFunctionABI.html @@ -0,0 +1,3 @@ +EntryFunctionABI | @aptos-labs/ts-sdk - v1.11.0

Type alias EntryFunctionABI

EntryFunctionABI: FunctionABI & {
    signers?: number;
}

Interface of an Entry function's ABI.

+

This is used to provide type checking and simple input conversion on ABI based transaction submission.

+

Type declaration

  • Optional signers?: number

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/EntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/EntryFunctionArgumentTypes.html new file mode 100644 index 000000000..8f94e01f4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/EntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +EntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.11.0

Type alias EntryFunctionArgumentTypes

Entry function arguments to be used when building a raw transaction using BCS serialized arguments

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/EntryFunctionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/EntryFunctionPayloadResponse.html new file mode 100644 index 000000000..e4297d084 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/EntryFunctionPayloadResponse.html @@ -0,0 +1,3 @@ +EntryFunctionPayloadResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias EntryFunctionPayloadResponse

EntryFunctionPayloadResponse: {
    arguments: any[];
    function: MoveFunctionId;
    type: string;
    type_arguments: string[];
}

Type declaration

  • arguments: any[]

    Arguments of the function

    +
  • function: MoveFunctionId
  • type: string
  • type_arguments: string[]

    Type arguments of the function

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/Event.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/Event.html new file mode 100644 index 000000000..7b76d05e4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/Event.html @@ -0,0 +1,2 @@ +Event | @aptos-labs/ts-sdk - v1.11.0

Type alias Event

Event: {
    data: any;
    guid: EventGuid;
    sequence_number: string;
    type: string;
}

Type declaration

  • data: any

    The JSON representation of the event

    +
  • guid: EventGuid
  • sequence_number: string
  • type: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/EventGuid.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/EventGuid.html new file mode 100644 index 000000000..40146f837 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/EventGuid.html @@ -0,0 +1 @@ +EventGuid | @aptos-labs/ts-sdk - v1.11.0

Type alias EventGuid

EventGuid: {
    account_address: string;
    creation_number: string;
}

Type declaration

  • account_address: string
  • creation_number: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/ExecutionFinishEventData.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/ExecutionFinishEventData.html new file mode 100644 index 000000000..be09c09da --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/ExecutionFinishEventData.html @@ -0,0 +1 @@ +ExecutionFinishEventData | @aptos-labs/ts-sdk - v1.11.0

Type alias ExecutionFinishEventData

ExecutionFinishEventData: {
    message: string;
}

Type declaration

  • message: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/FailureEventData.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/FailureEventData.html new file mode 100644 index 000000000..e551e3dbc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/FailureEventData.html @@ -0,0 +1 @@ +FailureEventData | @aptos-labs/ts-sdk - v1.11.0

Type alias FailureEventData

FailureEventData: {
    error: string;
    message: string;
}

Type declaration

  • error: string
  • message: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/FaucetConfig.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/FaucetConfig.html new file mode 100644 index 000000000..8ca2ed3f0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/FaucetConfig.html @@ -0,0 +1,4 @@ +FaucetConfig | @aptos-labs/ts-sdk - v1.11.0

Type alias FaucetConfig

FaucetConfig: ClientHeadersType & {
    AUTH_TOKEN?: string;
}

A Faucet only configuration object

+

Type declaration

  • Optional AUTH_TOKEN?: string

Param: HEADERS

extra headers we want to send with the request

+

Param: AUTH_TOKEN

an auth token to send with a faucet request

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/FullNodeConfig.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/FullNodeConfig.html new file mode 100644 index 000000000..8c3bbdcf7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/FullNodeConfig.html @@ -0,0 +1,3 @@ +FullNodeConfig | @aptos-labs/ts-sdk - v1.11.0

Type alias FullNodeConfig

FullNodeConfig: ClientHeadersType

A Fullnode only configuration object

+

Param: HEADERS

extra headers we want to send with the request

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/FunctionABI.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/FunctionABI.html new file mode 100644 index 000000000..b1ba00441 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/FunctionABI.html @@ -0,0 +1,2 @@ +FunctionABI | @aptos-labs/ts-sdk - v1.11.0

Type alias FunctionABI

FunctionABI: {
    parameters: TypeTag[];
    typeParameters: MoveFunctionGenericTypeParam[];
}

Data need for a generic function ABI, both view and entry

+

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GasEstimation.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GasEstimation.html new file mode 100644 index 000000000..5acf61c40 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GasEstimation.html @@ -0,0 +1,5 @@ +GasEstimation | @aptos-labs/ts-sdk - v1.11.0

Type alias GasEstimation

GasEstimation: {
    deprioritized_gas_estimate?: number;
    gas_estimate: number;
    prioritized_gas_estimate?: number;
}

Type holding the outputs of the estimate gas API

+

Type declaration

  • Optional deprioritized_gas_estimate?: number

    The deprioritized estimate for the gas unit price

    +
  • gas_estimate: number

    The current estimate for the gas unit price

    +
  • Optional prioritized_gas_estimate?: number

    The prioritized estimate for the gas unit price

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GenerateAccount.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GenerateAccount.html new file mode 100644 index 000000000..455ec7e71 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GenerateAccount.html @@ -0,0 +1 @@ +GenerateAccount | @aptos-labs/ts-sdk - v1.11.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GenerateAccountWithEd25519.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GenerateAccountWithEd25519.html new file mode 100644 index 000000000..5de75b045 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GenerateAccountWithEd25519.html @@ -0,0 +1,3 @@ +GenerateAccountWithEd25519 | @aptos-labs/ts-sdk - v1.11.0

Type alias GenerateAccountWithEd25519

GenerateAccountWithEd25519: {
    legacy: boolean;
    scheme: Ed25519;
}

Input type to generate an account using Single Signer +Ed25519 or Legacy Ed25519

+

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html new file mode 100644 index 000000000..a0e761dd1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html @@ -0,0 +1,3 @@ +GenerateAccountWithSingleSignerSecp256k1Key | @aptos-labs/ts-sdk - v1.11.0

Type alias GenerateAccountWithSingleSignerSecp256k1Key

GenerateAccountWithSingleSignerSecp256k1Key: {
    legacy?: false;
    scheme: Secp256k1Ecdsa;
}

Input type to generate an account using Single Signer +Secp256k1

+

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GenesisPayload.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GenesisPayload.html new file mode 100644 index 000000000..cdcdcf13d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GenesisPayload.html @@ -0,0 +1 @@ +GenesisPayload | @aptos-labs/ts-sdk - v1.11.0

Type alias GenesisPayload

GenesisPayload: {
    type: string;
    write_set: WriteSet;
}

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GenesisTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GenesisTransactionResponse.html new file mode 100644 index 000000000..fca795055 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GenesisTransactionResponse.html @@ -0,0 +1,5 @@ +GenesisTransactionResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GenesisTransactionResponse

GenesisTransactionResponse: {
    accumulator_root_hash: string;
    changes: WriteSetChange[];
    event_root_hash: string;
    events: Event[];
    gas_used: string;
    hash: string;
    payload: GenesisPayload;
    state_change_hash: string;
    state_checkpoint_hash?: string;
    success: boolean;
    type: Genesis;
    version: string;
    vm_status: string;
}

Type declaration

  • accumulator_root_hash: string
  • changes: WriteSetChange[]

    Final state of resources changed by the transaction

    +
  • event_root_hash: string
  • events: Event[]

    Events emitted during genesis

    +
  • gas_used: string
  • hash: string
  • payload: GenesisPayload
  • state_change_hash: string
  • Optional state_checkpoint_hash?: string
  • success: boolean

    Whether the transaction was successful

    +
  • type: Genesis
  • version: string
  • vm_status: string

    The VM status of the transaction, can tell useful information in a failure

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetANSNameResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetANSNameResponse.html new file mode 100644 index 000000000..d8dc5ba43 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetANSNameResponse.html @@ -0,0 +1 @@ +GetANSNameResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetANSNameResponse

GetANSNameResponse: GetNamesQuery["current_aptos_names"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountCoinsDataResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountCoinsDataResponse.html new file mode 100644 index 000000000..accef894d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountCoinsDataResponse.html @@ -0,0 +1 @@ +GetAccountCoinsDataResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetAccountCoinsDataResponse

GetAccountCoinsDataResponse: GetAccountCoinsDataQuery["current_fungible_asset_balances"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountCollectionsWithOwnedTokenResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountCollectionsWithOwnedTokenResponse.html new file mode 100644 index 000000000..901578c82 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountCollectionsWithOwnedTokenResponse.html @@ -0,0 +1 @@ +GetAccountCollectionsWithOwnedTokenResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetAccountCollectionsWithOwnedTokenResponse

GetAccountCollectionsWithOwnedTokenResponse: GetAccountCollectionsWithOwnedTokensQuery["current_collection_ownership_v2_view"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountOwnedObjectsResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountOwnedObjectsResponse.html new file mode 100644 index 000000000..38289e73d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountOwnedObjectsResponse.html @@ -0,0 +1,7 @@ +GetAccountOwnedObjectsResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetAccountOwnedObjectsResponse

GetAccountOwnedObjectsResponse: GetAccountOwnedObjectsQuery["current_objects"]

CUSTOM RESPONSE TYPES FOR THE END USER

+

To provide a good dev exp, we build custom types derived from the +query types to be the response type the end developer/user will +work with.

+

These types are used as the return type when calling a sdk api function +that calls the function that queries the server (usually under the /api/ folder)

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountOwnedTokensFromCollectionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountOwnedTokensFromCollectionResponse.html new file mode 100644 index 000000000..56a786196 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountOwnedTokensFromCollectionResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensFromCollectionResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetAccountOwnedTokensFromCollectionResponse

GetAccountOwnedTokensFromCollectionResponse: GetAccountOwnedTokensFromCollectionQuery["current_token_ownerships_v2"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountOwnedTokensQueryResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountOwnedTokensQueryResponse.html new file mode 100644 index 000000000..b7b8ee174 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAccountOwnedTokensQueryResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensQueryResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetAccountOwnedTokensQueryResponse

GetAccountOwnedTokensQueryResponse: GetAccountOwnedTokensQuery["current_token_ownerships_v2"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAptosRequestOptions.html new file mode 100644 index 000000000..be421382c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetAptosRequestOptions.html @@ -0,0 +1 @@ +GetAptosRequestOptions | @aptos-labs/ts-sdk - v1.11.0

Type alias GetAptosRequestOptions

GetAptosRequestOptions: Omit<GetRequestOptions, "type">

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetChainTopUserTransactionsResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetChainTopUserTransactionsResponse.html new file mode 100644 index 000000000..a21410ff9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetChainTopUserTransactionsResponse.html @@ -0,0 +1 @@ +GetChainTopUserTransactionsResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetChainTopUserTransactionsResponse

GetChainTopUserTransactionsResponse: GetChainTopUserTransactionsQuery["user_transactions"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetCollectionDataResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetCollectionDataResponse.html new file mode 100644 index 000000000..d9c3f7b7e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetCollectionDataResponse.html @@ -0,0 +1 @@ +GetCollectionDataResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetCollectionDataResponse

GetCollectionDataResponse: GetCollectionDataQuery["current_collections_v2"][0]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetCurrentFungibleAssetBalancesResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetCurrentFungibleAssetBalancesResponse.html new file mode 100644 index 000000000..bdc5c93f3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetCurrentFungibleAssetBalancesResponse.html @@ -0,0 +1 @@ +GetCurrentFungibleAssetBalancesResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetCurrentFungibleAssetBalancesResponse

GetCurrentFungibleAssetBalancesResponse: GetCurrentFungibleAssetBalancesQuery["current_fungible_asset_balances"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetCurrentTokenOwnershipResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetCurrentTokenOwnershipResponse.html new file mode 100644 index 000000000..7fd9b15bc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetCurrentTokenOwnershipResponse.html @@ -0,0 +1 @@ +GetCurrentTokenOwnershipResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetCurrentTokenOwnershipResponse

GetCurrentTokenOwnershipResponse: GetCurrentTokenOwnershipQuery["current_token_ownerships_v2"][0]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetDelegatedStakingActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetDelegatedStakingActivitiesResponse.html new file mode 100644 index 000000000..0399e1c7f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetDelegatedStakingActivitiesResponse.html @@ -0,0 +1 @@ +GetDelegatedStakingActivitiesResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetDelegatedStakingActivitiesResponse

GetDelegatedStakingActivitiesResponse: GetDelegatedStakingActivitiesQuery["delegated_staking_activities"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetEventsResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetEventsResponse.html new file mode 100644 index 000000000..101f182c9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetEventsResponse.html @@ -0,0 +1 @@ +GetEventsResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetEventsResponse

GetEventsResponse: GetEventsQuery["events"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetFungibleAssetActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetFungibleAssetActivitiesResponse.html new file mode 100644 index 000000000..a1bf32ee9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetFungibleAssetActivitiesResponse.html @@ -0,0 +1 @@ +GetFungibleAssetActivitiesResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetFungibleAssetActivitiesResponse

GetFungibleAssetActivitiesResponse: GetFungibleAssetActivitiesQuery["fungible_asset_activities"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetFungibleAssetMetadataResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetFungibleAssetMetadataResponse.html new file mode 100644 index 000000000..685b38cab --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetFungibleAssetMetadataResponse.html @@ -0,0 +1 @@ +GetFungibleAssetMetadataResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetFungibleAssetMetadataResponse

GetFungibleAssetMetadataResponse: GetFungibleAssetMetadataQuery["fungible_asset_metadata"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetNumberOfDelegatorsResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetNumberOfDelegatorsResponse.html new file mode 100644 index 000000000..99369c5bc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetNumberOfDelegatorsResponse.html @@ -0,0 +1 @@ +GetNumberOfDelegatorsResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetNumberOfDelegatorsResponse

GetNumberOfDelegatorsResponse: GetNumberOfDelegatorsQuery["num_active_delegator_per_pool"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetOwnedTokensResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetOwnedTokensResponse.html new file mode 100644 index 000000000..73478c9c0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetOwnedTokensResponse.html @@ -0,0 +1 @@ +GetOwnedTokensResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetOwnedTokensResponse

GetOwnedTokensResponse: GetCurrentTokenOwnershipQuery["current_token_ownerships_v2"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetProcessorStatusResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetProcessorStatusResponse.html new file mode 100644 index 000000000..950e568a0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetProcessorStatusResponse.html @@ -0,0 +1 @@ +GetProcessorStatusResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetProcessorStatusResponse

GetProcessorStatusResponse: GetProcessorStatusQuery["processor_status"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetRequestOptions.html new file mode 100644 index 000000000..c135a60f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetRequestOptions.html @@ -0,0 +1,9 @@ +GetRequestOptions | @aptos-labs/ts-sdk - v1.11.0

Type alias GetRequestOptions

GetRequestOptions: {
    acceptType?: MimeType;
    aptosConfig: AptosConfig;
    contentType?: MimeType;
    originMethod: string;
    overrides?: ClientConfig;
    params?: Record<string, string | AnyNumber | boolean | undefined>;
    path: string;
    type: AptosApiType;
}

Type declaration

  • Optional acceptType?: MimeType

    The accepted content type of the response of the API

    +
  • aptosConfig: AptosConfig

    The config for the API client

    +
  • Optional contentType?: MimeType

    The content type of the request body

    +
  • originMethod: string

    The name of the API method

    +
  • Optional overrides?: ClientConfig

    Specific client overrides for this request to override aptosConfig

    +
  • Optional params?: Record<string, string | AnyNumber | boolean | undefined>

    The query parameters for the request

    +
  • path: string

    The URL path to the API method

    +
  • type: AptosApiType

    The type of API endpoint to call e.g. fullnode, indexer, etc

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetTokenActivityResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetTokenActivityResponse.html new file mode 100644 index 000000000..41fc688df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetTokenActivityResponse.html @@ -0,0 +1 @@ +GetTokenActivityResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetTokenActivityResponse

GetTokenActivityResponse: GetTokenActivityQuery["token_activities_v2"]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GetTokenDataResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetTokenDataResponse.html new file mode 100644 index 000000000..23e8288f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GetTokenDataResponse.html @@ -0,0 +1 @@ +GetTokenDataResponse | @aptos-labs/ts-sdk - v1.11.0

Type alias GetTokenDataResponse

GetTokenDataResponse: GetTokenDataQuery["current_token_datas_v2"][0]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/GraphqlQuery.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/GraphqlQuery.html new file mode 100644 index 000000000..ab96d6b9f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/GraphqlQuery.html @@ -0,0 +1,2 @@ +GraphqlQuery | @aptos-labs/ts-sdk - v1.11.0

Type alias GraphqlQuery

GraphqlQuery: {
    query: string;
    variables?: {};
}

The graphql query type to pass into the queryIndexer function

+

Type declaration

  • query: string
  • Optional variables?: {}

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/HexInput.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/HexInput.html new file mode 100644 index 000000000..cdd47a630 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/HexInput.html @@ -0,0 +1,2 @@ +HexInput | @aptos-labs/ts-sdk - v1.11.0

    Type alias HexInput

    HexInput: string | Uint8Array

    Hex data as input to a function

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/IndexerConfig.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/IndexerConfig.html new file mode 100644 index 000000000..b0d43573b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/IndexerConfig.html @@ -0,0 +1,3 @@ +IndexerConfig | @aptos-labs/ts-sdk - v1.11.0

    Type alias IndexerConfig

    IndexerConfig: ClientHeadersType

    An Indexer only configuration object

    +

    Param: HEADERS

    extra headers we want to send with the request

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputEntryFunctionData.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputEntryFunctionData.html new file mode 100644 index 000000000..9423f786d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputEntryFunctionData.html @@ -0,0 +1,2 @@ +InputEntryFunctionData | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputEntryFunctionData

    InputEntryFunctionData: {
        abi?: EntryFunctionABI;
        function: MoveFunctionId;
        functionArguments: (EntryFunctionArgumentTypes | SimpleEntryFunctionArgumentTypes)[];
        typeArguments?: (TypeTag | string)[];
    }

    The data needed to generate an Entry Function payload

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputEntryFunctionDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputEntryFunctionDataWithABI.html new file mode 100644 index 000000000..7bf431bbc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputEntryFunctionDataWithABI.html @@ -0,0 +1 @@ +InputEntryFunctionDataWithABI | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputEntryFunctionDataWithABI

    InputEntryFunctionDataWithABI: Omit<InputEntryFunctionData, "abi"> & {
        abi: EntryFunctionABI;
    }

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputEntryFunctionDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputEntryFunctionDataWithRemoteABI.html new file mode 100644 index 000000000..ed1934a24 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputEntryFunctionDataWithRemoteABI.html @@ -0,0 +1 @@ +InputEntryFunctionDataWithRemoteABI | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputEntryFunctionDataWithRemoteABI

    InputEntryFunctionDataWithRemoteABI: InputEntryFunctionData & {
        aptosConfig: AptosConfig;
    }

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateRawTransactionArgs.html new file mode 100644 index 000000000..3ad6fe1cd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateRawTransactionArgs.html @@ -0,0 +1,2 @@ +InputGenerateRawTransactionArgs | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputGenerateRawTransactionArgs

    Unified type that holds all the interfaces to generate different transaction types

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionData.html new file mode 100644 index 000000000..759ebdc33 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionData.html @@ -0,0 +1,2 @@ +InputGenerateTransactionData | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputGenerateTransactionData

    Unified type that holds all the user data input interfaces when generating different transaction types

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionOptions.html new file mode 100644 index 000000000..8ae5099d4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionOptions.html @@ -0,0 +1,2 @@ +InputGenerateTransactionOptions | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputGenerateTransactionOptions

    InputGenerateTransactionOptions: {
        accountSequenceNumber?: AnyNumber;
        expireTimestamp?: number;
        gasUnitPrice?: number;
        maxGasAmount?: number;
    }

    Optional options to set when generating a transaction

    +

    Type declaration

    • Optional accountSequenceNumber?: AnyNumber
    • Optional expireTimestamp?: number
    • Optional gasUnitPrice?: number
    • Optional maxGasAmount?: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionPayloadData.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionPayloadData.html new file mode 100644 index 000000000..569e0e3cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionPayloadData.html @@ -0,0 +1,3 @@ +InputGenerateTransactionPayloadData | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputGenerateTransactionPayloadData

    InputGenerateTransactionPayloadData: InputEntryFunctionData | InputScriptData | InputMultiSigData

    Unified type for the data needed to generate a transaction payload of types: +Entry Function | Script | Multi Sig

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionPayloadDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionPayloadDataWithABI.html new file mode 100644 index 000000000..26038de9f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionPayloadDataWithABI.html @@ -0,0 +1 @@ +InputGenerateTransactionPayloadDataWithABI | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputGenerateTransactionPayloadDataWithABI

    InputGenerateTransactionPayloadDataWithABI: InputEntryFunctionDataWithABI | InputMultiSigDataWithABI

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html new file mode 100644 index 000000000..7f5f653d4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html @@ -0,0 +1 @@ +InputGenerateTransactionPayloadDataWithRemoteABI | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputGenerateTransactionPayloadDataWithRemoteABI

    InputGenerateTransactionPayloadDataWithRemoteABI: InputScriptData | InputEntryFunctionDataWithRemoteABI | InputMultiSigDataWithRemoteABI

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputMultiSigData.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputMultiSigData.html new file mode 100644 index 000000000..6e42d21df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputMultiSigData.html @@ -0,0 +1,2 @@ +InputMultiSigData | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputMultiSigData

    InputMultiSigData: {
        multisigAddress: AccountAddressInput;
    } & InputEntryFunctionData

    The data needed to generate a Multi Sig payload

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputMultiSigDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputMultiSigDataWithABI.html new file mode 100644 index 000000000..96b4aad66 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputMultiSigDataWithABI.html @@ -0,0 +1 @@ +InputMultiSigDataWithABI | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputMultiSigDataWithABI

    InputMultiSigDataWithABI: {
        multisigAddress: AccountAddressInput;
    } & InputEntryFunctionDataWithABI

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputMultiSigDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputMultiSigDataWithRemoteABI.html new file mode 100644 index 000000000..3f06011f0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputMultiSigDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputMultiSigDataWithRemoteABI | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputMultiSigDataWithRemoteABI

    InputMultiSigDataWithRemoteABI: {
        multisigAddress: AccountAddressInput;
    } & InputEntryFunctionDataWithRemoteABI

    The data needed to generate a Multi Sig payload

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputScriptData.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputScriptData.html new file mode 100644 index 000000000..0adf8b27b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputScriptData.html @@ -0,0 +1,2 @@ +InputScriptData | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputScriptData

    InputScriptData: {
        bytecode: HexInput;
        functionArguments: ScriptFunctionArgumentTypes[];
        typeArguments?: TypeTag[];
    }

    The data needed to generate a Script payload

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputSimulateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputSimulateTransactionData.html new file mode 100644 index 000000000..f8ae8eec8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputSimulateTransactionData.html @@ -0,0 +1,5 @@ +InputSimulateTransactionData | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputSimulateTransactionData

    InputSimulateTransactionData: {
        feePayerPublicKey?: PublicKey;
        options?: InputSimulateTransactionOptions;
        secondarySignersPublicKeys?: PublicKey[];
        signerPublicKey: PublicKey;
        transaction: AnyRawTransaction;
    }

    Type declaration

    • Optional feePayerPublicKey?: PublicKey

      For a fee payer transaction (aka Sponsored Transaction)

      +
    • Optional options?: InputSimulateTransactionOptions
    • Optional secondarySignersPublicKeys?: PublicKey[]

      For a fee payer or multi-agent transaction that requires additional signers in

      +
    • signerPublicKey: PublicKey

      For a single signer transaction

      +
    • transaction: AnyRawTransaction

      The transaction to simulate, probably generated by generateTransaction()

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputSimulateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputSimulateTransactionOptions.html new file mode 100644 index 000000000..d7eb61f90 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputSimulateTransactionOptions.html @@ -0,0 +1 @@ +InputSimulateTransactionOptions | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputSimulateTransactionOptions

    InputSimulateTransactionOptions: {
        estimateGasUnitPrice?: boolean;
        estimateMaxGasAmount?: boolean;
        estimatePrioritizedGasUnitPrice?: boolean;
    }

    Type declaration

    • Optional estimateGasUnitPrice?: boolean
    • Optional estimateMaxGasAmount?: boolean
    • Optional estimatePrioritizedGasUnitPrice?: boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputViewFunctionData.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputViewFunctionData.html new file mode 100644 index 000000000..a4aa894ff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputViewFunctionData.html @@ -0,0 +1,2 @@ +InputViewFunctionData | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputViewFunctionData

    InputViewFunctionData: {
        abi?: ViewFunctionABI;
        function: MoveFunctionId;
        functionArguments?: (EntryFunctionArgumentTypes | SimpleEntryFunctionArgumentTypes)[];
        typeArguments?: (TypeTag | string)[];
    }

    The data needed to generate a View Function payload

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputViewFunctionDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputViewFunctionDataWithABI.html new file mode 100644 index 000000000..0235980f8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputViewFunctionDataWithABI.html @@ -0,0 +1,2 @@ +InputViewFunctionDataWithABI | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputViewFunctionDataWithABI

    InputViewFunctionDataWithABI: InputViewFunctionData & {
        abi: ViewFunctionABI;
    }

    Data needed to generate a view function, with an already fetched ABI

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/InputViewFunctionDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputViewFunctionDataWithRemoteABI.html new file mode 100644 index 000000000..77ee4032d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/InputViewFunctionDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputViewFunctionDataWithRemoteABI | @aptos-labs/ts-sdk - v1.11.0

    Type alias InputViewFunctionDataWithRemoteABI

    InputViewFunctionDataWithRemoteABI: InputViewFunctionData & {
        aptosConfig: AptosConfig;
    }

    Data needed to generate a view function payload and fetch the remote ABI

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/LedgerInfo.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/LedgerInfo.html new file mode 100644 index 000000000..b6a5da8fb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/LedgerInfo.html @@ -0,0 +1,4 @@ +LedgerInfo | @aptos-labs/ts-sdk - v1.11.0

    Type alias LedgerInfo

    LedgerInfo: {
        block_height: string;
        chain_id: number;
        epoch: string;
        git_hash?: string;
        ledger_timestamp: string;
        ledger_version: string;
        node_role: RoleType;
        oldest_block_height: string;
        oldest_ledger_version: string;
    }

    Type declaration

    • block_height: string
    • chain_id: number

      Chain ID of the current chain

      +
    • epoch: string
    • Optional git_hash?: string

      Git hash of the build of the API endpoint. Can be used to determine the exact +software version used by the API endpoint.

      +
    • ledger_timestamp: string
    • ledger_version: string
    • node_role: RoleType
    • oldest_block_height: string
    • oldest_ledger_version: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/LedgerVersionArg.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/LedgerVersionArg.html new file mode 100644 index 000000000..321da9a37 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/LedgerVersionArg.html @@ -0,0 +1,2 @@ +LedgerVersionArg | @aptos-labs/ts-sdk - v1.11.0

    Type alias LedgerVersionArg

    LedgerVersionArg: {
        ledgerVersion?: AnyNumber;
    }

    Specifies ledger version of transactions. By default latest version will be used

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveAddressType.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveAddressType.html new file mode 100644 index 000000000..9323ccba5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveAddressType.html @@ -0,0 +1 @@ +MoveAddressType | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveAddressType

    MoveAddressType: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveFunction.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveFunction.html new file mode 100644 index 000000000..5e63a0954 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveFunction.html @@ -0,0 +1,7 @@ +MoveFunction | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveFunction

    MoveFunction: {
        generic_type_params: MoveFunctionGenericTypeParam[];
        is_entry: boolean;
        is_view: boolean;
        name: string;
        params: string[];
        return: string[];
        visibility: MoveFunctionVisibility;
    }

    Move function

    +

    Type declaration

    • generic_type_params: MoveFunctionGenericTypeParam[]

      Generic type params associated with the Move function

      +
    • is_entry: boolean

      Whether the function can be called as an entry function directly in a transaction

      +
    • is_view: boolean

      Whether the function is a view function or not

      +
    • name: string
    • params: string[]

      Parameters associated with the move function

      +
    • return: string[]

      Return type of the function

      +
    • visibility: MoveFunctionVisibility

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveFunctionGenericTypeParam.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveFunctionGenericTypeParam.html new file mode 100644 index 000000000..7f69f3b59 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveFunctionGenericTypeParam.html @@ -0,0 +1,2 @@ +MoveFunctionGenericTypeParam | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveFunctionGenericTypeParam

    MoveFunctionGenericTypeParam: {
        constraints: MoveAbility[];
    }

    Move abilities tied to the generic type param and associated with the function that uses it

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveFunctionId.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveFunctionId.html new file mode 100644 index 000000000..56759463a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveFunctionId.html @@ -0,0 +1 @@ +MoveFunctionId | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveFunctionId

    MoveFunctionId: MoveStructId

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveModule.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveModule.html new file mode 100644 index 000000000..143d7f67b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveModule.html @@ -0,0 +1,5 @@ +MoveModule | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveModule

    MoveModule: {
        address: string;
        exposed_functions: MoveFunction[];
        friends: MoveModuleId[];
        name: string;
        structs: MoveStruct[];
    }

    A Move module

    +

    Type declaration

    • address: string
    • exposed_functions: MoveFunction[]

      Public functions of the module

      +
    • friends: MoveModuleId[]

      Friends of the module

      +
    • name: string
    • structs: MoveStruct[]

      Structs of the module

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveModuleBytecode.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveModuleBytecode.html new file mode 100644 index 000000000..032b0afeb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveModuleBytecode.html @@ -0,0 +1 @@ +MoveModuleBytecode | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveModuleBytecode

    MoveModuleBytecode: {
        abi?: MoveModule;
        bytecode: string;
    }

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveModuleId.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveModuleId.html new file mode 100644 index 000000000..0cc0c277e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveModuleId.html @@ -0,0 +1,3 @@ +MoveModuleId | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveModuleId

    MoveModuleId: `${string}::${string}`

    Move module id is a string representation of Move module. +Module name is case-sensitive.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveObjectType.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveObjectType.html new file mode 100644 index 000000000..82eaeeb13 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveObjectType.html @@ -0,0 +1 @@ +MoveObjectType | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveObjectType

    MoveObjectType: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveOptionType.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveOptionType.html new file mode 100644 index 000000000..a07914c82 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveOptionType.html @@ -0,0 +1 @@ +MoveOptionType | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveOptionType

    MoveOptionType: MoveType | null | undefined

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveResource.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveResource.html new file mode 100644 index 000000000..58537728d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveResource.html @@ -0,0 +1 @@ +MoveResource | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveResource

    MoveResource: {
        data: {};
        type: MoveStructId;
    }

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveScriptBytecode.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveScriptBytecode.html new file mode 100644 index 000000000..cfad6d9f7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveScriptBytecode.html @@ -0,0 +1,2 @@ +MoveScriptBytecode | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveScriptBytecode

    MoveScriptBytecode: {
        abi?: MoveFunction;
        bytecode: string;
    }

    Move script bytecode

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveStruct.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveStruct.html new file mode 100644 index 000000000..c60d5ca3d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveStruct.html @@ -0,0 +1,6 @@ +MoveStruct | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveStruct

    MoveStruct: {
        abilities: MoveAbility[];
        fields: MoveStructField[];
        generic_type_params: MoveFunctionGenericTypeParam[];
        is_native: boolean;
        name: string;
    }

    A move struct

    +

    Type declaration

    • abilities: MoveAbility[]

      Abilities associated with the struct

      +
    • fields: MoveStructField[]

      Fields associated with the struct

      +
    • generic_type_params: MoveFunctionGenericTypeParam[]

      Generic types associated with the struct

      +
    • is_native: boolean

      Whether the struct is a native struct of Move

      +
    • name: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveStructField.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveStructField.html new file mode 100644 index 000000000..0398bdf8d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveStructField.html @@ -0,0 +1,2 @@ +MoveStructField | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveStructField

    MoveStructField: {
        name: string;
        type: string;
    }

    Move struct field

    +

    Type declaration

    • name: string
    • type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveStructId.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveStructId.html new file mode 100644 index 000000000..20c4e22b9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveStructId.html @@ -0,0 +1,2 @@ +MoveStructId | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveStructId

    MoveStructId: `${string}::${string}::${string}`

    This is the format for a fully qualified struct, resource, or entry function in Move.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveStructType.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveStructType.html new file mode 100644 index 000000000..70e03fe20 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveStructType.html @@ -0,0 +1 @@ +MoveStructType | @aptos-labs/ts-sdk - v1.11.0

    Type alias MoveStructType

    MoveStructType: {}

    Type declaration

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveType.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveType.html new file mode 100644 index 000000000..fef4412b9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveType.html @@ -0,0 +1 @@ +MoveType | @aptos-labs/ts-sdk - v1.11.0

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint128Type.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint128Type.html new file mode 100644 index 000000000..4414a31df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint128Type.html @@ -0,0 +1 @@ +MoveUint128Type | @aptos-labs/ts-sdk - v1.11.0

      Type alias MoveUint128Type

      MoveUint128Type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint16Type.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint16Type.html new file mode 100644 index 000000000..9a9f95a4c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint16Type.html @@ -0,0 +1 @@ +MoveUint16Type | @aptos-labs/ts-sdk - v1.11.0

      Type alias MoveUint16Type

      MoveUint16Type: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint256Type.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint256Type.html new file mode 100644 index 000000000..e7109f8cf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint256Type.html @@ -0,0 +1 @@ +MoveUint256Type | @aptos-labs/ts-sdk - v1.11.0

      Type alias MoveUint256Type

      MoveUint256Type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint32Type.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint32Type.html new file mode 100644 index 000000000..6919afcc5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint32Type.html @@ -0,0 +1 @@ +MoveUint32Type | @aptos-labs/ts-sdk - v1.11.0

      Type alias MoveUint32Type

      MoveUint32Type: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint64Type.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint64Type.html new file mode 100644 index 000000000..323d48c9e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint64Type.html @@ -0,0 +1 @@ +MoveUint64Type | @aptos-labs/ts-sdk - v1.11.0

      Type alias MoveUint64Type

      MoveUint64Type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint8Type.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint8Type.html new file mode 100644 index 000000000..cf556dd11 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveUint8Type.html @@ -0,0 +1,2 @@ +MoveUint8Type | @aptos-labs/ts-sdk - v1.11.0

      Type alias MoveUint8Type

      MoveUint8Type: number

      Map of Move types to local TypeScript types

      +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveValue.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveValue.html new file mode 100644 index 000000000..9e23f6614 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MoveValue.html @@ -0,0 +1,12 @@ +MoveValue | @aptos-labs/ts-sdk - v1.11.0

      Type alias MoveValue

      Possible Move values acceptable by move functions (entry, view)

      +

      Map of a Move value to the corresponding TypeScript value

      +

      Bool -> boolean

      +

      u8, u16, u32 -> number

      +

      u64, u128, u256 -> string

      +

      String -> string

      +

      Address -> 0x${string}

      +

      Struct - 0x${string}::${string}::${string}

      +

      Object -> 0x${string}

      +

      Vector -> Array<MoveValue>

      +

      Option -> MoveValue | null | undefined

      +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/MultisigPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/MultisigPayloadResponse.html new file mode 100644 index 000000000..93357cc02 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/MultisigPayloadResponse.html @@ -0,0 +1 @@ +MultisigPayloadResponse | @aptos-labs/ts-sdk - v1.11.0

      Type alias MultisigPayloadResponse

      MultisigPayloadResponse: {
          multisig_address: string;
          transaction_payload?: EntryFunctionPayloadResponse;
          type: string;
      }

      Type declaration

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/OrderBy.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/OrderBy.html new file mode 100644 index 000000000..1be9b1cb2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/OrderBy.html @@ -0,0 +1,3 @@ +OrderBy | @aptos-labs/ts-sdk - v1.11.0

      Type alias OrderBy<T>

      OrderBy<T>: {
          [K in keyof T]?: OrderByValue
      }[]

      A generic type that being passed by each function and holds an +array of properties we can sort the query by

      +

      Type Parameters

      • T

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/OrderByValue.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/OrderByValue.html new file mode 100644 index 000000000..e1790e952 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/OrderByValue.html @@ -0,0 +1 @@ +OrderByValue | @aptos-labs/ts-sdk - v1.11.0

      Type alias OrderByValue

      OrderByValue: "asc" | "asc_nulls_first" | "asc_nulls_last" | "desc" | "desc_nulls_first" | "desc_nulls_last"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/ParsingResult.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/ParsingResult.html new file mode 100644 index 000000000..157155b8e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/ParsingResult.html @@ -0,0 +1,6 @@ +ParsingResult | @aptos-labs/ts-sdk - v1.11.0

      Type alias ParsingResult<T>

      ParsingResult<T>: {
          invalidReason?: T;
          invalidReasonMessage?: string;
          valid: boolean;
      }

      Whereas ParsingError is thrown when parsing fails, e.g. in a fromString function, +this type is returned from "defensive" functions like isValid.

      +

      Type Parameters

      • T

      Type declaration

      • Optional invalidReason?: T

        If valid is false, this will be a code explaining why parsing failed.

        +
      • Optional invalidReasonMessage?: string

        If valid is false, this will be a string explaining why parsing failed.

        +
      • valid: boolean

        True if valid, false otherwise.

        +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/PendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/PendingTransactionResponse.html new file mode 100644 index 000000000..09d7acfa2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/PendingTransactionResponse.html @@ -0,0 +1 @@ +PendingTransactionResponse | @aptos-labs/ts-sdk - v1.11.0

      Type alias PendingTransactionResponse

      PendingTransactionResponse: {
          expiration_timestamp_secs: string;
          gas_unit_price: string;
          hash: string;
          max_gas_amount: string;
          payload: TransactionPayloadResponse;
          sender: string;
          sequence_number: string;
          signature?: TransactionSignature;
          type: Pending;
      }

      Type declaration

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/PostAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/PostAptosRequestOptions.html new file mode 100644 index 000000000..8461fa082 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/PostAptosRequestOptions.html @@ -0,0 +1 @@ +PostAptosRequestOptions | @aptos-labs/ts-sdk - v1.11.0

      Type alias PostAptosRequestOptions

      PostAptosRequestOptions: Omit<PostRequestOptions, "type">

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/PostRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/PostRequestOptions.html new file mode 100644 index 000000000..549ec6c06 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/PostRequestOptions.html @@ -0,0 +1,10 @@ +PostRequestOptions | @aptos-labs/ts-sdk - v1.11.0

      Type alias PostRequestOptions

      PostRequestOptions: {
          acceptType?: MimeType;
          aptosConfig: AptosConfig;
          body?: any;
          contentType?: MimeType;
          originMethod: string;
          overrides?: ClientConfig;
          params?: Record<string, string | AnyNumber | boolean | undefined>;
          path: string;
          type: AptosApiType;
      }

      Type declaration

      • Optional acceptType?: MimeType

        The accepted content type of the response of the API

        +
      • aptosConfig: AptosConfig

        The config for the API client

        +
      • Optional body?: any

        The body of the request, should match the content type of the request

        +
      • Optional contentType?: MimeType

        The content type of the request body

        +
      • originMethod: string

        The name of the API method

        +
      • Optional overrides?: ClientConfig

        Specific client overrides for this request to override aptosConfig

        +
      • Optional params?: Record<string, string | AnyNumber | boolean | undefined>

        The query parameters for the request

        +
      • path: string

        The URL path to the API method

        +
      • type: AptosApiType

        The type of API endpoint to call e.g. fullnode, indexer, etc

        +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/ScriptFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/ScriptFunctionArgumentTypes.html new file mode 100644 index 000000000..915c68ef1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/ScriptFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +ScriptFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.11.0

      Type alias ScriptFunctionArgumentTypes

      ScriptFunctionArgumentTypes: Bool | U8 | U16 | U32 | U64 | U128 | U256 | AccountAddress | MoveVector<U8> | MoveString | FixedBytes

      Script function arguments to be used when building a raw transaction using BCS serialized arguments

      +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/ScriptPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/ScriptPayloadResponse.html new file mode 100644 index 000000000..16b38f5f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/ScriptPayloadResponse.html @@ -0,0 +1,3 @@ +ScriptPayloadResponse | @aptos-labs/ts-sdk - v1.11.0

      Type alias ScriptPayloadResponse

      ScriptPayloadResponse: {
          arguments: any[];
          code: MoveScriptBytecode;
          type: string;
          type_arguments: string[];
      }

      Type declaration

      • arguments: any[]

        Arguments of the function

        +
      • code: MoveScriptBytecode
      • type: string
      • type_arguments: string[]

        Type arguments of the function

        +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/ScriptWriteSet.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/ScriptWriteSet.html new file mode 100644 index 000000000..c2c4c93c5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/ScriptWriteSet.html @@ -0,0 +1 @@ +ScriptWriteSet | @aptos-labs/ts-sdk - v1.11.0

      Type alias ScriptWriteSet

      ScriptWriteSet: {
          execute_as: string;
          script: ScriptPayloadResponse;
          type: string;
      }

      Type declaration

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/SimpleEntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/SimpleEntryFunctionArgumentTypes.html new file mode 100644 index 000000000..79ca26c89 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/SimpleEntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +SimpleEntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.11.0

      Type alias SimpleEntryFunctionArgumentTypes

      SimpleEntryFunctionArgumentTypes: boolean | number | bigint | string | null | undefined | Uint8Array | ArrayBuffer | (SimpleEntryFunctionArgumentTypes | EntryFunctionArgumentTypes)[]

      Entry function arguments to be used when building a raw transaction using remote ABI

      +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/SingleKeySignerFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/SingleKeySignerFromDerivationPathArgs.html new file mode 100644 index 000000000..4bf724a21 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/SingleKeySignerFromDerivationPathArgs.html @@ -0,0 +1 @@ +SingleKeySignerFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.11.0

      Type alias SingleKeySignerFromDerivationPathArgs

      SingleKeySignerFromDerivationPathArgs: SingleKeySignerGenerateArgs & {
          mnemonic: string;
          path: string;
      }

      Type declaration

      • mnemonic: string
      • path: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/StateCheckpointTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/StateCheckpointTransactionResponse.html new file mode 100644 index 000000000..34ab10447 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/StateCheckpointTransactionResponse.html @@ -0,0 +1,4 @@ +StateCheckpointTransactionResponse | @aptos-labs/ts-sdk - v1.11.0

      Type alias StateCheckpointTransactionResponse

      StateCheckpointTransactionResponse: {
          accumulator_root_hash: string;
          changes: WriteSetChange[];
          event_root_hash: string;
          gas_used: string;
          hash: string;
          state_change_hash: string;
          state_checkpoint_hash: string | null;
          success: boolean;
          timestamp: string;
          type: StateCheckpoint;
          version: string;
          vm_status: string;
      }

      Type declaration

      • accumulator_root_hash: string
      • changes: WriteSetChange[]

        Final state of resources changed by the transaction

        +
      • event_root_hash: string
      • gas_used: string
      • hash: string
      • state_change_hash: string
      • state_checkpoint_hash: string | null
      • success: boolean

        Whether the transaction was successful

        +
      • timestamp: string
      • type: StateCheckpoint
      • version: string
      • vm_status: string

        The VM status of the transaction, can tell useful information in a failure

        +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/SuccessEventData.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/SuccessEventData.html new file mode 100644 index 000000000..9a948fb15 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/SuccessEventData.html @@ -0,0 +1 @@ +SuccessEventData | @aptos-labs/ts-sdk - v1.11.0

      Type alias SuccessEventData

      SuccessEventData: {
          message: string;
          transactionHash: string;
      }

      Type declaration

      • message: string
      • transactionHash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/TableItemRequest.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/TableItemRequest.html new file mode 100644 index 000000000..32584d592 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/TableItemRequest.html @@ -0,0 +1,3 @@ +TableItemRequest | @aptos-labs/ts-sdk - v1.11.0

      Type alias TableItemRequest

      TableItemRequest: {
          key: any;
          key_type: MoveValue;
          value_type: MoveValue;
      }

      Table Item request for the GetTableItem API

      +

      Type declaration

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/TokenStandard.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/TokenStandard.html new file mode 100644 index 000000000..bf3be7de9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/TokenStandard.html @@ -0,0 +1,2 @@ +TokenStandard | @aptos-labs/ts-sdk - v1.11.0

      Type alias TokenStandard

      TokenStandard: "v1" | "v2"

      Refers to the token standard we want to query for

      +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionEd25519Signature.html new file mode 100644 index 000000000..9eb37c8f7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionEd25519Signature.html @@ -0,0 +1 @@ +TransactionEd25519Signature | @aptos-labs/ts-sdk - v1.11.0

      Type alias TransactionEd25519Signature

      TransactionEd25519Signature: {
          public_key: string;
          signature: "ed25519_signature";
          type: string;
      }

      Type declaration

      • public_key: string
      • signature: "ed25519_signature"
      • type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionFeePayerSignature.html new file mode 100644 index 000000000..adc4a8243 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionFeePayerSignature.html @@ -0,0 +1,3 @@ +TransactionFeePayerSignature | @aptos-labs/ts-sdk - v1.11.0

      Type alias TransactionFeePayerSignature

      TransactionFeePayerSignature: {
          fee_payer_address: string;
          fee_payer_signer: AccountSignature;
          secondary_signer_addresses: string[];
          secondary_signers: AccountSignature[];
          sender: AccountSignature;
          type: "fee_payer_signature";
      }

      Type declaration

      • fee_payer_address: string
      • fee_payer_signer: AccountSignature
      • secondary_signer_addresses: string[]

        The other involved parties' addresses

        +
      • secondary_signers: AccountSignature[]

        The associated signatures, in the same order as the secondary addresses

        +
      • sender: AccountSignature
      • type: "fee_payer_signature"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionMultiAgentSignature.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionMultiAgentSignature.html new file mode 100644 index 000000000..0ca5523a9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionMultiAgentSignature.html @@ -0,0 +1,3 @@ +TransactionMultiAgentSignature | @aptos-labs/ts-sdk - v1.11.0

      Type alias TransactionMultiAgentSignature

      TransactionMultiAgentSignature: {
          secondary_signer_addresses: string[];
          secondary_signers: AccountSignature[];
          sender: AccountSignature;
          type: "multi_agent_signature";
      }

      Type declaration

      • secondary_signer_addresses: string[]

        The other involved parties' addresses

        +
      • secondary_signers: AccountSignature[]

        The associated signatures, in the same order as the secondary addresses

        +
      • sender: AccountSignature
      • type: "multi_agent_signature"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionMultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionMultiEd25519Signature.html new file mode 100644 index 000000000..d7cff9470 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionMultiEd25519Signature.html @@ -0,0 +1,4 @@ +TransactionMultiEd25519Signature | @aptos-labs/ts-sdk - v1.11.0

      Type alias TransactionMultiEd25519Signature

      TransactionMultiEd25519Signature: {
          bitmap: string;
          public_keys: string[];
          signatures: string[];
          threshold: number;
          type: "multi_ed25519_signature";
      }

      Type declaration

      • bitmap: string
      • public_keys: string[]

        The public keys for the Ed25519 signature

        +
      • signatures: string[]

        Signature associated with the public keys in the same order

        +
      • threshold: number

        The number of signatures required for a successful transaction

        +
      • type: "multi_ed25519_signature"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionPayloadResponse.html new file mode 100644 index 000000000..0f274f548 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionPayloadResponse.html @@ -0,0 +1 @@ +TransactionPayloadResponse | @aptos-labs/ts-sdk - v1.11.0

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionResponse.html new file mode 100644 index 000000000..65891672c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionResponse.html @@ -0,0 +1 @@ +TransactionResponse | @aptos-labs/ts-sdk - v1.11.0

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionSecp256k1Signature.html new file mode 100644 index 000000000..eb14f588c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionSecp256k1Signature.html @@ -0,0 +1 @@ +TransactionSecp256k1Signature | @aptos-labs/ts-sdk - v1.11.0

      Type alias TransactionSecp256k1Signature

      TransactionSecp256k1Signature: {
          public_key: string;
          signature: "secp256k1_ecdsa_signature";
          type: string;
      }

      Type declaration

      • public_key: string
      • signature: "secp256k1_ecdsa_signature"
      • type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionSignature.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionSignature.html new file mode 100644 index 000000000..f6ada78a1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/TransactionSignature.html @@ -0,0 +1,2 @@ +TransactionSignature | @aptos-labs/ts-sdk - v1.11.0

      Type alias TransactionSignature

      These are the JSON representations of transaction signatures returned from the node API.

      +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint128.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint128.html new file mode 100644 index 000000000..d895b58d5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint128.html @@ -0,0 +1 @@ +Uint128 | @aptos-labs/ts-sdk - v1.11.0

      Type alias Uint128

      Uint128: bigint

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint16.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint16.html new file mode 100644 index 000000000..e667b74b4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint16.html @@ -0,0 +1 @@ +Uint16 | @aptos-labs/ts-sdk - v1.11.0

      Type alias Uint16

      Uint16: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint256.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint256.html new file mode 100644 index 000000000..66b7ef332 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint256.html @@ -0,0 +1 @@ +Uint256 | @aptos-labs/ts-sdk - v1.11.0

      Type alias Uint256

      Uint256: bigint

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint32.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint32.html new file mode 100644 index 000000000..028d7613e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint32.html @@ -0,0 +1 @@ +Uint32 | @aptos-labs/ts-sdk - v1.11.0

      Type alias Uint32

      Uint32: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint64.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint64.html new file mode 100644 index 000000000..48b352ae2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint64.html @@ -0,0 +1 @@ +Uint64 | @aptos-labs/ts-sdk - v1.11.0

      Type alias Uint64

      Uint64: bigint

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint8.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint8.html new file mode 100644 index 000000000..be37945d1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/Uint8.html @@ -0,0 +1,2 @@ +Uint8 | @aptos-labs/ts-sdk - v1.11.0

      Type alias Uint8

      Uint8: number

      BCS types

      +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/UserTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/UserTransactionResponse.html new file mode 100644 index 000000000..27a8201dd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/UserTransactionResponse.html @@ -0,0 +1,5 @@ +UserTransactionResponse | @aptos-labs/ts-sdk - v1.11.0

      Type alias UserTransactionResponse

      UserTransactionResponse: {
          accumulator_root_hash: string;
          changes: WriteSetChange[];
          event_root_hash: string;
          events: Event[];
          expiration_timestamp_secs: string;
          gas_unit_price: string;
          gas_used: string;
          hash: string;
          max_gas_amount: string;
          payload: TransactionPayloadResponse;
          sender: string;
          sequence_number: string;
          signature?: TransactionSignature;
          state_change_hash: string;
          state_checkpoint_hash: string | null;
          success: boolean;
          timestamp: string;
          type: User;
          version: string;
          vm_status: string;
      }

      Type declaration

      • accumulator_root_hash: string
      • changes: WriteSetChange[]

        Final state of resources changed by the transaction

        +
      • event_root_hash: string
      • events: Event[]

        Events generated by the transaction

        +
      • expiration_timestamp_secs: string
      • gas_unit_price: string
      • gas_used: string
      • hash: string
      • max_gas_amount: string
      • payload: TransactionPayloadResponse
      • sender: string
      • sequence_number: string
      • Optional signature?: TransactionSignature
      • state_change_hash: string
      • state_checkpoint_hash: string | null
      • success: boolean

        Whether the transaction was successful

        +
      • timestamp: string
      • type: User
      • version: string
      • vm_status: string

        The VM status of the transaction, can tell useful information in a failure

        +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/ValidatorTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/ValidatorTransactionResponse.html new file mode 100644 index 000000000..823a1e8a2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/ValidatorTransactionResponse.html @@ -0,0 +1,5 @@ +ValidatorTransactionResponse | @aptos-labs/ts-sdk - v1.11.0

      Type alias ValidatorTransactionResponse

      ValidatorTransactionResponse: {
          accumulator_root_hash: string;
          changes: WriteSetChange[];
          event_root_hash: string;
          events: Event[];
          gas_used: string;
          hash: string;
          state_change_hash: string;
          state_checkpoint_hash: string | null;
          success: boolean;
          timestamp: string;
          type: Validator;
          version: string;
          vm_status: string;
      }

      Type declaration

      • accumulator_root_hash: string
      • changes: WriteSetChange[]

        Final state of resources changed by the transaction

        +
      • event_root_hash: string
      • events: Event[]

        The events emitted by the validator transaction

        +
      • gas_used: string
      • hash: string
      • state_change_hash: string
      • state_checkpoint_hash: string | null
      • success: boolean

        Whether the transaction was successful

        +
      • timestamp: string
      • type: Validator
      • version: string
      • vm_status: string

        The VM status of the transaction, can tell useful information in a failure

        +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/ViewFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/ViewFunctionABI.html new file mode 100644 index 000000000..85697f207 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/ViewFunctionABI.html @@ -0,0 +1,3 @@ +ViewFunctionABI | @aptos-labs/ts-sdk - v1.11.0

      Type alias ViewFunctionABI

      ViewFunctionABI: FunctionABI & {
          returnTypes: TypeTag[];
      }

      Interface of an View function's ABI.

      +

      This is used to provide type checking and simple input conversion on ABI based transaction submission.

      +

      Type declaration

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/WaitForTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/WaitForTransactionOptions.html new file mode 100644 index 000000000..bb65263f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/WaitForTransactionOptions.html @@ -0,0 +1,2 @@ +WaitForTransactionOptions | @aptos-labs/ts-sdk - v1.11.0

      Type alias WaitForTransactionOptions

      WaitForTransactionOptions: {
          checkSuccess?: boolean;
          timeoutSecs?: number;
          waitForIndexer?: boolean;
      }

      Option properties to pass for waitForTransaction() function

      +

      Type declaration

      • Optional checkSuccess?: boolean
      • Optional timeoutSecs?: number
      • Optional waitForIndexer?: boolean

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSet.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSet.html new file mode 100644 index 000000000..e240da5b7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSet.html @@ -0,0 +1 @@ +WriteSet | @aptos-labs/ts-sdk - v1.11.0

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChange.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChange.html new file mode 100644 index 000000000..1828ae6b6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChange.html @@ -0,0 +1,2 @@ +WriteSetChange | @aptos-labs/ts-sdk - v1.11.0

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeDeleteModule.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeDeleteModule.html new file mode 100644 index 000000000..84566a0e7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeDeleteModule.html @@ -0,0 +1,2 @@ +WriteSetChangeDeleteModule | @aptos-labs/ts-sdk - v1.11.0

      Type alias WriteSetChangeDeleteModule

      WriteSetChangeDeleteModule: {
          address: string;
          module: MoveModuleId;
          state_key_hash: string;
          type: string;
      }

      Type declaration

      • address: string
      • module: MoveModuleId
      • state_key_hash: string

        State key hash

        +
      • type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeDeleteResource.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeDeleteResource.html new file mode 100644 index 000000000..418d72653 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeDeleteResource.html @@ -0,0 +1 @@ +WriteSetChangeDeleteResource | @aptos-labs/ts-sdk - v1.11.0

      Type alias WriteSetChangeDeleteResource

      WriteSetChangeDeleteResource: {
          address: string;
          resource: string;
          state_key_hash: string;
          type: string;
      }

      Type declaration

      • address: string
      • resource: string
      • state_key_hash: string
      • type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeDeleteTableItem.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeDeleteTableItem.html new file mode 100644 index 000000000..338822a09 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeDeleteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeDeleteTableItem | @aptos-labs/ts-sdk - v1.11.0

      Type alias WriteSetChangeDeleteTableItem

      WriteSetChangeDeleteTableItem: {
          data?: DeletedTableData;
          handle: string;
          key: string;
          state_key_hash: string;
          type: string;
      }

      Type declaration

      • Optional data?: DeletedTableData
      • handle: string
      • key: string
      • state_key_hash: string
      • type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeWriteModule.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeWriteModule.html new file mode 100644 index 000000000..10ff6f940 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeWriteModule.html @@ -0,0 +1 @@ +WriteSetChangeWriteModule | @aptos-labs/ts-sdk - v1.11.0

      Type alias WriteSetChangeWriteModule

      WriteSetChangeWriteModule: {
          address: string;
          data: MoveModuleBytecode;
          state_key_hash: string;
          type: string;
      }

      Type declaration

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeWriteResource.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeWriteResource.html new file mode 100644 index 000000000..be67c5339 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeWriteResource.html @@ -0,0 +1 @@ +WriteSetChangeWriteResource | @aptos-labs/ts-sdk - v1.11.0

      Type alias WriteSetChangeWriteResource

      WriteSetChangeWriteResource: {
          address: string;
          data: MoveResource;
          state_key_hash: string;
          type: string;
      }

      Type declaration

      • address: string
      • data: MoveResource
      • state_key_hash: string
      • type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeWriteTableItem.html b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeWriteTableItem.html new file mode 100644 index 000000000..b6f1cdf8b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/types/WriteSetChangeWriteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeWriteTableItem | @aptos-labs/ts-sdk - v1.11.0

      Type alias WriteSetChangeWriteTableItem

      WriteSetChangeWriteTableItem: {
          data?: DecodedTableData;
          handle: string;
          key: string;
          state_key_hash: string;
          type: string;
          value: string;
      }

      Type declaration

      • Optional data?: DecodedTableData
      • handle: string
      • key: string
      • state_key_hash: string
      • type: string
      • value: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/APTOS_BIP44_REGEX.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/APTOS_BIP44_REGEX.html new file mode 100644 index 000000000..092180c3d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/APTOS_BIP44_REGEX.html @@ -0,0 +1 @@ +APTOS_BIP44_REGEX | @aptos-labs/ts-sdk - v1.11.0

      Variable APTOS_BIP44_REGEXConst

      APTOS_BIP44_REGEX: RegExp = ...

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/APTOS_COIN.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/APTOS_COIN.html new file mode 100644 index 000000000..a5fbd02d1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/APTOS_COIN.html @@ -0,0 +1,2 @@ +APTOS_COIN | @aptos-labs/ts-sdk - v1.11.0

      Variable APTOS_COINConst

      APTOS_COIN: "0x1::aptos_coin::AptosCoin" = "0x1::aptos_coin::AptosCoin"

      The default gas currency for the network.

      +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/APTOS_HARDENED_REGEX.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/APTOS_HARDENED_REGEX.html new file mode 100644 index 000000000..de445b09b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/APTOS_HARDENED_REGEX.html @@ -0,0 +1,2 @@ +APTOS_HARDENED_REGEX | @aptos-labs/ts-sdk - v1.11.0

      Variable APTOS_HARDENED_REGEXConst

      APTOS_HARDENED_REGEX: RegExp = ...

      Aptos derive path is 637

      +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/DEFAULT_MAX_GAS_AMOUNT.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/DEFAULT_MAX_GAS_AMOUNT.html new file mode 100644 index 000000000..63b6129b4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/DEFAULT_MAX_GAS_AMOUNT.html @@ -0,0 +1,5 @@ +DEFAULT_MAX_GAS_AMOUNT | @aptos-labs/ts-sdk - v1.11.0

      Variable DEFAULT_MAX_GAS_AMOUNTConst

      DEFAULT_MAX_GAS_AMOUNT: 200000 = 200000

      The default max gas amount when none is given.

      +

      This is the maximum number of gas units that will be used by a transaction before being rejected.

      +

      Note that max gas amount varies based on the transaction. A larger transaction will go over this +default gas amount, and the value will need to be changed for the specific transaction.

      +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html new file mode 100644 index 000000000..6d9fbba41 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html @@ -0,0 +1,5 @@ +DEFAULT_TXN_EXP_SEC_FROM_NOW | @aptos-labs/ts-sdk - v1.11.0

      Variable DEFAULT_TXN_EXP_SEC_FROM_NOWConst

      DEFAULT_TXN_EXP_SEC_FROM_NOW: 20 = 20

      The default transaction expiration seconds from now.

      +

      This time is how long until the blockchain nodes will reject the transaction.

      +

      Note that the transaction expiration time varies based on network connection and network load. It may need to be +increased for the transaction to be processed.

      +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html new file mode 100644 index 000000000..12c96b5e0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html @@ -0,0 +1,4 @@ +DEFAULT_TXN_TIMEOUT_SEC | @aptos-labs/ts-sdk - v1.11.0

      Variable DEFAULT_TXN_TIMEOUT_SECConst

      DEFAULT_TXN_TIMEOUT_SEC: 20 = 20

      The default number of seconds to wait for a transaction to be processed.

      +

      This time is the amount of time that the SDK will wait for a transaction to be processed when waiting for +the results of the transaction. It may take longer based on network connection and network load.

      +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/HARDENED_OFFSET.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/HARDENED_OFFSET.html new file mode 100644 index 000000000..0053257ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/HARDENED_OFFSET.html @@ -0,0 +1 @@ +HARDENED_OFFSET | @aptos-labs/ts-sdk - v1.11.0

      Variable HARDENED_OFFSETConst

      HARDENED_OFFSET: 2147483648 = 0x80000000

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToChainId.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToChainId.html new file mode 100644 index 000000000..9eb8bda7b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToChainId.html @@ -0,0 +1 @@ +NetworkToChainId | @aptos-labs/ts-sdk - v1.11.0

      Variable NetworkToChainIdConst

      NetworkToChainId: Record<string, number> = ...

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToFaucetAPI.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToFaucetAPI.html new file mode 100644 index 000000000..bbd728cca --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToFaucetAPI.html @@ -0,0 +1 @@ +NetworkToFaucetAPI | @aptos-labs/ts-sdk - v1.11.0

      Variable NetworkToFaucetAPIConst

      NetworkToFaucetAPI: Record<string, string> = ...

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToIndexerAPI.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToIndexerAPI.html new file mode 100644 index 000000000..543245fad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToIndexerAPI.html @@ -0,0 +1 @@ +NetworkToIndexerAPI | @aptos-labs/ts-sdk - v1.11.0

      Variable NetworkToIndexerAPIConst

      NetworkToIndexerAPI: Record<string, string> = ...

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToNetworkName.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToNetworkName.html new file mode 100644 index 000000000..b24a6bc47 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToNetworkName.html @@ -0,0 +1 @@ +NetworkToNetworkName | @aptos-labs/ts-sdk - v1.11.0

      Variable NetworkToNetworkNameConst

      NetworkToNetworkName: Record<string, Network> = ...

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToNodeAPI.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToNodeAPI.html new file mode 100644 index 000000000..92d3e8832 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/NetworkToNodeAPI.html @@ -0,0 +1 @@ +NetworkToNodeAPI | @aptos-labs/ts-sdk - v1.11.0

      Variable NetworkToNodeAPIConst

      NetworkToNodeAPI: Record<string, string> = ...

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/RAW_TRANSACTION_SALT.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/RAW_TRANSACTION_SALT.html new file mode 100644 index 000000000..4141d23df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/RAW_TRANSACTION_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_SALT | @aptos-labs/ts-sdk - v1.11.0

      Variable RAW_TRANSACTION_SALTConst

      RAW_TRANSACTION_SALT: "APTOS::RawTransaction" = "APTOS::RawTransaction"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html new file mode 100644 index 000000000..bc09587c8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_WITH_DATA_SALT | @aptos-labs/ts-sdk - v1.11.0

      Variable RAW_TRANSACTION_WITH_DATA_SALTConst

      RAW_TRANSACTION_WITH_DATA_SALT: "APTOS::RawTransactionWithData" = "APTOS::RawTransactionWithData"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.11.0/variables/promiseFulfilledStatus.html b/docs/@aptos-labs/ts-sdk-1.11.0/variables/promiseFulfilledStatus.html new file mode 100644 index 000000000..738ef102c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.11.0/variables/promiseFulfilledStatus.html @@ -0,0 +1 @@ +promiseFulfilledStatus | @aptos-labs/ts-sdk - v1.11.0

      Variable promiseFulfilledStatusConst

      promiseFulfilledStatus: "fulfilled" = "fulfilled"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-latest/index.md b/docs/@aptos-labs/ts-sdk-latest/index.md index ae1708051..e500f43c2 100644 --- a/docs/@aptos-labs/ts-sdk-latest/index.md +++ b/docs/@aptos-labs/ts-sdk-latest/index.md @@ -1,5 +1,5 @@ --- title: Latest Aptos TypeScript SDK Documentation permalink: /@aptos-labs/ts-sdk-latest -redirect_to: /@aptos-labs/ts-sdk-1.10.0 +redirect_to: /@aptos-labs/ts-sdk-1.11.0 --- diff --git a/docs/index.md b/docs/index.md index 4dddcc2e9..1cd8656b5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,6 +9,7 @@ redirect_from: This is a repository of all Aptos TypeScript SDK documentation by version. - [Latest](@aptos-labs/ts-sdk-latest) +- [Stable - @aptos-labs/ts-sdk-1.11.0](@aptos-labs/ts-sdk-1.11.0) - [Stable - @aptos-labs/ts-sdk-1.10.0](@aptos-labs/ts-sdk-1.10.0) - [Stable - @aptos-labs/ts-sdk-1.9.1](@aptos-labs/ts-sdk-1.9.1) - [Stable - @aptos-labs/ts-sdk-1.9.0](@aptos-labs/ts-sdk-1.9.0) diff --git a/package.json b/package.json index 452cc2641..32d274a11 100644 --- a/package.json +++ b/package.json @@ -84,5 +84,5 @@ "typedoc": "^0.25.4", "typescript": "^5.3.3" }, - "version": "1.10.0" + "version": "1.11.0" } diff --git a/src/version.ts b/src/version.ts index acdf8b453..131893349 100644 --- a/src/version.ts +++ b/src/version.ts @@ -6,4 +6,4 @@ * * hardcoded for now, we would want to have it injected dynamically */ -export const VERSION = "1.10.0"; +export const VERSION = "1.11.0";