diff --git a/CHANGELOG.md b/CHANGELOG.md index 082e827f6..164d12ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T # Unreleased +# 1.4.0 (2024-01-08) + - Omit `"build" | "simulate" | "submit"` from `aptos` namespace +- [`Breaking`] Change `sender` property type to `AccountAddressInput` in `transferCoinTransaction()` # 1.3.0 (2024-01-03) diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/.nojekyll b/docs/@aptos-labs/ts-sdk-1.4.0/.nojekyll new file mode 100644 index 000000000..e2ac6616a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.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.4.0/assets/highlight.css b/docs/@aptos-labs/ts-sdk-1.4.0/assets/highlight.css new file mode 100644 index 000000000..2f868647c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.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.4.0/assets/main.js b/docs/@aptos-labs/ts-sdk-1.4.0/assets/main.js new file mode 100644 index 000000000..d0aa8d5f9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/assets/main.js @@ -0,0 +1,59 @@ +"use strict"; +"use strict";(()=>{var Pe=Object.create;var ne=Object.defineProperty;var Ie=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var _e=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var Me=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Fe=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!Re.call(t,i)&&i!==n&&ne(t,i,{get:()=>e[i],enumerable:!(r=Ie(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Pe(_e(t)):{},Fe(e||!t||!t.__esModule?ne(n,"default",{value:t,enumerable:!0}):n,t));var ae=Me((se,oe)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var d=t.utils.clone(n)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(n+=r[u+1]*i[d+1],u+=2,d+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),v=s.str.charAt(1),f;v in s.node.edges?f=s.node.edges[v]:(f=new t.TokenSet,s.node.edges[v]=f),s.str.length==1&&(f.final=!0),i.push({node:f,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof se=="object"?oe.exports=n():e.lunr=n()}(this,function(){return t})})()});var re=[];function G(t,e){re.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureActivePageVisible(),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible())}createComponents(e){re.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r}}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(n&&n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let r=document.createElement("p");r.classList.add("warning"),r.textContent="This member is normally hidden due to your filter settings.",n.prepend(r)}}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent="Copied!",e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent="Copy"},100)},1e3)})})}};var ie=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var de=De(ae());async function le(t,e){if(!window.searchData)return;let n=await fetch(window.searchData),r=new Blob([await n.arrayBuffer()]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();t.data=i,t.index=de.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function he(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:t.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{le(e,t)}),le(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");let s=!1;i.addEventListener("mousedown",()=>s=!0),i.addEventListener("mouseup",()=>{s=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{s||(s=!1,t.classList.remove("has-focus"))}),Ae(t,i,r,e)}function Ae(t,e,n,r){n.addEventListener("input",ie(()=>{Ne(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?ue(e,-1):s.key==="ArrowDown"?ue(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function Ne(t,e,n,r){if(!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s;if(i){let o=i.split(" ").map(a=>a.length?`*${a}*`:"").join(" ");s=r.index.search(o)}else s=[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o`,d=ce(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=` + ${ce(l.parent,i)}.${d}`);let v=document.createElement("li");v.classList.value=l.classes??"";let f=document.createElement("a");f.href=r.base+l.url,f.innerHTML=u+d,v.append(f),e.appendChild(v)}}function ue(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function ce(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(K(t.substring(s,o)),`${K(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(K(t.substring(s))),i.join("")}var Be={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>Be[e])}var C=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",pe="mousemove",B="mouseup",J={x:0,y:0},fe=!1,ee=!1,He=!1,D=!1,me=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(me?"is-mobile":"not-mobile");me&&"ontouchstart"in document.documentElement&&(He=!0,F="touchstart",pe="touchmove",B="touchend");document.addEventListener(F,t=>{ee=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(pe,t=>{if(ee&&!D){let e=F=="touchstart"?t.targetTouches[0]:t,n=J.x-(e.pageX||0),r=J.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{ee=!1});document.addEventListener("click",t=>{fe&&(t.preventDefault(),t.stopImmediatePropagation(),fe=!1)});var X=class extends C{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(B,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){D||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!D&&this.active&&n.target.closest(".col-sidebar")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var ve=document.head.appendChild(document.createElement("style"));ve.dataset.for="filters";var Y=class extends C{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),ve.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var Z=class extends C{constructor(n){super(n);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 r=Q.getItem(this.key);this.el.open=r?r==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let i=this.summary.querySelector("a");i&&i.addEventListener("click",()=>{location.assign(i.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function ge(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,ye(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ye(t.value)})}function ye(t){document.documentElement.dataset.theme=t}var Le;function be(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",xe),xe())}async function xe(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();Le=t.dataset.base+"/",t.innerHTML="";for(let s of i)we(s,t,[]);window.app.createComponents(t),window.app.ensureActivePageVisible()}function we(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-index-accordion`:"tsd-index-accordion",s.dataset.key=i.join("$");let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.innerHTML='',Ee(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)we(u,l,i)}else Ee(t,r,t.class)}function Ee(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=Le+t.path,n&&(r.className=n),location.href===r.href&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else e.appendChild(document.createElement("span")).textContent=t.text}G(X,"a[data-toggle]");G(Z,".tsd-index-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("tsd-theme");Se&&ge(Se);var je=new U;Object.defineProperty(window,"app",{value:je});he();be();})(); +/*! Bundled license information: + +lunr/lunr.js: + (** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + *) + (*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + *) + (*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + *) +*/ diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/assets/navigation.js b/docs/@aptos-labs/ts-sdk-1.4.0/assets/navigation.js new file mode 100644 index 000000000..05ee1f1c0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAE62d23LbyBGG38XXmziWbWZ37yiJtFlrkQpJS65KpVQQMCInAgEuMJCtTeXdMzgRc+juaTB7Z7P//hpzwJwx+ud/3ijxQ7359c00jvMqU9NK7UWmZBypvLiLChll6s1Pb46R2muRyKpD+ZaQ/nWvDqnWP8ssefPrz//9aeAnSSHKcpG9RKlM1iIq88wDAxqCmL3eVo+pjH8Tr9iT+hKSt5G7LFJVIXCeKyF4R5WX06Pcvh6FBzJsOOFaFPJFbOK9OHgE04YTPosfZI67dpykcxBKSPcz7ncjDwJy7H8nPPMXMX2UqVSvnvNgov3nVRYrmWd3spQ4ylfh1KVQ3/Pi2cV0P+N+t0Ue67qdF1BmWEacsc5TMC/733HPTVzIo9oWUVZGTVKnxa466Le3q8Wliww6ELH0GyKzHVxtLSOTsciOlfcq+gqcZiaD0b4F5Kw4t9FrmkcJlr24kkVfi/KYZyVYGRAZi8t4XMZz6mjbaHcbFaUoZkUBV3lYFaSiT2ibiVa57bwG/ziNylKcejXb890F4Nt1Uyiis3NIZvXCeaZqLHWWXHz8+O4XHrwTj41xU6VKjgpkepwVTfc7IyJp9dgoG924pIId5iRnxNmI3yuRxWJZHR4FXuy2jOQawxwAZ1gDlNPgBqScrCSlHtkA7vXPQT89ImqaAsS/Nwc5V3n2JHcIpTWSjKFkdYsHZ6oroXiXeZ76iPpXyutqH8lskfiOnYHyvRa6VZV6XPcHVMFMK0XpXtBbPdKMFPwueBIOD6+rroJBI+qsqyBpmSpe+4EggDLNbM7lqxLAy+BrKOJcCD1GEMU6+m70wz4V1pFk+UMkyDMONoqg5w++q/6R8lkk9YvzJKGaOdgowk2eVKmAXo3eQnu/iNURzsPBFiJsVKGbfJjQ2kKEOxGDvf5gIwl1vzbd6ewK1QtMGaSHX1dQxuUSLy4oC3LxR+Q81QbqMHoLx9sf0+M8X0tFqAfJukIhXaNpJSlEM85rv4mawCr9UE3l109beS/V/jpSUYjY60hyrpouXU/J8yfd06apyHZAFYV1FLmdUvuk9nfSU8THi4+T53dUEQIiHhMvVF/DIhIvtq+hie0oJXpMQdZg5VCg/mbDGgdRCWKlQ4tEQlZ9T0LyVFHFSk93AU5vovyxBQ4fhynPoaMTxIDDObH6sRA/WO9xTrShh+XHG3zOjjg6Q7mzbsy/neRuRJaMyVnTixkV7T/H9Zu+OjDKDziMi4WPKnDtuAhYj4IpmfT7vHgOFHArIXntghxAaQ0MX3SdzbYzSPAE3DAyGJ9EpjuLGMV0dgbJWPNEaYaGQVyLJ1HUa0Uo76Rg0Jq+CH+01szhNH0RzmnMDM5X/StKqY0sxoRATDgEPW7BEdrIYby/wBHvLziEyQecMPnAIRB5yclJbNpqmSkOXJyhcgQLMFBycJGFygospEDpgMUSKA+oIOgSaJYv+02dwVlmShRPUdwvcPYKG6VTbS4uptIarhiM1hR2Xtfr0yXF6BQcFJEmW0LBhnVNe8ZgwGwJBbN6/n73E2SCSgrdbFc2/YWep2HLMxpUguHY3v/3I9hz6rGP4M+0iUfoBolN13JOPtD+f8Jj8PKC9g8+xqZ6PEjFjgrKqSBDUYGTUYMPKin0qtDD+8tXndsgbzBTkNtoJ7OILHVbQsHaMS/rDYalJFwejqkI5aKnopDb/FlkGxVlSVQkWD66IhLon96Amb6Owt7v9UgSe77eSAHsbXLndIfSwwh3Jx043nHxt1/+/u7jhU+13xiLBrwdGAVY8bFQyLIPwMte3W3eDtQbGARs3fREohZOGcRFVuoaFfuJxYSMCP4clIiCi4OR2gGPMxLpwIaNxdkIpXQDXoKg3hgkuTvD7kGojgnLQvTLNI+fXVbzI8vzRqgo0a8BcEgIhBL6ULx22ObuxLds0xbk5AfdySlrcRR7ZkobinMt4jzRnvW4EGpEXHuYlwpF8mx7mFcf+Ex0TfHqp2EKUmShJ2j3hdRjFeG9MbY1xLLHvZcLl+bax/G6nqieVnoJxpWjYnRtDVabKG0wzovV23bAF79rhT0/VTIBvWtDiPApKmelkocI6i0sY5DUDWu9Q3MdyzaPpNW7cd4SNgg2lGfEMMfkp/0na78LDYq5cp6ilKW3jD0EGqxMFqP1w5XhGGq63Cyjg8DZroLDbHPyKpdZWTdxFByRjomSpqJJdVkX3ep7vZ9Wj5Y5UQOu/KdofFeP/9Y4YKXGDQypR8ZqnrOcF/lhSAUzMOV61lP8oxLF66jglgcnpjGka8/peH0DrGKwm2N12/z4tRSF8Q5RxRhy4UQ9ZX3gDYGFnAhVUeieQ3dkO6nHGtOyFOoySuvRNZk2hhs/elPcdcEX5V4ew2FhPSNePaza6VY80ZNkLdtNdZa9SCXJtIadGJGb/pmKYgsYRCvvWQkJeIyN2Q//uRFdPSNeOwlePXVFkBdU8nAxI5LR7BAhABWDffqAR1cgVVF8RMmIEWz2Rrd4TTK7WkK126COyw80a54myC2i4/73tOk5PJ5hC3GaT9+Apaf+95B/I7KmCNAsD1adx67HJmtxyPUQ1Z9sMVxYUftRMLUIb0TE5aOioUveQCh6vZsdB3mPAvJzo3WD/TGJM1z+hKjhyjPCn/U8/ZkWNM2mYDQxnB5UzYrVbgmgzz6YeTR5qFJmPUe058ah6jkuZ0W7k+J71+mgqXE0Ie4XkexEsciecpc2WHiMOz10bJsimDTYQ7zma+N2J8L+krHFOWYOzT+BNqDgw2Y0pzt7VIe/jYroQHFd7Zg4C28tw7ZyWO0nGhCntfAZ9dcp9ZoszuoVfCacQvizEpjTTuexijJYWazmZURZJyuHpcdXeVX42y+mjcNpWz4q720Fi+mcFDNYwCExijGXIgWL0DDzaXBt6G18DlaCg5XDwihc/68yU+8ufsYwhplNm5CwyRjWxUcS1pm5tPcXFKy1clmTDxSrtXJZZO6z8/4uSiuQ0hiChHpgVMpdYPsDkYXo3UkPl9b9zPQGE2jaQpzuoyj90DoVLsgyBkkiS7SYsf6OK4Mx8pKztInIOPQweBwTPjEDbtYRUl6UQD0FRTwytg9qW4Os5pQPf/cypA/GU3rIfrUX8fMxl9YBLTSLgh6hmM029UKJA3LWwrUHeeY5Jg9mGoOkITH4h6UdF5eOiNJ/KcQJ42lHxBmO4HEiAeqxsUZkH+MDXTJe4JXGlSNiMOBnUKmvHD1+6HNHOhInAJfbDe5cVPczy3sCOk84vtY5/MHZO4gPe5vn8Qdn90A+7Gueyx983YP5sC+YW+G8svcCsVqIyEJ0YznFJRqmEOU+kmqeF+FVIlQYjID0rNw+tddd7SPr82ub0lrHsdpzV/AqBK48JwY246a058Q59b2cQCfxuEjN/ziZZgjPiMDLMkt6RhRmhtna4LnP2+1q83C5uP3w4WE9+zT7NsBf6lvJNKZ864ls6nsfeLVaLHFSbQ0iPk/X17Pl7Dr0WLaOwF7P5tOvX7YPN9NvD5+mm4fpzerrcguBYSUDvZxt71fr3yhmJ2HAtt+WD7Nvtw+b2dXDfL26eViu7ikypGeG2S5uZquv29o1FMGQEvBToazm880MzGRHQsC6Wyq3uXe31EBzNRzcPKpioaa3CxJ4UnGQiywRP0QRYg4yDrT7R32MjaQaOhY2T0ToQTsNgVtP7x+26+lyM73aLlbLh830C1jckG4E9n6x/fxwPd1O2QFsDyLU1W/X9eUjA/Opm96WbzuT7Tz5YDhH7d1sMgNutxg4viqE9EZLDqyz/+UdAXqsZArf3zHAXA2Bi+uZ+Kq4yrMXUSj/25wBCispNIPJhiXNuXLrqOyAORmDACNT7NVPF+YISfDpBrv6/GK7XkMlmnQgAoms1LOr+ooAEYHFbgkI0JNQ8d5e83mUEBAUUmD901wWpVq200HdGBbgqwMKCfDO/L6zdSiJm2yGQCxHRmDssyc/EvX9E4gelY5znt3zmdcXoTS77WOjWZ7M0DLb3YiyjHbg2wYrGWjqihYfH7qshRmiPrthnfHgROqcyIBgQ7Fz56auU7MAP6/SdGltf1oESxPAWZcQhSsJ4UAHGj5kKczrky22pSFwsryMS+96lgFl2kMY+24Wh+HfzeIDoFssHQx2maUPc691dEDQzY4+xL7hwkH4F11AgAnhPwm6W+ttrr+36gYAzCU3199deAPczVU3191dewPcicwLZB37G0eLO+pLRzckXn1DdRdfbzcx9Cq7i8yajxQDd1dYeMKDDEVsg5j8wA6IA+V87GTSuZ88OWG+RMXOu37b5BoCEkTu0ZjA4PYMBOZVEMZejANf6p4JZtWWgCueaYz84mymm0julroTZjid6RzxNtmOiAYSuz4WM7Dh42JH7ORaYUbu53ph8U6O0cMFdzhMHmufwwlwV/9BmmaR9LYGglxbE8Z9jopENxZJgGjKCOghE4c8k/E23wgBDoJtBYHKmxOB5KKHI6Fgze4MDbMlFKxSq6d1vRLe3ENHTChgJYE+tre4iHqYflUVZQ42Kb6KRBbtXzpB0m3aKUwOrxXVvwfc2lF/s8iJEQwJC0ZMMzwRB9gtl5K8TkPgCnxJrYA2IC3nUreMkGf9O+V2TKXCXt6TkQJ050nkH30tAOcLgIyE1q0l+b45EgKm9kX+vQ56I8tDpGIwqZ6IADZ/2Eu/P23HvMjW9l7qAAWFHvhf/wMDjqDZLm4AAA==" \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/assets/search.js b/docs/@aptos-labs/ts-sdk-1.4.0/assets/search.js new file mode 100644 index 000000000..8cf42f22f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.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.4.0/assets/style.css b/docs/@aptos-labs/ts-sdk-1.4.0/assets/style.css new file mode 100644 index 000000000..07a385b73 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/assets/style.css @@ -0,0 +1,1394 @@ +: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: var(--light-color-ts-type-alias); + --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: var(--dark-color-ts-type-alias); + --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, +h2 > a, +h3 > a, +h4 > a, +h5 > a, +h6 > a { + 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-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.5rem); +} +.tsd-navigation a, +.tsd-navigation summary > span, +.tsd-page-navigation a { + display: inline-flex; + 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-nested-navigation > li > a, +.tsd-nested-navigation > li > span { + width: calc(100% - 1.75rem - 0.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.4.0/classes/Account.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Account.html new file mode 100644 index 000000000..a77827821 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Account.html @@ -0,0 +1,87 @@ +Account | @aptos-labs/ts-sdk - v1.4.0

Class for creating and managing account on Aptos network

+

Use this class to create accounts, sign transactions, and more. +Note: Creating an account instance does not create the account on-chain.

+

Since AIP-55 Aptos supports +Legacy and Unified authentications.

+

Legacy

includes ED25519 and MultiED25519

+

Unified

includes SingleSender and MultiSender, where currently +SingleSender supports ED25519 and Secp256k1, and MultiSender supports +MultiED25519.

+

In TypeScript SDK, we support all of these options:

+

Generate

default to generate Legacy Ed25519 keys, with an optional legacy boolean argument +that lets you generate new keys conforming to the Unified authentication.

+

From Private Key

derives an account by a provided private key and address, with an optional +legacy boolean argument that lets you generate new keys conforming to the Unified authentication.

+

From Derivation Path

derives an account with bip44 path and mnemonics,

+

Constructors

  • constructor for Account

    +

    Need to update this to use the new crypto library if new schemes are added.

    +

    Parameters

    • args: {
          address: AccountAddress;
          legacy?: boolean;
          privateKey: PrivateKey;
      }
      • address: AccountAddress

        AccountAddress - address of the account

        +
      • Optional legacy?: boolean

        optional. If set to false, the keypair authentication keys will be derived with a unified scheme. +Defaults to deriving an authentication key with the legacy scheme.

        +

        This method is private because it should only be called by the factory static methods.

        +
      • privateKey: PrivateKey

        PrivateKey - private key of the account

        +

    Returns Account

    Account

    +

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: PrivateKey

Private key associated with the account

+
publicKey: PublicKey

Public key associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+

Methods

  • Verify the given message and signature with the public key.

    +

    Parameters

    Returns boolean

  • Derives an account with bip44 path and mnemonics,

    +

    Parameters

    • args: {
          legacy?: boolean;
          mnemonic: string;
          path: string;
          scheme: SigningSchemeInput;
      }
      • Optional legacy?: boolean

        optional. If set to false, the keypair generated is a Unified keypair. Defaults +to generating a Legacy Ed25519 keypair

        +
      • mnemonic: string

        the mnemonic seed phrase of the account

        +
      • path: string

        the BIP44 derive hardened path (e.g. m/44'/637'/0'/0'/0') for Ed25519, +or non-hardened path (e.g. m/44'/637'/0'/0/0) for secp256k1 +Detailed description: https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki

        +
      • scheme: SigningSchemeInput

        The signing scheme to derive with

        +

    Returns Account

    Account

    +
  • Instantiates an account given a 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.

    +

    Parameters

    • args: {
          legacy?: boolean;
          privateKey: PrivateKey;
      }
      • Optional legacy?: boolean

        optional. If set to false, the keypair generated is a Unified keypair. Defaults +to generating a Legacy Ed25519 keypair

        +
      • privateKey: PrivateKey

    Returns Account

    Account

    +
  • Instantiates an account given a private key and a specified account address. +This is primarily used to instantiate an Account that has had its authentication key rotated.

    +

    Parameters

    • args: {
          address: AccountAddress;
          legacy?: boolean;
          privateKey: PrivateKey;
      }
      • address: AccountAddress

        AccountAddress - The account address the Account will sign for

        +
      • Optional legacy?: boolean

        optional. If set to false, the keypair generated is a Unified keypair. Defaults +to generating a Legacy Ed25519 keypair

        +
      • privateKey: PrivateKey

        PrivateKey - the underlying private key for the account

        +

    Returns Account

    Account

    +
  • Derives an account with random private key and address.

    +

    Default generation is using the Legacy ED25519 key

    +

    Parameters

    • Optional args: GenerateAccount

      optional. Unify GenerateAccount type for Legacy and Unified keys

      +

      Account input type to generate an account using Legacy +Ed25519 or MultiEd25519 keys or without a specified scheme.

      +
      GenerateAccountWithLegacyKey = {
      scheme?: SigningSchemeInput.Ed25519 | SigningSchemeInput.MultiEd25519;
      legacy: true;
      }; +
      +

      Account input type to generate an account using Unified +Secp256k1Ecdsa key +In this case legacy is always false

      +
      GenerateAccountWithUnifiedKey = {
      scheme: SigningSchemeInput.Secp256k1Ecdsa;
      legacy?: false;
      }; +
      +

    Returns Account

    Account with the given signing scheme

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountAddress.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountAddress.html new file mode 100644 index 000000000..b900d2a6d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountAddress.html @@ -0,0 +1,152 @@ +AccountAddress | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/AccountAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountAuthenticator.html new file mode 100644 index 000000000..8093ba82f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountAuthenticator.html @@ -0,0 +1,15 @@ +AccountAuthenticator | @aptos-labs/ts-sdk - v1.4.0

Class AccountAuthenticatorAbstract

Hierarchy

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.4.0/classes/AccountAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountAuthenticatorEd25519.html new file mode 100644 index 000000000..efc160c19 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountAuthenticatorEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/AccountAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..a681589a3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountAuthenticatorMultiEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/AccountAuthenticatorMultiKey.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountAuthenticatorMultiKey.html new file mode 100644 index 000000000..140e120ec --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountAuthenticatorMultiKey.html @@ -0,0 +1,22 @@ +AccountAuthenticatorMultiKey | @aptos-labs/ts-sdk - v1.4.0

Class AccountAuthenticatorMultiKey

AccountAuthenticatorMultiKey for a multi signer

+

Param: public_keys

MultiKey

+

Param: signatures

Signature

+

Hierarchy

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.4.0/classes/AccountAuthenticatorSingleKey.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountAuthenticatorSingleKey.html new file mode 100644 index 000000000..845a197d2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountAuthenticatorSingleKey.html @@ -0,0 +1,21 @@ +AccountAuthenticatorSingleKey | @aptos-labs/ts-sdk - v1.4.0

Class AccountAuthenticatorSingleKey

AccountAuthenticatorSingleKey for a single signer

+

Param: public_key

AnyPublicKey

+

Param: signature

AnySignature

+

Hierarchy

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.4.0/classes/AccountSequenceNumber.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountSequenceNumber.html new file mode 100644 index 000000000..aac019e5e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AccountSequenceNumber.html @@ -0,0 +1,29 @@ +AccountSequenceNumber | @aptos-labs/ts-sdk - v1.4.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.4.0/classes/AnyPublicKey.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AnyPublicKey.html new file mode 100644 index 000000000..73565c462 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AnyPublicKey.html @@ -0,0 +1,31 @@ +AnyPublicKey | @aptos-labs/ts-sdk - v1.4.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

Constructors

Properties

publicKey: PublicKey

Reference to the inner 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

    +
  • 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.4.0/classes/AnySignature.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AnySignature.html new file mode 100644 index 000000000..729b30f80 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AnySignature.html @@ -0,0 +1,20 @@ +AnySignature | @aptos-labs/ts-sdk - v1.4.0

An abstract representation of a signature. This is the product of signing a +message and can be used with the PublicKey to verify the signature.

+

Hierarchy

Constructors

Properties

signature: 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.4.0/classes/Aptos.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Aptos.html new file mode 100644 index 000000000..81805244d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Aptos.html @@ -0,0 +1,567 @@ +Aptos | @aptos-labs/ts-sdk - v1.4.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">
    • 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 +getCollectionId +getCurrentDigitalAssetOwnership +getCurrentFungibleAssetBalances +getDelegatedStakingActivities +getDigitalAssetActivity +getDigitalAssetData +getDomainSubdomains +getEvents +getExpiration +getFungibleAssetActivities +getFungibleAssetMetadata +getFungibleAssetMetadataByAssetType +getGasPriceEstimation +getIndexerLastSuccessVersion +getLedgerInfo +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

    +
  • 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.

    +

    Parameters

    Returns Promise<void>

    void. Throws if any 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;
                  };
                  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;
                };
                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;
            };
            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;
                  };
                  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;
                };
                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;
            };
            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 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;
            };
            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;
        };
        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"
    } +
    +
  • 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;
                  };
                  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;
                };
                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;
            };
            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://fullnode.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

    +
  • Queries for a Move view function

    +

    Type Parameters

    Parameters

    Returns Promise<T>

    an array of Move values

    +

    Example

    `
    const payload: ViewRequest = {
    function: "0x1::coin::balance",
    typeArguments: ["0x1::aptos_coin::AptosCoin"],
    functionArguments: [accountAddress],
    };
    ` +
    +
  • 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.4.0/classes/AptosApiError.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AptosApiError.html new file mode 100644 index 000000000..f3e083f51 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AptosApiError.html @@ -0,0 +1,23 @@ +AptosApiError | @aptos-labs/ts-sdk - v1.4.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)

Type declaration

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.4.0/classes/AptosConfig.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AptosConfig.html new file mode 100644 index 000000000..ec1b0137a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AptosConfig.html @@ -0,0 +1,14 @@ +AptosConfig | @aptos-labs/ts-sdk - v1.4.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
faucet?: string

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

+
fullnode?: string

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

+
indexer?: string

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

+
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.4.0/classes/AuthenticationKey.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AuthenticationKey.html new file mode 100644 index 000000000..08a5eaf4f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/AuthenticationKey.html @@ -0,0 +1,37 @@ +AuthenticationKey | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/Bool.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Bool.html new file mode 100644 index 000000000..d4f0fdbc3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Bool.html @@ -0,0 +1,20 @@ +Bool | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

Implements

Constructors

Properties

value: boolean

Methods

Generated using TypeDoc

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

Representation of a ChainId that can serialized and deserialized

+

Hierarchy

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.4.0/classes/Deserializer.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Deserializer.html new file mode 100644 index 000000000..8d092c83a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Deserializer.html @@ -0,0 +1,63 @@ +Deserializer | @aptos-labs/ts-sdk - v1.4.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.4.0/classes/Ed25519PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Ed25519PrivateKey.html new file mode 100644 index 000000000..0ecf85cc4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Ed25519PrivateKey.html @@ -0,0 +1,51 @@ +Ed25519PrivateKey | @aptos-labs/ts-sdk - v1.4.0

Represents the private key of an Ed25519 key pair.

+

Hierarchy

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

    +
  • 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.4.0/classes/Ed25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Ed25519PublicKey.html new file mode 100644 index 000000000..9095f5497 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Ed25519PublicKey.html @@ -0,0 +1,34 @@ +Ed25519PublicKey | @aptos-labs/ts-sdk - v1.4.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

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

    +
  • 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.4.0/classes/Ed25519Signature.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Ed25519Signature.html new file mode 100644 index 000000000..5a1bf603e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Ed25519Signature.html @@ -0,0 +1,24 @@ +Ed25519Signature | @aptos-labs/ts-sdk - v1.4.0

A signature of a message signed using an Ed25519 private key

+

Hierarchy

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.4.0/classes/EntryFunction.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/EntryFunction.html new file mode 100644 index 000000000..1157ce101 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/EntryFunction.html @@ -0,0 +1,43 @@ +EntryFunction | @aptos-labs/ts-sdk - v1.4.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.4.0/classes/EntryFunctionBytes.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/EntryFunctionBytes.html new file mode 100644 index 000000000..395ea17ee --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/EntryFunctionBytes.html @@ -0,0 +1,28 @@ +EntryFunctionBytes | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/FeePayerRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/FeePayerRawTransaction.html new file mode 100644 index 000000000..ff00f16cf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/FeePayerRawTransaction.html @@ -0,0 +1,21 @@ +FeePayerRawTransaction | @aptos-labs/ts-sdk - v1.4.0

Class FeePayerRawTransaction

Representation of a Fee Payer Transaction that can serialized and deserialized

+

Hierarchy

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.4.0/classes/FixedBytes.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/FixedBytes.html new file mode 100644 index 000000000..df1574ed2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/FixedBytes.html @@ -0,0 +1,33 @@ +FixedBytes | @aptos-labs/ts-sdk - v1.4.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

Implements

Constructors

Properties

value: Uint8Array

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/classes/Hex.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Hex.html new file mode 100644 index 000000000..cd2e232f7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Hex.html @@ -0,0 +1,50 @@ +Hex | @aptos-labs/ts-sdk - v1.4.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.4.0/classes/Identifier.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Identifier.html new file mode 100644 index 000000000..d3920ea9e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Identifier.html @@ -0,0 +1,15 @@ +Identifier | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/ModuleId.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/ModuleId.html new file mode 100644 index 000000000..c752daaf6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/ModuleId.html @@ -0,0 +1,22 @@ +ModuleId | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/MoveOption.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MoveOption.html new file mode 100644 index 000000000..9e2b6f76d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MoveOption.html @@ -0,0 +1,83 @@ +MoveOption | @aptos-labs/ts-sdk - v1.4.0

Class MoveOption<T>

Type Parameters

Hierarchy

Implements

Constructors

Properties

value?: T
vec: MoveVector<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.4.0/classes/MoveString.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MoveString.html new file mode 100644 index 000000000..0ffbcc610 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MoveString.html @@ -0,0 +1,20 @@ +MoveString | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

Implements

Constructors

Properties

value: string

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/classes/MoveVector.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MoveVector.html new file mode 100644 index 000000000..62d9fe1b6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MoveVector.html @@ -0,0 +1,88 @@ +MoveVector | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/MultiAgentRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MultiAgentRawTransaction.html new file mode 100644 index 000000000..74eee351d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MultiAgentRawTransaction.html @@ -0,0 +1,19 @@ +MultiAgentRawTransaction | @aptos-labs/ts-sdk - v1.4.0

Class MultiAgentRawTransaction

Representation of a Multi Agent Transaction that can serialized and deserialized

+

Hierarchy

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.4.0/classes/MultiEd25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MultiEd25519PublicKey.html new file mode 100644 index 000000000..eeb211931 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MultiEd25519PublicKey.html @@ -0,0 +1,34 @@ +MultiEd25519PublicKey | @aptos-labs/ts-sdk - v1.4.0

Class MultiEd25519PublicKey

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

+

Hierarchy

Constructors

Properties

publicKeys: Ed25519PublicKey[]

List of Ed25519 public keys for this MultiEd25519PublicKey

+
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

    +
  • 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.4.0/classes/MultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MultiEd25519Signature.html new file mode 100644 index 000000000..30a2612bb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MultiEd25519Signature.html @@ -0,0 +1,40 @@ +MultiEd25519Signature | @aptos-labs/ts-sdk - v1.4.0

Class MultiEd25519Signature

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

+

Hierarchy

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.4.0/classes/MultiKey.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MultiKey.html new file mode 100644 index 000000000..1f8196ff5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MultiKey.html @@ -0,0 +1,29 @@ +MultiKey | @aptos-labs/ts-sdk - v1.4.0

An abstract representation of a public key. All Asymmetric key pairs will use this to +verify signatures and for authentication keys.

+

Hierarchy

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

    +
  • 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

    +
  • 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.4.0/classes/MultiSig.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MultiSig.html new file mode 100644 index 000000000..f33b09908 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MultiSig.html @@ -0,0 +1,11 @@ +MultiSig | @aptos-labs/ts-sdk - v1.4.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.4.0/classes/MultiSigTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MultiSigTransactionPayload.html new file mode 100644 index 000000000..bcb33aede --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/MultiSigTransactionPayload.html @@ -0,0 +1,21 @@ +MultiSigTransactionPayload | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/ParsingError.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/ParsingError.html new file mode 100644 index 000000000..20abbb9fd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/ParsingError.html @@ -0,0 +1,16 @@ +ParsingError | @aptos-labs/ts-sdk - v1.4.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)

Type declaration

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.4.0/classes/PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/PrivateKey.html new file mode 100644 index 000000000..7ac6a5219 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/PrivateKey.html @@ -0,0 +1,21 @@ +PrivateKey | @aptos-labs/ts-sdk - v1.4.0

Class PrivateKeyAbstract

An abstract representation of a private key. This is used to sign transactions and +derive the public key associated.

+

Hierarchy

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.4.0/classes/PublicKey.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/PublicKey.html new file mode 100644 index 000000000..a5b7b2bed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/PublicKey.html @@ -0,0 +1,20 @@ +PublicKey | @aptos-labs/ts-sdk - v1.4.0

Class PublicKeyAbstract

An abstract representation of a public key. All Asymmetric key pairs will use this to +verify signatures and for authentication keys.

+

Hierarchy

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

    +
  • Verifies that the private key associated with this public key signed the message with the given signature.

    +

    Parameters

    Returns boolean

Generated using TypeDoc

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

Representation of a Raw Transaction that can serialized and deserialized

+

Hierarchy

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.4.0/classes/RawTransactionWithData.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/RawTransactionWithData.html new file mode 100644 index 000000000..28a1faacf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/RawTransactionWithData.html @@ -0,0 +1,14 @@ +RawTransactionWithData | @aptos-labs/ts-sdk - v1.4.0

Class RawTransactionWithDataAbstract

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

+

Hierarchy

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.4.0/classes/RotationProofChallenge.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/RotationProofChallenge.html new file mode 100644 index 000000000..d5834a97b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/RotationProofChallenge.html @@ -0,0 +1,19 @@ +RotationProofChallenge | @aptos-labs/ts-sdk - v1.4.0

Class RotationProofChallenge

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

+

Hierarchy

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.4.0/classes/Script.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Script.html new file mode 100644 index 000000000..e18166c88 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Script.html @@ -0,0 +1,21 @@ +Script | @aptos-labs/ts-sdk - v1.4.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.4.0/classes/Secp256k1PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Secp256k1PrivateKey.html new file mode 100644 index 000000000..5bb16fd16 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Secp256k1PrivateKey.html @@ -0,0 +1,45 @@ +Secp256k1PrivateKey | @aptos-labs/ts-sdk - v1.4.0

Class Secp256k1PrivateKey

A Secp256k1 ecdsa private key

+

Hierarchy

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

    +
  • 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.4.0/classes/Secp256k1PublicKey.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Secp256k1PublicKey.html new file mode 100644 index 000000000..556f7052b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Secp256k1PublicKey.html @@ -0,0 +1,30 @@ +Secp256k1PublicKey | @aptos-labs/ts-sdk - v1.4.0

Class Secp256k1PublicKey

Represents the Secp256k1 ecdsa public key

+

Secp256k1 authentication key is represented in the SDK as AnyPublicKey.

+

Hierarchy

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.4.0/classes/Secp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Secp256k1Signature.html new file mode 100644 index 000000000..5508b7cf9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Secp256k1Signature.html @@ -0,0 +1,26 @@ +Secp256k1Signature | @aptos-labs/ts-sdk - v1.4.0

Class Secp256k1Signature

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

+

Hierarchy

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.4.0/classes/Serializable.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Serializable.html new file mode 100644 index 000000000..89076f672 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Serializable.html @@ -0,0 +1,10 @@ +Serializable | @aptos-labs/ts-sdk - v1.4.0

Class SerializableAbstract

Hierarchy

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.4.0/classes/Serializer.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Serializer.html new file mode 100644 index 000000000..0210dc0dc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Serializer.html @@ -0,0 +1,67 @@ +Serializer | @aptos-labs/ts-sdk - v1.4.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.4.0/classes/Signature.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Signature.html new file mode 100644 index 000000000..1eac25e64 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/Signature.html @@ -0,0 +1,16 @@ +Signature | @aptos-labs/ts-sdk - v1.4.0

Class SignatureAbstract

An abstract representation of a signature. This is the product of signing a +message and can be used with the PublicKey to verify the signature.

+

Hierarchy

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.4.0/classes/SignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/SignedTransaction.html new file mode 100644 index 000000000..b2c7430ca --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/SignedTransaction.html @@ -0,0 +1,21 @@ +SignedTransaction | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/StructTag.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/StructTag.html new file mode 100644 index 000000000..ae02533b8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/StructTag.html @@ -0,0 +1,15 @@ +StructTag | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/TransactionAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionAuthenticator.html new file mode 100644 index 000000000..6f5c15c89 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionAuthenticator.html @@ -0,0 +1,11 @@ +TransactionAuthenticator | @aptos-labs/ts-sdk - v1.4.0

Class TransactionAuthenticatorAbstract

Hierarchy

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.4.0/classes/TransactionAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionAuthenticatorEd25519.html new file mode 100644 index 000000000..18fd994bd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionAuthenticatorEd25519.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/TransactionAuthenticatorFeePayer.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionAuthenticatorFeePayer.html new file mode 100644 index 000000000..7061b9471 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionAuthenticatorFeePayer.html @@ -0,0 +1,21 @@ +TransactionAuthenticatorFeePayer | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/TransactionAuthenticatorMultiAgent.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionAuthenticatorMultiAgent.html new file mode 100644 index 000000000..4b65aeeb2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionAuthenticatorMultiAgent.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorMultiAgent | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/TransactionAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..7a91d2794 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionAuthenticatorMultiEd25519.html @@ -0,0 +1,17 @@ +TransactionAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/TransactionAuthenticatorSingleSender.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionAuthenticatorSingleSender.html new file mode 100644 index 000000000..f757512a8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionAuthenticatorSingleSender.html @@ -0,0 +1,15 @@ +TransactionAuthenticatorSingleSender | @aptos-labs/ts-sdk - v1.4.0

Class TransactionAuthenticatorSingleSender

Single Sender authenticator for a single signer transaction

+

Param: sender

AccountAuthenticator

+

Hierarchy

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.4.0/classes/TransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionPayload.html new file mode 100644 index 000000000..762d81541 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionPayload.html @@ -0,0 +1,15 @@ +TransactionPayload | @aptos-labs/ts-sdk - v1.4.0

Class TransactionPayloadAbstract

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

+

Hierarchy

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.4.0/classes/TransactionPayloadEntryFunction.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionPayloadEntryFunction.html new file mode 100644 index 000000000..5203778b1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionPayloadEntryFunction.html @@ -0,0 +1,16 @@ +TransactionPayloadEntryFunction | @aptos-labs/ts-sdk - v1.4.0

Class TransactionPayloadEntryFunction

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

+

Hierarchy

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.4.0/classes/TransactionPayloadMultiSig.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionPayloadMultiSig.html new file mode 100644 index 000000000..2ce88aa91 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionPayloadMultiSig.html @@ -0,0 +1,16 @@ +TransactionPayloadMultiSig | @aptos-labs/ts-sdk - v1.4.0

Class TransactionPayloadMultiSig

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

+

Hierarchy

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.4.0/classes/TransactionPayloadScript.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionPayloadScript.html new file mode 100644 index 000000000..0d0f123e2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionPayloadScript.html @@ -0,0 +1,16 @@ +TransactionPayloadScript | @aptos-labs/ts-sdk - v1.4.0

Class TransactionPayloadScript

Representation of a Transaction Payload Script that can serialized and deserialized

+

Hierarchy

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.4.0/classes/TransactionWorker.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionWorker.html new file mode 100644 index 000000000..54787c92b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TransactionWorker.html @@ -0,0 +1,50 @@ +TransactionWorker | @aptos-labs/ts-sdk - v1.4.0

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

+

Methods

  • 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>

  • 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>

  • 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.4.0/classes/TypeTag.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTag.html new file mode 100644 index 000000000..e67d27832 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTag.html @@ -0,0 +1,24 @@ +TypeTag | @aptos-labs/ts-sdk - v1.4.0

Class TypeTagAbstract

Hierarchy

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.4.0/classes/TypeTagAddress.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagAddress.html new file mode 100644 index 000000000..61fe6f8c0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagAddress.html @@ -0,0 +1,25 @@ +TypeTagAddress | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/TypeTagBool.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagBool.html new file mode 100644 index 000000000..dd1b66e9d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagBool.html @@ -0,0 +1,25 @@ +TypeTagBool | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/TypeTagGeneric.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagGeneric.html new file mode 100644 index 000000000..156f4e2b0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagGeneric.html @@ -0,0 +1,29 @@ +TypeTagGeneric | @aptos-labs/ts-sdk - v1.4.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

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.4.0/classes/TypeTagParserError.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagParserError.html new file mode 100644 index 000000000..bf5a0f059 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagParserError.html @@ -0,0 +1,11 @@ +TypeTagParserError | @aptos-labs/ts-sdk - v1.4.0

Class TypeTagParserError

Hierarchy

  • Error
    • TypeTagParserError

Constructors

Properties

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

Type declaration

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.4.0/classes/TypeTagReference.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagReference.html new file mode 100644 index 000000000..8f8fd112e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagReference.html @@ -0,0 +1,26 @@ +TypeTagReference | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/TypeTagSigner.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagSigner.html new file mode 100644 index 000000000..e82ac9a0c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagSigner.html @@ -0,0 +1,25 @@ +TypeTagSigner | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/TypeTagStruct.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagStruct.html new file mode 100644 index 000000000..012e21ef5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagStruct.html @@ -0,0 +1,30 @@ +TypeTagStruct | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/TypeTagU128.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagU128.html new file mode 100644 index 000000000..ff70c75b6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagU128.html @@ -0,0 +1,25 @@ +TypeTagU128 | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/TypeTagU16.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagU16.html new file mode 100644 index 000000000..9fa5fe105 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagU16.html @@ -0,0 +1,25 @@ +TypeTagU16 | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/TypeTagU256.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagU256.html new file mode 100644 index 000000000..d7107566e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagU256.html @@ -0,0 +1,25 @@ +TypeTagU256 | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/TypeTagU32.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagU32.html new file mode 100644 index 000000000..4c2d63a03 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagU32.html @@ -0,0 +1,25 @@ +TypeTagU32 | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/TypeTagU64.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagU64.html new file mode 100644 index 000000000..3d3d6db22 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagU64.html @@ -0,0 +1,25 @@ +TypeTagU64 | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/TypeTagU8.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagU8.html new file mode 100644 index 000000000..4c2d2a600 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagU8.html @@ -0,0 +1,25 @@ +TypeTagU8 | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/TypeTagVector.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagVector.html new file mode 100644 index 000000000..ae44e75f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/TypeTagVector.html @@ -0,0 +1,26 @@ +TypeTagVector | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

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.4.0/classes/U128.html b/docs/@aptos-labs/ts-sdk-1.4.0/classes/U128.html new file mode 100644 index 000000000..87e30cd02 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/classes/U128.html @@ -0,0 +1,20 @@ +U128 | @aptos-labs/ts-sdk - v1.4.0

Hierarchy

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/enums/AddressInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.4.0/enums/AddressInvalidReason.html new file mode 100644 index 000000000..6623c28ab --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/enums/AddressInvalidReason.html @@ -0,0 +1,9 @@ +AddressInvalidReason | @aptos-labs/ts-sdk - v1.4.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.4.0/enums/AnyPublicKeyVariant.html b/docs/@aptos-labs/ts-sdk-1.4.0/enums/AnyPublicKeyVariant.html new file mode 100644 index 000000000..8e074fc3b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/enums/AnyPublicKeyVariant.html @@ -0,0 +1,3 @@ +AnyPublicKeyVariant | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/enums/DeriveScheme.html b/docs/@aptos-labs/ts-sdk-1.4.0/enums/DeriveScheme.html new file mode 100644 index 000000000..92f24b0c1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/enums/DeriveScheme.html @@ -0,0 +1,12 @@ +DeriveScheme | @aptos-labs/ts-sdk - v1.4.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.4.0/enums/HexInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.4.0/enums/HexInvalidReason.html new file mode 100644 index 000000000..43f2829a4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/enums/HexInvalidReason.html @@ -0,0 +1,5 @@ +HexInvalidReason | @aptos-labs/ts-sdk - v1.4.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.4.0/enums/KeyType.html b/docs/@aptos-labs/ts-sdk-1.4.0/enums/KeyType.html new file mode 100644 index 000000000..f541d1b9a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/enums/KeyType.html @@ -0,0 +1,3 @@ +KeyType | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

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

Enumeration MimeType

Enumeration Members

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

+
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.4.0/enums/MoveAbility.html b/docs/@aptos-labs/ts-sdk-1.4.0/enums/MoveAbility.html new file mode 100644 index 000000000..f10e0a0fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/enums/MoveAbility.html @@ -0,0 +1,6 @@ +MoveAbility | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/enums/ProcessorType.html b/docs/@aptos-labs/ts-sdk-1.4.0/enums/ProcessorType.html new file mode 100644 index 000000000..fff797eb2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/enums/ProcessorType.html @@ -0,0 +1,11 @@ +ProcessorType | @aptos-labs/ts-sdk - v1.4.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://indexer.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.4.0/enums/RoleType.html b/docs/@aptos-labs/ts-sdk-1.4.0/enums/RoleType.html new file mode 100644 index 000000000..32c89ad5e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/enums/RoleType.html @@ -0,0 +1,3 @@ +RoleType | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Enumeration TransactionResponseType

TRANSACTION TYPES

+

Enumeration Members

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/enums/TypeTagParserErrorType.html b/docs/@aptos-labs/ts-sdk-1.4.0/enums/TypeTagParserErrorType.html new file mode 100644 index 000000000..aa48bd4b3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/enums/TypeTagParserErrorType.html @@ -0,0 +1,13 @@ +TypeTagParserErrorType | @aptos-labs/ts-sdk - v1.4.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.4.0/enums/TypeTagVariants.html b/docs/@aptos-labs/ts-sdk-1.4.0/enums/TypeTagVariants.html new file mode 100644 index 000000000..d072b89f9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/enums/TypeTagVariants.html @@ -0,0 +1,16 @@ +TypeTagVariants | @aptos-labs/ts-sdk - v1.4.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.4.0/functions/CKDPriv.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/CKDPriv.html new file mode 100644 index 000000000..3864d711b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/CKDPriv.html @@ -0,0 +1,2 @@ +CKDPriv | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Function aptosRequest

  • The main function to use when doing an API request.

    +

    Type Parameters

    • Req extends {}

    • Res extends {}

    Parameters

    Returns Promise<AptosResponse<Req, Res>>

    the response or AptosApiError

    +

Generated using TypeDoc

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

Function buildTransaction

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function deriveTransactionType

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function fetchEntryFunctionAbi

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/functions/findFirstNonSignerArg.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/findFirstNonSignerArg.html new file mode 100644 index 000000000..083b24d2f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/findFirstNonSignerArg.html @@ -0,0 +1,4 @@ +findFirstNonSignerArg | @aptos-labs/ts-sdk - v1.4.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.4.0/functions/generateMultiSignersSignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/generateMultiSignersSignedTransaction.html new file mode 100644 index 000000000..a1fdc20f8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/generateMultiSignersSignedTransaction.html @@ -0,0 +1,5 @@ +generateMultiSignersSignedTransaction | @aptos-labs/ts-sdk - v1.4.0

Function generateMultiSignersSignedTransaction

Generated using TypeDoc

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

Function generateRawTransaction

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function generateTransactionPayload

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/functions/getFunctionParts.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/getFunctionParts.html new file mode 100644 index 000000000..76d4d3572 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/getFunctionParts.html @@ -0,0 +1 @@ +getFunctionParts | @aptos-labs/ts-sdk - v1.4.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.4.0/functions/isBcsAddress.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/isBcsAddress.html new file mode 100644 index 000000000..31c1f50c7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/isBcsAddress.html @@ -0,0 +1 @@ +isBcsAddress | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/functions/isValidBIP44Path.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/isValidBIP44Path.html new file mode 100644 index 000000000..9111cb017 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/isValidBIP44Path.html @@ -0,0 +1,6 @@ +isValidBIP44Path | @aptos-labs/ts-sdk - v1.4.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.4.0/functions/isValidHardenedPath.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/isValidHardenedPath.html new file mode 100644 index 000000000..39abd30ab --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/isValidHardenedPath.html @@ -0,0 +1,12 @@ +isValidHardenedPath | @aptos-labs/ts-sdk - v1.4.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.4.0/functions/mnemonicToSeed.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/mnemonicToSeed.html new file mode 100644 index 000000000..8b18082b9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/mnemonicToSeed.html @@ -0,0 +1,3 @@ +mnemonicToSeed | @aptos-labs/ts-sdk - v1.4.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.4.0/functions/objectStructTag.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/objectStructTag.html new file mode 100644 index 000000000..3cde283cd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/objectStructTag.html @@ -0,0 +1 @@ +objectStructTag | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/functions/outOfRangeErrorMessage.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/outOfRangeErrorMessage.html new file mode 100644 index 000000000..44e3675cc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/outOfRangeErrorMessage.html @@ -0,0 +1 @@ +outOfRangeErrorMessage | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/functions/parseTypeTag.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/parseTypeTag.html new file mode 100644 index 000000000..a61d2f7e2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/parseTypeTag.html @@ -0,0 +1,14 @@ +parseTypeTag | @aptos-labs/ts-sdk - v1.4.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.4.0/functions/post.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/post.html new file mode 100644 index 000000000..4015f9261 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/post.html @@ -0,0 +1,3 @@ +post | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/functions/postAptosFaucet.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/postAptosFaucet.html new file mode 100644 index 000000000..85abb8eb7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/postAptosFaucet.html @@ -0,0 +1 @@ +postAptosFaucet | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/functions/stringStructTag.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/stringStructTag.html new file mode 100644 index 000000000..41fc6be75 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/stringStructTag.html @@ -0,0 +1 @@ +stringStructTag | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/functions/throwTypeMismatch.html b/docs/@aptos-labs/ts-sdk-1.4.0/functions/throwTypeMismatch.html new file mode 100644 index 000000000..991bdc09c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/functions/throwTypeMismatch.html @@ -0,0 +1 @@ +throwTypeMismatch | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/index.html b/docs/@aptos-labs/ts-sdk-1.4.0/index.html new file mode 100644 index 000000000..ef099bc03 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/index.html @@ -0,0 +1,66 @@ +@aptos-labs/ts-sdk - v1.4.0

@aptos-labs/ts-sdk - v1.4.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

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: SingingSchemeInput.Secp256k1 }); // Single Sender Secp256k1
const account = Account.generate({ scheme: SingingSchemeInput.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.4.0/interfaces/AptosResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/AptosResponse.html new file mode 100644 index 000000000..bc35d830a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/AptosResponse.html @@ -0,0 +1,16 @@ +AptosResponse | @aptos-labs/ts-sdk - v1.4.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 {
    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.4.0/interfaces/Client.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/Client.html new file mode 100644 index 000000000..48b3620b4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/Client.html @@ -0,0 +1,2 @@ +Client | @aptos-labs/ts-sdk - v1.4.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.4.0/interfaces/ClientRequest.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/ClientRequest.html new file mode 100644 index 000000000..84baf600b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/ClientRequest.html @@ -0,0 +1,8 @@ +ClientRequest | @aptos-labs/ts-sdk - v1.4.0

Interface ClientRequest<Req>

interface ClientRequest {
    body?: Req;
    contentType?: string;
    headers?: Record<string, any>;
    method: "GET" | "POST";
    overrides?: ClientConfig;
    params?: any;
    url: string;
}

Type Parameters

  • Req

Properties

body?: Req
contentType?: string
headers?: Record<string, any>
method: "GET" | "POST"
overrides?: ClientConfig
params?: any
url: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/ClientResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/ClientResponse.html new file mode 100644 index 000000000..610bc2f6c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/ClientResponse.html @@ -0,0 +1,8 @@ +ClientResponse | @aptos-labs/ts-sdk - v1.4.0

Interface ClientResponse<Res>

interface ClientResponse {
    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.4.0/interfaces/Deserializable.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/Deserializable.html new file mode 100644 index 000000000..7dd082173 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/Deserializable.html @@ -0,0 +1,6 @@ +Deserializable | @aptos-labs/ts-sdk - v1.4.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 {
    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.4.0/interfaces/EntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/EntryFunctionArgument.html new file mode 100644 index 000000000..ee7fa6c21 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/EntryFunctionArgument.html @@ -0,0 +1,8 @@ +EntryFunctionArgument | @aptos-labs/ts-sdk - v1.4.0

Interface EntryFunctionArgument

interface EntryFunctionArgument {
    bcsToBytes(): Uint8Array;
    bcsToHex(): Hex;
    serialize(serializer): void;
    serializeForEntryFunction(serializer): void;
}

Hierarchy

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.4.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html new file mode 100644 index 000000000..dda348623 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html @@ -0,0 +1,9 @@ +InputGenerateMultiAgentRawTransactionArgs | @aptos-labs/ts-sdk - v1.4.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.4.0/interfaces/InputGenerateMultiAgentRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/InputGenerateMultiAgentRawTransactionData.html new file mode 100644 index 000000000..485bbd0f0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/InputGenerateMultiAgentRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateMultiAgentRawTransactionData | @aptos-labs/ts-sdk - v1.4.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.4.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html new file mode 100644 index 000000000..6c56f2f92 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html @@ -0,0 +1,8 @@ +InputGenerateSingleSignerRawTransactionArgs | @aptos-labs/ts-sdk - v1.4.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.4.0/interfaces/InputGenerateSingleSignerRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/InputGenerateSingleSignerRawTransactionData.html new file mode 100644 index 000000000..845e8de20 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/InputGenerateSingleSignerRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateSingleSignerRawTransactionData | @aptos-labs/ts-sdk - v1.4.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.4.0/interfaces/InputSubmitTransactionData.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/InputSubmitTransactionData.html new file mode 100644 index 000000000..ccf4977a1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/InputSubmitTransactionData.html @@ -0,0 +1,6 @@ +InputSubmitTransactionData | @aptos-labs/ts-sdk - v1.4.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.4.0/interfaces/MultiAgentTransaction.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/MultiAgentTransaction.html new file mode 100644 index 000000000..8b439a442 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/MultiAgentTransaction.html @@ -0,0 +1,7 @@ +MultiAgentTransaction | @aptos-labs/ts-sdk - v1.4.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.4.0/interfaces/OrderByArg.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/OrderByArg.html new file mode 100644 index 000000000..f1ec308b9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/OrderByArg.html @@ -0,0 +1,2 @@ +OrderByArg | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/PaginationArgs.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/PaginationArgs.html new file mode 100644 index 000000000..905d632c5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/PaginationArgs.html @@ -0,0 +1,6 @@ +PaginationArgs | @aptos-labs/ts-sdk - v1.4.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.4.0/interfaces/ScriptFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/ScriptFunctionArgument.html new file mode 100644 index 000000000..643c3488e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/ScriptFunctionArgument.html @@ -0,0 +1,9 @@ +ScriptFunctionArgument | @aptos-labs/ts-sdk - v1.4.0

Interface ScriptFunctionArgument

interface ScriptFunctionArgument {
    bcsToBytes(): Uint8Array;
    bcsToHex(): Hex;
    serialize(serializer): void;
    serializeForScriptFunction(serializer): void;
}

Hierarchy

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.4.0/interfaces/SimpleTransaction.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/SimpleTransaction.html new file mode 100644 index 000000000..624b00fb0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/SimpleTransaction.html @@ -0,0 +1,6 @@ +SimpleTransaction | @aptos-labs/ts-sdk - v1.4.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.4.0/interfaces/TokenStandardArg.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/TokenStandardArg.html new file mode 100644 index 000000000..fd5513be0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/TokenStandardArg.html @@ -0,0 +1,2 @@ +TokenStandardArg | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/TransactionArgument.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/TransactionArgument.html new file mode 100644 index 000000000..3a47f9a38 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/TransactionArgument.html @@ -0,0 +1,12 @@ +TransactionArgument | @aptos-labs/ts-sdk - v1.4.0

Interface TransactionArgument

interface TransactionArgument {
    bcsToBytes(): Uint8Array;
    bcsToHex(): Hex;
    serialize(serializer): void;
    serializeForEntryFunction(serializer): void;
    serializeForScriptFunction(serializer): void;
}

Hierarchy

Implemented by

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/WhereArg.html b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/WhereArg.html new file mode 100644 index 000000000..58e8e0411 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/interfaces/WhereArg.html @@ -0,0 +1,2 @@ +WhereArg | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/modules.html b/docs/@aptos-labs/ts-sdk-1.4.0/modules.html new file mode 100644 index 000000000..31fc9bb65 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/modules.html @@ -0,0 +1,339 @@ +@aptos-labs/ts-sdk - v1.4.0

@aptos-labs/ts-sdk - v1.4.0

Index

Enumerations

Classes

Interfaces

Type Aliases

AccountAddressInput +AccountData +AccountSignature +AnyNumber +AnyRawTransaction +AnyRawTransactionInstance +AnyTransactionPayloadInstance +AptosRequest +AptosSettings +AuthenticationKeyScheme +Block +BlockMetadataTransactionResponse +ClientConfig +CommittedTransactionResponse +DecodedTableData +DeletedTableData +DerivedKeys +DirectWriteSet +EntryFunctionABI +EntryFunctionArgumentTypes +EntryFunctionPayloadResponse +Event +EventGuid +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 +InputEntryFunctionData +InputEntryFunctionDataWithRemoteABI +InputGenerateRawTransactionArgs +InputGenerateTransactionData +InputGenerateTransactionOptions +InputGenerateTransactionPayloadData +InputGenerateTransactionPayloadDataWithRemoteABI +InputMultiSigData +InputMultiSigDataWithRemoteABI +InputScriptData +InputSimulateTransactionData +InputSimulateTransactionOptions +InputViewRequestData +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 +StateCheckpointTransactionResponse +TableItemRequest +TokenStandard +TransactionEd25519Signature +TransactionFeePayerSignature +TransactionMultiAgentSignature +TransactionMultiEd25519Signature +TransactionPayloadResponse +TransactionResponse +TransactionSecp256k1Signature +TransactionSignature +Uint128 +Uint16 +Uint256 +Uint32 +Uint64 +Uint8 +UserTransactionResponse +ViewRequest +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.4.0/types/AccountAddressInput.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/AccountAddressInput.html new file mode 100644 index 000000000..286c24832 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/AccountAddressInput.html @@ -0,0 +1 @@ +AccountAddressInput | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/AccountData.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/AccountData.html new file mode 100644 index 000000000..e8d8f633f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/AccountData.html @@ -0,0 +1 @@ +AccountData | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/AccountSignature.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/AccountSignature.html new file mode 100644 index 000000000..93d5ad9d3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/AccountSignature.html @@ -0,0 +1,2 @@ +AccountSignature | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/AnyNumber.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/AnyNumber.html new file mode 100644 index 000000000..eaf673f2d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/AnyNumber.html @@ -0,0 +1 @@ +AnyNumber | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/AnyRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/AnyRawTransaction.html new file mode 100644 index 000000000..3d1533b1e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/AnyRawTransaction.html @@ -0,0 +1,2 @@ +AnyRawTransaction | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/AnyRawTransactionInstance.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/AnyRawTransactionInstance.html new file mode 100644 index 000000000..7b885af64 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/AnyRawTransactionInstance.html @@ -0,0 +1,2 @@ +AnyRawTransactionInstance | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/AnyTransactionPayloadInstance.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/AnyTransactionPayloadInstance.html new file mode 100644 index 000000000..3d60ac1ef --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/AnyTransactionPayloadInstance.html @@ -0,0 +1,2 @@ +AnyTransactionPayloadInstance | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/AptosRequest.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/AptosRequest.html new file mode 100644 index 000000000..96b1c0d3a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/AptosRequest.html @@ -0,0 +1,11 @@ +AptosRequest | @aptos-labs/ts-sdk - v1.4.0

Type alias AptosRequest

AptosRequest: {
    acceptType?: string;
    body?: any;
    contentType?: string;
    method: "GET" | "POST";
    originMethod?: string;
    overrides?: ClientConfig;
    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
  • 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.aptoslabs.devnet.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.4.0/types/AptosSettings.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/AptosSettings.html new file mode 100644 index 000000000..67edf68ec --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/AptosSettings.html @@ -0,0 +1,4 @@ +AptosSettings | @aptos-labs/ts-sdk - v1.4.0

Type alias AptosSettings

AptosSettings: {
    client?: Client;
    clientConfig?: ClientConfig;
    faucet?: string;
    fullnode?: string;
    indexer?: string;
    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 fullnode?: string
  • Optional Readonly indexer?: string
  • Optional Readonly network?: Network

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/AuthenticationKeyScheme.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/AuthenticationKeyScheme.html new file mode 100644 index 000000000..3cc6e60fa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/AuthenticationKeyScheme.html @@ -0,0 +1,3 @@ +AuthenticationKeyScheme | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/Block.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/Block.html new file mode 100644 index 000000000..e0b1218bc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/Block.html @@ -0,0 +1,3 @@ +Block | @aptos-labs/ts-sdk - v1.4.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.4.0/types/BlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/BlockMetadataTransactionResponse.html new file mode 100644 index 000000000..8b40cde5e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/BlockMetadataTransactionResponse.html @@ -0,0 +1,7 @@ +BlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v1.4.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;
    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
  • Optional state_checkpoint_hash?: string
  • 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.4.0/types/ClientConfig.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/ClientConfig.html new file mode 100644 index 000000000..d07b1b3d0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/ClientConfig.html @@ -0,0 +1,6 @@ +ClientConfig | @aptos-labs/ts-sdk - v1.4.0

Type alias ClientConfig

ClientConfig: {
    API_KEY?: string;
    AUTH_TOKEN?: string;
    HEADERS?: Record<string, string | number | boolean>;
    WITH_CREDENTIALS?: boolean;
}

A configuration object we can pass with the request to the server.

+

Type declaration

  • Optional API_KEY?: string
  • Optional AUTH_TOKEN?: string
  • Optional HEADERS?: Record<string, string | number | boolean>
  • Optional WITH_CREDENTIALS?: boolean

Param: AUTH_TOKEN

an auth token to send with a faucet request

+

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.4.0/types/CommittedTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/CommittedTransactionResponse.html new file mode 100644 index 000000000..b0884ff95 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/CommittedTransactionResponse.html @@ -0,0 +1 @@ +CommittedTransactionResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/DecodedTableData.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/DecodedTableData.html new file mode 100644 index 000000000..c70cf8e80 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/DecodedTableData.html @@ -0,0 +1,5 @@ +DecodedTableData | @aptos-labs/ts-sdk - v1.4.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.4.0/types/DeletedTableData.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/DeletedTableData.html new file mode 100644 index 000000000..8155dc708 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/DeletedTableData.html @@ -0,0 +1,4 @@ +DeletedTableData | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/DerivedKeys.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/DerivedKeys.html new file mode 100644 index 000000000..13a32f438 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/DerivedKeys.html @@ -0,0 +1 @@ +DerivedKeys | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/DirectWriteSet.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/DirectWriteSet.html new file mode 100644 index 000000000..9450f5a78 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/DirectWriteSet.html @@ -0,0 +1 @@ +DirectWriteSet | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/EntryFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/EntryFunctionABI.html new file mode 100644 index 000000000..7aea3169c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/EntryFunctionABI.html @@ -0,0 +1,3 @@ +EntryFunctionABI | @aptos-labs/ts-sdk - v1.4.0

Type alias EntryFunctionABI

EntryFunctionABI: {
    parameters: TypeTag[];
    typeParameters: MoveFunctionGenericTypeParam[];
}

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/EntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/EntryFunctionArgumentTypes.html new file mode 100644 index 000000000..6da8095f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/EntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +EntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/EntryFunctionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/EntryFunctionPayloadResponse.html new file mode 100644 index 000000000..1469ae806 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/EntryFunctionPayloadResponse.html @@ -0,0 +1,3 @@ +EntryFunctionPayloadResponse | @aptos-labs/ts-sdk - v1.4.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.4.0/types/Event.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/Event.html new file mode 100644 index 000000000..df6f1abd6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/Event.html @@ -0,0 +1,2 @@ +Event | @aptos-labs/ts-sdk - v1.4.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.4.0/types/EventGuid.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/EventGuid.html new file mode 100644 index 000000000..ac378ba1e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/EventGuid.html @@ -0,0 +1 @@ +EventGuid | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GasEstimation.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GasEstimation.html new file mode 100644 index 000000000..ed6315650 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GasEstimation.html @@ -0,0 +1,5 @@ +GasEstimation | @aptos-labs/ts-sdk - v1.4.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.4.0/types/GenerateAccount.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GenerateAccount.html new file mode 100644 index 000000000..78f81bbab --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GenerateAccount.html @@ -0,0 +1 @@ +GenerateAccount | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GenerateAccountWithEd25519.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GenerateAccountWithEd25519.html new file mode 100644 index 000000000..410de0485 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GenerateAccountWithEd25519.html @@ -0,0 +1,3 @@ +GenerateAccountWithEd25519 | @aptos-labs/ts-sdk - v1.4.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.4.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html new file mode 100644 index 000000000..658f77df6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html @@ -0,0 +1,3 @@ +GenerateAccountWithSingleSignerSecp256k1Key | @aptos-labs/ts-sdk - v1.4.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.4.0/types/GenesisPayload.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GenesisPayload.html new file mode 100644 index 000000000..1ff6beab1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GenesisPayload.html @@ -0,0 +1 @@ +GenesisPayload | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GenesisTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GenesisTransactionResponse.html new file mode 100644 index 000000000..c8ee2e104 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GenesisTransactionResponse.html @@ -0,0 +1,5 @@ +GenesisTransactionResponse | @aptos-labs/ts-sdk - v1.4.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.4.0/types/GetANSNameResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetANSNameResponse.html new file mode 100644 index 000000000..d2a83d9a0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetANSNameResponse.html @@ -0,0 +1 @@ +GetANSNameResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountCoinsDataResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountCoinsDataResponse.html new file mode 100644 index 000000000..bfdc6c88f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountCoinsDataResponse.html @@ -0,0 +1 @@ +GetAccountCoinsDataResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountCollectionsWithOwnedTokenResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountCollectionsWithOwnedTokenResponse.html new file mode 100644 index 000000000..9bb979201 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountCollectionsWithOwnedTokenResponse.html @@ -0,0 +1 @@ +GetAccountCollectionsWithOwnedTokenResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountOwnedObjectsResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountOwnedObjectsResponse.html new file mode 100644 index 000000000..a0ce66882 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountOwnedObjectsResponse.html @@ -0,0 +1,7 @@ +GetAccountOwnedObjectsResponse | @aptos-labs/ts-sdk - v1.4.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.4.0/types/GetAccountOwnedTokensFromCollectionResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountOwnedTokensFromCollectionResponse.html new file mode 100644 index 000000000..1c6f0ad09 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountOwnedTokensFromCollectionResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensFromCollectionResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountOwnedTokensQueryResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountOwnedTokensQueryResponse.html new file mode 100644 index 000000000..143e9df4c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAccountOwnedTokensQueryResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensQueryResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAptosRequestOptions.html new file mode 100644 index 000000000..bb54b839a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetAptosRequestOptions.html @@ -0,0 +1 @@ +GetAptosRequestOptions | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetChainTopUserTransactionsResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetChainTopUserTransactionsResponse.html new file mode 100644 index 000000000..eec92e42d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetChainTopUserTransactionsResponse.html @@ -0,0 +1 @@ +GetChainTopUserTransactionsResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetCollectionDataResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetCollectionDataResponse.html new file mode 100644 index 000000000..2815ee58a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetCollectionDataResponse.html @@ -0,0 +1 @@ +GetCollectionDataResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetCurrentFungibleAssetBalancesResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetCurrentFungibleAssetBalancesResponse.html new file mode 100644 index 000000000..9b965e2a0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetCurrentFungibleAssetBalancesResponse.html @@ -0,0 +1 @@ +GetCurrentFungibleAssetBalancesResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetCurrentTokenOwnershipResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetCurrentTokenOwnershipResponse.html new file mode 100644 index 000000000..011cb860c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetCurrentTokenOwnershipResponse.html @@ -0,0 +1 @@ +GetCurrentTokenOwnershipResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetDelegatedStakingActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetDelegatedStakingActivitiesResponse.html new file mode 100644 index 000000000..5bf9ea9f8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetDelegatedStakingActivitiesResponse.html @@ -0,0 +1 @@ +GetDelegatedStakingActivitiesResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetEventsResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetEventsResponse.html new file mode 100644 index 000000000..fe2fe8d62 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetEventsResponse.html @@ -0,0 +1 @@ +GetEventsResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetFungibleAssetActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetFungibleAssetActivitiesResponse.html new file mode 100644 index 000000000..5e3b32270 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetFungibleAssetActivitiesResponse.html @@ -0,0 +1 @@ +GetFungibleAssetActivitiesResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetFungibleAssetMetadataResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetFungibleAssetMetadataResponse.html new file mode 100644 index 000000000..78259e799 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetFungibleAssetMetadataResponse.html @@ -0,0 +1 @@ +GetFungibleAssetMetadataResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetNumberOfDelegatorsResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetNumberOfDelegatorsResponse.html new file mode 100644 index 000000000..2b923685e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetNumberOfDelegatorsResponse.html @@ -0,0 +1 @@ +GetNumberOfDelegatorsResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetOwnedTokensResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetOwnedTokensResponse.html new file mode 100644 index 000000000..a4a28ec44 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetOwnedTokensResponse.html @@ -0,0 +1 @@ +GetOwnedTokensResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetProcessorStatusResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetProcessorStatusResponse.html new file mode 100644 index 000000000..5a1237b64 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetProcessorStatusResponse.html @@ -0,0 +1 @@ +GetProcessorStatusResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetRequestOptions.html new file mode 100644 index 000000000..55b2ed170 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetRequestOptions.html @@ -0,0 +1,9 @@ +GetRequestOptions | @aptos-labs/ts-sdk - v1.4.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.4.0/types/GetTokenActivityResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetTokenActivityResponse.html new file mode 100644 index 000000000..57d22af27 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetTokenActivityResponse.html @@ -0,0 +1 @@ +GetTokenActivityResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GetTokenDataResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetTokenDataResponse.html new file mode 100644 index 000000000..5fd54460f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GetTokenDataResponse.html @@ -0,0 +1 @@ +GetTokenDataResponse | @aptos-labs/ts-sdk - v1.4.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/GraphqlQuery.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/GraphqlQuery.html new file mode 100644 index 000000000..34c73f97c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/GraphqlQuery.html @@ -0,0 +1,2 @@ +GraphqlQuery | @aptos-labs/ts-sdk - v1.4.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.4.0/types/HexInput.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/HexInput.html new file mode 100644 index 000000000..7a1c15d91 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/HexInput.html @@ -0,0 +1,2 @@ +HexInput | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/InputEntryFunctionData.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputEntryFunctionData.html new file mode 100644 index 000000000..360fdac9c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputEntryFunctionData.html @@ -0,0 +1,2 @@ +InputEntryFunctionData | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/InputEntryFunctionDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputEntryFunctionDataWithRemoteABI.html new file mode 100644 index 000000000..925455605 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputEntryFunctionDataWithRemoteABI.html @@ -0,0 +1 @@ +InputEntryFunctionDataWithRemoteABI | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateRawTransactionArgs.html new file mode 100644 index 000000000..93c1212a1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateRawTransactionArgs.html @@ -0,0 +1,2 @@ +InputGenerateRawTransactionArgs | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateTransactionData.html new file mode 100644 index 000000000..378219b4f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateTransactionData.html @@ -0,0 +1,2 @@ +InputGenerateTransactionData | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateTransactionOptions.html new file mode 100644 index 000000000..1ea97b536 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateTransactionOptions.html @@ -0,0 +1,2 @@ +InputGenerateTransactionOptions | @aptos-labs/ts-sdk - v1.4.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.4.0/types/InputGenerateTransactionPayloadData.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateTransactionPayloadData.html new file mode 100644 index 000000000..75c8cdfcd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateTransactionPayloadData.html @@ -0,0 +1,3 @@ +InputGenerateTransactionPayloadData | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html new file mode 100644 index 000000000..15eec719e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html @@ -0,0 +1 @@ +InputGenerateTransactionPayloadDataWithRemoteABI | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/InputMultiSigData.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputMultiSigData.html new file mode 100644 index 000000000..25e31bc8d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputMultiSigData.html @@ -0,0 +1,2 @@ +InputMultiSigData | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/InputMultiSigDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputMultiSigDataWithRemoteABI.html new file mode 100644 index 000000000..6f7f2a419 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputMultiSigDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputMultiSigDataWithRemoteABI | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/InputScriptData.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputScriptData.html new file mode 100644 index 000000000..1de240f55 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputScriptData.html @@ -0,0 +1,2 @@ +InputScriptData | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/InputSimulateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputSimulateTransactionData.html new file mode 100644 index 000000000..128516057 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputSimulateTransactionData.html @@ -0,0 +1,5 @@ +InputSimulateTransactionData | @aptos-labs/ts-sdk - v1.4.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.4.0/types/InputSimulateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputSimulateTransactionOptions.html new file mode 100644 index 000000000..1530e78b8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputSimulateTransactionOptions.html @@ -0,0 +1 @@ +InputSimulateTransactionOptions | @aptos-labs/ts-sdk - v1.4.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.4.0/types/InputViewRequestData.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputViewRequestData.html new file mode 100644 index 000000000..b08e8b801 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/InputViewRequestData.html @@ -0,0 +1,2 @@ +InputViewRequestData | @aptos-labs/ts-sdk - v1.4.0

    Type alias InputViewRequestData

    InputViewRequestData: {
        function: MoveFunctionId;
        functionArguments?: MoveValue[];
        typeArguments?: MoveStructId[];
    }

    The data needed to generate a View Request payload

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/LedgerInfo.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/LedgerInfo.html new file mode 100644 index 000000000..914d8b67d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/LedgerInfo.html @@ -0,0 +1,4 @@ +LedgerInfo | @aptos-labs/ts-sdk - v1.4.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.4.0/types/LedgerVersionArg.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/LedgerVersionArg.html new file mode 100644 index 000000000..736809bc1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/LedgerVersionArg.html @@ -0,0 +1,2 @@ +LedgerVersionArg | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveAddressType.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveAddressType.html new file mode 100644 index 000000000..cacf5f460 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveAddressType.html @@ -0,0 +1 @@ +MoveAddressType | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveFunction.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveFunction.html new file mode 100644 index 000000000..bc4ccf609 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveFunction.html @@ -0,0 +1,7 @@ +MoveFunction | @aptos-labs/ts-sdk - v1.4.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.4.0/types/MoveFunctionGenericTypeParam.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveFunctionGenericTypeParam.html new file mode 100644 index 000000000..77e1fbf86 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveFunctionGenericTypeParam.html @@ -0,0 +1,2 @@ +MoveFunctionGenericTypeParam | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveFunctionId.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveFunctionId.html new file mode 100644 index 000000000..8251f4b86 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveFunctionId.html @@ -0,0 +1 @@ +MoveFunctionId | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveModule.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveModule.html new file mode 100644 index 000000000..252f40eac --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveModule.html @@ -0,0 +1,5 @@ +MoveModule | @aptos-labs/ts-sdk - v1.4.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.4.0/types/MoveModuleBytecode.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveModuleBytecode.html new file mode 100644 index 000000000..a014738d8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveModuleBytecode.html @@ -0,0 +1 @@ +MoveModuleBytecode | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveModuleId.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveModuleId.html new file mode 100644 index 000000000..ffa47090a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveModuleId.html @@ -0,0 +1,3 @@ +MoveModuleId | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveObjectType.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveObjectType.html new file mode 100644 index 000000000..db7c47192 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveObjectType.html @@ -0,0 +1 @@ +MoveObjectType | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveOptionType.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveOptionType.html new file mode 100644 index 000000000..cf4868831 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveOptionType.html @@ -0,0 +1 @@ +MoveOptionType | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveResource.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveResource.html new file mode 100644 index 000000000..9014547ef --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveResource.html @@ -0,0 +1 @@ +MoveResource | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveScriptBytecode.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveScriptBytecode.html new file mode 100644 index 000000000..b3629f11f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveScriptBytecode.html @@ -0,0 +1,2 @@ +MoveScriptBytecode | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveStruct.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveStruct.html new file mode 100644 index 000000000..f04b68978 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveStruct.html @@ -0,0 +1,6 @@ +MoveStruct | @aptos-labs/ts-sdk - v1.4.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.4.0/types/MoveStructField.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveStructField.html new file mode 100644 index 000000000..646dc7fd5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveStructField.html @@ -0,0 +1,2 @@ +MoveStructField | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveStructId.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveStructId.html new file mode 100644 index 000000000..468c05fed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveStructId.html @@ -0,0 +1,2 @@ +MoveStructId | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveStructType.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveStructType.html new file mode 100644 index 000000000..e676d19bc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveStructType.html @@ -0,0 +1 @@ +MoveStructType | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveType.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveType.html new file mode 100644 index 000000000..2d30976a4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveType.html @@ -0,0 +1 @@ +MoveType | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint128Type.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint128Type.html new file mode 100644 index 000000000..3963926d3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint128Type.html @@ -0,0 +1 @@ +MoveUint128Type | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint16Type.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint16Type.html new file mode 100644 index 000000000..22643bef0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint16Type.html @@ -0,0 +1 @@ +MoveUint16Type | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint256Type.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint256Type.html new file mode 100644 index 000000000..c698cdbbb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint256Type.html @@ -0,0 +1 @@ +MoveUint256Type | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint32Type.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint32Type.html new file mode 100644 index 000000000..5f15ddfe0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint32Type.html @@ -0,0 +1 @@ +MoveUint32Type | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint64Type.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint64Type.html new file mode 100644 index 000000000..bc3e02c05 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint64Type.html @@ -0,0 +1 @@ +MoveUint64Type | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint8Type.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint8Type.html new file mode 100644 index 000000000..faff63599 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveUint8Type.html @@ -0,0 +1,2 @@ +MoveUint8Type | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveValue.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveValue.html new file mode 100644 index 000000000..99f0f143c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MoveValue.html @@ -0,0 +1,12 @@ +MoveValue | @aptos-labs/ts-sdk - v1.4.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.4.0/types/MultisigPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/MultisigPayloadResponse.html new file mode 100644 index 000000000..d7de2191d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/MultisigPayloadResponse.html @@ -0,0 +1 @@ +MultisigPayloadResponse | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/OrderBy.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/OrderBy.html new file mode 100644 index 000000000..aff4767ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/OrderBy.html @@ -0,0 +1,3 @@ +OrderBy | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/OrderByValue.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/OrderByValue.html new file mode 100644 index 000000000..c630d8d06 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/OrderByValue.html @@ -0,0 +1 @@ +OrderByValue | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/ParsingResult.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/ParsingResult.html new file mode 100644 index 000000000..4a166360c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/ParsingResult.html @@ -0,0 +1,6 @@ +ParsingResult | @aptos-labs/ts-sdk - v1.4.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.4.0/types/PendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/PendingTransactionResponse.html new file mode 100644 index 000000000..dc3d07eeb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/PendingTransactionResponse.html @@ -0,0 +1 @@ +PendingTransactionResponse | @aptos-labs/ts-sdk - v1.4.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.4.0/types/PostAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/PostAptosRequestOptions.html new file mode 100644 index 000000000..f58f7552d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/PostAptosRequestOptions.html @@ -0,0 +1 @@ +PostAptosRequestOptions | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/PostRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/PostRequestOptions.html new file mode 100644 index 000000000..c3e060d32 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/PostRequestOptions.html @@ -0,0 +1,10 @@ +PostRequestOptions | @aptos-labs/ts-sdk - v1.4.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.4.0/types/ScriptFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/ScriptFunctionArgumentTypes.html new file mode 100644 index 000000000..e24d20616 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/ScriptFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +ScriptFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/ScriptPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/ScriptPayloadResponse.html new file mode 100644 index 000000000..7a9facef2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/ScriptPayloadResponse.html @@ -0,0 +1,3 @@ +ScriptPayloadResponse | @aptos-labs/ts-sdk - v1.4.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.4.0/types/ScriptWriteSet.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/ScriptWriteSet.html new file mode 100644 index 000000000..4e100fd23 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/ScriptWriteSet.html @@ -0,0 +1 @@ +ScriptWriteSet | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/SimpleEntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/SimpleEntryFunctionArgumentTypes.html new file mode 100644 index 000000000..6175e59a2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/SimpleEntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +SimpleEntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/StateCheckpointTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/StateCheckpointTransactionResponse.html new file mode 100644 index 000000000..fe8a7d728 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/StateCheckpointTransactionResponse.html @@ -0,0 +1,4 @@ +StateCheckpointTransactionResponse | @aptos-labs/ts-sdk - v1.4.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;
        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
    • Optional state_checkpoint_hash?: string
    • 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.4.0/types/TableItemRequest.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/TableItemRequest.html new file mode 100644 index 000000000..2542ba5b0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/TableItemRequest.html @@ -0,0 +1,3 @@ +TableItemRequest | @aptos-labs/ts-sdk - v1.4.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.4.0/types/TokenStandard.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/TokenStandard.html new file mode 100644 index 000000000..e62672f41 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/TokenStandard.html @@ -0,0 +1,2 @@ +TokenStandard | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionEd25519Signature.html new file mode 100644 index 000000000..2be0558e9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionEd25519Signature.html @@ -0,0 +1 @@ +TransactionEd25519Signature | @aptos-labs/ts-sdk - v1.4.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.4.0/types/TransactionFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionFeePayerSignature.html new file mode 100644 index 000000000..a389eaf05 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionFeePayerSignature.html @@ -0,0 +1,3 @@ +TransactionFeePayerSignature | @aptos-labs/ts-sdk - v1.4.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.4.0/types/TransactionMultiAgentSignature.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionMultiAgentSignature.html new file mode 100644 index 000000000..cda70611b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionMultiAgentSignature.html @@ -0,0 +1,3 @@ +TransactionMultiAgentSignature | @aptos-labs/ts-sdk - v1.4.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.4.0/types/TransactionMultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionMultiEd25519Signature.html new file mode 100644 index 000000000..ea007df75 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionMultiEd25519Signature.html @@ -0,0 +1,4 @@ +TransactionMultiEd25519Signature | @aptos-labs/ts-sdk - v1.4.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.4.0/types/TransactionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionPayloadResponse.html new file mode 100644 index 000000000..8865e611e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionPayloadResponse.html @@ -0,0 +1 @@ +TransactionPayloadResponse | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionResponse.html new file mode 100644 index 000000000..9d33903f0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionResponse.html @@ -0,0 +1 @@ +TransactionResponse | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionSecp256k1Signature.html new file mode 100644 index 000000000..3c3198b22 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionSecp256k1Signature.html @@ -0,0 +1 @@ +TransactionSecp256k1Signature | @aptos-labs/ts-sdk - v1.4.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.4.0/types/TransactionSignature.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionSignature.html new file mode 100644 index 000000000..3ef358336 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/TransactionSignature.html @@ -0,0 +1,2 @@ +TransactionSignature | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint128.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint128.html new file mode 100644 index 000000000..99ae7a8c3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint128.html @@ -0,0 +1 @@ +Uint128 | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint16.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint16.html new file mode 100644 index 000000000..c78a9ea8c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint16.html @@ -0,0 +1 @@ +Uint16 | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint256.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint256.html new file mode 100644 index 000000000..c0f105959 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint256.html @@ -0,0 +1 @@ +Uint256 | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint32.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint32.html new file mode 100644 index 000000000..10fa4af0d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint32.html @@ -0,0 +1 @@ +Uint32 | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint64.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint64.html new file mode 100644 index 000000000..4eb85e9e8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint64.html @@ -0,0 +1 @@ +Uint64 | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint8.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint8.html new file mode 100644 index 000000000..d488365bf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/Uint8.html @@ -0,0 +1,2 @@ +Uint8 | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/UserTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/UserTransactionResponse.html new file mode 100644 index 000000000..5f0de0f5f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/UserTransactionResponse.html @@ -0,0 +1,5 @@ +UserTransactionResponse | @aptos-labs/ts-sdk - v1.4.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;
        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
    • Optional state_checkpoint_hash?: string
    • 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.4.0/types/ViewRequest.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/ViewRequest.html new file mode 100644 index 000000000..8756fda1c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/ViewRequest.html @@ -0,0 +1,5 @@ +ViewRequest | @aptos-labs/ts-sdk - v1.4.0

    Type alias ViewRequest

    ViewRequest: {
        function: MoveFunctionId;
        functionArguments: MoveValue[];
        typeArguments: MoveStructId[];
    }

    View request for the Move view function API

    +

    type MoveFunctionId = ${string}::${string}::${string};

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/WaitForTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/WaitForTransactionOptions.html new file mode 100644 index 000000000..2c15269e1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/WaitForTransactionOptions.html @@ -0,0 +1,2 @@ +WaitForTransactionOptions | @aptos-labs/ts-sdk - v1.4.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.4.0/types/WriteSet.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSet.html new file mode 100644 index 000000000..d52a13e6c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSet.html @@ -0,0 +1 @@ +WriteSet | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChange.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChange.html new file mode 100644 index 000000000..46cae9563 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChange.html @@ -0,0 +1,2 @@ +WriteSetChange | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeDeleteModule.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeDeleteModule.html new file mode 100644 index 000000000..859f8f947 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeDeleteModule.html @@ -0,0 +1,2 @@ +WriteSetChangeDeleteModule | @aptos-labs/ts-sdk - v1.4.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.4.0/types/WriteSetChangeDeleteResource.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeDeleteResource.html new file mode 100644 index 000000000..34c51796f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeDeleteResource.html @@ -0,0 +1 @@ +WriteSetChangeDeleteResource | @aptos-labs/ts-sdk - v1.4.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.4.0/types/WriteSetChangeDeleteTableItem.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeDeleteTableItem.html new file mode 100644 index 000000000..a64092c13 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeDeleteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeDeleteTableItem | @aptos-labs/ts-sdk - v1.4.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.4.0/types/WriteSetChangeWriteModule.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeWriteModule.html new file mode 100644 index 000000000..f63542151 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeWriteModule.html @@ -0,0 +1 @@ +WriteSetChangeWriteModule | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeWriteResource.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeWriteResource.html new file mode 100644 index 000000000..7bfa16ec4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeWriteResource.html @@ -0,0 +1 @@ +WriteSetChangeWriteResource | @aptos-labs/ts-sdk - v1.4.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.4.0/types/WriteSetChangeWriteTableItem.html b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeWriteTableItem.html new file mode 100644 index 000000000..b5bc45bb6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/types/WriteSetChangeWriteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeWriteTableItem | @aptos-labs/ts-sdk - v1.4.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.4.0/variables/APTOS_BIP44_REGEX.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/APTOS_BIP44_REGEX.html new file mode 100644 index 000000000..a92e03c64 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/APTOS_BIP44_REGEX.html @@ -0,0 +1 @@ +APTOS_BIP44_REGEX | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/variables/APTOS_COIN.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/APTOS_COIN.html new file mode 100644 index 000000000..14641ba63 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/APTOS_COIN.html @@ -0,0 +1,2 @@ +APTOS_COIN | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/variables/APTOS_HARDENED_REGEX.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/APTOS_HARDENED_REGEX.html new file mode 100644 index 000000000..39f1b4627 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/APTOS_HARDENED_REGEX.html @@ -0,0 +1,2 @@ +APTOS_HARDENED_REGEX | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/variables/DEFAULT_MAX_GAS_AMOUNT.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/DEFAULT_MAX_GAS_AMOUNT.html new file mode 100644 index 000000000..fd95e5ad6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/DEFAULT_MAX_GAS_AMOUNT.html @@ -0,0 +1,5 @@ +DEFAULT_MAX_GAS_AMOUNT | @aptos-labs/ts-sdk - v1.4.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.4.0/variables/DEFAULT_NETWORK.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/DEFAULT_NETWORK.html new file mode 100644 index 000000000..a075f456d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/DEFAULT_NETWORK.html @@ -0,0 +1 @@ +DEFAULT_NETWORK | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html new file mode 100644 index 000000000..1b9ca4905 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html @@ -0,0 +1,5 @@ +DEFAULT_TXN_EXP_SEC_FROM_NOW | @aptos-labs/ts-sdk - v1.4.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.4.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html new file mode 100644 index 000000000..2735f7d07 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html @@ -0,0 +1,4 @@ +DEFAULT_TXN_TIMEOUT_SEC | @aptos-labs/ts-sdk - v1.4.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.4.0/variables/HARDENED_OFFSET.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/HARDENED_OFFSET.html new file mode 100644 index 000000000..541b5c4df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/HARDENED_OFFSET.html @@ -0,0 +1 @@ +HARDENED_OFFSET | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToChainId.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToChainId.html new file mode 100644 index 000000000..1579f465b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToChainId.html @@ -0,0 +1 @@ +NetworkToChainId | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToFaucetAPI.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToFaucetAPI.html new file mode 100644 index 000000000..adfcc42c6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToFaucetAPI.html @@ -0,0 +1 @@ +NetworkToFaucetAPI | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToIndexerAPI.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToIndexerAPI.html new file mode 100644 index 000000000..531fb5a2e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToIndexerAPI.html @@ -0,0 +1 @@ +NetworkToIndexerAPI | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToNetworkName.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToNetworkName.html new file mode 100644 index 000000000..34ea09332 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToNetworkName.html @@ -0,0 +1 @@ +NetworkToNetworkName | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToNodeAPI.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToNodeAPI.html new file mode 100644 index 000000000..1b7de9cdf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/NetworkToNodeAPI.html @@ -0,0 +1 @@ +NetworkToNodeAPI | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/variables/RAW_TRANSACTION_SALT.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/RAW_TRANSACTION_SALT.html new file mode 100644 index 000000000..2a0cb5086 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/RAW_TRANSACTION_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_SALT | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.4.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html b/docs/@aptos-labs/ts-sdk-1.4.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html new file mode 100644 index 000000000..d2a5ab1ac --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.4.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_WITH_DATA_SALT | @aptos-labs/ts-sdk - v1.4.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index d651b0c29..91de2e8ab 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,6 +5,7 @@ This is a repository of all Aptos TypeScript SDK documentation by version. +- [Stable - @aptos-labs/ts-sdk-1.4.0](@aptos-labs/ts-sdk-1.4.0) - [Stable - @aptos-labs/ts-sdk-1.3.0](@aptos-labs/ts-sdk-1.3.0) - [Stable - @aptos-labs/ts-sdk-1.2.0](@aptos-labs/ts-sdk-1.2.0) - [Stable - @aptos-labs/ts-sdk-1.1.0](@aptos-labs/ts-sdk-1.1.0) diff --git a/package.json b/package.json index 1bae4bbb1..921ed7371 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,5 @@ "typedoc": "^0.25.4", "typescript": "^5.3.3" }, - "version": "1.3.0" + "version": "1.4.0" } diff --git a/src/version.ts b/src/version.ts index a5e83213a..0e396fb19 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.3.0"; +export const VERSION = "1.4.0";