diff --git a/CHANGELOG.md b/CHANGELOG.md index edf1ce251..06a579219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. This changelog is written by hand for now. It adheres to the format set out by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). # Unreleased + +# 1.32.1 (2024-11-11) - Add support for Firebase issuers in the `updateFederatedKeylessJwkSetTransaction` function - [`Breaking`] Revert new `scriptComposer` api in transactionSubmission api to allower SDK callers to invoke multiple Move functions inside a same transaction and compose the calls dynamically. diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/.nojekyll b/docs/@aptos-labs/ts-sdk-1.32.1/.nojekyll new file mode 100644 index 000000000..e2ac6616a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/.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.32.1/assets/highlight.css b/docs/@aptos-labs/ts-sdk-1.32.1/assets/highlight.css new file mode 100644 index 000000000..773a6ec8c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/assets/highlight.css @@ -0,0 +1,148 @@ +: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: #AF00DB; + --dark-hl-9: #C586C0; + --light-hl-10: #001080; + --dark-hl-10: #9CDCFE; + --light-hl-11: #008000; + --dark-hl-11: #6A9955; + --light-hl-12: #0000FF; + --dark-hl-12: #569CD6; + --light-hl-13: #0070C1; + --dark-hl-13: #4FC1FF; + --light-hl-14: #EE0000; + --dark-hl-14: #D7BA7D; + --light-hl-15: #098658; + --dark-hl-15: #B5CEA8; + --light-hl-16: #267F99; + --dark-hl-16: #4EC9B0; + --light-hl-17: #000000; + --dark-hl-17: #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); + --hl-17: var(--light-hl-17); + --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); + --hl-17: var(--dark-hl-17); + --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); + --hl-17: var(--light-hl-17); + --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); + --hl-17: var(--dark-hl-17); + --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); } +.hl-17 { color: var(--hl-17); } +pre, code { background: var(--code-background); } diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/assets/icons.js b/docs/@aptos-labs/ts-sdk-1.32.1/assets/icons.js new file mode 100644 index 000000000..3dfbd322d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/assets/icons.js @@ -0,0 +1,18 @@ +(function() { + addIcons(); + function addIcons() { + if (document.readyState === "loading") return document.addEventListener("DOMContentLoaded", addIcons); + const svg = document.body.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "svg")); + svg.innerHTML = `MMNEPVFCICPMFPCPTTAAATR`; + svg.style.display = "none"; + if (location.protocol === "file:") updateUseElements(); + } + + function updateUseElements() { + document.querySelectorAll("use").forEach(el => { + if (el.getAttribute("href").includes("#icon-")) { + el.setAttribute("href", el.getAttribute("href").replace(/.*#/, "#")); + } + }); + } +})() \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/assets/icons.svg b/docs/@aptos-labs/ts-sdk-1.32.1/assets/icons.svg new file mode 100644 index 000000000..a19417dcc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/assets/icons.svg @@ -0,0 +1 @@ +MMNEPVFCICPMFPCPTTAAATR \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/assets/main.js b/docs/@aptos-labs/ts-sdk-1.32.1/assets/main.js new file mode 100644 index 000000000..99097a053 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/assets/main.js @@ -0,0 +1,60 @@ +"use strict"; +window.translations={"copy":"Copy","copied":"Copied!","normally_hidden":"This member is normally hidden due to your filter settings."}; +"use strict";(()=>{var Pe=Object.create;var ie=Object.defineProperty;var Oe=Object.getOwnPropertyDescriptor;var _e=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,Me=Object.prototype.hasOwnProperty;var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of _e(e))!Me.call(t,i)&&i!==n&&ie(t,i,{get:()=>e[i],enumerable:!(r=Oe(e,i))||r.enumerable});return t};var Ae=(t,e,n)=>(n=t!=null?Pe(Re(t)):{},De(e||!t||!t.__esModule?ie(n,"default",{value:t,enumerable:!0}):n,t));var ue=Fe((ae,le)=>{(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),m=s.str.charAt(1),p;m in s.node.edges?p=s.node.edges[m]:(p=new t.TokenSet,s.node.edges[m]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ae=="object"?le.exports=n():e.lunr=n()}(this,function(){return t})})()});var se=[];function G(t,e){se.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible()),document.body.style.display||(this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}createComponents(e){se.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}showPage(){document.body.style.display&&(document.body.style.removeProperty("display"),this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}scrollToHash(){if(location.hash){let e=document.getElementById(location.hash.substring(1));if(!e)return;e.scrollIntoView({behavior:"instant",block:"start"})}}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e&&!Ve(e)){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r,document.querySelector(".col-sidebar").scrollTop=r}}updateIndexVisibility(){let e=document.querySelector(".tsd-index-content"),n=e?.open;e&&(e.open=!0),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let i=Array.from(r.querySelectorAll(".tsd-index-link")).every(s=>s.offsetParent==null);r.style.display=i?"none":"block"}),e&&(e.open=n)}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(!n)return;let r=n.offsetParent==null,i=n;for(;i!==document.body;)i instanceof HTMLDetailsElement&&(i.open=!0),i=i.parentElement;if(n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let s=document.createElement("p");s.classList.add("warning"),s.textContent=window.translations.normally_hidden,n.prepend(s)}r&&e.scrollIntoView()}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=window.translations.copied,e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent=window.translations.copy},100)},1e3)})})}};function Ve(t){let e=t.getBoundingClientRect(),n=Math.max(document.documentElement.clientHeight,window.innerHeight);return!(e.bottom<0||e.top-n>=0)}var oe=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var pe=Ae(ue());async function ce(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=pe.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function fe(){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",()=>{ce(e,t)}),ce(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");i.addEventListener("mouseup",()=>{te(t)}),r.addEventListener("focus",()=>t.classList.add("has-focus")),He(t,i,r,e)}function He(t,e,n,r){n.addEventListener("input",oe(()=>{Ne(t,e,n,r)},200)),n.addEventListener("keydown",i=>{i.key=="Enter"?Be(e,t):i.key=="ArrowUp"?(de(e,n,-1),i.preventDefault()):i.key==="ArrowDown"&&(de(e,n,1),i.preventDefault())}),document.body.addEventListener("keypress",i=>{i.altKey||i.ctrlKey||i.metaKey||!n.matches(":focus")&&i.key==="/"&&(i.preventDefault(),n.focus())}),document.body.addEventListener("keyup",i=>{t.classList.contains("has-focus")&&(i.key==="Escape"||!e.matches(":focus-within")&&!n.matches(":focus"))&&(n.blur(),te(t))})}function te(t){t.classList.remove("has-focus")}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=he(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=` + ${he(l.parent,i)}.${d}`);let m=document.createElement("li");m.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=u+d,m.append(p),p.addEventListener("focus",()=>{e.querySelector(".current")?.classList.remove("current"),m.classList.add("current")}),e.appendChild(m)}}function de(t,e,n){let r=t.querySelector(".current");if(!r)r=t.querySelector(n==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let i=r;if(n===1)do i=i.nextElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);else do i=i.previousElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);i?(r.classList.remove("current"),i.classList.add("current")):n===-1&&(r.classList.remove("current"),e.focus())}}function Be(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),te(e)}}function he(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(ee(t.substring(s,o)),`${ee(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ee(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function ee(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var I=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",ye="mousemove",N="mouseup",J={x:0,y:0},me=!1,ne=!1,qe=!1,D=!1,ve=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(ve?"is-mobile":"not-mobile");ve&&"ontouchstart"in document.documentElement&&(qe=!0,F="touchstart",ye="touchmove",N="touchend");document.addEventListener(F,t=>{ne=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(ye,t=>{if(ne&&!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(N,()=>{ne=!1});document.addEventListener("click",t=>{me&&(t.preventDefault(),t.stopImmediatePropagation(),me=!1)});var X=class extends I{constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(N,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(F,n=>this.onDocumentPointerDown(n)),document.addEventListener(N,n=>this.onDocumentPointerUp(n))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(e){D||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!D&&this.active&&e.target.closest(".col-sidebar")){let n=e.target.closest("a");if(n){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substring(0,r.indexOf("#"))),n.href.substring(0,r.length)==r&&setTimeout(()=>this.setActive(!1),250)}}}};var re;try{re=localStorage}catch{re={getItem(){return null},setItem(){}}}var Q=re;var ge=document.head.appendChild(document.createElement("style"));ge.dataset.for="filters";var Y=class extends I{constructor(e){super(e),this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),ge.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`,this.app.updateIndexVisibility()}fromLocalStorage(){let e=Q.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){Q.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var Z=class extends I{constructor(e){super(e),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let r=this.summary.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function Ee(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,xe(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),xe(t.value)})}function xe(t){document.documentElement.dataset.theme=t}var K;function we(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",Le),Le())}async function Le(){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();K=t.dataset.base,K.endsWith("/")||(K+="/"),t.innerHTML="";for(let s of i)Se(s,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function Se(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-accordion`:"tsd-accordion";let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.dataset.key=i.join("$"),o.innerHTML='',be(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)Se(u,l,i)}else be(t,r,t.class)}function be(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=K+t.path,n&&(r.className=n),location.pathname===r.pathname&&!r.href.includes("#")&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else{let r=e.appendChild(document.createElement("span"));r.innerHTML='',r.appendChild(document.createElement("span")).textContent=t.text}}G(X,"a[data-toggle]");G(Z,".tsd-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Te=document.getElementById("tsd-theme");Te&&Ee(Te);var $e=new U;Object.defineProperty(window,"app",{value:$e});fe();we();})(); +/*! 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.32.1/assets/navigation.js b/docs/@aptos-labs/ts-sdk-1.32.1/assets/navigation.js new file mode 100644 index 000000000..ff02a7012 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,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" \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/assets/search.js b/docs/@aptos-labs/ts-sdk-1.32.1/assets/search.js new file mode 100644 index 000000000..24e79f0c6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/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.32.1/assets/style.css b/docs/@aptos-labs/ts-sdk-1.32.1/assets/style.css new file mode 100644 index 000000000..178bfb023 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/assets/style.css @@ -0,0 +1,1493 @@ +:root { + /* Light */ + --light-color-background: #f2f4f8; + --light-color-background-secondary: #eff0f1; + --light-color-warning-text: #222; + --light-color-background-warning: #e6e600; + --light-color-accent: #c5c7c9; + --light-color-active-menu-item: var(--light-color-accent); + --light-color-text: #222; + --light-color-text-aside: #6e6e6e; + + --light-color-icon-background: var(--light-color-background); + --light-color-icon-text: var(--light-color-text); + + --light-color-comment-tag-text: var(--light-color-text); + --light-color-comment-tag: var(--light-color-background); + + --light-color-link: #1f70c2; + --light-color-focus-outline: #3584e4; + + --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: #4d7fff; + --light-color-ts-property: #ff984d; + --light-color-ts-method: #ff4db8; + --light-color-ts-reference: #ff4d82; + --light-color-ts-call-signature: var(--light-color-ts-method); + --light-color-ts-index-signature: var(--light-color-ts-property); + --light-color-ts-constructor-signature: var(--light-color-ts-constructor); + --light-color-ts-parameter: var(--light-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --light-color-ts-type-parameter: #a55c0e; + --light-color-ts-accessor: #ff4d4d; + --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-color-document: #000000; + + --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-accent: #9096a2; + --dark-color-active-menu-item: #5d5d6a; + --dark-color-text: #f5f5f5; + --dark-color-text-aside: #dddddd; + + --dark-color-icon-background: var(--dark-color-background-secondary); + --dark-color-icon-text: var(--dark-color-text); + + --dark-color-comment-tag-text: var(--dark-color-text); + --dark-color-comment-tag: var(--dark-color-background); + + --dark-color-link: #00aff4; + --dark-color-focus-outline: #4c97f2; + + --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: #4d7fff; + --dark-color-ts-property: #ff984d; + --dark-color-ts-method: #ff4db8; + --dark-color-ts-reference: #ff4d82; + --dark-color-ts-call-signature: var(--dark-color-ts-method); + --dark-color-ts-index-signature: var(--dark-color-ts-property); + --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); + --dark-color-ts-parameter: var(--dark-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --dark-color-ts-type-parameter: #e07d13; + --dark-color-ts-accessor: #ff4d4d; + --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-color-document: #ffffff; + + --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-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-icon-background: var(--light-color-icon-background); + --color-icon-text: var(--light-color-icon-text); + + --color-comment-tag-text: var(--light-color-text); + --color-comment-tag: var(--light-color-background); + + --color-link: var(--light-color-link); + --color-focus-outline: var(--light-color-focus-outline); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-project: var(--light-color-ts-project); + --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-reference: var(--light-color-ts-reference); + --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); + --color-document: var(--light-color-document); + + --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-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-icon-background: var(--dark-color-icon-background); + --color-icon-text: var(--dark-color-icon-text); + + --color-comment-tag-text: var(--dark-color-text); + --color-comment-tag: var(--dark-color-background); + + --color-link: var(--dark-color-link); + --color-focus-outline: var(--dark-color-focus-outline); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-project: var(--dark-color-ts-project); + --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-reference: var(--dark-color-ts-reference); + --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); + --color-document: var(--dark-color-document); + + --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-icon-text: var(--light-color-icon-text); + + --color-comment-tag-text: var(--light-color-text); + --color-comment-tag: var(--light-color-background); + + --color-link: var(--light-color-link); + --color-focus-outline: var(--light-color-focus-outline); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-project: var(--light-color-ts-project); + --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-reference: var(--light-color-ts-reference); + --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); + --color-document: var(--light-color-document); + + --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-icon-text: var(--dark-color-icon-text); + + --color-comment-tag-text: var(--dark-color-text); + --color-comment-tag: var(--dark-color-background); + + --color-link: var(--dark-color-link); + --color-focus-outline: var(--dark-color-focus-outline); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-project: var(--dark-color-ts-project); + --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-reference: var(--dark-color-ts-reference); + --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); + --color-document: var(--dark-color-document); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); +} + +*:focus-visible, +.tsd-accordion-summary:focus-visible svg { + outline: 2px solid var(--color-focus-outline); +} + +.always-visible, +.always-visible .tsd-signatures { + display: inherit !important; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +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; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1700px; + padding: 0 2rem; +} + +/* Footer */ +footer { + border-top: 1px solid var(--color-accent); + padding-top: 1rem; + padding-bottom: 1rem; + max-height: 3.5rem; +} +footer > p { + margin: 0 1em; +} + +.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: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", + Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; + 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; +} +a.tsd-anchor-link { + color: var(--color-text); +} + +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-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: -moz-fit-content; + width: fit-content; + align-items: center; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + 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-visible + svg { + outline: 2px solid var(--color-focus-outline); +} +.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); +} + +.settings-label { + font-weight: bold; + text-transform: uppercase; + display: inline-block; +} + +.tsd-filter-visibility .settings-label { + margin: 0.75rem 0 0.5rem 0; +} + +.tsd-theme-toggle .settings-label { + margin: 0.75rem 0.75rem 0 0; +} + +.tsd-hierarchy { + list-style: square; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-full-hierarchy:not(:last-child) { + margin-bottom: 1em; + padding-bottom: 1em; + border-bottom: 1px solid var(--color-accent); +} +.tsd-full-hierarchy, +.tsd-full-hierarchy ul { + list-style: none; + margin: 0; + padding: 0; +} +.tsd-full-hierarchy ul { + padding-left: 1.5rem; +} +.tsd-full-hierarchy a { + padding: 0.25rem 0 !important; + font-size: 1rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} + +.tsd-panel-group.tsd-index-group { + margin-bottom: 0; +} +.tsd-index-panel .tsd-index-list { + list-style: none; + line-height: 1.333em; + margin: 0; + padding: 0.25rem 0 0 0; + overflow: hidden; + display: grid; + grid-template-columns: repeat(3, 1fr); + column-gap: 1rem; + grid-template-rows: auto; +} +@media (max-width: 1024px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(2, 1fr); + } +} +@media (max-width: 768px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(1, 1fr); + } +} +.tsd-index-panel .tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} + +.tsd-flag { + display: inline-block; + padding: 0.25em 0.4em; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 75%; + line-height: 1; + font-weight: normal; +} + +.tsd-anchor { + position: relative; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + display: flex; + align-items: center; + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} + +.tsd-navigation.settings { + margin: 1rem 0; +} +.tsd-navigation > a, +.tsd-navigation .tsd-accordion-summary { + width: calc(100% - 0.25rem); + display: flex; + align-items: center; +} +.tsd-navigation a, +.tsd-navigation summary > span, +.tsd-page-navigation a { + display: flex; + width: calc(100% - 0.25rem); + align-items: center; + padding: 0.25rem; + color: var(--color-text); + text-decoration: none; + box-sizing: border-box; +} +.tsd-navigation a.current, +.tsd-page-navigation a.current { + background: var(--color-active-menu-item); +} +.tsd-navigation a:hover, +.tsd-page-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul, +.tsd-page-navigation ul { + margin-top: 0; + margin-bottom: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li, +.tsd-page-navigation li { + padding: 0; + max-width: 100%; +} +.tsd-navigation .tsd-nav-link { + display: none; +} +.tsd-nested-navigation { + margin-left: 3rem; +} +.tsd-nested-navigation > li > details { + margin-left: -1.5rem; +} +.tsd-small-nested-navigation { + margin-left: 1.5rem; +} +.tsd-small-nested-navigation > li > details { + margin-left: -1.5rem; +} + +.tsd-page-navigation-section { + margin-left: 10px; +} +.tsd-page-navigation-section > summary { + padding: 0.25rem; +} +.tsd-page-navigation-section > div { + margin-left: 20px; +} +.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 { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + 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-accordion .tsd-accordion-summary > svg { + margin-left: 0.25rem; + vertical-align: text-top; +} +.tsd-index-content > :not(:first-child) { + margin-top: 0.75rem; +} +.tsd-index-heading { + margin-top: 1.5rem; + margin-bottom: 0.75rem; +} + +.tsd-no-select { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.tsd-kind-icon { + margin-right: 0.5rem; + width: 1.25rem; + height: 1.25rem; + min-width: 1.25rem; + min-height: 1.25rem; +} +.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: 2rem 0; +} +.tsd-panel-group.tsd-index-group { + margin: 2rem 0; +} +.tsd-panel-group.tsd-index-group details { + margin: 2rem 0; +} +.tsd-panel-group > .tsd-accordion-summary { + margin-bottom: 1rem; +} + +#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-signatures .tsd-index-signature:not(:last-child) { + margin-bottom: 1em; +} +.tsd-signatures .tsd-index-signature .tsd-signature { + border-width: 1px; +} +.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-reference { + color: var(--color-ts-reference); +} +.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-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%; + } + #tsd-toolbar-links { + display: none; + } + .tsd-navigation .tsd-nav-link { + display: flex; + } +} + +/* 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; + } + + .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.32.1/classes/AbstractKeylessAccount.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AbstractKeylessAccount.html new file mode 100644 index 000000000..a9fd1b538 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AbstractKeylessAccount.html @@ -0,0 +1,91 @@ +AbstractKeylessAccount | @aptos-labs/ts-sdk - v1.32.1

Class AbstractKeylessAccountAbstract

Account implementation for the Keyless authentication scheme. This abstract class is used for standard Keyless Accounts +and Federated Keyless Accounts.

+

Hierarchy (view full)

Implements

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.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Checks if the proof is expired. If so the account must be re-derived with a new EphemeralKeyPair +and JWT token.

    +

    Returns boolean

    boolean

    +
  • Serializes the jwt data into a format suitable for transmission or storage. +This function ensures that both the jwt data and the proof are properly serialized.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to convert the jwt data into bytes.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

accountAddress: AccountAddress

Account address associated with the account

+
aud: string

The value of the 'aud' claim on the JWT, also known as client ID. This is the identifier for the dApp's +OIDC registration with the identity provider.

+
ephemeralKeyPair: EphemeralKeyPair

The EphemeralKeyPair used to generate sign.

+
jwt: string

The JWT token used to derive the account

+
pepper: Uint8Array

A value contains 31 bytes of entropy that preserves privacy of the account. Typically fetched from a pepper provider.

+
proof: undefined | ZeroKnowledgeSig

The zero knowledge signature (if ready) which contains the proof used to validate the EphemeralKeyPair.

+
proofOrPromise: ZeroKnowledgeSig | Promise<ZeroKnowledgeSig>

The proof of the EphemeralKeyPair or a promise that provides the proof. This is used to allow for awaiting on +fetching the proof.

+

The KeylessPublicKey associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+
uidKey: string

The claim on the JWT to identify a user. This is typically 'sub' or 'email'.

+
uidVal: string

The value of the uidKey claim on the JWT. This intended to be a stable user identifier.

+
verificationKeyHash?: Uint8Array

The hash of the verification key used to verify the proof. This is optional and can be used to check verifying key +rotations which may invalidate the proof.

+
PEPPER_LENGTH: number = 31
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Account.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Account.html new file mode 100644 index 000000000..8a584589d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Account.html @@ -0,0 +1,62 @@ +Account | @aptos-labs/ts-sdk - v1.32.1

Class AccountAbstract

Abstract class representing a generic Aptos account.

+

This class serves as a single entry point for account generation, allowing accounts to be created +either through Account.generate() or Account.fromDerivationPath. Although it is defined as an +abstract class, it should be treated as an interface and enforced using the implements keyword.

+

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

+

Hierarchy (view full)

Implemented by

Constructors

Methods

  • Verify the given message and signature with the public key. +This function helps ensure the integrity and authenticity of a message by validating its signature.

    +

    Parameters

    Returns boolean

    A boolean indicating whether the signature is valid.

    +
  • Parameters

    Returns Account

    Account

    +

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

    +

Properties

accountAddress: AccountAddress

Account address associated with the account

+
publicKey: AccountPublicKey

Public key associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAddress.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAddress.html new file mode 100644 index 000000000..453de0b1c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAddress.html @@ -0,0 +1,160 @@ +AccountAddress | @aptos-labs/ts-sdk - v1.32.1

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

+

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

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

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

+

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

+

Hierarchy (view full)

Implements

Constructors

  • Creates an instance of AccountAddress from a Uint8Array.

    +

    This function ensures that the input data is exactly 32 bytes long, which is required for a valid account address.

    +

    Parameters

    • input: Uint8Array

      A Uint8Array representing an account address.

      +

    Returns AccountAddress

    ParsingError if the input length is not equal to 32 bytes.

    +

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Determine if two AccountAddresses are equal based on their underlying byte data.

    +

    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

    +
    const serializer = new Serializer();
    const address = AccountAddress.fromString("0x1");
    address.serialize(serializer);
    const bytes = serializer.toUint8Array();
    // `bytes` is now the BCS-serialized address. +
    + +
  • Serializes the current instance into a byte sequence suitable for entry functions. +This allows for the proper encoding of data when interacting with entry functions in the blockchain.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to convert the data into bytes.

      +

    Returns void

  • Serializes the current instance for use in a script function by encoding it into a byte sequence. +This process involves serializing the variant index and the instance data, making it suitable for transmission.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to perform the serialization.

      +

    Returns void

  • Convert the account address to a string in LONG format, which is always 0x followed by 64 hex characters.

    +

    NOTE: Prefer to use toString where possible, as it formats special addresses using the SHORT form (no leading 0s).

    +

    Returns `0x${string}`

    AccountAddress as a string in LONG form.

    +
  • Returns the account address as a string in LONG form without a leading 0x. +This function will include leading zeroes and will produce a string of 64 hex characters.

    +

    NOTE: Prefer to use toString where possible, as it formats special addresses using the SHORT form (no leading 0s).

    +

    Returns string

    The account address in LONG form.

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

    +

    NOTE: Prefer to use toString where possible.

    +

    Returns string

    AccountAddress as a string without the leading 0x.

    +
  • Get the inner data as a Uint8Array. +The inner data is already a Uint8Array, so no conversion takes place.

    +

    Returns Uint8Array

    Hex data as Uint8Array

    +
  • Deserialize an AccountAddress from the byte buffer in a Deserializer instance. +This function allows you to convert a byte representation of an AccountAddress into an instance of AccountAddress.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer to deserialize the AccountAddress from.

      +

    Returns AccountAddress

    An instance of AccountAddress.

    +
    const bytes = hexToBytes("0x0102030405060708091011121314151617181920212223242526272829303132");
    const deserializer = new Deserializer(bytes);
    const address = AccountAddress.deserialize(deserializer);
    // `address` is now an instance of AccountAddress. +
    + +
  • Convenience method for creating an AccountAddress from various input types. +This function accepts a string, Uint8Array, or an existing AccountAddress instance and returns the corresponding +AccountAddress.

    +

    Parameters

    • input: AccountAddressInput

      The input to convert into an AccountAddress. This can be a string representation of an address, a Uint8Array, +or an existing AccountAddress.

      +
    • __namedParameters: {
          maxMissingChars?: number;
      } = {}
      • OptionalmaxMissingChars?: number

    Returns 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.

    +

    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. The address can have missing values up to maxMissingChars before it is padded.
    • +
    • 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.

      +
    • __namedParameters: {
          maxMissingChars?: number;
      } = {}
      • OptionalmaxMissingChars?: number

    Returns AccountAddress

    An instance of AccountAddress.

    +

    ParsingError if the hex string is too short, too long, or contains invalid characters.

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

    Parameters

    • input: string

      A hex string representing an account address.

      +

    Returns AccountAddress

    An instance of AccountAddress.

    +

    If the hex string does not start with 0x or is not in a valid format.

    +

    This function has strict parsing behavior. For relaxed behavior, please use the fromString function.

    +

    AIP-40 documentation for more details on address formats: +https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-40.md.

    +
  • Check if the provided input is a valid AccountAddress.

    +

    Parameters

    • args: {
          input: AccountAddressInput;
          strict?: boolean;
      }

      The arguments for validation.

      +
      • input: AccountAddressInput

        A hex string representing an account address.

        +
      • Optionalstrict?: boolean

        If true, use strict parsing behavior; if false, use relaxed parsing behavior.

        +

    Returns ParsingResult<AddressInvalidReason>

    An object indicating whether the address is valid. If valid, valid = true; if not, valid = false with additional details. +If the address is invalid, invalidReason will explain why it is invalid, and invalidReasonMessage will provide the error message.

    +

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 = ...
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticator.html new file mode 100644 index 000000000..fa907ec95 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticator.html @@ -0,0 +1,36 @@ +AccountAuthenticator | @aptos-labs/ts-sdk - v1.32.1

Class AccountAuthenticatorAbstract

Represents an account authenticator that can handle multiple authentication variants. +This class serves as a base for different types of account authenticators, allowing for serialization +and deserialization of various authenticator types.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticatorEd25519.html new file mode 100644 index 000000000..7e949f0b9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticatorEd25519.html @@ -0,0 +1,49 @@ +AccountAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.32.1

Class AccountAuthenticatorEd25519

Represents an Ed25519 transaction authenticator for multi-signer transactions. +This class encapsulates the account's Ed25519 public key and signature.

+

The Ed25519 public key associated with the account.

+

The Ed25519 signature for the account.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

public_key: Ed25519PublicKey
signature: Ed25519Signature
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..5840ad608 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticatorMultiEd25519.html @@ -0,0 +1,39 @@ +AccountAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.32.1

Class AccountAuthenticatorMultiEd25519

Represents a transaction authenticator for Multi Ed25519, designed for multi-signer transactions.

+

The MultiEd25519 public key of the account.

+

The MultiEd25519 signature of the account.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticatorMultiKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticatorMultiKey.html new file mode 100644 index 000000000..703b03386 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticatorMultiKey.html @@ -0,0 +1,39 @@ +AccountAuthenticatorMultiKey | @aptos-labs/ts-sdk - v1.32.1

Class AccountAuthenticatorMultiKey

Represents an account authenticator that supports multiple keys and signatures for multi-signature scenarios.

+

The public keys used for authentication.

+

The signatures corresponding to the public keys.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

public_keys: MultiKey
signatures: MultiKeySignature
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticatorSingleKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticatorSingleKey.html new file mode 100644 index 000000000..09cf4f36c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountAuthenticatorSingleKey.html @@ -0,0 +1,40 @@ +AccountAuthenticatorSingleKey | @aptos-labs/ts-sdk - v1.32.1

Class AccountAuthenticatorSingleKey

Represents an account authenticator that utilizes a single key for signing. +This class is designed to handle authentication using a public key and its corresponding signature.

+

The public key used for authentication.

+

The signature associated with the public key.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

public_key: AnyPublicKey
signature: AnySignature
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountPublicKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountPublicKey.html new file mode 100644 index 000000000..981eb1db1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountPublicKey.html @@ -0,0 +1,25 @@ +AccountPublicKey | @aptos-labs/ts-sdk - v1.32.1

Class AccountPublicKeyAbstract

An abstract representation of an account public key.

+

Provides a common interface for deriving an authentication key.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountSequenceNumber.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountSequenceNumber.html new file mode 100644 index 000000000..0d1507468 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AccountSequenceNumber.html @@ -0,0 +1,47 @@ +AccountSequenceNumber | @aptos-labs/ts-sdk - v1.32.1

Class AccountSequenceNumber

Represents an account's sequence number management for transaction handling on the Aptos blockchain. +This class provides methods to retrieve the next available sequence number, synchronize with the on-chain sequence number, +and manage local sequence numbers while ensuring thread safety.

+

The configuration settings for Aptos.

+

The maximum time to wait for a transaction to commit.

+

The maximum number of transactions that can be in flight at once.

+

The time to wait before retrying to get the sequence number.

+

Constructors

  • Creates an instance of the class with the specified configuration and account details. +This constructor initializes the necessary parameters for managing Aptos transactions.

    +

    Parameters

    • aptosConfig: AptosConfig

      The configuration settings for Aptos.

      +
    • account: Account

      The account associated with the Aptos transactions.

      +
    • maxWaitTime: number

      The maximum time to wait for a transaction to be processed, in milliseconds.

      +
    • maximumInFlight: number

      The maximum number of transactions that can be in flight at the same time.

      +
    • sleepTime: number

      The time to sleep between transaction checks, in milliseconds.

      +

    Returns AccountSequenceNumber

Methods

  • Initializes this account with the sequence number on chain.

    +

    Returns Promise<void>

    A promise that resolves when the account has been initialized.

    +

    Throws an error if the account information cannot be retrieved.

    +
  • Returns the next available sequence number for this account. +This function ensures that the sequence number is updated and synchronized, handling potential delays in transaction commits.

    +

    Returns Promise<null | bigint>

    The next available sequence number.

    +
  • Synchronizes the local sequence number with the sequence number on-chain for the specified account. +This function polls the network until all submitted transactions have either been committed or until the maximum wait time has elapsed.

    +

    Returns Promise<void>

    Throws an error if there is an issue synchronizing the account sequence number with the one on-chain.

    +

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 an incremental integer. +When they complete, they increment that number and that entity is able to enter the lock. +That would guarantee ordering.

+
maximumInFlight: number
maxWaitTime: number
sleepTime: number
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/AnyPublicKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AnyPublicKey.html new file mode 100644 index 000000000..11b86ba82 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AnyPublicKey.html @@ -0,0 +1,64 @@ +AnyPublicKey | @aptos-labs/ts-sdk - v1.32.1

Represents any public key supported by Aptos.

+

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

+

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

+

Hierarchy (view full)

Constructors

  • Creates an instance of the signature class based on the provided signature type. +This allows for the handling of different signature variants such as Ed25519, Secp256k1, and Keyless.

    +

    Parameters

    • publicKey: PublicKey

      The publicKey object which determines the variant to be used.

      +

    Returns AnyPublicKey

    Error if the provided signature type is unsupported.

    +

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.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Determines if the current public key is an instance of Ed25519PublicKey.

    +

    Returns boolean

    use publicKey instanceof Ed25519PublicKey instead.

    +
  • Checks if the public key is an instance of Secp256k1PublicKey.

    +

    Returns boolean

    use publicKey instanceof Secp256k1PublicKey instead.

    +
  • Serializes the current object using the provided serializer. +This function helps in converting the object into a format suitable for transmission or storage.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to perform the serialization.

      +

    Returns void

  • Get the signature in bytes (Uint8Array).

    +

    This function is a warning that it will soon return the underlying signature bytes directly. +Use AnySignature.bcsToBytes() instead.

    +

    Returns Uint8Array

    Uint8Array representation of the signature.

    +
  • Verifies the provided signature against the given message. +This function helps ensure the integrity and authenticity of the message by confirming that the signature is valid.

    +

    Parameters

    Returns boolean

    A boolean indicating whether the signature is valid for the given message.

    +
  • Deserializes an AnySignature from the provided deserializer. +This function helps in reconstructing the AnySignature object from its serialized form, allowing for further processing or validation.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer instance used to read the serialized data.

      +

    Returns AnyPublicKey

  • Determines if the provided publicKey is an instance of a valid PublicKey object.

    +

    Parameters

    • publicKey: PublicKey

      The publicKey to be checked for validity.

      +

    Returns publicKey is AnyPublicKey

    True if the signature is a valid instance; otherwise, false.

    +

Properties

publicKey: PublicKey

Reference to the inner public key

+

Index of the underlying enum variant

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/AnySignature.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AnySignature.html new file mode 100644 index 000000000..a5ff09380 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AnySignature.html @@ -0,0 +1,25 @@ +AnySignature | @aptos-labs/ts-sdk - v1.32.1

Represents a signature that utilizes the SingleKey authentication scheme. +This class is designed to encapsulate various types of signatures, which can +only be generated by a SingleKeySigner due to the shared authentication mechanism.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

signature: Signature
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Aptos.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Aptos.html new file mode 100644 index 000000000..8480a65ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Aptos.html @@ -0,0 +1,1054 @@ +Aptos | @aptos-labs/ts-sdk - v1.32.1

The main entry point for interacting with the Aptos APIs, +providing access to various functionalities organized into +distinct namespaces.

+

To utilize the SDK, instantiate a new Aptos object to gain +access to the complete range of SDK features.

+
import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

async function runExample() {
// Create a configuration for connecting to the Aptos testnet
const config = new AptosConfig({ network: Network.TESTNET });

// Initialize the Aptos client with the configuration
const aptos = new Aptos(config);

console.log("Aptos client initialized:", aptos);
}
runExample().catch(console.error); +
+ +

Hierarchy (view full)

Constructors

Methods

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

Properties

Constructors

  • Initializes a new instance of the Aptos client with the provided configuration settings. +This allows you to interact with various Aptos functionalities such as accounts, transactions, and events.

    +

    Parameters

    • Optionalsettings: AptosConfig

      Configuration settings for the Aptos client.

      +

    Returns Aptos

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a new Aptos client with default settings
    const config = new AptosConfig({ network: Network.TESTNET }); // Specify your own settings if needed
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Add a digital asset property to the blockchain. +This function allows you to specify a new property for a digital asset, including its key, type, and value.

    +

    Parameters

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

      The arguments for adding a digital asset property.

      +
      • creator: Account

        The account that mints the digital asset.

        +
      • digitalAssetAddress: AccountAddressInput

        The digital asset address.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        (Optional) The type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        (Optional) Options for generating the transaction.

        +
      • propertyKey: string

        The property key for storing on-chain properties.

        +
      • propertyType:
            | "BOOLEAN"
            | "U8"
            | "U16"
            | "U32"
            | "U64"
            | "U128"
            | "U256"
            | "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 the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Add a digital asset property
    const transaction = await aptos.addDigitalAssetPropertyTransaction({
    creator: Account.generate(), // Replace with a real account
    propertyKey: "newKey",
    propertyType: "BOOLEAN",
    propertyValue: true,
    digitalAssetAddress: "0x123", // Replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Add a typed digital asset property to the blockchain. +This function allows you to define and store a specific property for a digital asset, enabling better categorization and +management of digital assets.

    +

    Parameters

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

      The parameters for adding the typed property.

      +
      • creator: Account

        The account that mints the digital asset.

        +
      • digitalAssetAddress: AccountAddressInput

        The digital asset address.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        The optional type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional transaction generation options.

        +
      • propertyKey: string

        The property key for storing on-chain properties.

        +
      • propertyType:
            | "BOOLEAN"
            | "U8"
            | "U16"
            | "U32"
            | "U64"
            | "U128"
            | "U256"
            | "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 the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Adding a typed digital asset property
    const transaction = await aptos.addDigitalAssetTypedPropertyTransaction({
    creator: Account.generate(), // replace with a real account
    propertyKey: "typedKey",
    propertyType: "STRING",
    propertyValue: "hello",
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Parameters

    Returns Promise<void>

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

    +

    Batch transactions for a single account by submitting multiple transaction payloads. +This function is useful for efficiently processing and submitting transactions that do not depend on each other, such as +batch funding or batch token minting.

    +

    Error if any worker failure occurs during submission.

    +
    import { Aptos, AptosConfig, Network, Account } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);
    const sender = Account.generate(); // Generate a new account for sending transactions

    async function runExample() {
    const transactions = [
    { }, // Build your first transaction payload
    { }, // Build your second transaction payload
    ];

    // Batch transactions for the single account
    await aptos.batchTransactionsForSingleAccount({
    sender,
    data: transactions,
    });

    console.log("Batch transactions submitted successfully.");
    }
    runExample().catch(console.error); +
    + +
  • Burn a digital asset by its creator, allowing for the removal of a specified digital asset from the blockchain.

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
      }

      The arguments for burning the digital asset.

      +
      • creator: Account

        The creator account that is burning the digital asset.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset to be burned.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset being burned.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network, Account } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const creator = Account.generate(); // Replace with a real creator account
    const transaction = await aptos.burnDigitalAssetTransaction({
    creator: creator,
    digitalAssetAddress: "0x123", // Replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Creates a new collection within the specified account.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that when submitted will create the collection.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Creating a new collection transaction
    const transaction = await aptos.createCollectionTransaction({
    creator: Account.generate(), // Replace with a real account
    description: "A unique collection of digital assets.",
    name: "My Digital Collection",
    uri: "https://mycollection.com",
    });

    console.log("Transaction created:", transaction);
    }
    runExample().catch(console.error); +
    + +
  • Derives an account by providing a private key. This function 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 an ED25519 type, it looks up the authentication key on chain to determine whether it is a Legacy ED25519 +key or a Unified ED25519 key, and then derives the account based on that.

    +

    Parameters

    • args: {
          privateKey: PrivateKey;
      }

      The arguments for deriving the account.

      +

    Returns Promise<Account>

    The derived Account type.

    +
    import { Aptos, AptosConfig, Network, Ed25519PrivateKey } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Deriving an account from a private key
    const account = await aptos.deriveAccountFromPrivateKey({
    privateKey: new Ed25519PrivateKey("0x123") // replace with a real private key
    });

    console.log(account);
    }
    runExample().catch(console.error); +
    + +
  • Freeze the ability to transfer a specified digital asset. +This function allows the creator to restrict the transfer capability of a digital asset.

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
      }

      The arguments for freezing the digital asset transfer.

      +
      • creator: Account

        The creator account initiating the freeze.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset to be frozen.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset being frozen.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Freeze the digital asset transfer
    const transaction = await aptos.freezeDigitalAssetTransaferTransaction({
    creator: Account.generate(), // Replace with a real account if needed
    digitalAssetAddress: "0x123", // Replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • This function creates an account if it does not exist and mints the specified amount of coins into that account.

    +

    Parameters

    Returns Promise<UserTransactionResponse>

    Transaction hash of the transaction that funded the account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fund an account with a specified amount of tokens
    const transaction = await aptos.fundAccount({
    accountAddress: "0x1", // replace with your account address
    amount: 100,
    });

    console.log("Transaction hash:", transaction.hash);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the current amount of APT for a specified account.

    +

    Parameters

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

      The arguments for the account query.

      +
      • accountAddress: AccountAddressInput

        The account address for which to retrieve the APT amount.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +

    Returns Promise<number>

    The current amount of APT for the specified account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the APT amount for a specific account
    const accountAPTAmount = await aptos.getAccountAPTAmount({ accountAddress: "0x1" }); // replace with a real account address
    console.log("Account APT Amount:", accountAPTAmount);
    }
    runExample().catch(console.error); +
    + +
  • Queries the current amount of a specified coin held by an account.

    +

    Parameters

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

      The parameters for querying the account's coin amount.

      +
      • accountAddress: AccountAddressInput

        The account address to query for the coin amount.

        +
      • OptionalcoinType?: `${string}::${string}::${string}`

        The coin type to query. Note: If not provided, it may be automatically populated if faMetadataAddress +is specified.

        +
      • OptionalfaMetadataAddress?: AccountAddressInput

        The fungible asset metadata address to query. Note: If not provided, it may be automatically +populated if coinType is specified.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Not used anymore, here for backward compatibility +see https://github.com/aptos-labs/aptos-ts-sdk/pull/519, will be removed in the near future. +Optional ledger version to sync up to before querying.

        +

    Returns Promise<number>

    The current amount of the specified coin held by the account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Query the account's coin amount for a specific coin type
    const accountCoinAmount = await aptos.getAccountCoinAmount({
    accountAddress: "0x1", // replace with a real account address
    coinType: "0x1::aptos_coin::AptosCoin" // specify the coin type
    });

    console.log(`Account coin amount: ${accountCoinAmount}`);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the current count of an account's coins aggregated across all types.

    +

    Parameters

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

      The parameters for the account coins count query.

      +
      • accountAddress: AccountAddressInput

        The account address we want to get the total count for.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +

    Returns Promise<number>

    The current count of the aggregated coins for the specified account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Getting the account coins count for a specific account
    const accountCoinsCount = await aptos.getAccountCoinsCount({ accountAddress: "0x1" }); // replace with a real account address
    console.log("Account Coins Count:", accountCoinsCount);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the coins data for a specified account.

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              amount?: any;
              asset_type?: null | string;
              is_frozen: boolean;
              is_primary?: null | 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?: null | string;
          }> & WhereArg<CurrentFungibleAssetBalancesBoolExp>;
      }
      • accountAddress: AccountAddressInput

        The account address for which to retrieve the coin's data.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: PaginationArgs & OrderByArg<{
            amount?: any;
            asset_type?: null | string;
            is_frozen: boolean;
            is_primary?: null | 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?: null | string;
        }> & WhereArg<CurrentFungibleAssetBalancesBoolExp>

    Returns Promise<{
        amount?: any;
        asset_type?: null | string;
        is_frozen: boolean;
        is_primary?: null | 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?: null | string;
    }[]>

    An array containing the coins data for the specified account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching coins data for a specific account
    const accountCoinsData = await aptos.getAccountCoinsData({
    accountAddress: "0x1", // replace with a real account address
    options: {
    limit: 10, // specify the number of results to return
    orderBy: { asset_type: "asc" }, // specify the order of results
    },
    });

    console.log(accountCoinsData);
    }
    runExample().catch(console.error); +
    + +
  • Queries for all collections that an account currently has tokens for, including NFTs, fungible tokens, and soulbound tokens. +If you want to filter by a specific token standard, you can pass an optional tokenStandard parameter.

    +

    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.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: 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.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get account collections with owned tokens for a specific account
    const accountCollectionsWithOwnedTokens = await aptos.getAccountCollectionsWithOwnedTokens({
    accountAddress: "0x1", // replace with a real account address
    options: {
    tokenStandard: "NFT", // specify the token standard if needed
    limit: 10, // specify the number of results to return
    },
    });

    console.log(accountCollectionsWithOwnedTokens);
    }
    runExample().catch(console.error); +
    + +
  • Fetches all top-level domain names for a specified account.

    +

    Parameters

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

    A promise of an array of ANSName.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching all top-level domain names for a specific account
    const domains = await aptos.getAccountDomains({
    accountAddress: "0x1", // replace with a real account address
    options: {
    limit: 10, // specify the number of names to fetch
    offset: 0, // specify the offset for pagination
    orderBy: "created_at", // specify the order by which to sort the names
    where: {
    // additional filters can be specified here
    },
    },
    });

    console.log(domains);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve events associated with a specific account address and creation number.

    +

    Parameters

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

      The parameters for retrieving account events.

      +
      • accountAddress: AccountAddressInput

        The account address to query events for.

        +
      • creationNumber: AnyNumber

        The event creation number to filter the events.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional minimum ledger version to sync up to before querying.

        +

    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

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get events for the account at creation number 0
    const events = await aptos.getAccountEventsByCreationNumber({
    accountAddress: "0x1", // replace with a real account address
    creationNumber: 0,
    });

    console.log(events);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve events associated with a specific account address and event type.

    +

    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 to query events for.

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

        The type of event to filter by.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: 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;
        }>

        Optional pagination and ordering parameters for the event query.

        +

    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

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get events for a specific account and event type
    const events = await aptos.getAccountEventsByEventType({
    accountAddress: "0x1", // replace with a real account address
    eventType: "0x1::transaction_fee::FeeStatement", // replace with a real event type
    minimumLedgerVersion: 1, // optional, specify if needed
    });

    console.log(events);
    }
    runExample().catch(console.error); +
    + +
  • Queries the current state for an Aptos account given its account address.

    +

    Parameters

    Returns Promise<AccountData>

    The account data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve account information for a specific address
    const accountInfo = await aptos.getAccountInfo({ accountAddress: "0x1" }); // replace with a real account address
    console.log(accountInfo);
    }
    runExample().catch(console.error); +
    + +
  • Queries for a specific account module given an account address and module name.

    +

    Parameters

    Returns Promise<MoveModuleBytecode>

    The account module associated with the specified account address and module name.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the account module for a specific account address and module name
    const module = await aptos.getAccountModule({
    accountAddress: "0x1", // replace with a real account address
    moduleName: "MyModule" // specify the module name
    });

    console.log(module);
    }
    runExample().catch(console.error); +
    + +
  • Queries for all modules in an account given an account address. +This function may call the API multiple times to auto paginate through results.

    +

    Parameters

    Returns Promise<MoveModuleBytecode[]>

      +
    • The account modules associated with the specified address.
    • +
    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching account modules for a specific account
    const accountModules = await aptos.getAccountModules({
    accountAddress: "0x1", // replace with a real account address
    options: {
    offset: 0, // starting from the first module
    limit: 10, // limiting to 10 modules
    },
    });

    console.log(accountModules);
    }
    runExample().catch(console.error); +
    + +
  • Fetches all names for an account, including both top-level domains and subdomains.

    +

    Parameters

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

    A promise of an array of ANSName.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetch account names for a specific address
    const accountNames = await aptos.getAccountNames({
    accountAddress: "0x1", // replace with a real account address
    options: {
    limit: 10, // specify how many names to fetch
    orderBy: "name", // specify the order by which to sort the names
    },
    });

    console.log(accountNames);
    }
    runExample().catch(console.error); +
    + +
  • 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.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: 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.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the objects owned by the specified account
    const accountOwnedObjects = await aptos.getAccountOwnedObjects({
    accountAddress: "0x1", // replace with a real account address
    minimumLedgerVersion: 1, // optional, specify if needed
    options: {
    offset: 0, // optional, specify if needed
    limit: 10, // optional, specify if needed
    orderBy: "created_at", // optional, specify if needed
    },
    });

    console.log(accountOwnedObjects);
    }
    runExample().catch(console.error); +
    + +
  • Queries the tokens currently owned by a specified account, including NFTs and fungible tokens. +If desired, you can filter the results by a specific token standard.

    +

    Parameters

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

        The account address for which to retrieve owned tokens.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

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

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

    An array of tokens with their respective data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the tokens owned by a specific account
    const accountOwnedTokens = await aptos.getAccountOwnedTokens({
    accountAddress: "0x1", // replace with a real account address
    options: {
    limit: 10, // specify how many tokens to return
    orderBy: "created_at", // specify the order of the results
    },
    });

    console.log(accountOwnedTokens);
    }
    runExample().catch(console.error); +
    + +
  • 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 parameter.

    +

    Parameters

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

        The account address we want to get the tokens for.

        +
      • collectionAddress: AccountAddressInput

        The address of the collection being queried.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying.

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

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

    Tokens array with the token data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get tokens owned by a specific account in a specific collection
    const accountOwnedTokens = await aptos.getAccountOwnedTokensFromCollectionAddress({
    accountAddress: "0x1", // replace with a real account address
    collectionAddress: "0x2", // replace with a real collection address
    });

    console.log(accountOwnedTokens);
    }
    runExample().catch(console.error); +
    + +
  • Queries a specific account resource given an account address and resource type.

    +

    Type Parameters

    • T extends {} = any

      The typed output of the resource.

      +

    Parameters

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

        The Aptos account address to query.

        +
      • Optionaloptions?: LedgerVersionArg
      • resourceType: `${string}::${string}::${string}`

        The string representation of an on-chain Move struct type, e.g., "0x1::aptos_coin::AptosCoin".

        +

    Returns Promise<T>

    The account resource of the specified type.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the account resource for a specific account address and resource type
    const resource = await aptos.getAccountResource({
    accountAddress: "0x1", // replace with a real account address
    resourceType: "0x1::aptos_coin::AptosCoin"
    });

    console.log(resource);
    }
    runExample().catch(console.error); +
    + +
  • Queries all account resources given an account address. +This function may call the API multiple times to auto paginate through results.

    +

    Parameters

    Returns Promise<MoveResource[]>

    Account resources.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching account resources for a specific account address
    const resources = await aptos.getAccountResources({ accountAddress: "0x1" }); // replace with a real account address
    console.log(resources);
    }
    runExample().catch(console.error); +
    + +
  • Fetches all subdomain names for a specified account.

    +

    Parameters

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

    A promise of an array of ANSName.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching subdomain names for a specific account
    const subdomains = await aptos.getAccountSubdomains({
    accountAddress: "0x1", // replace with a real account address
    options: {
    limit: 10, // specify the number of subdomains to fetch
    offset: 0, // specify the offset for pagination
    orderBy: "name", // specify the order by which to sort the names
    },
    });

    console.log(subdomains);
    }
    runExample().catch(console.error); +
    + +
  • Queries the current count of tokens owned by a specified account.

    +

    Parameters

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

      The parameters for the query.

      +
      • accountAddress: AccountAddressInput

        The account address to query the token count for.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +

    Returns Promise<number>

    The current count of tokens owned by the account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the count of tokens owned by the account
    const tokensCount = await aptos.getAccountTokensCount({ accountAddress: "0x1" }); // replace with a real account address
    console.log(`Tokens Count: ${tokensCount}`);
    }
    runExample().catch(console.error); +
    + +
  • Queries account transactions given an account address. +This function may call the API multiple times to auto paginate and retrieve all account transactions.

    +

    Parameters

    Returns Promise<TransactionResponse[]>

    The account transactions.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetch transactions for a specific account
    const transactions = await aptos.getAccountTransactions({
    accountAddress: "0x1", // replace with a real account address
    options: {
    offset: 0, // starting from the first transaction
    limit: 10, // limiting to 10 transactions
    },
    });

    console.log(transactions);
    }
    runExample().catch(console.error); +
    + +
  • Queries the current count of transactions submitted by an account.

    +

    Parameters

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

      The parameters for the query.

      +
      • accountAddress: AccountAddressInput

        The account address we want to get the total count for.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +

    Returns Promise<number>

    Current count of transactions made by an account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the count of transactions for a specific account
    const accountTransactionsCount = await aptos.getAccountTransactionsCount({
    accountAddress: "0x1", // replace with a real account address
    minimumLedgerVersion: 1, // specify your own minimum ledger version if needed
    });

    console.log(accountTransactionsCount);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve a block by its height, allowing for the inclusion of transactions if specified.

    +

    Parameters

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

      The parameters for the block retrieval.

      +
      • blockHeight: AnyNumber

        The block height to look up, starting at 0.

        +
      • Optionaloptions?: {
            withTransactions?: boolean;
        }

        Optional settings for the retrieval.

        +
        • OptionalwithTransactions?: boolean

    Returns Promise<Block>

    The block with optional transactions included.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve the block at height 5, including transactions
    const block = await aptos.getBlockByHeight({ blockHeight: 5, options: { withTransactions: true } });
    console.log(block);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves block information by the specified ledger version.

    +

    Parameters

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

      The arguments for retrieving the block.

      +
      • ledgerVersion: AnyNumber

        The ledger version to lookup block information for.

        +
      • Optionaloptions?: {
            withTransactions?: boolean;
        }

        Optional parameters for the request.

        +
        • OptionalwithTransactions?: boolean

    Returns Promise<Block>

    Block information with optional transactions.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve block information for a specific ledger version
    const block = await aptos.getBlockByVersion({ ledgerVersion: 5 });
    console.log(block);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the chain ID of the Aptos blockchain.

    +

    Returns Promise<number>

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching the chain ID
    const chainId = await aptos.getChainId();
    console.log("Chain ID:", chainId);
    }
    runExample().catch(console.error);

    @returns The chain ID of the Aptos blockchain. +
    + +
  • Queries the top user transactions based on the specified limit.

    +

    Parameters

    • args: {
          limit: number;
      }

      The arguments for querying top user transactions.

      +
      • limit: number

        The number of transactions to return.

        +

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

    GetChainTopUserTransactionsResponse

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetch the top user transactions with a limit of 5
    const topUserTransactions = await aptos.getChainTopUserTransactions({ limit: 5 });

    console.log(topUserTransactions);
    }
    runExample().catch(console.error); +
    + +
  • Queries data of a specific collection by the collection creator address and the collection name. +This function is deprecated; use getCollectionDataByCreatorAddressAndCollectionName instead.

    +

    If a creator account has two collections with the same name in v1 and v2, you can pass an optional tokenStandard parameter +to query a specific standard.

    +

    Parameters

    • args: {
          collectionName: string;
          creatorAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: TokenStandardArg;
      }

      The arguments for querying the collection data.

      +
      • collectionName: string

        The name of the collection.

        +
      • creatorAddress: AccountAddressInput

        The address of the collection's creator.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: TokenStandardArg

        Optional parameters for the query.

        +

    Returns Promise<{
        cdn_asset_uris?: null | {
            animation_optimizer_retry_count: number;
            asset_uri: string;
            cdn_animation_uri?: null | string;
            cdn_image_uri?: null | string;
            cdn_json_uri?: null | string;
            image_optimizer_retry_count: number;
            json_parser_retry_count: number;
            raw_animation_uri?: null | string;
            raw_image_uri?: null | string;
        };
        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 - The response type containing the collection data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Querying collection data by creator address and collection name
    const collection = await aptos.getCollectionData({
    creatorAddress: "0x1", // replace with a real creator address
    collectionName: "myCollection", // specify your collection name
    });

    console.log(collection);
    }
    runExample().catch(console.error); +
    + +
  • Queries data of a specific collection by the collection ID.

    +

    Parameters

    Returns Promise<{
        cdn_asset_uris?: null | {
            animation_optimizer_retry_count: number;
            asset_uri: string;
            cdn_animation_uri?: null | string;
            cdn_image_uri?: null | string;
            cdn_json_uri?: null | string;
            image_optimizer_retry_count: number;
            json_parser_retry_count: number;
            raw_animation_uri?: null | string;
            raw_image_uri?: null | string;
        };
        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 - The response type containing the collection data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching collection data by collection ID
    const collection = await aptos.getCollectionDataByCollectionId({
    collectionId: "0x123", // replace with a real collection ID
    });

    console.log(collection);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves data for a specific collection created by a given creator address. +This function allows you to query collection data while optionally specifying a minimum ledger version and pagination options.

    +

    Parameters

    Returns Promise<{
        cdn_asset_uris?: null | {
            animation_optimizer_retry_count: number;
            asset_uri: string;
            cdn_animation_uri?: null | string;
            cdn_image_uri?: null | string;
            cdn_json_uri?: null | string;
            image_optimizer_retry_count: number;
            json_parser_retry_count: number;
            raw_animation_uri?: null | string;
            raw_image_uri?: null | string;
        };
        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 - The response type containing collection data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve collection data by creator address
    const collectionData = await aptos.getCollectionDataByCreatorAddress({
    creatorAddress: "0x1", // replace with a real creator address
    minimumLedgerVersion: 1, // specify the minimum ledger version if needed
    options: {
    tokenStandard: "v2", // specify the token standard if needed
    pagination: { limit: 10, offset: 0 } // specify pagination options if needed
    }
    });

    console.log(collectionData);
    }
    runExample().catch(console.error); +
    + +
  • Queries data of a specific collection by the collection creator address and the collection name. +If a creator account has multiple collections with the same name across different versions, +specify the tokenStandard parameter to query a specific standard.

    +

    Parameters

    Returns Promise<{
        cdn_asset_uris?: null | {
            animation_optimizer_retry_count: number;
            asset_uri: string;
            cdn_animation_uri?: null | string;
            cdn_image_uri?: null | string;
            cdn_json_uri?: null | string;
            image_optimizer_retry_count: number;
            json_parser_retry_count: number;
            raw_animation_uri?: null | string;
            raw_image_uri?: null | string;
        };
        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 - The response type containing collection data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching collection data by creator address and collection name
    const collection = await aptos.getCollectionDataByCreatorAddressAndCollectionName({
    creatorAddress: "0x1", // replace with a real creator address
    collectionName: "myCollection",
    minimumLedgerVersion: 1, // optional, specify if needed
    options: { tokenStandard: "v2" } // optional, specify if needed
    });

    console.log(collection);
    }
    runExample().catch(console.error); +
    + +
  • Queries the ID of a specified collection. +This ID corresponds to the collection's object address in V2, while V1 does not utilize objects and lacks an address.

    +

    Parameters

    Returns Promise<string>

    The collection ID.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching the collection ID for a specific creator and collection name
    const collectionId = await aptos.getCollectionId({
    creatorAddress: "0x1", // replace with a real creator address
    collectionName: "myCollection"
    });

    console.log("Collection ID:", collectionId);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the current ownership data of a specified digital asset using its address.

    +

    Parameters

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

      The parameters for the request.

      +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +

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

    GetCurrentTokenOwnershipResponse containing relevant ownership data of the digital asset.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Getting the current ownership of a digital asset
    const digitalAssetOwner = await aptos.getCurrentDigitalAssetOwnership({
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(digitalAssetOwner);
    }
    runExample().catch(console.error); +
    + +
  • Queries all fungible asset balances.

    +

    Parameters

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

    A list of fungible asset metadata.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching current fungible asset balances
    const fungibleAssetBalances = await aptos.getCurrentFungibleAssetBalances();

    console.log(fungibleAssetBalances);
    }
    runExample().catch(console.error); +
    + +
  • Queries delegated staking activities for a specific delegator and pool.

    +

    Parameters

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

    The response containing delegated staking activities.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get delegated staking activities for a specific delegator and pool
    const activities = await aptos.getDelegatedStakingActivities({
    delegatorAddress: "0x1", // replace with a real delegator address
    poolAddress: "0x2", // replace with a real pool address
    minimumLedgerVersion: 1, // specify your own if needed
    });

    console.log(activities);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the activity data for a specified digital asset using its address.

    +

    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;
          }>;
      }

      The parameters for the request.

      +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional minimum ledger version to sync up to before querying.

        +
      • Optionaloptions?: 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;
        }>

        Optional pagination and ordering parameters.

        +

    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;
    }[]>

    A promise that resolves to the activity data related to the digital asset.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the activity data for a digital asset
    const digitalAssetActivity = await aptos.getDigitalAssetActivity({
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(digitalAssetActivity);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves digital asset data using the address of a digital asset.

    +

    Parameters

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

      The parameters for the request.

      +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +

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

    GetTokenDataResponse containing relevant data for the digital asset.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching digital asset data for a specific address
    const digitalAsset = await aptos.getDigitalAssetData({
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(digitalAsset);
    }
    runExample().catch(console.error); +
    + +
  • Fetches all subdomain names for a given domain, excluding the domain itself.

    +

    Parameters

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

    A promise that resolves to an array of ANSName.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching subdomains for a specific domain
    const subdomains = await aptos.getDomainSubdomains({
    domain: "test", // replace with your domain
    options: {
    limit: 10, // specify the number of subdomains to fetch
    offset: 0, // specify the starting point for fetching
    orderBy: "name", // specify the order by which to sort the results
    },
    });

    console.log(subdomains);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve all events from the Aptos blockchain. +An optional where clause can be provided to filter the results based on specific criteria.

    +

    Parameters

    • Optionalargs: {
          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 parameters for the query.

      +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: 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 pagination and filtering options.

        +

    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 containing the events.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve all events
    const events = await aptos.getEvents();

    // Retrieve events with filtering by account address
    const whereCondition = {
    account_address: { _eq: "0x123" }, // replace with a real account address
    };
    const filteredEvents = await aptos.getEvents({
    options: { where: whereCondition },
    });

    console.log(events);
    console.log(filteredEvents);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve the expiration time of a domain name or subdomain name from the contract.

    +

    Parameters

    • args: {
          name: string;
      }

      The arguments for retrieving the expiration.

      +
      • name: string

        A string of the name to retrieve.

        +

    Returns Promise<undefined | number>

    number as a unix timestamp in milliseconds.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the expiration time for the domain "test.aptos"
    const exp = await aptos.getExpiration({ name: "test.aptos" });

    // Log the expiration date
    console.log(new Date(exp)); // Outputs the expiration date
    }
    runExample().catch(console.error); +
    + +
  • Queries all fungible asset activities and returns a list of their metadata.

    +

    Parameters

    Returns Promise<{
        amount?: any;
        asset_type?: null | 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?: null | 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.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching fungible asset activities
    const fungibleAssetActivities = await aptos.getFungibleAssetActivities();
    console.log(fungibleAssetActivities);
    }
    runExample().catch(console.error); +
    + +
  • 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;
        maximum_v2?: any;
        name: string;
        project_uri?: null | string;
        supply_aggregator_table_handle_v1?: null | string;
        supply_aggregator_table_key_v1?: null | string;
        supply_v2?: any;
        symbol: string;
        token_standard: string;
    }[]>

    A list of fungible asset metadata.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching fungible asset metadata
    const fungibleAssets = await aptos.getFungibleAssetMetadata();
    console.log(fungibleAssets);
    }
    runExample().catch(console.error); +
    + +
  • Queries the fungible asset metadata for a specific asset type. +This function helps retrieve detailed information about a fungible asset based on its type.

    +

    Parameters

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

      The parameters for the query.

      +
      • assetType: string

        The asset type of the fungible asset, e.g., "0x1::aptos_coin::AptosCoin" for Aptos Coin.

        +
      • OptionalminimumLedgerVersion?: 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;
        maximum_v2?: any;
        name: string;
        project_uri?: null | string;
        supply_aggregator_table_handle_v1?: null | string;
        supply_aggregator_table_key_v1?: null | string;
        supply_v2?: any;
        symbol: string;
        token_standard: string;
    }>

    A fungible asset metadata item.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve fungible asset metadata by asset type
    const fungibleAsset = await aptos.getFungibleAssetMetadataByAssetType({
    assetType: "0x1::aptos_coin::AptosCoin" // replace with your asset type
    });

    console.log(fungibleAsset);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves fungible asset metadata based on the creator address.

    +

    This function allows you to query metadata for a specific fungible asset created by a given address.

    +

    Parameters

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

      The parameters for the query.

      +
      • creatorAddress: AccountAddressInput

        The creator address of the fungible asset.

        +
      • OptionalminimumLedgerVersion?: 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;
        maximum_v2?: any;
        name: string;
        project_uri?: null | string;
        supply_aggregator_table_handle_v1?: null | string;
        supply_aggregator_table_key_v1?: null | string;
        supply_v2?: any;
        symbol: string;
        token_standard: string;
    }[]>

    A fungible asset metadata item.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve fungible asset metadata by creator address
    const fungibleAsset = await aptos.getFungibleAssetMetadataByCreatorAddress({
    creatorAddress: "0x123", // replace with a real creator address
    });

    console.log(fungibleAsset);
    }
    runExample().catch(console.error); +
    + +
  • Estimates the gas unit price required to process a transaction on the Aptos blockchain in a timely manner. +This helps users to understand the cost associated with their transactions. +https://api.mainnet.aptoslabs.com/v1/spec#/operations/estimate_gas_price

    +

    Returns Promise<GasEstimation>

    An object containing the estimated gas price.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET }); // Specify your network
    const aptos = new Aptos(config);

    async function runExample() {
    // Getting the gas price estimation
    const gasPriceEstimation = await aptos.getGasPriceEstimation();

    console.log("Estimated Gas Price:", gasPriceEstimation);
    }
    runExample().catch(console.error); +
    + +
  • Queries for the last successful indexer version, providing insight into the ledger version the indexer is updated to, which +may lag behind the full nodes.

    +

    Returns Promise<bigint>

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the last successful indexer version
    const version = await aptos.getIndexerLastSuccessVersion();
    console.log(`Last successful indexer version: ${version}`);
    }
    runExample().catch(console.error); +
    + +
  • Queries for the Aptos ledger information.

    +

    Returns Promise<LedgerInfo>

    The Aptos Ledger Info, which includes details such as chain ID, epoch, and ledger version.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching the ledger information
    const ledgerInfo = await aptos.getLedgerInfo();

    console.log(ledgerInfo);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve module events based on a specified event type. +This function allows you to query for events that are associated with a particular module event type in the Aptos blockchain.

    +

    Parameters

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

      The arguments for retrieving module events.

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

        The event type to filter the results.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: 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;
        }>

        Optional pagination and ordering parameters for the event results.

        +

    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 - A promise that resolves to the retrieved events.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve module events for a specific event type
    const events = await aptos.getModuleEventsByEventType({
    eventType: "0x1::transaction_fee::FeeStatement", // specify the event type
    minimumLedgerVersion: 1, // optional: specify minimum ledger version if needed
    });

    console.log(events); // log the retrieved events
    }
    runExample().catch(console.error); +
    + +
  • Fetches a single name from the indexer based on the provided name argument.

    +

    Parameters

    • args: {
          name: string;
      }

      The arguments for retrieving the name.

      +
      • 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 and can be a subdomain.

        +

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

    A promise of an ANSName or undefined if the name is not active.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching a name from the indexer
    const name = await aptos.getName({ name: "test.aptos" }); // replace with a real name
    console.log(name);
    }
    runExample().catch(console.error); +
    + +
  • Queries the current number of delegators in a specified pool. Throws an error if the pool is not found.

    +

    Parameters

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

      The parameters for the query.

      +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • poolAddress: AccountAddressInput

        The address of the pool to query.

        +

    Returns Promise<number>

    The number of delegators for the given pool.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the number of delegators for a specific pool
    const delegators = await aptos.getNumberOfDelegators({ poolAddress: "0x1" }); // replace with a real pool address
    console.log(`Number of delegators: ${delegators}`);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the current number of delegators across all pools.

    +

    Parameters

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

      Optional parameters for the query.

      +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

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

        Optional ordering options for the response.

        +

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

    GetNumberOfDelegatorsForAllPoolsResponse response type containing the number of delegators per pool.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve the number of delegators for all pools
    const delegators = await aptos.getNumberOfDelegatorsForAllPools();
    console.log(delegators);
    }
    runExample().catch(console.error); +
    + +
  • Fetches the object data based on the specified object address.

    +

    Parameters

    • args: {
          minimumLedgerVersion?: AnyNumber;
          objectAddress: AccountAddressInput;
          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;
          }>;
      }
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional minimum ledger version to wait for.

        +
      • objectAddress: AccountAddressInput

        The object address to retrieve data for.

        +
      • Optionaloptions?: 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;
        }>

        Optional configuration options for pagination and ordering.

        +

    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;
    }>

    The object data corresponding to the provided address.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching object data by object address
    const objectData = await aptos.getObjectDataByObjectAddress({
    objectAddress: "0x1", // replace with a real object address
    });

    console.log(objectData);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the digital assets owned by a specified address.

    +

    Parameters

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

        Optional ledger version to sync up to before querying.

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

        Optional pagination and ordering parameters for the response.

        +
      • ownerAddress: AccountAddressInput

        The address of the owner.

        +

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

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

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching the digital assets owned by the specified address
    const digitalAssets = await aptos.getOwnedDigitalAssets({
    ownerAddress: "0x1", // replace with a real account address
    });

    console.log(digitalAssets);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve the owner address of a specified domain name or subdomain name from the contract.

    +

    Parameters

    • args: {
          name: string;
      }

      The arguments for retrieving the owner address.

      +
      • name: string

        A string representing the name of the domain or subdomain to retrieve the owner address for.

        +

    Returns Promise<undefined | AccountAddress>

    AccountAddress if the name is owned, undefined otherwise.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve the owner address of "test.aptos"
    const owner = await aptos.getOwnerAddress({ name: "test.aptos" });
    console.log(owner); // Logs the owner address or undefined if not owned
    }
    runExample().catch(console.error); +
    + +
  • Fetches the pepper from the Aptos pepper service API.

    +

    Parameters

    • args: {
          derivationPath?: string;
          ephemeralKeyPair: EphemeralKeyPair;
          jwt: string;
      }

      The arguments for fetching the pepper.

      +
      • OptionalderivationPath?: string

        A derivation path used for creating multiple accounts per user via the BIP-44 standard. Defaults +to "m/44'/637'/0'/0'/0".

        +
      • ephemeralKeyPair: EphemeralKeyPair

        The EphemeralKeyPair used to generate the nonce in the JWT token.

        +
      • jwt: string

        JWT token.

        +

    Returns Promise<Uint8Array>

    The pepper which is a Uint8Array of length 31.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const ephemeralKeyPair = new EphemeralKeyPair(); // create a new ephemeral key pair
    const jwt = "your_jwt_token"; // replace with a real JWT token

    // Fetching the pepper using the provided JWT and ephemeral key pair
    const pepper = await aptos.getPepper({
    jwt,
    ephemeralKeyPair,
    // derivationPath: "m/44'/637'/0'/0'/0" // specify your own if needed
    });

    console.log("Fetched pepper:", pepper);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve the primary name for an account. An account can have multiple names, but only one primary name, which may not exist.

    +

    Parameters

    Returns Promise<undefined | string>

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

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve the primary name for the specified account address
    const name = await aptos.getPrimaryName({ address: "0x1" }); // replace with a real account address
    console.log(name);
    }
    runExample().catch(console.error); +
    + +
  • Query the processor status for a specific processor type.

    +

    Parameters

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

    The status of the specified processor type.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the processor status for the account transactions processor
    const status = await aptos.getProcessorStatus("account_transactions_processor");
    console.log(status);
    }
    runExample().catch(console.error); +
    + +
  • Fetches a proof from the Aptos prover service API.

    +

    Parameters

    • args: {
          ephemeralKeyPair: EphemeralKeyPair;
          jwt: string;
          pepper?: HexInput;
          uidKey?: string;
      }

      The arguments for fetching the proof.

      +
      • ephemeralKeyPair: EphemeralKeyPair

        The EphemeralKeyPair used to generate the nonce in the JWT token.

        +
      • jwt: string

        JWT token.

        +
      • Optionalpepper?: HexInput

        The pepper used for the account. If not provided, it will be fetched from the Aptos pepper service.

        +
      • OptionaluidKey?: string

        A key in the JWT token to use to set the uidVal in the IdCommitment.

        +

    Returns Promise<ZeroKnowledgeSig>

    The proof which is represented by a ZeroKnowledgeSig.

    +
    import { Aptos, AptosConfig, Network, EphemeralKeyPair, getPepper } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const jwt = "your_jwt_token"; // replace with a real JWT token
    const ephemeralKeyPair = new EphemeralKeyPair(); // create a new ephemeral key pair

    // Fetch the proof using the getProof function
    const proof = await aptos.getProof({
    jwt,
    ephemeralKeyPair,
    pepper: await getPepper({}), // fetch the pepper if not provided
    uidKey: "sub", // specify the uid key
    });

    console.log("Fetched proof:", proof);
    }
    runExample().catch(console.error); +
    + +
  • Returns a signing message for a transaction, allowing a user to sign it using their preferred method before submission to the network.

    +

    Parameters

    • args: {
          transaction: AnyRawTransaction;
      }

      The arguments for obtaining the signing message.

      +

    Returns Uint8Array

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const transaction = await aptos.transaction.build.simple({
    sender: "0x1", // replace with a real sender address
    data: {
    function: "0x1::aptos_account::transfer",
    functionArguments: ["0x2", 100], // replace with a real destination address
    },
    });

    const message = await aptos.getSigningMessage({ transaction });
    console.log(message);
    }
    runExample().catch(console.error); +
    + +
  • Queries for a specific item in a table identified by the handle and the key for the item. +This function allows you to retrieve structured data from a table in the Aptos blockchain.

    +

    Type Parameters

    • T

    Parameters

    Returns Promise<T>

    Table item value rendered in JSON.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve a table item from the Aptos blockchain
    const tableItem = await aptos.getTableItem({
    handle: "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca",
    data: {
    key_type: "address", // Move type of table key
    value_type: "u128", // Move type of table value
    key: "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935" // Value of table key
    },
    });

    console.log(tableItem);
    }
    runExample().catch(console.error); +
    + +
  • Queries for table items data with optional filtering and pagination. +This function allows you to retrieve specific data from a table based on provided criteria.

    +

    Parameters

    • args: {
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & WhereArg<TableItemsBoolExp> & OrderByArg<{
              decoded_key: any;
              decoded_value?: any;
              key: string;
              table_handle: string;
              transaction_version: any;
              write_set_change_index: any;
          }>;
      }

      The arguments for querying table items data.

      +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional minimum ledger version to wait for before querying.

        +
      • Optionaloptions?: PaginationArgs & WhereArg<TableItemsBoolExp> & OrderByArg<{
            decoded_key: any;
            decoded_value?: any;
            key: string;
            table_handle: string;
            transaction_version: any;
            write_set_change_index: any;
        }>

        Optional parameters for pagination and filtering.

        +

    Returns Promise<{
        decoded_key: any;
        decoded_value?: any;
        key: string;
        table_handle: string;
        transaction_version: any;
        write_set_change_index: any;
    }[]>

    GetTableItemsDataResponse

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve table items data with specific filtering options
    const data = await aptos.getTableItemsData({
    minimumLedgerVersion: 1, // specify your own minimum ledger version if needed
    options: {
    where: {
    table_handle: { _eq: "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca" },
    transaction_version: { _eq: "0" }
    },
    limit: 10, // specify your own limit if needed
    },
    });

    console.log(data);
    }
    runExample().catch(console.error); +
    + +
  • Queries for the metadata of table items, allowing for filtering and pagination.

    +

    Parameters

    Returns Promise<{
        handle: string;
        key_type: string;
        value_type: string;
    }[]>

    GetTableItemsMetadataResponse

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching table items metadata with a filter condition
    const data = await aptos.getTableItemsMetadata({
    minimumLedgerVersion: 1, // specify your own minimum ledger version if needed
    options: {
    where: { handle: { _eq: "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca" } },
    limit: 10, // specify your own limit if needed
    },
    });

    console.log(data);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve the target address of a domain or subdomain name, which indicates the address the name points to for use on-chain. +Note that the target address can point to addresses that do not own the name.

    +

    Parameters

    • args: {
          name: string;
      }

      The arguments for retrieving the target address.

      +
      • name: string

        A string representing the name, which can be a primary name, a subdomain, or a combination (e.g., +"primary", "primary.apt", "secondary.primary", "secondary.primary.apt").

        +

    Returns Promise<undefined | AccountAddress>

    AccountAddress if the name has a target, undefined otherwise.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve the target address for the specified domain name
    const targetAddr = await aptos.getTargetAddress({ name: "test.aptos" });

    console.log(targetAddr); // Logs the target address, e.g., 0x123...
    }
    runExample().catch(console.error); +
    + +
  • Queries on-chain transactions by their transaction hash, returning both pending and committed transactions.

    +

    Parameters

    • args: {
          transactionHash: HexInput;
      }

      The arguments for querying the transaction.

      +
      • transactionHash: HexInput

        The transaction hash should be a hex-encoded bytes string with a 0x prefix.

        +

    Returns Promise<TransactionResponse>

    The transaction from the mempool (pending) or the on-chain (committed) transaction.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetch a transaction by its hash
    const transaction = await aptos.getTransactionByHash({ transactionHash: "0x123" }); // replace with a real transaction hash

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Queries on-chain transaction by version. This function will not return pending transactions.

    +

    Parameters

    • args: {
          ledgerVersion: AnyNumber;
      }

      The arguments for querying the transaction.

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

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching a transaction by its version
    const transaction = await aptos.getTransactionByVersion({ ledgerVersion: 1 }); // replace 1 with a real version
    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Queries on-chain transactions, excluding pending transactions. +Use this function to retrieve historical transactions from the blockchain.

    +

    Parameters

    • Optionalargs: {
          options?: PaginationArgs;
      }

      Optional parameters for pagination.

      +

    Returns Promise<TransactionResponse[]>

    An array of on-chain transactions.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetch transactions with pagination
    const transactions = await aptos.getTransactions({
    options: {
    offset: 0, // Start from the first transaction
    limit: 10, // Limit to 10 results
    },
    });

    console.log(transactions);
    }
    runExample().catch(console.error); +
    + +
  • Defines if the specified transaction is currently in a pending state. +This function helps you determine the status of a transaction using its hash.

    +

    Parameters

    • args: {
          transactionHash: HexInput;
      }

      The arguments for the function.

      +
      • transactionHash: HexInput

        A hash of the transaction in hexadecimal format.

        +

    Returns Promise<boolean>

    true if the transaction is in a pending state and false otherwise.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Check if the transaction is pending using its hash
    const isPendingTransaction = await aptos.isPendingTransaction({ transactionHash: "0x123" }); // replace with a real transaction hash
    console.log("Is the transaction pending?", isPendingTransaction);
    }
    runExample().catch(console.error); +
    + +
  • Looks up the account address for a given authentication key, handling both rotated and non-rotated keys.

    +

    Parameters

    Returns Promise<AccountAddress>

    Promise - The account address associated with the authentication key.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Look up the original account address for a given authentication key
    const accountAddress = await aptos.lookupOriginalAccountAddress({
    authenticationKey: "0x1", // replace with a real authentication key
    });

    console.log("Original Account Address:", accountAddress);
    }
    runExample().catch(console.error); +
    + +
  • Create a transaction to mint a digital asset into the creator's account within an existing collection. +This function helps you generate a transaction that can be simulated or submitted to the blockchain for minting a digital asset.

    +

    Parameters

    • args: {
          collection: string;
          creator: Account;
          description: string;
          name: string;
          options?: InputGenerateTransactionOptions;
          propertyKeys?: string[];
          propertyTypes?: (
              | "BOOLEAN"
              | "U8"
              | "U16"
              | "U32"
              | "U64"
              | "U128"
              | "U256"
              | "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.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional transaction generation options.

        +
      • OptionalpropertyKeys?: string[]

        Optional array of property keys for the digital asset.

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

        Optional array of property types for the digital asset.

        +
      • OptionalpropertyValues?: PropertyValue[]

        Optional array of property values for the digital asset.

        +
      • uri: string

        The URI to additional info about the digital asset.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Creating a transaction to mint a digital asset
    const transaction = await aptos.mintDigitalAssetTransaction({
    creator: Account.generate(), // replace with a real account
    collection: "MyCollection",
    description: "This is a digital asset.",
    name: "MyDigitalAsset",
    uri: "https://example.com/my-digital-asset",
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Mint a soul bound digital asset into a recipient's account. +This function allows you to create a unique digital asset that is bound to a specific account.

    +

    Parameters

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

      The arguments for minting the soul bound transaction.

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

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Additional options for generating the transaction.

        +
      • OptionalpropertyKeys?: string[]

        The property keys for storing on-chain properties.

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

        The type of property values.

        +
      • OptionalpropertyValues?: PropertyValue[]

        The property values to be stored on-chain.

        +
      • recipient: AccountAddressInput

        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 the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Mint a soul bound digital asset
    const transaction = await aptos.mintSoulBoundTransaction({
    account: Account.generate(), // Replace with a real account
    collection: "collectionName",
    description: "collectionDescription",
    name: "digitalAssetName",
    uri: "digital-asset-uri.com",
    recipient: "0x123" // Replace with a real recipient account address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Generates a transaction to publish a Move package to the blockchain. +This function helps you create a transaction that can be simulated or submitted to the chain for publishing a package.

    +

    To get the metadataBytes and byteCode, can compile using Aptos CLI with command +aptos move compile --save-metadata ...,

    +

    https://aptos.dev/tutorials/your-first-dapp/#step-4-publish-a-move-module

    +

    Parameters

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Replace with a real account address
    const account = "0x1";
    const metadataBytes = "0x..."; // replace with real metadata bytes
    const byteCode = "0x..."; // replace with real module bytecode

    const transaction = await aptos.publishPackageTransaction({
    account,
    metadataBytes,
    moduleBytecode: [byteCode],
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves data from the Aptos Indexer using a GraphQL query. +This function allows you to execute complex queries to fetch specific data from the Aptos blockchain.

    +

    Type Parameters

    • T extends {}

    Parameters

    Returns Promise<T>

    The provided T type.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Querying the Aptos Indexer for ledger information
    const topUserTransactions = await aptos.queryIndexer({
    query: `query MyQuery {
    ledger_infos {
    chain_id
    }
    }`
    });

    console.log(topUserTransactions);
    }
    runExample().catch(console.error); +
    + +
  • Registers a new name.

    +

    This function allows you to register a domain or subdomain name with specific expiration policies and options.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Registering a subdomain name assuming def.apt is already registered and belongs to the sender alice.
    const txn = await aptos.registerName({
    sender: "0x1", // replace with a real sender account
    name: "test.aptos.apt",
    expiration: {
    policy: "subdomain:independent",
    expirationDate: Date.now() + 30 * 24 * 60 * 60 * 1000, // expires in 30 days
    },
    });

    console.log("Transaction:", txn);
    }
    runExample().catch(console.error); +
    + +
  • Remove a digital asset property from the blockchain. +This function allows you to delete an existing property associated with a digital asset.

    +

    Parameters

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

      The parameters required to remove the digital asset property.

      +
      • creator: Account

        The account that mints the digital asset.

        +
      • digitalAssetAddress: AccountAddressInput

        The digital asset address.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +
      • propertyKey: string

        The property key for storing on-chain properties.

        +
      • propertyType:
            | "BOOLEAN"
            | "U8"
            | "U16"
            | "U32"
            | "U64"
            | "U128"
            | "U256"
            | "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 the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Remove a digital asset property
    const transaction = await aptos.removeDigitalAssetPropertyTransaction({
    creator: Account.generate(), // replace with a real account
    propertyKey: "newKey",
    propertyType: "BOOLEAN",
    propertyValue: true,
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Renews a domain name for one year. +If a domain name was minted with V1 of the contract, it will automatically be upgraded to V2 via this transaction.

    +

    Parameters

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

      The arguments for renewing the domain.

      +
      • name: string

        A string representing the domain to renew. Subdomains cannot be renewed.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional transaction options.

        +
      • sender: Account

        The sender account, which must be the domain owner.

        +
      • Optionalyears?: 1

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

        +

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Renew the domain "test" for one year
    const transaction = await aptos.renewDomain({
    sender: Account.generate(), // replace with a real account
    name: "test"
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Rotate an account's authentication key. After rotation, only the new private key can be used to sign transactions for the account. +Note: Only legacy Ed25519 scheme is supported for now. +More info: https://aptos.dev/guides/account-management/key-rotation/

    +

    Parameters

    • args: {
          fromAccount: Account;
          toNewPrivateKey: PrivateKey;
      }

      The arguments for rotating the auth key.

      +
      • fromAccount: Account

        The account to rotate the auth key for.

        +
      • toNewPrivateKey: PrivateKey

        The new private key to rotate to.

        +

    Returns Promise<TransactionResponse>

    PendingTransactionResponse

    +
    import { Aptos, AptosConfig, Network, Account, PrivateKey } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Rotate the authentication key for an account
    const response = await aptos.rotateAuthKey({
    // replace with a real account
    fromAccount: Account.generate(),
    // replace with a real private key
    toNewPrivateKey: new PrivateKey("0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"),
    });

    console.log(response);
    }
    runExample().catch(console.error); +
    + +
  • Set the digital asset description to provide additional context or information about the asset.

    +

    Parameters

    • args: {
          creator: Account;
          description: string;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
      }

      The parameters for setting the digital asset description.

      +
      • creator: Account

        The creator account responsible for the digital asset.

        +
      • description: string

        The digital asset description to be set.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Set the digital asset description
    const transaction = await aptos.setDigitalAssetDescriptionTransaction({
    creator: Account.generate(), // replace with a real account
    description: "This is a digital asset description.",
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Set the digital asset name, allowing you to define a name for a specific digital asset on the blockchain.

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          name: string;
          options?: InputGenerateTransactionOptions;
      }

      The parameters for setting the digital asset name.

      +
      • creator: Account

        The creator account responsible for the transaction.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset, represented as a Move struct ID.

        +
      • name: string

        The desired name for the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the blockchain.

    +
    import { Aptos, AptosConfig, Network, Account } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const creator = Account.generate(); // Generate a new account for the creator
    const digitalAssetAddress = "0x123"; // replace with a real digital asset address

    // Set the digital asset name
    const transaction = await aptos.setDigitalAssetNameTransaction({
    creator: creator,
    name: "digitalAssetName",
    digitalAssetAddress: digitalAssetAddress,
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Set the URI for a digital asset, allowing you to associate a unique identifier with the asset.

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          uri: string;
      }

      The parameters for the transaction.

      +
      • creator: Account

        The creator account initiating the transaction.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +
      • uri: string

        The digital asset URI to be set.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Set the URI for a digital asset
    const transaction = await aptos.setDigitalAssetURITransaction({
    creator: Account.generate(), // Replace with a real creator account
    uri: "digital-asset-uri.com",
    digitalAssetAddress: "0x123", // Replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Sets the primary name for the sender account, allowing them to designate a single primary name among potentially multiple +names. An account may not have a primary name.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Set the primary name for the sender account
    const sender = Account.generate(); // replace with a real account
    await aptos.setPrimaryName({ sender, name: "test.aptos" });

    const primaryName = await aptos.getPrimaryName({ address: sender.accountAddress });
    console.log("Primary Name:", primaryName); // Should log: "Primary Name: test.aptos"
    }
    runExample().catch(console.error); +
    + +
  • Sets the target address of a domain or subdomain name, pointing it to a specified address for use on-chain. +The target address can be different from the owner of the name.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Setting the target address for a domain name
    const sender = Account.generate(); // replace with a real account
    const address = "0x1"; // replace with a real account address

    await aptos.setTargetAddress({
    sender: sender,
    name: "test.aptos",
    address: address,
    });

    const targetAddress = await aptos.getTargetAddress({ name: "test.aptos" });
    console.log(targetAddress); // Should log the address set for "test.aptos"
    }
    runExample().catch(console.error); +
    + +
  • Sign a transaction that can later be submitted to the chain. +This function is essential for ensuring the authenticity of the transaction by using the provided account's signing capabilities.

    +

    Parameters

    Returns AccountAuthenticator

    AccountAuthenticator - The authenticator for the signed transaction.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const sender = Account.generate(); // Generate a new account for signing
    const transaction = await aptos.transaction.build.simple({
    sender: sender.accountAddress,
    data: {
    function: "0x1::aptos_account::transfer",
    functionArguments: [ "0x1", 100 ], // replace with a real account address and amount
    },
    });

    const signedTransaction = await aptos.transaction.sign({
    signer: sender,
    transaction,
    }); // Sign the transaction

    console.log("Signed Transaction:", signedTransaction);
    }
    runExample().catch(console.error); +
    + +
  • Sign and submit a single signer transaction as the fee payer to chain given an authenticator by the sender of the transaction.

    +

    Parameters

    Returns Promise<PendingTransactionResponse>

    PendingTransactionResponse

    +
    const transaction = await aptos.transaction.build.simple({sender: alice.accountAddress, feePayer: true ...})
    const senderAuthenticator = alice.signTransactionWithAuthenticator(transaction)
    const pendingTransaction = await aptos.signAndSubmitAsFeePayer({
    senderAuthenticator,
    feePayer: bob,
    transaction,
    }) +
    + +
  • Sign and submit a single signer transaction to the blockchain. +This function allows you to execute a transaction after signing it with the specified account.

    +

    Parameters

    Returns Promise<PendingTransactionResponse>

    PendingTransactionResponse

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const sender = Account.generate(); // Generate a new account for sending the transaction
    const transaction = await aptos.transaction.build.simple({
    sender: sender.accountAddress,
    data: {
    function: "0x1::aptos_account::transfer",
    functionArguments: [ "0x1", 100 ], // replace with a real account address
    },
    });

    // Sign and submit the transaction
    const pendingTransaction = await aptos.signAndSubmitTransaction({
    signer: sender,
    transaction,
    });

    console.log(pendingTransaction);
    }
    runExample().catch(console.error); +
    + +
  • Sign a transaction as a fee payer that can later be submitted to the chain. +This function ensures that the transaction is marked with the fee payer's address, allowing it to be processed correctly.

    +

    Parameters

    • args: {
          signer: Account;
          transaction: AnyRawTransaction;
      }

      The arguments for signing the transaction.

      +
      • signer: Account

        The fee payer signer account.

        +
      • transaction: AnyRawTransaction

        A raw transaction to sign on. This transaction must include a feePayerAddress property.

        +

    Returns AccountAuthenticator

    AccountAuthenticator - The authenticator for the signed transaction.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const sender = Account.generate(); // Generate a new account for the fee payer
    const transaction = await aptos.transaction.build.simple({
    // All transactions on Aptos are implemented via smart contracts.
    function: "0x1::aptos_account::transfer",
    functionArguments: [sender.accountAddress, 100],
    feePayerAddress: sender.accountAddress, // Set the fee payer address
    });

    const signedTransaction = await aptos.transaction.signAsFeePayer({
    signer: sender,
    transaction,
    });

    console.log("Signed transaction as fee payer:", signedTransaction);
    }
    runExample().catch(console.error); +
    + +
  • Generate a transfer coin transaction that can be simulated, signed, and submitted. +This function helps you create a transaction to transfer a specified amount of coins +from one account to another within the Aptos network.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Generate a transfer coin transaction
    const transaction = await aptos.transferCoinTransaction({
    sender: "0x1", // replace with a real sender account address
    recipient: "0x2", // replace with a real recipient account address
    amount: 10,
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Transfer ownership of a non-fungible digital asset. +This function allows you to transfer a digital asset only if it is not frozen, meaning the ownership transfer is not disabled.

    +

    Parameters

    • args: {
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          recipient: AccountAddress;
          sender: Account;
      }

      The arguments for transferring the digital asset.

      +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset being transferred.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset, defaults to "0x4::token::Token".

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +
      • recipient: AccountAddress

        The account address of the recipient.

        +
      • sender: Account

        The sender account of the current digital asset owner.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Transfer a digital asset
    const transaction = await aptos.transferDigitalAssetTransaction({
    sender: Account.generate(), // replace with a real sender account
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    recipient: "0x456", // replace with a real recipient account address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Transfer a specified amount of fungible asset from the sender's primary store to the recipient's primary store. +This method allows you to transfer any fungible asset, including fungible tokens.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Transfer fungible asset from sender to recipient
    const transaction = await aptos.transferFungibleAsset({
    sender: Account.generate(), // replace with a real sender account
    fungibleAssetMetadataAddress: "0x123", // replace with a real fungible asset address
    recipient: "0x456", // replace with a real recipient account
    amount: 5
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Unfreeze the ability to transfer a digital asset. +This function allows the specified creator account to unfreeze the transfer of a digital asset identified by its address.

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
      }

      The parameters for unfreezing the digital asset transfer.

      +
      • creator: Account

        The creator account that is unfreezing the digital asset transfer.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset to unfreeze.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset being unfrozen.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Unfreeze the ability to transfer a digital asset
    const transaction = await aptos.unfreezeDigitalAssetTransaferTransaction({
    creator: Account.generate(), // replace with a real creator account
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Update a digital asset property on-chain.

    +

    Parameters

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

      The parameters for updating the digital asset property.

      +
      • creator: Account

        The account that mints the digital asset.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +
      • propertyKey: string

        The property key for storing on-chain properties.

        +
      • propertyType:
            | "BOOLEAN"
            | "U8"
            | "U16"
            | "U32"
            | "U64"
            | "U128"
            | "U256"
            | "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 the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Update a digital asset property
    const transaction = await aptos.updateDigitalAssetPropertyTransaction({
    creator: Account.generate(), // replace with a real account
    propertyKey: "newKey",
    propertyType: "BOOLEAN",
    propertyValue: false,
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Update a typed digital asset property on-chain. +This function allows you to modify the properties of a digital asset, enabling dynamic updates to its attributes.

    +

    Parameters

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

      The arguments for updating the digital asset property.

      +
      • creator: Account

        The account that mints the digital asset.

        +
      • digitalAssetAddress: AccountAddressInput

        The digital asset address.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        (Optional) The type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        (Optional) Additional options for generating the transaction.

        +
      • propertyKey: string

        The property key for storing on-chain properties.

        +
      • propertyType:
            | "BOOLEAN"
            | "U8"
            | "U16"
            | "U32"
            | "U64"
            | "U128"
            | "U256"
            | "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 the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Update a typed digital asset property
    const transaction = await aptos.updateDigitalAssetTypedPropertyTransaction({
    creator: Account.generate(), // replace with a real account
    propertyKey: "typedKey",
    propertyType: "U8",
    propertyValue: 2,
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • This installs a set of FederatedJWKs at an address for a given iss.

    +

    It will fetch the JSON Web Keyset (JWK) set from the well-known endpoint and update the FederatedJWKs at the sender's address +to reflect it.

    +

    Parameters

    • args: {
          iss: string;
          jwksUrl?: string;
          options?: InputGenerateTransactionOptions;
          sender: Account;
      }
      • iss: string

        the iss claim of the federated OIDC provider.

        +
      • OptionaljwksUrl?: string

        the URL to find the corresponding JWKs. For supported IDP providers this parameter in not necessary.

        +
      • Optionaloptions?: InputGenerateTransactionOptions
      • sender: Account

        The account that will install the JWKs

        +

    Returns Promise<SimpleTransaction>

    The pending transaction that results from submission.

    +
  • Queries for a Move view function with JSON, this provides compatability with the old aptos package

    +

    Type Parameters

    Parameters

    Returns Promise<T>

    an array of Move values

    +
    const data = await aptos.view({
    payload: {
    function: "0x1::coin::balance",
    typeArguments: ["0x1::aptos_coin::AptosCoin"],
    functionArguments: [accountAddress.toString()],
    }
    }) +
    + +
  • Waits for a transaction to move past the pending state and provides the transaction response. +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 response.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Wait for a transaction to complete using its hash
    const transactionHash = "0x123"; // replace with a real transaction hash
    const transactionResponse = await aptos.waitForTransaction({
    transactionHash,
    options: {
    timeoutSecs: 30, // specify your own timeout if needed
    checkSuccess: true,
    },
    });

    console.log(transactionResponse);
    }
    runExample().catch(console.error); +
    + +

Properties

account: Account
ans: ANS
coin: Coin
config: AptosConfig

The configuration settings for the Aptos client.

+
digitalAsset: DigitalAsset
event: Event
faucet: Faucet
fungibleAsset: FungibleAsset
general: General
keyless: Keyless
object: AptosObject
staking: Staking
table: Table
transaction: Transaction
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/AptosApiError.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AptosApiError.html new file mode 100644 index 000000000..c7de982de --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AptosApiError.html @@ -0,0 +1,23 @@ +AptosApiError | @aptos-labs/ts-sdk - v1.32.1

Represents an error returned from the Aptos API. +This class encapsulates the details of the error, including the request URL, response status, and additional data.

+

The name of the error, which is always "AptosApiError".

+

The URL to which the request was made.

+

The HTTP response status code (e.g., 400).

+

The message associated with the response status.

+

The response data returned from the API.

+

The original AptosRequest that triggered the error.

+

Hierarchy (view full)

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void

Properties

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

Optional override for formatting stack traces

+
stackTraceLimit: number
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/AptosConfig.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AptosConfig.html new file mode 100644 index 000000000..5ae5393de --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AptosConfig.html @@ -0,0 +1,55 @@ +AptosConfig | @aptos-labs/ts-sdk - v1.32.1

Represents the configuration settings for an Aptos SDK client instance. +This class allows customization of various endpoints and client settings.

+
import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

async function runExample() {
// Create a configuration for connecting to the Aptos testnet
const config = new AptosConfig({ network: Network.TESTNET });

// Initialize the Aptos client with the configuration
const aptos = new Aptos(config);

console.log("Aptos client initialized:", aptos);
}
runExample().catch(console.error); +
+ +

Constructors

  • Initializes an instance of the Aptos client with the specified settings. +This allows users to configure various aspects of the client, such as network and endpoints.

    +

    Parameters

    • Optionalsettings: AptosSettings

      Optional configuration settings for the Aptos client.

      +

    Returns AptosConfig

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a new Aptos client with default settings
    const config = new AptosConfig({ network: Network.TESTNET }); // Specify the network
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Returns the URL endpoint to send the request to based on the specified API type. +If a custom URL was provided in the configuration, that URL is returned. Otherwise, the URL endpoint is derived from the network.

    +

    Parameters

    • apiType: AptosApiType

      The type of Aptos API to get the URL for. This can be one of the following: FULLNODE, FAUCET, INDEXER, PEPPER, PROVER.

      +

    Returns string

    import { Aptos, AptosConfig, Network, AptosApiType } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Getting the request URL for the FULLNODE API
    const url = config.getRequestUrl(AptosApiType.FULLNODE);
    console.log("Request URL for FULLNODE:", url);
    }
    runExample().catch(console.error); +
    + +
  • Checks if the provided URL is a known pepper service endpoint.

    +

    Parameters

    • url: string

      The URL to check against the known pepper service endpoints.

      +

    Returns boolean

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const url = "https://example.pepper.service"; // replace with a real pepper service URL

    // Check if the URL is a known pepper service endpoint
    const isPepperService = config.isPepperServiceRequest(url);

    console.log(`Is the URL a known pepper service? ${isPepperService}`);
    }
    runExample().catch(console.error); +
    + +
  • Checks if the provided URL is a known prover service endpoint.

    +

    Parameters

    • url: string

      The URL to check against known prover service endpoints.

      +

    Returns boolean

    A boolean indicating whether the URL is a known prover service endpoint.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    // Check if the URL is a known prover service endpoint
    const url = "https://prover.testnet.aptos.dev"; // replace with a real URL if needed
    const isProver = config.isProverServiceRequest(url);

    console.log(`Is the URL a known prover service? ${isProver}`); +
    + +

Properties

client: Client

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

+
clientConfig?: ClientConfig

Optional client configurations

+
faucet?: string

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

+
faucetConfig?: FaucetConfig

Optional specific Faucet configurations

+
fullnode?: string

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

+
fullnodeConfig?: ClientHeadersType

Optional specific Fullnode configurations

+
indexer?: string

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

+
indexerConfig?: ClientHeadersType

Optional specific Indexer configurations

+
network: Network

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

+
pepper?: string

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

+
prover?: string

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

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/AuthenticationKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AuthenticationKey.html new file mode 100644 index 000000000..c05a6b655 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/AuthenticationKey.html @@ -0,0 +1,64 @@ +AuthenticationKey | @aptos-labs/ts-sdk - v1.32.1

Represents an authentication key used for account management. Each account stores an authentication key that enables account +owners to rotate their private key(s) without changing the address that hosts their account. The authentication key is a +SHA3-256 hash of data and is always 32 bytes in length.

+

Account Basics

+

Account addresses can be derived from the AuthenticationKey.

+

Hierarchy (view full)

Constructors

  • Creates an instance of the AuthenticationKey using the provided hex input. +This ensures that the hex input is valid and conforms to the required length for an Authentication Key.

    +

    Parameters

    • args: {
          data: HexInput;
      }

      The arguments for constructing the AuthenticationKey.

      +
      • data: HexInput

        The hex input data to be used for the Authentication Key.

        +

    Returns AuthenticationKey

    Throws an error if the length of the provided hex input is not equal to the required Authentication Key +length.

    +

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.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
  • Convert the internal data representation to a Uint8Array.

    +

    This function is useful for obtaining a byte representation of the data, which can be utilized for serialization or transmission.

    +

    Returns Uint8Array

    Uint8Array representation of the internal data.

    +

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.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Bool.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Bool.html new file mode 100644 index 000000000..69a69e854 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Bool.html @@ -0,0 +1,39 @@ +Bool | @aptos-labs/ts-sdk - v1.32.1

Represents a boolean value that can be serialized and deserialized. +This class extends the Serializable class and provides methods to serialize +the boolean value for different contexts, such as entry functions and script functions.

+

Hierarchy (view full)

Implements

Constructors

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

value: boolean
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/ChainId.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/ChainId.html new file mode 100644 index 000000000..7552c64bd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/ChainId.html @@ -0,0 +1,28 @@ +ChainId | @aptos-labs/ts-sdk - v1.32.1

Represents a ChainId that can be serialized and deserialized.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the current object using the provided serializer. +This function helps in converting the object into a format suitable for transmission or storage.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to perform the serialization.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
  • Deserializes a ChainId from the provided deserializer. +This function allows you to reconstruct a ChainId object from serialized data.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer instance used to read the serialized data.

      +

    Returns ChainId

Properties

chainId: number
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Deserializer.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Deserializer.html new file mode 100644 index 000000000..602b1fe51 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Deserializer.html @@ -0,0 +1,95 @@ +Deserializer | @aptos-labs/ts-sdk - v1.32.1

A class that provides methods for deserializing various data types from a byte buffer. +It supports deserialization of primitive types, strings, and complex objects using a BCS (Binary Common Serialization) layout.

+

Constructors

  • Creates a new instance of the class with a copy of the provided data buffer. +This prevents outside mutation of the buffer.

    +

    Parameters

    • data: Uint8Array

      The data to be copied into the internal buffer as a Uint8Array.

      +

    Returns Deserializer

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

    +
    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 from a byte stream.

    +

    The BCS layout for a boolean uses one byte, where "0x01" represents true and "0x00" represents false. +An error is thrown if the byte value is not valid.

    +

    Returns boolean

    The deserialized boolean value.

    +

    Throws an error if the boolean value is invalid.

    +
  • Deserializes an array of bytes.

    +

    The BCS layout for "bytes" consists of a bytes_length followed by the bytes themselves, where bytes_length is a u32 integer +encoded as a uleb128 integer, indicating the length of the bytes array.

    +

    Returns Uint8Array

    The deserialized array of bytes.

    +
  • Deserializes an array of bytes of a specified length.

    +

    Parameters

    • len: number

      The number of bytes to read from the source.

      +

    Returns Uint8Array

  • Deserializes an optional value from the buffer.

    +

    The BCS layout for Optional starts with a boolean byte (0 if none, 1 if some), +followed by the value if present.

    +

    Parameters

    • type: "string"

      Either a Deserializable class or one of the string literals: "string", "bytes", or "fixedBytes"

      +

    Returns undefined | string

    The deserialized value if present, undefined otherwise

    +

    When "fixedBytes" is specified without a length

    +
    // Deserialize an optional string
    const deserializer = new Deserializer(new Uint8Array([1, 3, 97, 98, 99]));
    const optStr = deserializer.deserializeOption("string");
    // optStr === "abc"

    // Deserialize an optional custom type
    const deserializer = new Deserializer(new Uint8Array([0]));
    const optValue = deserializer.deserializeOption(MyClass);
    // optValue === undefined

    // Deserialize optional bytes
    const deserializer = new Deserializer(new Uint8Array([1, 3, 1, 2, 3]));
    const optBytes = deserializer.deserializeOption("bytes");
    // optBytes === Uint8Array[1, 2, 3]

    // Deserialize optional fixed bytes
    const deserializer = new Deserializer(new Uint8Array([1, 1, 2, 3, 4]));
    const optBytes = deserializer.deserializeOption("fixedBytes", 4);
    // optBytes === Uint8Array[1, 2, 3, 4] +
    + +
  • Parameters

    • type: "bytes"

    Returns undefined | Uint8Array

  • Parameters

    • type: "fixedBytes"
    • len: number

    Returns undefined | Uint8Array

  • Type Parameters

    • T

    Parameters

    Returns undefined | T

  • Returns string

    use deserializeOption instead. +Deserializes a UTF-8 encoded string from a byte array. It first reads the length of the string in bytes, +followed by the actual byte content, and decodes it 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.

    +
    const deserializer = new Deserializer(new Uint8Array([8, 49, 50, 51, 52, 97, 98, 99, 100]));
    assert(deserializer.deserializeStr() === "1234abcd"); +
    + +
  • Deserializes a uint128 number from its binary representation. +This function combines two 64-bit values to return a single uint128 value in little-endian format.

    +

    Returns bigint

    The deserialized uint128 number.

    +
  • Deserializes a uint16 number from a binary format in little-endian representation.

    +

    BCS layout for "uint16": Two bytes.

    +

    Returns number

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

    +

    The BCS layout for "uint256" consists of thirty-two bytes in little-endian format.

    +

    Returns bigint

    The deserialized uint256 number.

    +
  • Deserializes a uint32 number from a binary format in little-endian representation.

    +

    BCS layout for "uint32": Four bytes.

    +

    Returns number

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

    +

    This function combines two 32-bit values to return a 64-bit unsigned integer in little-endian representation.

    +

    Returns bigint

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

    +

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

    +

    Returns number

    The deserialized uint8 number.

    +
  • Deserializes a uleb128 encoded uint32 number.

    +

    This function is used for interpreting lengths of variable-length sequences and tags of enum values in BCS encoding.

    +

    Returns number

    The deserialized uint32 value.

    +

    Throws an error if the parsed value exceeds the maximum uint32 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.

    +
    // 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 +
    + +
  • Returns the number of bytes remaining in the buffer.

    +

    This information is useful to determine if there's more data to be read.

    +

    Returns number

    The number of bytes remaining in the buffer.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Ed25519Account.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Ed25519Account.html new file mode 100644 index 000000000..60df50132 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Ed25519Account.html @@ -0,0 +1,46 @@ +Ed25519Account | @aptos-labs/ts-sdk - v1.32.1

Represents an Ed25519 account that provides signing capabilities through an Ed25519 private key. +This class allows for the creation of accounts, signing messages and transactions, and verifying signatures.

+

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

+

Implements

Constructors

Methods

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: Ed25519PrivateKey

Private key associated with the account

+
publicKey: Ed25519PublicKey

Public key associated with the account

+
signingScheme: Ed25519 = SigningScheme.Ed25519

Signing scheme used to sign transactions

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Ed25519PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Ed25519PrivateKey.html new file mode 100644 index 000000000..0dba1da6a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Ed25519PrivateKey.html @@ -0,0 +1,61 @@ +Ed25519PrivateKey | @aptos-labs/ts-sdk - v1.32.1

Represents the private key of an Ed25519 key pair.

+

Hierarchy (view full)

Implements

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.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

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

    +

    Returns string

    string representation of the private key.

    +
  • Derives a private key from a mnemonic seed phrase using a specified BIP44 path. +To derive multiple keys from the same phrase, change the path

    +

    IMPORTANT: Ed25519 supports hardened derivation only, as it lacks a key homomorphism, making non-hardened derivation impossible.

    +

    Parameters

    • path: string

      The BIP44 path used for key derivation.

      +
    • mnemonics: string

      The mnemonic seed phrase from which the key will be derived.

      +

    Returns Ed25519PrivateKey

    Error if the provided path is not a valid hardened path.

    +
  • Determines if the provided private key is an instance of Ed25519PrivateKey.

    +

    Parameters

    Returns privateKey is Ed25519PrivateKey

    A boolean indicating whether the private key is an Ed25519PrivateKey.

    +

    Use instanceof Ed25519PrivateKey instead.

    +

Properties

LENGTH: number = 32

Length of an Ed25519 private key

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

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Ed25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Ed25519PublicKey.html new file mode 100644 index 000000000..74772dcae --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Ed25519PublicKey.html @@ -0,0 +1,56 @@ +Ed25519PublicKey | @aptos-labs/ts-sdk - v1.32.1

Represents the public key of an Ed25519 key pair.

+

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

+

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

+

Hierarchy (view full)

Constructors

  • Creates an instance of the Ed25519Signature class from a hex input. +This constructor validates the length of the signature to ensure it meets the required specifications.

    +

    Parameters

    • hexInput: HexInput

      The hex input representing the Ed25519 signature.

      +

    Returns Ed25519PublicKey

    Error if the signature length is not equal to Ed25519Signature.LENGTH.

    +

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.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the data into a byte array using the provided serializer. +This allows for the conversion of data into a format suitable for transmission or storage.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to perform the serialization.

      +

    Returns void

  • Determines if the provided public key is a valid Ed25519 public key. +This function checks for the presence of the "key" property and verifies that its data length matches the expected length +for Ed25519 public keys.

    +

    Parameters

    • publicKey: PublicKey

      The public key to validate.

      +

    Returns publicKey is Ed25519PublicKey

    A boolean indicating whether the public key is a valid Ed25519 public key.

    +
  • Determine if the provided public key is an instance of Ed25519PublicKey.

    +

    Parameters

    Returns publicKey is Ed25519PublicKey

    True if the public key is an instance of Ed25519PublicKey, otherwise false.

    +

    use instanceof Ed25519PublicKey instead.

    +

Properties

LENGTH: number = 32

Length of an Ed25519 public key

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Ed25519Signature.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Ed25519Signature.html new file mode 100644 index 000000000..5bb2565d7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Ed25519Signature.html @@ -0,0 +1,23 @@ +Ed25519Signature | @aptos-labs/ts-sdk - v1.32.1

Represents a signature of a message signed using an Ed25519 private key.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

LENGTH = 64

Length of an Ed25519 signature, which is 64 bytes.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/EntryFunction.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/EntryFunction.html new file mode 100644 index 000000000..10b5bfc7a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/EntryFunction.html @@ -0,0 +1,53 @@ +EntryFunction | @aptos-labs/ts-sdk - v1.32.1

Represents an entry function that can be serialized and deserialized. +This class encapsulates the details required to invoke a function within a module, +including the module name, function name, type arguments, and function arguments.

+

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

+

The name of the function (e.g., "transfer").

+

Type arguments required by the Move function.

+

Arguments to the Move function.

+

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

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

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

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

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

Methods

  • Build an EntryFunction payload from raw primitive values.

    +

    Parameters

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

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

      +
    • function_name: string

      The name of the function to be called.

      +
    • type_args: TypeTag[]

      Type arguments that the Move function requires.

      +
    • args: EntryFunctionArgument[]

      Arguments to the Move function.

      +

    Returns EntryFunction

    EntryFunction

    +

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

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

    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.

    +

    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.

    +

Properties

function_name: Identifier
module_name: ModuleId
type_args: TypeTag[]
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/EntryFunctionBytes.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/EntryFunctionBytes.html new file mode 100644 index 000000000..345c1926a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/EntryFunctionBytes.html @@ -0,0 +1,39 @@ +EntryFunctionBytes | @aptos-labs/ts-sdk - v1.32.1

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: Using this class for serialized script functions will lead to erroneous and unexpected behavior.

+

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

+

Hierarchy (view full)

Implements

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the value using the provided serializer. +This function is essential for accurately representing a sequence of bytes that are already BCS-serialized as a type.

    +

    Note that to see the Move, BCS-serialized representation of the underlying fixed byte vector, +we must not serialize the length prefix.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to perform the serialization.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

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

    +

Properties

value: FixedBytes
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/EphemeralCertificate.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/EphemeralCertificate.html new file mode 100644 index 000000000..7350ce253 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/EphemeralCertificate.html @@ -0,0 +1,24 @@ +EphemeralCertificate | @aptos-labs/ts-sdk - v1.32.1

Class EphemeralCertificate

Represents an ephemeral certificate containing a signature, specifically a ZeroKnowledgeSig. +This class can be extended to support additional signature types, such as OpenIdSignature.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

signature: Signature
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/EphemeralKeyPair.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/EphemeralKeyPair.html new file mode 100644 index 000000000..15894209e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/EphemeralKeyPair.html @@ -0,0 +1,68 @@ +EphemeralKeyPair | @aptos-labs/ts-sdk - v1.32.1

Represents an ephemeral key pair used for signing transactions via the Keyless authentication scheme. +This key pair is temporary and includes an expiration time. +For more details on how this class is used, refer to the documentation: +https://aptos.dev/guides/keyless-accounts/#1-present-the-user-with-a-sign-in-with-idp-button-on-the-ui

+

Hierarchy (view full)

Constructors

  • Creates an instance of the class with a specified private key, optional expiry date, and optional blinder. +This constructor initializes the public key, sets the expiry date to a default value if not provided, +generates a blinder if not supplied, and calculates the nonce based on the public key, expiry date, and blinder.

    +

    Parameters

    • args: {
          blinder?: HexInput;
          expiryDateSecs?: number;
          privateKey: PrivateKey;
      }

      The parameters for constructing the instance.

      +
      • Optionalblinder?: HexInput

        Optional blinder value. If not provided, a new blinder will be generated.

        +
      • OptionalexpiryDateSecs?: number

        Optional expiry date in seconds from the current time. Defaults to two weeks from now.

        +
      • privateKey: PrivateKey

        The private key used for creating the instance.

        +

    Returns EphemeralKeyPair

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.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Checks if the current time has surpassed the expiry date of the key pair.

    +

    Returns boolean

    boolean - Returns true if the key pair is expired, otherwise false.

    +
  • Serializes the object's properties into a format suitable for transmission or storage. +This function is essential for preparing the object data for serialization processes.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to serialize the object's properties.

      +

    Returns void

  • Sign the given data using the private key, returning an ephemeral signature. +This function is essential for creating a secure signature that can be used for authentication or verification purposes.

    +

    Parameters

    • data: HexInput

      The data to be signed, provided in HexInput format.

      +

    Returns EphemeralSignature

    EphemeralSignature - The resulting ephemeral signature.

    +

    Error - Throws an error if the EphemeralKeyPair has expired.

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
  • Deserialize a byte array into an EphemeralKeyPair object. +This function allows you to reconstruct an EphemeralKeyPair from its serialized byte representation.

    +

    Parameters

    • bytes: Uint8Array

      The byte array representing the serialized EphemeralKeyPair.

      +

    Returns EphemeralKeyPair

  • Generates a new ephemeral key pair with an optional expiry date. +This function allows you to create a temporary key pair for secure operations.

    +

    Parameters

    • Optionalargs: {
          expiryDateSecs?: number;
          scheme?: Ed25519;
      }

      Optional parameters for key pair generation.

      +
      • OptionalexpiryDateSecs?: number

        The date of expiry for the key pair in seconds.

        +
      • Optionalscheme?: Ed25519

        The type of key pair to use for the EphemeralKeyPair. Only Ed25519 is supported for now.

        +

    Returns EphemeralKeyPair

    An instance of EphemeralKeyPair containing the generated private key and expiry date.

    +

Properties

blinder: Uint8Array

A byte array of length BLINDER_LENGTH used to obfuscate the public key from the IdP. +Used in calculating the nonce passed to the IdP and as a secret witness in proof generation.

+
expiryDateSecs: number

A timestamp in seconds indicating when the ephemeral key pair is expired. After expiry, a new +EphemeralKeyPair must be generated and a new JWT needs to be created.

+
nonce: string

The value passed to the IdP when the user authenticates. It consists of a hash of the +ephemeral public key, expiry date, and blinder.

+
BLINDER_LENGTH: number = 31
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/EphemeralPublicKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/EphemeralPublicKey.html new file mode 100644 index 000000000..ccb2c73a4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/EphemeralPublicKey.html @@ -0,0 +1,47 @@ +EphemeralPublicKey | @aptos-labs/ts-sdk - v1.32.1

Class EphemeralPublicKey

Represents ephemeral public keys for Aptos Keyless accounts.

+

These keys are used only temporarily within Keyless accounts and are not utilized as public keys for account identification.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the current instance, specifically handling the Ed25519 signature type. +This function ensures that the signature is properly serialized using the provided serializer.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to serialize the signature.

      +

    Returns void

    Error if the signature type is unknown.

    +

Properties

publicKey: PublicKey

The public key itself

+
variant: Ed25519

An enum indicating the scheme of the ephemeral public key

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/EphemeralSignature.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/EphemeralSignature.html new file mode 100644 index 000000000..3e35a7d21 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/EphemeralSignature.html @@ -0,0 +1,29 @@ +EphemeralSignature | @aptos-labs/ts-sdk - v1.32.1

Class EphemeralSignature

Represents ephemeral signatures used in Aptos Keyless accounts.

+

These signatures are utilized within the KeylessSignature framework.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Deserializes an ephemeral signature from a hexadecimal input. +This function allows you to convert a hexadecimal representation of an ephemeral signature into its deserialized form for +further processing.

    +

    Parameters

    • hexInput: HexInput

      The hexadecimal input representing the ephemeral signature.

      +

    Returns EphemeralSignature

Properties

signature: Signature

The signature signed by the private key of an EphemeralKeyPair

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/FederatedKeylessAccount.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/FederatedKeylessAccount.html new file mode 100644 index 000000000..1b9f88e23 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/FederatedKeylessAccount.html @@ -0,0 +1,115 @@ +FederatedKeylessAccount | @aptos-labs/ts-sdk - v1.32.1

Class FederatedKeylessAccount

Account implementation for the FederatedKeyless authentication scheme.

+

Used to represent a FederatedKeyless based account and sign transactions with it.

+

Use FederatedKeylessAccount.create() to instantiate a KeylessAccount with a JSON Web Token (JWT), proof, EphemeralKeyPair and the +address the JSON Web Key Set (JWKS) are installed that will be used to verify the JWT.

+

When the proof expires or the JWT becomes invalid, the KeylessAccount must be instantiated again with a new JWT, +EphemeralKeyPair, and corresponding proof.

+

Hierarchy (view full)

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.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the transaction data into a format suitable for transmission or storage. +This function ensures that both the transaction bytes and the proof are properly serialized.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to convert the transaction data into bytes.

      +

    Returns void

  • Deserializes the provided deserializer to create a KeylessAccount instance. +This function extracts necessary components such as the JWT, UID key, pepper, ephemeral key pair, and proof from the deserializer.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer instance used to retrieve the serialized data.

      +

    Returns FederatedKeylessAccount

    A KeylessAccount instance created from the deserialized data.

    +

Properties

accountAddress: AccountAddress

Account address associated with the account

+
aud: string

The value of the 'aud' claim on the JWT, also known as client ID. This is the identifier for the dApp's +OIDC registration with the identity provider.

+
ephemeralKeyPair: EphemeralKeyPair

The EphemeralKeyPair used to generate sign.

+
jwt: string

The JWT token used to derive the account

+
pepper: Uint8Array

A value contains 31 bytes of entropy that preserves privacy of the account. Typically fetched from a pepper provider.

+
proof: undefined | ZeroKnowledgeSig

The zero knowledge signature (if ready) which contains the proof used to validate the EphemeralKeyPair.

+
proofOrPromise: ZeroKnowledgeSig | Promise<ZeroKnowledgeSig>

The proof of the EphemeralKeyPair or a promise that provides the proof. This is used to allow for awaiting on +fetching the proof.

+

The FederatedKeylessPublicKey associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+
uidKey: string

The claim on the JWT to identify a user. This is typically 'sub' or 'email'.

+
uidVal: string

The value of the uidKey claim on the JWT. This intended to be a stable user identifier.

+
verificationKeyHash?: Uint8Array

The hash of the verification key used to verify the proof. This is optional and can be used to check verifying key +rotations which may invalidate the proof.

+
PEPPER_LENGTH: number = 31
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/FederatedKeylessPublicKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/FederatedKeylessPublicKey.html new file mode 100644 index 000000000..990a8d17c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/FederatedKeylessPublicKey.html @@ -0,0 +1,46 @@ +FederatedKeylessPublicKey | @aptos-labs/ts-sdk - v1.32.1

Class FederatedKeylessPublicKey

Represents the FederatedKeylessPublicKey public key

+

These keys use an on-chain address as a source of truth for the JWK used to verify signatures.

+

FederatedKeylessPublicKey authentication key is represented in the SDK as AnyPublicKey.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

jwkAddress: AccountAddress

The address that contains the JWK set to be used for verification.

+
keylessPublicKey: KeylessPublicKey

The inner public key which contains the standard Keyless public key.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/FeePayerRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/FeePayerRawTransaction.html new file mode 100644 index 000000000..89e8fee52 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/FeePayerRawTransaction.html @@ -0,0 +1,28 @@ +FeePayerRawTransaction | @aptos-labs/ts-sdk - v1.32.1

Class FeePayerRawTransaction

Represents a Fee Payer Transaction that can be serialized and deserialized.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

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

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/FixedBytes.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/FixedBytes.html new file mode 100644 index 000000000..e47907fac --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/FixedBytes.html @@ -0,0 +1,50 @@ +FixedBytes | @aptos-labs/ts-sdk - v1.32.1

Represents a contiguous sequence of already serialized BCS bytes.

+

This class 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. It is ideal for scenarios where custom serialization +is required, such as passing serialized bytes as transaction arguments. Additionally, it serves as a representation +of type-agnostic BCS bytes, akin to a vector.

+

An example use case includes handling bytes resulting from entry function arguments that have been serialized +for an entry function.

+
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],
});

This class is particularly useful when you want to handle a fixed-size byte array without the overhead of
length prepending, such as when dealing with 32-byte addresses stored as U8 in a MoveVector<U8>.

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

HexInput representing a sequence of Uint8 bytes.

+

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

+

EntryFunctionBytes

+

Hierarchy (view full)

Implements

Constructors

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
  • Deserializes a fixed-length byte array from the provided deserializer. +This function helps in reconstructing a FixedBytes object from the serialized data.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer instance used to read the byte data.

      +
    • length: number

      The length of the byte array to be deserialized.

      +

    Returns FixedBytes

Properties

value: Uint8Array
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Groth16VerificationKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Groth16VerificationKey.html new file mode 100644 index 000000000..3b0c90c82 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Groth16VerificationKey.html @@ -0,0 +1,22 @@ +Groth16VerificationKey | @aptos-labs/ts-sdk - v1.32.1

Class Groth16VerificationKey

Represents the verification key stored on-chain used to verify Groth16 proofs.

+

Constructors

Methods

  • Calculates the hash of the serialized form of the verification key. +This is useful for comparing verification keys or using them as unique identifiers.

    +

    Returns Uint8Array

    The SHA3-256 hash of the serialized verification key as a Uint8Array

    +

Properties

alphaG1: G1Bytes

The alpha * G, where G is the generator of G1

+
betaG2: G2Bytes

The alpha * H, where H is the generator of G2

+
deltaG2: G2Bytes

The delta * H, where H is the generator of G2

+
gammaAbcG1: [G1Bytes, G1Bytes]

The gamma^{-1} * (beta * a_i + alpha * b_i + c_i) * H, where H is the generator of G1

+
gammaG2: G2Bytes

The gamma * H, where H is the generator of G2

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Groth16Zkp.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Groth16Zkp.html new file mode 100644 index 000000000..add77eca8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Groth16Zkp.html @@ -0,0 +1,26 @@ +Groth16Zkp | @aptos-labs/ts-sdk - v1.32.1

Represents a Groth16 zero-knowledge proof, consisting of three proof points in compressed serialization format. +The points are the compressed serialization of affine representation of the proof.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
  • Returns the hex string representation of the Serializable value without the 0x prefix.

    +

    Returns string

    the hex format as a string without 0x prefix.

    +

Properties

The bytes of G1 proof point a

+

The bytes of G2 proof point b

+

The bytes of G1 proof point c

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Hex.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Hex.html new file mode 100644 index 000000000..28a1d4dce --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Hex.html @@ -0,0 +1,71 @@ +Hex | @aptos-labs/ts-sdk - v1.32.1

NOTE: Do not use this class when working with account addresses; use AccountAddress instead. +When accepting hex data as input to a function, prefer to accept HexInput and

+

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

+

then use the static helper methods of this class to convert it into the desired +format. This enables the greatest flexibility for the developer.

+

Example usage:

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

+

Other ways to chain the functions together:

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

Constructors

  • Create a new Hex instance from a Uint8Array.

    +

    Parameters

    • data: Uint8Array

      The Uint8Array containing the data to initialize the Hex instance.

      +

    Returns Hex

Methods

  • Determine if two Hex instances are equal by comparing their underlying byte data.

    +

    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 as a Uint8Array. The inner data is already a Uint8Array, so no conversion takes place.

    +

    Returns Uint8Array

    Hex data as Uint8Array

    +
  • Converts an instance of HexInput, which can be a string or a Uint8Array, into a Hex instance. +This function is useful for transforming hexadecimal representations into a structured Hex object for further manipulation.

    +

    Parameters

    • hexInput: HexInput

      A HexInput which can be a string or Uint8Array.

      +

    Returns Hex

    A Hex instance created from the provided hexInput.

    +
  • Converts a hex string into a Hex instance, allowing for both prefixed and non-prefixed formats.

    +

    Parameters

    • str: string

      A hex string, with or without the 0x prefix.

      +

    Returns Hex

    Hex - The resulting Hex instance created from the provided string.

    +

    ParsingError - If the hex string is too short, has an odd number of characters, or contains invalid hex characters.

    +
  • Converts a HexInput (string or Uint8Array) to a hex string with '0x' prefix.

    +

    Parameters

    • hexInput: HexInput

      The input to convert, either a hex string (with/without '0x' prefix) or Uint8Array

      +

    Returns string

    A hex string with '0x' prefix (e.g., "0x1234")

    +
    Hex.hexInputToString("1234")        // returns "0x1234"
    Hex.hexInputToString("0x1234") // returns "0x1234"
    Hex.hexInputToString(new Uint8Array([0x12, 0x34])) // returns "0x1234" +
    + +
  • Converts a HexInput (string or Uint8Array) to a hex string without '0x' prefix.

    +

    Parameters

    • hexInput: HexInput

      The input to convert, either a hex string (with/without '0x' prefix) or Uint8Array

      +

    Returns string

    A hex string without '0x' prefix (e.g., "1234")

    +
    Hex.hexInputToStringWithoutPrefix("1234")        // returns "1234"
    Hex.hexInputToStringWithoutPrefix("0x1234") // returns "1234"
    Hex.hexInputToStringWithoutPrefix(new Uint8Array([0x12, 0x34])) // returns "1234" +
    + +
  • Converts an instance of HexInput, which can be a string or a Uint8Array, into a Uint8Array.

    +

    Parameters

    • hexInput: HexInput

      A HexInput which can be a string or Uint8Array.

      +

    Returns Uint8Array

    A Uint8Array created from the provided hexInput.

    +
  • Check if the provided string is a valid hexadecimal representation.

    +

    Parameters

    • str: string

      A hex string representing byte data.

      +

    Returns ParsingResult<HexInvalidReason>

    An object containing:

    +
      +
    • valid: A boolean indicating whether the string is valid.
    • +
    • invalidReason: The reason for invalidity if the string is not valid.
    • +
    • invalidReasonMessage: A message explaining why the string is invalid.
    • +
    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Identifier.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Identifier.html new file mode 100644 index 000000000..abad040e0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Identifier.html @@ -0,0 +1,29 @@ +Identifier | @aptos-labs/ts-sdk - v1.32.1

Represents an Identifier that can be serialized and deserialized. +This class is used to denote the module "name" in "ModuleId" and +the "function name" in "EntryFunction".

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

identifier: string
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessAccount.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessAccount.html new file mode 100644 index 000000000..03b51956e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessAccount.html @@ -0,0 +1,114 @@ +KeylessAccount | @aptos-labs/ts-sdk - v1.32.1

Account implementation for the Keyless authentication scheme.

+

Used to represent a Keyless based account and sign transactions with it.

+

Use KeylessAccount.create() to instantiate a KeylessAccount with a JWT, proof and EphemeralKeyPair.

+

When the proof expires or the JWT becomes invalid, the KeylessAccount must be instantiated again with a new JWT, +EphemeralKeyPair, and corresponding proof.

+

Hierarchy (view full)

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.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the transaction data into a format suitable for transmission or storage. +This function ensures that both the transaction bytes and the proof are properly serialized.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to convert the transaction data into bytes.

      +

    Returns void

  • Deserializes the provided deserializer to create a KeylessAccount instance. +This function extracts necessary components such as the JWT, UID key, pepper, ephemeral key pair, and proof from the deserializer.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer instance used to retrieve the serialized data.

      +

    Returns KeylessAccount

    A KeylessAccount instance created from the deserialized data.

    +

Properties

accountAddress: AccountAddress

Account address associated with the account

+
aud: string

The value of the 'aud' claim on the JWT, also known as client ID. This is the identifier for the dApp's +OIDC registration with the identity provider.

+
ephemeralKeyPair: EphemeralKeyPair

The EphemeralKeyPair used to generate sign.

+
jwt: string

The JWT token used to derive the account

+
pepper: Uint8Array

A value contains 31 bytes of entropy that preserves privacy of the account. Typically fetched from a pepper provider.

+
proof: undefined | ZeroKnowledgeSig

The zero knowledge signature (if ready) which contains the proof used to validate the EphemeralKeyPair.

+
proofOrPromise: ZeroKnowledgeSig | Promise<ZeroKnowledgeSig>

The proof of the EphemeralKeyPair or a promise that provides the proof. This is used to allow for awaiting on +fetching the proof.

+
publicKey: KeylessPublicKey

The KeylessPublicKey associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+
uidKey: string

The claim on the JWT to identify a user. This is typically 'sub' or 'email'.

+
uidVal: string

The value of the uidKey claim on the JWT. This intended to be a stable user identifier.

+
verificationKeyHash?: Uint8Array

The hash of the verification key used to verify the proof. This is optional and can be used to check verifying key +rotations which may invalidate the proof.

+
PEPPER_LENGTH: number = 31
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessConfiguration.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessConfiguration.html new file mode 100644 index 000000000..4fbe127a9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessConfiguration.html @@ -0,0 +1,10 @@ +KeylessConfiguration | @aptos-labs/ts-sdk - v1.32.1

Class KeylessConfiguration

Represents the on-chain configuration for how Keyless accounts operate.

+

This class encapsulates the verification key and the maximum lifespan of ephemeral key pairs, +which are essential for the functionality of Keyless accounts.

+

Constructors

Methods

Properties

Constructors

Methods

Properties

maxExpHorizonSecs: number

The maximum lifespan of an ephemeral key pair. This is configured on chain.

+
verificationKey: Groth16VerificationKey

The verification key used to verify Groth16 proofs on chain

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessError.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessError.html new file mode 100644 index 000000000..39837cb48 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessError.html @@ -0,0 +1,21 @@ +KeylessError | @aptos-labs/ts-sdk - v1.32.1

Hierarchy (view full)

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void

  • Static constructor that creates a KeylessError instance using the KeylessErrors constant

    +

    Parameters

    • args: {
          details?: string;
          error?: unknown;
          type: KeylessErrorType;
      }
      • Optionaldetails?: string

        optional details to include in the error message

        +
      • Optionalerror?: unknown
      • type: KeylessErrorType

        The type of KeylessError

        +

    Returns KeylessError

    A new KeylessError instance

    +

Properties

details?: string
innerError?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

+
stackTraceLimit: number
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessPublicKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessPublicKey.html new file mode 100644 index 000000000..e3e102e63 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessPublicKey.html @@ -0,0 +1,78 @@ +KeylessPublicKey | @aptos-labs/ts-sdk - v1.32.1

Represents a Keyless Public Key used for authentication.

+

This class encapsulates the public key functionality for keyless authentication, +including methods for generating and verifying signatures, as well as serialization +and deserialization of the key. The KeylessPublicKey is represented in the SDK +as AnyPublicKey.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the current instance into a format suitable for transmission or storage. +This function ensures that all relevant fields are properly serialized, including the proof and optional fields.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to perform the serialization.

      +

    Returns void

  • Creates a KeylessPublicKey from the JWT components plus pepper

    +

    Parameters

    • args: {
          aud: string;
          iss: string;
          pepper: HexInput;
          uidKey: string;
          uidVal: string;
      }
      • aud: string

        the client ID of the application

        +
      • iss: string

        the iss of the identity

        +
      • pepper: HexInput

        The pepper used to maintain privacy of the account

        +
      • uidKey: string

        the key to use to get the uidVal in the JWT token

        +
      • uidVal: string

        the value of the uidKey in the JWT token

        +

    Returns KeylessPublicKey

    KeylessPublicKey

    +
  • Deserializes a ZeroKnowledgeSig object from the provided deserializer. +This function allows you to reconstruct a ZeroKnowledgeSig instance from its serialized form.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer instance used to read the serialized data.

      +

    Returns KeylessPublicKey

    A new instance of ZeroKnowledgeSig.

    +
  • Creates a KeylessPublicKey instance from a JWT and a pepper value. +This function is useful for generating a public key that can be used for authentication based on the provided JWT claims and pepper.

    +

    Parameters

    • args: {
          jwt: string;
          pepper: HexInput;
          uidKey?: string;
      }

      The arguments for creating the KeylessPublicKey.

      +
      • jwt: string

        The JSON Web Token to decode.

        +
      • pepper: HexInput

        The pepper value used in the key creation process.

        +
      • OptionaluidKey?: string

        An optional key to retrieve the unique identifier from the JWT payload, defaults to "sub".

        +

    Returns KeylessPublicKey

    A KeylessPublicKey instance created from the provided JWT and pepper.

    +
  • Checks if the provided public key is a valid instance by verifying its structure and types.

    +

    Parameters

    • publicKey: PublicKey

      The public key to validate.

      +

    Returns boolean

    A boolean indicating whether the public key is a valid instance.

    +
  • Loads a KeylessPublicKey instance from the provided deserializer. +This function is used to deserialize the necessary components to create a KeylessPublicKey.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer used to extract the string and byte data.

      +

    Returns KeylessPublicKey

    A new instance of KeylessPublicKey.

    +

Properties

idCommitment: Uint8Array

A value representing a cryptographic commitment to a user identity.

+

It is calculated from the aud, uidKey, uidVal, pepper.

+
iss: string

The value of the 'iss' claim on the JWT which identifies the OIDC provider.

+
ID_COMMITMENT_LENGTH: number = 32

The number of bytes that idCommitment should be

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessSignature.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessSignature.html new file mode 100644 index 000000000..10360a263 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/KeylessSignature.html @@ -0,0 +1,36 @@ +KeylessSignature | @aptos-labs/ts-sdk - v1.32.1

Represents a signature of a message signed via a Keyless Account, utilizing proofs or a JWT token for authentication.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Get the kid of the JWT used to derive the Keyless Account used to sign.

    +

    Returns string

    the kid as a string

    +

Properties

ephemeralCertificate: EphemeralCertificate

The inner signature ZeroKnowledgeSignature or OpenIdSignature

+
ephemeralPublicKey: EphemeralPublicKey

The ephemeral public key used to verify the signature

+
ephemeralSignature: EphemeralSignature

The signature resulting from signing with the private key of the EphemeralKeyPair

+
expiryDateSecs: number

The expiry timestamp in seconds of the EphemeralKeyPair used to sign

+
jwtHeader: string

The jwt header in the token used to create the proof/signature. In json string representation.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/ModuleId.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/ModuleId.html new file mode 100644 index 000000000..5a2964015 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/ModuleId.html @@ -0,0 +1,36 @@ +ModuleId | @aptos-labs/ts-sdk - v1.32.1

Represents a ModuleId that can be serialized and deserialized. +A ModuleId consists of a module address (e.g., "0x1") and a module name (e.g., "coin").

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the address and name properties using the provided serializer. +This function is essential for converting the object's data into a format suitable for transmission or storage.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to perform the serialization.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
  • Converts a string literal in the format "account_address::module_name" to a ModuleId.

    +

    Parameters

    • moduleId: `${string}::${string}`

      A string literal representing the module identifier.

      +

    Returns ModuleId

    ModuleId - The corresponding ModuleId object.

    +

    Error if the provided moduleId is not in the correct format.

    +

Properties

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/MoveJWK.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MoveJWK.html new file mode 100644 index 000000000..26645f29f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MoveJWK.html @@ -0,0 +1,27 @@ +MoveJWK | @aptos-labs/ts-sdk - v1.32.1

This class serves as a base class for all serializable types. It facilitates +composable serialization of complex types and enables the serialization of +instances to their BCS (Binary Canonical Serialization) representation.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

alg: string
e: string
kid: string
kty: string
n: string
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/MoveOption.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MoveOption.html new file mode 100644 index 000000000..99ba1ba11 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MoveOption.html @@ -0,0 +1,104 @@ +MoveOption | @aptos-labs/ts-sdk - v1.32.1

Class MoveOption<T>

Represents an argument for entry functions, providing methods to serialize the argument +to BCS-serialized bytes and convert it to different formats.

+

Type Parameters

Hierarchy (view full)

Implements

Constructors

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serialize an argument to BCS-serialized bytes. +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

    • serializer: Serializer

      The serializer used to convert the argument.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
  • Retrieves the inner value of the MoveOption.

    +

    This method is inspired by Rust's Option<T>.unwrap(), where attempting to unwrap a None value results in a panic. +This method will throw an error if the value is not present.

    +

    Returns T

    The contained value if present.

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

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

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

    +

    Parameters

    • Optionalvalue: null | boolean

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

      +

    Returns MoveOption<Bool>

    a MoveOption with an inner value value

    +
    MoveOption.Bool(true).isSome() === true;
    MoveOption.Bool().isSome() === false;
    MoveOption.Bool(undefined).isSome() === false; +
    + +
  • Factory method to generate a MoveOption from a string or undefined.

    +

    Parameters

    • Optionalvalue: null | string

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

      +

    Returns MoveOption<MoveString>

    a MoveOption with an inner value value

    +
    MoveOption.MoveString("hello").isSome() === true;
    MoveOption.MoveString("").isSome() === true;
    MoveOption.MoveString().isSome() === false;
    MoveOption.MoveString(undefined).isSome() === false; +
    + +
  • Factory method to generate a MoveOption from a number or a bigint or undefined.

    +

    Parameters

    • Optionalvalue: null | AnyNumber

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

      +

    Returns MoveOption<U128>

    a MoveOption with an inner value value

    +
    MoveOption.U128(1).isSome() === true;
    MoveOption.U128().isSome() === false;
    MoveOption.U128(undefined).isSome() === false; +
    + +
  • Factory method to generate a MoveOption from a number or undefined.

    +

    Parameters

    • Optionalvalue: null | number

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

      +

    Returns MoveOption<U16>

    a MoveOption with an inner value value

    +
    MoveOption.U16(1).isSome() === true;
    MoveOption.U16().isSome() === false;
    MoveOption.U16(undefined).isSome() === false; +
    + +
  • Factory method to generate a MoveOption from a number or a bigint or undefined.

    +

    Parameters

    • Optionalvalue: null | AnyNumber

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

      +

    Returns MoveOption<U256>

    a MoveOption with an inner value value

    +
    MoveOption.U256(1).isSome() === true;
    MoveOption.U256().isSome() === false;
    MoveOption.U256(undefined).isSome() === false; +
    + +
  • Factory method to generate a MoveOption from a number or undefined.

    +

    Parameters

    • Optionalvalue: null | number

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

      +

    Returns MoveOption<U32>

    a MoveOption with an inner value value

    +
    MoveOption.U32(1).isSome() === true;
    MoveOption.U32().isSome() === false;
    MoveOption.U32(undefined).isSome() === false; +
    + +
  • Factory method to generate a MoveOption from a number or a bigint or undefined.

    +

    Parameters

    • Optionalvalue: null | AnyNumber

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

      +

    Returns MoveOption<U64>

    a MoveOption with an inner value value

    +
    MoveOption.U64(1).isSome() === true;
    MoveOption.U64().isSome() === false;
    MoveOption.U64(undefined).isSome() === false; +
    + +
  • Factory method to generate a MoveOption from a number or undefined.

    +

    Parameters

    • Optionalvalue: null | number

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

      +

    Returns MoveOption<U8>

    a MoveOption with an inner value value

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

Properties

value?: T
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/MoveString.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MoveString.html new file mode 100644 index 000000000..e9cc3d79c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MoveString.html @@ -0,0 +1,34 @@ +MoveString | @aptos-labs/ts-sdk - v1.32.1

Represents a string value that can be serialized and deserialized. +This class extends the Serializable base class and provides methods +for serializing the string in different contexts, such as for entry +functions and script functions.

+

Hierarchy (view full)

Implements

Constructors

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serialize an argument to BCS-serialized bytes. +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

    • serializer: Serializer

      The serializer used to convert the argument.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

value: string
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/MoveVector.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MoveVector.html new file mode 100644 index 000000000..42c26e85d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MoveVector.html @@ -0,0 +1,128 @@ +MoveVector | @aptos-labs/ts-sdk - v1.32.1

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.

+
// 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"]); +
+ +

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

+

a MoveVector<T> with the values values

+

Type Parameters

Hierarchy (view full)

Implements

Constructors

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
  • Factory method to generate a MoveVector from a boolean or undefined. +This method allows you to create an optional boolean value that can be used in various contexts where a boolean may or may +not be present.

    +

    Parameters

    • values: boolean[]

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

      +

    Returns MoveVector<Bool>

    A MoveVector with an inner value value.

    +
    * const v = MoveVector.Bool([true, false, true, false]);
    +
    + +
  • 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

    • deserializer: Deserializer

      the Deserializer instance to use, with bytes loaded into it already.

      +
    • cls: Deserializable<T>

      the class to typecast the input values to, must be a Serializable and Deserializable type.

      +

    Returns MoveVector<T>

    a MoveVector of the corresponding class T

    +
    const vec = MoveVector.deserialize(deserializer, U64);
    +
    + +
  • Factory method to generate a MoveVector from a string or undefined. +This function creates a MoveVector that encapsulates a MoveString if the provided value is not null or undefined.

    +

    Parameters

    • values: string[]

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

      +

    Returns MoveVector<MoveString>

    A MoveVector with an inner value value.

    +
    const v = MoveVector.MoveString(["hello", "world"]);
    +
    + +
  • Factory method to generate a MoveVector from a number, bigint, or undefined.

    +

    Parameters

    • values: AnyNumber[]

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

      +

    Returns MoveVector<U128>

    A MoveVector with an inner value value.

    +
    const v = MoveVector.U128([1, 2, 3, 4]);
    +
    + +
  • Factory method to generate a MoveOption from a number or null.

    +

    This method allows you to create a MoveVector that can either hold a U16 value or be empty.

    +

    Parameters

    • values: number[]

      The value used to fill the MoveVector. If value is null or undefined, the resulting MoveVector's +.isSome() method will return false.

      +

    Returns MoveVector<U16>

    A MoveVector with an inner value value.

    +
    const v = MoveVector.U16([1, 2, 3, 4]);
    +
    + +
  • Factory method to generate a MoveVector from a number, bigint, or null/undefined. +This allows for the creation of an optional U256 value, enabling checks for presence or absence of a value.

    +

    Parameters

    • values: AnyNumber[]

      The value used to fill the MoveVector. If value is undefined or null, +the resulting MoveVector's .isSome() method will return false.

      +

    Returns MoveVector<U256>

    A MoveVector with an inner value value.

    +
    const v = MoveVector.U256([1, 2, 3, 4]);
    +
    + +
  • Factory method to generate a MoveVector from a number or null.

    +

    This method allows you to create a MoveVector that can either hold a U32 value or be empty.

    +

    Parameters

    • values: number[]

      The value used to fill the MoveVector. If value is null or undefined, +the resulting MoveVector's .isSome() method will return false.

      +

    Returns MoveVector<U32>

    A MoveVector with an inner value value.

    +
    const v = MoveVector.U32([1, 2, 3, 4]);
    +
    + +
  • Factory method to generate a MoveVector from a number, bigint, or null/undefined. +This allows for the creation of an optional U64 value that can be checked for presence.

    +

    Parameters

    • values: AnyNumber[]

      The value used to fill the MoveVector. If value is undefined or null, the resulting MoveVector's +.isSome() method will return false.

      +

    Returns MoveVector<U64>

    A MoveVector with an inner value value.

    +
    const v = MoveVector.U64([1, 2, 3, 4]);
    +
    + +
  • Factory method to generate a MoveVector from a number or undefined.

    +

    This method allows you to create a MoveVector that encapsulates a U8 value, enabling you to handle optional U8 values +effectively.

    +

    Parameters

    • values: HexInput | number[]

      The values used to fill the MoveVector. If values is undefined or null, the resulting MoveVector's +.isSome() method will return false.

      +

    Returns MoveVector<U8>

    A MoveVector with an inner value value.

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

Properties

values: T[]
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiAgentRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiAgentRawTransaction.html new file mode 100644 index 000000000..bf6114508 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiAgentRawTransaction.html @@ -0,0 +1,31 @@ +MultiAgentRawTransaction | @aptos-labs/ts-sdk - v1.32.1

Class MultiAgentRawTransaction

Represents a multi-agent transaction that can be serialized and deserialized.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Deserializes a Fee Payer Raw Transaction from the provided deserializer. +This function allows you to reconstruct a Fee Payer Raw Transaction object, which includes the raw transaction data, +secondary signer addresses, and the fee payer address.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer used to read the raw transaction data.

      +

    Returns MultiAgentRawTransaction

    A FeePayerRawTransaction object constructed from the deserialized data.

    +

Properties

The raw transaction

+
secondary_signer_addresses: AccountAddress[]

The secondary signers on this transaction

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiAgentTransaction.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiAgentTransaction.html new file mode 100644 index 000000000..057d9b116 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiAgentTransaction.html @@ -0,0 +1,38 @@ +MultiAgentTransaction | @aptos-labs/ts-sdk - v1.32.1

Class MultiAgentTransaction

Represents a multi-agent transaction that can be serialized and deserialized. +This transaction includes a raw transaction, optional fee payer address, and multiple secondary signer addresses.

+

The raw transaction to be executed.

+

An array of secondary signer addresses involved in the transaction.

+

An optional account address that sponsors the transaction's gas fees.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the transaction data, including the raw transaction, secondary signer addresses, and fee payer address. +This function is essential for preparing the transaction for transmission or storage in a serialized format.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to serialize the transaction data.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

feePayerAddress?: AccountAddress
rawTransaction: RawTransaction
secondarySignerAddresses: AccountAddress[]
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiEd25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiEd25519PublicKey.html new file mode 100644 index 000000000..223f84402 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiEd25519PublicKey.html @@ -0,0 +1,58 @@ +MultiEd25519PublicKey | @aptos-labs/ts-sdk - v1.32.1

Class MultiEd25519PublicKey

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

+

A K-of-N multi-sig transaction requires at least K out of N authorized signers to sign the transaction +for it to be executed. This class encapsulates the logic for managing the public keys and the threshold +for valid signatures.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the current instance into bytes using the provided serializer. +This allows for the conversion of the instance's data into a format suitable for transmission or storage.

    +

    Parameters

    • serializer: Serializer

      The serializer used to convert the instance into bytes.

      +

    Returns void

  • Verifies a multi-signature against a given message. +This function ensures that the provided signatures meet the required threshold and are valid for the given message.

    +

    Parameters

    Returns boolean

    True if the signature is valid; otherwise, false.

    +

    Error if the bitmap and signatures length mismatch or if there are not enough valid signatures.

    +

Properties

publicKeys: Ed25519PublicKey[]

List of Ed25519 public keys for this LegacyMultiEd25519PublicKey

+
threshold: number

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

+
MAX_KEYS = 32

Maximum number of public keys supported

+
MIN_KEYS = 2

Minimum number of public keys needed

+
MIN_THRESHOLD = 1

Minimum threshold for the number of valid signatures required

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiEd25519Signature.html new file mode 100644 index 000000000..26cae3c50 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiEd25519Signature.html @@ -0,0 +1,53 @@ +MultiEd25519Signature | @aptos-labs/ts-sdk - v1.32.1

Class MultiEd25519Signature

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

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    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. +This function allows you to set specific bits in a 32-bit long bitmap based on the provided positions.

    +

    Parameters

    • args: {
          bits: number[];
      }

      The arguments for creating the bitmap.

      +
      • bits: number[]

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

        +

    Returns Uint8Array

    bitmap that is 32 bits long.

    +

    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

    +

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

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiKey.html new file mode 100644 index 000000000..ea2576017 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiKey.html @@ -0,0 +1,62 @@ +MultiKey | @aptos-labs/ts-sdk - v1.32.1

Represents a multi-key authentication scheme for accounts, allowing multiple public keys +to be associated with a single account. This class enforces a minimum number of valid signatures +required to authorize actions, ensuring enhanced security for multi-agent accounts.

+

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

+

Hierarchy (view full)

Constructors

  • Signature for a K-of-N multi-sig transaction. +This constructor initializes a multi-signature transaction with the provided signatures and bitmap.

    +

    Parameters

    • args: {
          publicKeys: PublicKey[];
          signaturesRequired: number;
      }

      An object containing the parameters for the multi-signature transaction.

      +
      • publicKeys: PublicKey[]
      • signaturesRequired: number

    Returns MultiKey

    Error if the number of signatures exceeds the maximum supported, if the bitmap length is incorrect, or if the number +of signatures does not match the bitmap.

    +

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.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    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

    +
  • Get the index of the provided public key.

    +

    This function retrieves the index of a specified public key within the MultiKey. +If the public key does not exist, it throws an error.

    +

    Parameters

    • publicKey: PublicKey

      The public key to find the index for.

      +

    Returns number

    The corresponding index of the public key, if it exists.

    +

    Error - If the public key is not found in the MultiKey.

    +
  • Serializes the object by writing its signatures and bitmap to the provided serializer. +This allows the object to be converted into a format suitable for transmission or storage.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to perform the serialization.

      +

    Returns void

  • Deserializes a MultiKeySignature from the provided deserializer. +This function retrieves the signatures and bitmap necessary for creating a MultiKeySignature object.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer instance used to read the serialized data.

      +

    Returns MultiKey

Properties

publicKeys: AnyPublicKey[]

List of any public keys

+
signaturesRequired: number

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

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiKeyAccount.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiKeyAccount.html new file mode 100644 index 000000000..cbf528bdd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiKeyAccount.html @@ -0,0 +1,65 @@ +MultiKeyAccount | @aptos-labs/ts-sdk - v1.32.1

Signer implementation for the MultiKey authentication scheme.

+

This account utilizes an M of N signing scheme, where M and N are specified in the MultiKey. +It signs messages using an array of M accounts, each corresponding to a public key in the MultiKey.

+

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

+

Implements

Constructors

  • Constructs a MultiKeyAccount instance, which requires multiple signatures for transactions.

    +

    Parameters

    • args: {
          address?: AccountAddressInput;
          multiKey: MultiKey;
          signers: Account[];
      }

      The arguments for creating a MultiKeyAccount.

      +
      • Optionaladdress?: AccountAddressInput

        An optional account address input. If not provided, the derived address from the public key will be used.

        +
      • multiKey: MultiKey

        The multikey of the account consisting of N public keys and a number M representing the required signatures.

        +
      • signers: Account[]

        An array of M signers that will be used to sign the transaction.

        +

    Returns MultiKeyAccount

Methods

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

    +

    This function checks if the provided signatures are valid for the given message using the corresponding public keys.

    +

    Parameters

    Returns boolean

    A boolean indicating whether the signatures are valid for the message.

    +
  • Waits for any proofs on KeylessAccount signers to be fetched. This ensures that signing with the KeylessAccount does not +fail due to missing proofs.

    +

    Returns Promise<void>

    A promise that resolves when all proofs have been fetched.

    +
  • Static constructor to create a MultiKeyAccount using the provided public keys and signers.

    +

    Parameters

    • args: {
          publicKeys: PublicKey[];
          signaturesRequired: number;
          signers: Account[];
      }

      The arguments for creating a MultiKeyAccount.

      +
      • publicKeys: PublicKey[]

        The N public keys of the MultiKeyAccount.

        +
      • signaturesRequired: number

        The number of signatures required to authorize a transaction.

        +
      • signers: Account[]

        An array of M signers that will be used to sign the transaction.

        +

    Returns MultiKeyAccount

    MultiKeyAccount - The newly created MultiKeyAccount.

    +

Properties

accountAddress: AccountAddress

Account address associated with the account

+
publicKey: MultiKey

Public key associated with the account

+
signaturesBitmap: Uint8Array
signerIndicies: number[]

An array of indices where for signer[i], signerIndicies[i] is the index of the corresponding public key in +publicKey.publicKeys. Used to derive the right public key to use for verification.

+
signers: Account[]

The signers used to sign messages. These signers should correspond to public keys in the +MultiKeyAccount's public key. The number of signers should be equal or greater +than this.publicKey.signaturesRequired

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiKeySignature.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiKeySignature.html new file mode 100644 index 000000000..6e9e8cb69 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiKeySignature.html @@ -0,0 +1,50 @@ +MultiKeySignature | @aptos-labs/ts-sdk - v1.32.1

Represents a multi-signature transaction using Ed25519 signatures. +This class allows for the creation and management of a K-of-N multi-signature scheme, +where a specified number of signatures are required to authorize a transaction.

+

It includes functionality to validate the number of signatures against a bitmap, +which indicates which public keys have signed the transaction.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    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

    +

    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

    +

Properties

bitmap: Uint8Array

32-bit Bitmap representing who signed the transaction

+

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

+
signatures: AnySignature[]

The list of underlying Ed25519 signatures

+
BITMAP_LEN: number = 4

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

+
MAX_SIGNATURES_SUPPORTED: number = ...

Maximum number of Ed25519 signatures supported

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiSig.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiSig.html new file mode 100644 index 000000000..6e73b73f7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiSig.html @@ -0,0 +1,13 @@ +MultiSig | @aptos-labs/ts-sdk - v1.32.1

Represents a MultiSig account that can be serialized and deserialized.

+

This class encapsulates the functionality to manage multi-signature transactions, including the address of the +multi-sig account and the associated transaction payload.

+

Constructors

Methods

Properties

multisig_address: AccountAddress
transaction_payload?: MultiSigTransactionPayload
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiSigTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiSigTransactionPayload.html new file mode 100644 index 000000000..42b27cec6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/MultiSigTransactionPayload.html @@ -0,0 +1,27 @@ +MultiSigTransactionPayload | @aptos-labs/ts-sdk - v1.32.1

Class MultiSigTransactionPayload

Represents a multi-signature transaction payload that can be serialized and deserialized. +This class is designed to encapsulate the transaction payload for multi-sig account transactions +as defined in the multisig_account.move module. Future enhancements may allow support for script +payloads as the multisig_account.move module evolves.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

transaction_payload: EntryFunction
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/ParsingError.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/ParsingError.html new file mode 100644 index 000000000..8311c93a4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/ParsingError.html @@ -0,0 +1,19 @@ +ParsingError | @aptos-labs/ts-sdk - v1.32.1

Class ParsingError<T>

This error is used to explain why parsing failed.

+

Type Parameters

  • T

Hierarchy (view full)

Constructors

  • Creates an instance of the error with a specified message and invalid reason.

    +

    Type Parameters

    • T

    Parameters

    • message: string

      The error message that describes the issue.

      +
    • invalidReason: T

      The reason why the input is considered invalid.

      +

    Returns ParsingError<T>

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void

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: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

+
stackTraceLimit: number
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/PrivateKey.html new file mode 100644 index 000000000..3cb6724c2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/PrivateKey.html @@ -0,0 +1,23 @@ +PrivateKey | @aptos-labs/ts-sdk - v1.32.1

Implemented by

Constructors

Methods

Properties

AIP80_PREFIXES: {
    ed25519: string;
    secp256k1: string;
} = ...

The AIP-80 compliant prefixes for each private key type. Append this to a private key's hex representation +to get an AIP-80 compliant string.

+

Read about AIP-80

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/PublicKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/PublicKey.html new file mode 100644 index 000000000..08ab3ebda --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/PublicKey.html @@ -0,0 +1,24 @@ +PublicKey | @aptos-labs/ts-sdk - v1.32.1

Class PublicKeyAbstract

Represents an abstract public key.

+

This class provides a common interface for verifying signatures associated with the public key. +It allows for the retrieval of the raw public key bytes and the public key in a hexadecimal string format.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/RawTransaction.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/RawTransaction.html new file mode 100644 index 000000000..f61742638 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/RawTransaction.html @@ -0,0 +1,47 @@ +RawTransaction | @aptos-labs/ts-sdk - v1.32.1

Represents a raw transaction that can be serialized and deserialized. +Raw transactions contain the metadata and payloads that can be submitted to the Aptos chain for execution. +They must be signed before the Aptos chain can execute them.

+

Hierarchy (view full)

Constructors

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

    +

    Parameters

    • sender: AccountAddress

      The sender Account Address

      +
    • sequence_number: bigint

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

      +
    • payload: TransactionPayload

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

      +
    • max_gas_amount: bigint

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

      +
    • gas_unit_price: bigint

      Price to be paid per gas unit.

      +
    • expiration_timestamp_secs: bigint

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

      +
    • chain_id: ChainId

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

      +

    Returns RawTransaction

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.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the transaction data, including the fee payer transaction type, raw transaction, secondary signer addresses, +and fee payer address. +This function is essential for preparing the transaction for transmission or storage in a serialized format.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to serialize the transaction data.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

chain_id: ChainId
expiration_timestamp_secs: bigint
gas_unit_price: bigint
max_gas_amount: bigint
sequence_number: bigint
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/RawTransactionWithData.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/RawTransactionWithData.html new file mode 100644 index 000000000..03480daf3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/RawTransactionWithData.html @@ -0,0 +1,21 @@ +RawTransactionWithData | @aptos-labs/ts-sdk - v1.32.1

Class RawTransactionWithDataAbstract

Represents a raw transaction with associated data that can be serialized and deserialized.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/RotationProofChallenge.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/RotationProofChallenge.html new file mode 100644 index 000000000..b521a920d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/RotationProofChallenge.html @@ -0,0 +1,35 @@ +RotationProofChallenge | @aptos-labs/ts-sdk - v1.32.1

Class RotationProofChallenge

Represents a challenge required for the account owner to sign in order to rotate the authentication key.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

accountAddress: AccountAddress = AccountAddress.ONE
currentAuthKey: AccountAddress
moduleName: MoveString = ...
newPublicKey: MoveVector<U8>
originator: AccountAddress
sequenceNumber: U64
structName: MoveString = ...
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Script.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Script.html new file mode 100644 index 000000000..5c0fe5c6f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Script.html @@ -0,0 +1,24 @@ +Script | @aptos-labs/ts-sdk - v1.32.1

Represents a Script that can be serialized and deserialized. +Scripts contain the Move bytecode payload that can be submitted to the Aptos chain for execution.

+

Constructors

Methods

Properties

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

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

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

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

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

Methods

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.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Secp256k1PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Secp256k1PrivateKey.html new file mode 100644 index 000000000..f21fe1f1a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Secp256k1PrivateKey.html @@ -0,0 +1,56 @@ +Secp256k1PrivateKey | @aptos-labs/ts-sdk - v1.32.1

Class Secp256k1PrivateKey

Represents a Secp256k1 ECDSA private key, providing functionality to create, sign messages, +derive public keys, and serialize/deserialize the key.

+

Hierarchy (view full)

Implements

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.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

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

    +

    Returns string

    string representation of the private key.

    +
  • Derives a private key from a mnemonic seed phrase using a specified BIP44 path.

    +

    Parameters

    • path: string

      The BIP44 path to derive the key from.

      +
    • mnemonics: string

      The mnemonic seed phrase used for key generation.

      +

    Returns Secp256k1PrivateKey

    The generated private key.

    +

    Error if the provided path is not a valid BIP44 path.

    +

Properties

LENGTH: number = 32

Length of Secp256k1 ecdsa private key

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Secp256k1PublicKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Secp256k1PublicKey.html new file mode 100644 index 000000000..e241e9d4a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Secp256k1PublicKey.html @@ -0,0 +1,48 @@ +Secp256k1PublicKey | @aptos-labs/ts-sdk - v1.32.1

Class Secp256k1PublicKey

Represents a Secp256k1 ECDSA public key.

+

Hierarchy (view full)

Constructors

  • Create a new PublicKey instance from a HexInput, which can be a string or Uint8Array. +This constructor validates the length of the provided signature data.

    +

    Parameters

    • hexInput: HexInput

      A HexInput (string or Uint8Array) representing the signature data.

      +

    Returns Secp256k1PublicKey

    Error if the length of the signature data is not equal to Secp256k1Signature.LENGTH.

    +

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.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the data into a byte array using the provided serializer. +This function is essential for converting data into a format suitable for transmission or storage.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to convert the data.

      +

    Returns void

  • Verifies a Secp256k1 signature against the public key.

    +

    This function checks the validity of a signature for a given message, ensuring that the signature is canonical as a malleability check.

    +

    Parameters

    Returns boolean

  • Determines if the provided public key is a valid instance of a Secp256k1 public key. +This function checks for the presence of a "key" property and validates the length of the key data.

    +

    Parameters

    • publicKey: PublicKey

      The public key to validate.

      +

    Returns publicKey is Secp256k1PublicKey

    A boolean indicating whether the public key is a valid Secp256k1 public key.

    +

Properties

LENGTH: number = 65

The length of the Secp256k1 public key in bytes.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Secp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Secp256k1Signature.html new file mode 100644 index 000000000..76d7fbe64 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Secp256k1Signature.html @@ -0,0 +1,25 @@ +Secp256k1Signature | @aptos-labs/ts-sdk - v1.32.1

Class Secp256k1Signature

Represents a signature of a message signed using a Secp256k1 ECDSA private key.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

LENGTH = 64

Secp256k1 ecdsa signatures are 256-bit or 64 bytes

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Serializable.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Serializable.html new file mode 100644 index 000000000..e5c90132e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Serializable.html @@ -0,0 +1,20 @@ +Serializable | @aptos-labs/ts-sdk - v1.32.1

Class SerializableAbstract

This class serves as a base class for all serializable types. It facilitates +composable serialization of complex types and enables the serialization of +instances to their BCS (Binary Canonical Serialization) representation.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
  • Returns the hex string representation of the Serializable value without the 0x prefix.

    +

    Returns string

    the hex format as a string without 0x prefix.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Serialized.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Serialized.html new file mode 100644 index 000000000..eca0dfdfb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Serialized.html @@ -0,0 +1,37 @@ +Serialized | @aptos-labs/ts-sdk - v1.32.1

Represents a serialized data structure that encapsulates a byte array. +This class extends the Serializable class and provides methods for serialization +and deserialization of byte data, as well as converting to a MoveVector.

+

Hierarchy (view full)

Implements

Constructors

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serialize an argument to BCS-serialized bytes. +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

    • serializer: Serializer

      The serializer used to convert the argument.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

value: Uint8Array
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Serializer.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Serializer.html new file mode 100644 index 000000000..1cbde44b9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Serializer.html @@ -0,0 +1,101 @@ +Serializer | @aptos-labs/ts-sdk - v1.32.1

A class for serializing various data types into a binary format. +It provides methods to serialize strings, bytes, numbers, and other serializable objects +using the Binary Coded Serialization (BCS) layout. The serialized data can be retrieved as a +Uint8Array.

+

Constructors

  • Constructs a serializer with a buffer of size length bytes, 64 bytes by default. +The length must be greater than 0.

    +

    Parameters

    • length: number = 64

      The size of the buffer in bytes.

      +

    Returns Serializer

Methods

  • Serializes a Serializable value, facilitating composable serialization.

    +

    Type Parameters

    Parameters

    • value: T

      The Serializable value to serialize.

      +

    Returns void

    the serializer instance

    +
  • Serializes a boolean value into a byte representation.

    +

    The BCS layout for a boolean uses one byte, where "0x01" represents true and "0x00" represents false.

    +

    Parameters

    • value: boolean

      The boolean value to serialize.

      +

    Returns void

  • Serializes an array of bytes.

    +

    This function encodes the length of the byte array as a u32 integer in uleb128 format, followed by the byte array itself. +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

      The byte array to serialize.

      +

    Returns void

  • Serializes an array of bytes with a known length, allowing for efficient deserialization without needing to serialize the +length itself. +When deserializing, the number of bytes to deserialize needs to be passed in.

    +

    Parameters

    • value: Uint8Array

      The Uint8Array to be serialized.

      +

    Returns void

  • Serializes an optional value which can be a Serializable, string, or Uint8Array. +For strings and Uint8Arrays, it uses the appropriate serialization method.

    +

    Type Parameters

    Parameters

    • Optionalvalue: T

      The value to serialize (Serializable, string, Uint8Array, or undefined)

      +
    • Optionallen: number

      Optional fixed length for Uint8Array serialization. If provided, uses serializeFixedBytes instead of serializeBytes

      +

    Returns void

    const serializer = new Serializer();
    serializer.serializeOption("hello"); // Serializes optional string
    serializer.serializeOption(new Uint8Array([1, 2, 3])); // Serializes optional bytes
    serializer.serializeOption(new Uint8Array([1, 2, 3]), 3); // Serializes optional fixed-length bytes
    serializer.serializeOption(new AccountAddress(...)); // Serializes optional Serializable
    serializer.serializeOption(undefined); // Serializes none case +
    + +
  • Parameters

    • Optionalvalue: string

      The optional string to serialize. If undefined, it will serialize as 0.

      +

    Returns void

    use serializeOption instead. +Serializes an optional string, supporting UTF8 encoding. +The function encodes the existence of the string first, followed by the length and content if it exists.

    +

    BCS layout for optional "string": 1 | 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. +BCS layout for undefined: 0

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

      The string to serialize.

      +

    Returns void

    const serializer = new Serializer();
    serializer.serializeStr("1234abcd");
    assert(serializer.toUint8Array() === new Uint8Array([8, 49, 50, 51, 52, 97, 98, 99, 100])); +
    + +
  • Serializes a U128 value into a format suitable for storage or transmission.

    +

    Parameters

    • value: AnyNumber

      The U128 value to serialize, represented as a number.

      +

    Returns void

  • Serializes a 16-bit unsigned integer value into a binary format. +BCS layout for "uint16": Two bytes. Binary format in little-endian representation.

    +

    Parameters

    • value: number

      The 16-bit unsigned integer value to serialize.

      +

    Returns void

    const serializer = new Serializer();
    serializer.serializeU16(4660);
    assert(serializer.toUint8Array() === new Uint8Array([0x34, 0x12])); +
    + +
  • Serializes a U256 value into a byte representation. +This function is essential for encoding large numbers in a compact format suitable for transmission or storage.

    +

    Parameters

    • value: AnyNumber

      The U256 value to serialize, represented as an AnyNumber.

      +

    Returns void

  • Serializes a 32-bit unsigned integer value into a binary format. +This function is useful for encoding data that needs to be stored or transmitted in a compact form.

    +

    Parameters

    • value: number

      The 32-bit unsigned integer value to serialize.

      +

    Returns void

    const serializer = new Serializer();
    serializer.serializeU32(305419896);
    assert(serializer.toUint8Array() === new Uint8Array([0x78, 0x56, 0x34, 0x12])); +
    + +
  • Serializes a 32-bit unsigned integer as a variable-length ULEB128 encoded byte array. +BCS uses uleb128 encoding in two cases: (1) lengths of variable-length sequences and (2) tags of enum values

    +

    Parameters

    • val: number

      The 32-bit unsigned integer value to be serialized.

      +

    Returns void

  • Serializes a 64-bit unsigned integer into a format suitable for storage or transmission. +This function breaks down the value into two 32-bit components and writes them in little-endian order.

    +

    Parameters

    • value: AnyNumber

      The 64-bit unsigned integer to serialize, represented as a number.

      +

    Returns void

    const serializer = new Serializer();
    serializer.serializeU64(1311768467750121216);
    assert(serializer.toUint8Array() === new Uint8Array([0x00, 0xEF, 0xCD, 0xAB, 0x78, 0x56, 0x34, 0x12])); +
    + +
  • Serializes a Uint8 value and appends it to the buffer. +BCS layout for "uint8": One byte. Binary format in little-endian representation.

    +

    Parameters

    • value: number

      The Uint8 value to serialize.

      +

    Returns void

  • Serializes an array of BCS Serializable values to a serializer instance. +The bytes are added to the serializer instance's byte buffer.

    +

    Type Parameters

    Parameters

    • values: T[]

      The array of BCS Serializable values

      +

    Returns void

    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])`; +
    + +
  • Returns the buffered bytes as a Uint8Array.

    +

    This function allows you to retrieve the byte representation of the buffer up to the current offset.

    +

    Returns Uint8Array

    Uint8Array - The byte array representation of the buffer.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/Signature.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Signature.html new file mode 100644 index 000000000..933c5aa28 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/Signature.html @@ -0,0 +1,23 @@ +Signature | @aptos-labs/ts-sdk - v1.32.1

Class SignatureAbstract

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

+

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

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/SignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/SignedTransaction.html new file mode 100644 index 000000000..8d0d4b340 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/SignedTransaction.html @@ -0,0 +1,45 @@ +SignedTransaction | @aptos-labs/ts-sdk - v1.32.1

Represents a signed transaction that includes a raw transaction and an authenticator. +The authenticator contains a client's public key and the signature of the raw transaction.

+

The raw transaction to be signed.

+

Contains a client's public key and the signature of the raw transaction. +Authenticator can have three variations: single signature, multi-signature, and multi-agent.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the raw transaction and its authenticator using the provided serializer. +This function is essential for preparing the transaction data for transmission or storage.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to serialize the transaction and authenticator.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/SimpleTransaction.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/SimpleTransaction.html new file mode 100644 index 000000000..66c2ddc29 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/SimpleTransaction.html @@ -0,0 +1,36 @@ +SimpleTransaction | @aptos-labs/ts-sdk - v1.32.1

Represents a simple transaction type that can be submitted to the Aptos chain for execution.

+

This transaction type is designed for a single signer and includes metadata such as the Raw Transaction +and an optional sponsor Account Address to cover gas fees.

+

The Raw Transaction.

+

The optional sponsor Account Address.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the transaction data using the provided serializer. +This function ensures that the raw transaction and fee payer address are properly serialized for further processing.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to serialize the transaction data.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

feePayerAddress?: AccountAddress
rawTransaction: RawTransaction
secondarySignerAddresses: undefined
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/SingleKeyAccount.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/SingleKeyAccount.html new file mode 100644 index 000000000..0ab4250cd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/SingleKeyAccount.html @@ -0,0 +1,50 @@ +SingleKeyAccount | @aptos-labs/ts-sdk - v1.32.1

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

+

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

+

Implements

Constructors

Methods

  • Derives an account from a randomly generated private key based on the specified signing scheme. +The default generation scheme is Ed25519, but it can also support Secp256k1Ecdsa.

    +

    Parameters

    Returns SingleKeyAccount

    An account with the generated private key based on the specified signing scheme.

    +

    Error if an unsupported signature scheme is provided.

    +

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: PrivateKey

Private key associated with the account

+
publicKey: AnyPublicKey

Public key associated with the account

+
signingScheme: SingleKey = SigningScheme.SingleKey

Signing scheme used to sign transactions

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/StructTag.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/StructTag.html new file mode 100644 index 000000000..da5e4f60a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/StructTag.html @@ -0,0 +1,29 @@ +StructTag | @aptos-labs/ts-sdk - v1.32.1

Represents a structured tag that includes an address, module name, +name, and type arguments. This class is used to define and manage +structured data types within the SDK.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

The address associated with the struct tag.

+
moduleName: Identifier

The name of the module that contains the struct.

+

The name of the struct.

+
typeArgs: TypeTag[]

An array of type arguments associated with the struct.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAndProof.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAndProof.html new file mode 100644 index 000000000..7a2be96ef --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAndProof.html @@ -0,0 +1,31 @@ +TransactionAndProof | @aptos-labs/ts-sdk - v1.32.1

Class TransactionAndProof

A container class to hold a transaction and a proof. It implements CryptoHashable which is used to create +the signing message for Keyless transactions. We sign over the proof to ensure non-malleability.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Hashes the bcs serialized from of the class. This is the typescript corollary to the BCSCryptoHash macro in aptos-core.

    +

    Returns Uint8Array

    Uint8Array

    +
  • Serializes the transaction data into a format suitable for transmission or storage. +This function ensures that both the transaction bytes and the proof are properly serialized.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to convert the transaction data into bytes.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

domainSeparator = "APTOS::TransactionAndProof"

The domain separator prefix used when hashing.

+
proof?: ZkProof

The zero knowledge proof used in signing the transaction.

+

The transaction to sign.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticator.html new file mode 100644 index 000000000..617844690 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticator.html @@ -0,0 +1,28 @@ +TransactionAuthenticator | @aptos-labs/ts-sdk - v1.32.1

Class TransactionAuthenticatorAbstract

Represents an abstract base class for transaction authenticators. +This class provides methods for serializing and deserializing different types of transaction authenticators.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorEd25519.html new file mode 100644 index 000000000..089ec4712 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorEd25519.html @@ -0,0 +1,43 @@ +TransactionAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.32.1

Class TransactionAuthenticatorEd25519

Represents a transaction authenticator using Ed25519 for a single signer transaction. +This class encapsulates the client's public key and the Ed25519 signature of a raw transaction.

+

The client's public key.

+

The Ed25519 signature of a raw transaction.

+

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

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

public_key: Ed25519PublicKey
signature: Ed25519Signature
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorFeePayer.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorFeePayer.html new file mode 100644 index 000000000..6a601f422 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorFeePayer.html @@ -0,0 +1,38 @@ +TransactionAuthenticatorFeePayer | @aptos-labs/ts-sdk - v1.32.1

Class TransactionAuthenticatorFeePayer

Represents a transaction authenticator specifically for fee payer transactions. +It encapsulates the sender's account authenticator, addresses of secondary signers, +their respective authenticators, and the fee payer's account information.

+

The authenticator for the sender's account.

+

An array of addresses for secondary signers.

+

An array of authenticators for secondary signers' accounts.

+

An object containing the fee payer's account address and authenticator.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

fee_payer: {
    address: AccountAddress;
    authenticator: AccountAuthenticator;
}
secondary_signer_addresses: AccountAddress[]
secondary_signers: AccountAuthenticator[]
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorMultiAgent.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorMultiAgent.html new file mode 100644 index 000000000..d6d9a88d4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorMultiAgent.html @@ -0,0 +1,35 @@ +TransactionAuthenticatorMultiAgent | @aptos-labs/ts-sdk - v1.32.1

Class TransactionAuthenticatorMultiAgent

Represents a transaction authenticator for a multi-agent transaction.

+

This class manages the authentication process involving a primary sender and multiple secondary signers.

+

The authenticator for the sender account.

+

An array of addresses for the secondary signers.

+

An array of authenticators for the secondary signer accounts.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

secondary_signer_addresses: AccountAddress[]
secondary_signers: AccountAuthenticator[]
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..a2b9ce95c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorMultiEd25519.html @@ -0,0 +1,33 @@ +TransactionAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.32.1

Class TransactionAuthenticatorMultiEd25519

Represents a transaction authenticator for multi-signature transactions using Ed25519. +This class is used to validate transactions that require multiple signatures from different signers.

+

The public key of the client involved in the transaction.

+

The multi-signature of the raw transaction.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorSingleSender.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorSingleSender.html new file mode 100644 index 000000000..8ec0cd3e5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionAuthenticatorSingleSender.html @@ -0,0 +1,31 @@ +TransactionAuthenticatorSingleSender | @aptos-labs/ts-sdk - v1.32.1

Class TransactionAuthenticatorSingleSender

Represents a single sender authenticator for transactions that require a single signer. +This class is responsible for managing the authentication of a transaction initiated by a single sender.

+

An instance of AccountAuthenticator that represents the account of the sender.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionPayload.html new file mode 100644 index 000000000..849d79dda --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionPayload.html @@ -0,0 +1,26 @@ +TransactionPayload | @aptos-labs/ts-sdk - v1.32.1

Class TransactionPayloadAbstract

Represents a supported Transaction Payload that can be serialized and deserialized.

+

This class serves as a base for different types of transaction payloads, allowing for +their serialization into a format suitable for transmission and deserialization back +into their original form.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionPayloadEntryFunction.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionPayloadEntryFunction.html new file mode 100644 index 000000000..27fc93974 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionPayloadEntryFunction.html @@ -0,0 +1,25 @@ +TransactionPayloadEntryFunction | @aptos-labs/ts-sdk - v1.32.1

Class TransactionPayloadEntryFunction

Represents a transaction payload entry function that can be serialized and deserialized.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

entryFunction: EntryFunction
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionPayloadMultiSig.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionPayloadMultiSig.html new file mode 100644 index 000000000..108afa685 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionPayloadMultiSig.html @@ -0,0 +1,25 @@ +TransactionPayloadMultiSig | @aptos-labs/ts-sdk - v1.32.1

Class TransactionPayloadMultiSig

Represents a multi-signature transaction payload that can be serialized and deserialized.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

multiSig: MultiSig
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionPayloadScript.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionPayloadScript.html new file mode 100644 index 000000000..eb41237a4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionPayloadScript.html @@ -0,0 +1,33 @@ +TransactionPayloadScript | @aptos-labs/ts-sdk - v1.32.1

Class TransactionPayloadScript

Represents a transaction payload script that can be serialized and deserialized.

+

This class encapsulates a script that defines the logic for a transaction payload.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

script: Script
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionWorker.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionWorker.html new file mode 100644 index 000000000..6ed34b179 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TransactionWorker.html @@ -0,0 +1,91 @@ +TransactionWorker | @aptos-labs/ts-sdk - v1.32.1

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

+

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

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

Hierarchy (view full)

Constructors

  • Initializes a new instance of the class, providing a framework for receiving payloads to be processed.

    +

    Parameters

    • aptosConfig: AptosConfig

      A configuration object for Aptos.

      +
    • account: Account

      The account that will be used for sending transactions.

      +
    • maxWaitTime: number = 30

      The maximum wait time to wait before re-syncing the sequence number to the current on-chain state, +default is 30 seconds.

      +
    • maximumInFlight: number = 100

      The maximum number of transactions that can be submitted per account, default is 100.

      +
    • sleepTime: number = 10

      The time to wait in seconds before re-evaluating if the maximum number of transactions are in flight, +default is 10 seconds.

      +

    Returns TransactionWorker

Events

  • Reads the outstanding transaction queue and submits the transactions to the chain. +This function processes each transaction, checking their status and emitting events based on whether they were successfully +sent or failed.

    +

    Returns Promise<void>

    Throws an error if the process execution fails. +TransactionWorkerEventsEnum.TransactionSent - Emitted when a transaction has been successfully committed to the chain. +TransactionWorkerEventsEnum.TransactionSendFailed - Emitted when a transaction fails to commit, along with the error +reason. +TransactionWorkerEventsEnum.ExecutionFinish - Emitted when the execution of transactions is complete.

    +

Methods

  • Generates a signed transaction that can be submitted to the chain.

    +

    Parameters

    • account: Account

      An Aptos account used as the sender of the transaction.

      +
    • sequenceNumber: bigint

      A sequence number the transaction will be generated with.

      +

    Returns Promise<undefined | SimpleTransaction>

    A signed transaction object or undefined if the transaction queue is empty.

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

    +

    Parameters

    Returns number

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

    +

    Parameters

    • Optionalevent: keyof TransactionWorkerEvents

    Returns this

  • Starts transaction submission and processing by executing tasks from the queue until it is cancelled.

    +

    Returns Promise<void>

    Throws an error if unable to start transaction batching.

    +
  • Submits the next transaction for the account by generating it with the current sequence number +and adding it to the outstanding transaction queue for processing. +This function continues to submit transactions until there are no more to process.

    +

    Returns Promise<void>

    Throws an error if the transaction submission fails.

    +

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>)> = ...

transactions payloads waiting to be generated and signed

+

TODO support entry function payload from ABI builder

+
prefixed: string | boolean
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTag.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTag.html new file mode 100644 index 000000000..2d90d75d3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTag.html @@ -0,0 +1,63 @@ +TypeTag | @aptos-labs/ts-sdk - v1.32.1

Class TypeTagAbstract

Represents a type tag in the serialization framework, serving as a base class for various specific type tags. +This class provides methods for serialization and deserialization of type tags, as well as type checking methods +to determine the specific type of the tag at runtime.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Deserializes a StructTag from the provided deserializer. +This function allows you to reconstruct a StructTag object from its serialized form.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer instance used to read the serialized data.

      +

    Returns StructTag

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagAddress.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagAddress.html new file mode 100644 index 000000000..2c38e7896 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagAddress.html @@ -0,0 +1,64 @@ +TypeTagAddress | @aptos-labs/ts-sdk - v1.32.1

Represents a type tag for an address in the system. +This class extends the TypeTag class and provides functionality +to serialize the address type and load it from a deserializer.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagBool.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagBool.html new file mode 100644 index 000000000..66c9bf3b8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagBool.html @@ -0,0 +1,70 @@ +TypeTagBool | @aptos-labs/ts-sdk - v1.32.1

Represents a boolean type tag in the type system. +This class extends the base TypeTag class and provides +methods for serialization and deserialization of the boolean +type tag.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serializes the current instance's properties into a provided serializer. +This function ensures that the address, module name, name, and type arguments are properly serialized.

    +

    Parameters

    • serializer: Serializer

      The serializer instance used to serialize the properties.

      +

    Returns void

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagGeneric.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagGeneric.html new file mode 100644 index 000000000..879c1eb8f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagGeneric.html @@ -0,0 +1,64 @@ +TypeTagGeneric | @aptos-labs/ts-sdk - v1.32.1

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

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

value: number
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagParserError.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagParserError.html new file mode 100644 index 000000000..e655f8cb4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagParserError.html @@ -0,0 +1,20 @@ +TypeTagParserError | @aptos-labs/ts-sdk - v1.32.1

Class TypeTagParserError

Represents an error that occurs during the parsing of a type tag. +This error extends the built-in Error class and provides additional context +regarding the specific type tag that failed to parse and the reason for the failure.

+

The type tag string that failed to be parsed.

+

The reason why the type tag string is considered invalid.

+

Hierarchy (view full)

Constructors

  • Constructs an error indicating a failure to parse a type tag. +This error provides details about the specific type tag that could not be parsed and the reason for the failure.

    +

    Parameters

    • typeTagStr: string

      The string representation of the type tag that failed to parse.

      +
    • invalidReason: TypeTagParserErrorType

      The reason why the type tag is considered invalid.

      +

    Returns TypeTagParserError

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

+
stackTraceLimit: number
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagReference.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagReference.html new file mode 100644 index 000000000..0fa7d5575 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagReference.html @@ -0,0 +1,68 @@ +TypeTagReference | @aptos-labs/ts-sdk - v1.32.1

Represents a reference to a type tag in the type system. +This class extends the TypeTag class and provides functionality +to serialize and deserialize type tag references.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +

Properties

value: TypeTag

The TypeTag to reference.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagSigner.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagSigner.html new file mode 100644 index 000000000..a5b4bed5c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagSigner.html @@ -0,0 +1,64 @@ +TypeTagSigner | @aptos-labs/ts-sdk - v1.32.1

Represents a type tag for a signer in the system. +This class extends the base TypeTag and provides specific functionality +related to the signer type.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagStruct.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagStruct.html new file mode 100644 index 000000000..73d431e51 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagStruct.html @@ -0,0 +1,83 @@ +TypeTagStruct | @aptos-labs/ts-sdk - v1.32.1

Represents a structured type tag in the system, extending the base TypeTag class. +This class encapsulates information about a specific structure, including its address, +module name, and type arguments, and provides methods for serialization and type checking.

+

The StructTag instance containing the details of the structured type.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Checks if the provided value is of type 'object'. +This function helps determine if a value can be treated as an object type in the context of the SDK.

    +

    Returns boolean

    Returns true if the value is an object, otherwise false.

    +
  • Checks if the specified account address is of type "option".

    +

    Returns boolean

    Returns true if the account address is an option type, otherwise false.

    +
  • Checks if the provided value is of type string. +This function can help ensure that the data being processed is in the correct format before further operations.

    +

    Returns boolean

    Returns true if the value is a string, otherwise false.

    +
  • Determines if the provided address, module name, and struct name match the current type tag.

    +

    Parameters

    • address: AccountAddress

      The account address to compare against the type tag.

      +
    • moduleName: string

      The name of the module to compare against the type tag.

      +
    • structName: string

      The name of the struct to compare against the type tag.

      +

    Returns boolean

    True if the address, module name, and struct name match the type tag; otherwise, false.

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns `0x${string}::${string}::${string}`

    the hex formatas a string prefixed by 0x.

    +

Properties

value: StructTag
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU128.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU128.html new file mode 100644 index 000000000..6209a2a79 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU128.html @@ -0,0 +1,63 @@ +TypeTagU128 | @aptos-labs/ts-sdk - v1.32.1

Represents a type tag for the u128 data type. +This class extends the base TypeTag class and provides methods for serialization and deserialization.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU16.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU16.html new file mode 100644 index 000000000..d5f22638a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU16.html @@ -0,0 +1,63 @@ +TypeTagU16 | @aptos-labs/ts-sdk - v1.32.1

Represents a type tag for unsigned 16-bit integers (u16). +This class extends the base TypeTag class and provides methods for serialization and deserialization.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU256.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU256.html new file mode 100644 index 000000000..ab79a2614 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU256.html @@ -0,0 +1,63 @@ +TypeTagU256 | @aptos-labs/ts-sdk - v1.32.1

Represents a type tag for the U256 data type. +This class extends the base TypeTag class and provides methods for serialization and deserialization.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU32.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU32.html new file mode 100644 index 000000000..fcf415667 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU32.html @@ -0,0 +1,64 @@ +TypeTagU32 | @aptos-labs/ts-sdk - v1.32.1

Represents a type tag for a 32-bit unsigned integer (u32). +This class extends the base TypeTag class and provides methods for serialization +and deserialization specific to the u32 type.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU64.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU64.html new file mode 100644 index 000000000..285e1dbf5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU64.html @@ -0,0 +1,63 @@ +TypeTagU64 | @aptos-labs/ts-sdk - v1.32.1

Represents a type tag for 64-bit unsigned integers (u64). +This class extends the base TypeTag class and provides methods for serialization and deserialization.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU8.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU8.html new file mode 100644 index 000000000..6e5192f7f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagU8.html @@ -0,0 +1,64 @@ +TypeTagU8 | @aptos-labs/ts-sdk - v1.32.1

Represents a type tag for an 8-bit unsigned integer (u8). +This class extends the base TypeTag class and provides methods +for serialization and deserialization specific to the u8 type.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagVector.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagVector.html new file mode 100644 index 000000000..2deeccd9b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/TypeTagVector.html @@ -0,0 +1,68 @@ +TypeTagVector | @aptos-labs/ts-sdk - v1.32.1

Represents a vector type tag, which encapsulates a single type tag value. +This class extends the base TypeTag class and provides methods for serialization, +deserialization, and string representation of the vector type tag.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns `vector<${string}>`

    the hex formatas a string prefixed by 0x.

    +

Properties

value: TypeTag
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/U128.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/U128.html new file mode 100644 index 000000000..ba5878eb0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/U128.html @@ -0,0 +1,33 @@ +U128 | @aptos-labs/ts-sdk - v1.32.1

Represents a 128-bit unsigned integer value. +This class provides methods for serialization and deserialization +of U128 values, ensuring that the values are within the valid range.

+

Hierarchy (view full)

Implements

Constructors

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serialize an argument to BCS-serialized bytes. +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

    • serializer: Serializer

      The serializer used to convert the argument.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

value: bigint
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/U16.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/U16.html new file mode 100644 index 000000000..43dde60ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/U16.html @@ -0,0 +1,33 @@ +U16 | @aptos-labs/ts-sdk - v1.32.1

Represents a 16-bit unsigned integer (U16) value. +This class extends the Serializable class and provides methods for serialization +and deserialization of the U16 value.

+

Hierarchy (view full)

Implements

Constructors

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serialize an argument to BCS-serialized bytes. +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

    • serializer: Serializer

      The serializer used to convert the argument.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

value: number
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/U256.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/U256.html new file mode 100644 index 000000000..e4a372089 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/U256.html @@ -0,0 +1,33 @@ +U256 | @aptos-labs/ts-sdk - v1.32.1

Represents a 256-bit unsigned integer (U256) that extends the Serializable class. +This class provides methods for serialization and deserialization of U256 values, +ensuring that the values are within the valid range.

+

Hierarchy (view full)

Implements

Constructors

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serialize an argument to BCS-serialized bytes. +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

    • serializer: Serializer

      The serializer used to convert the argument.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

value: bigint
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/U32.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/U32.html new file mode 100644 index 000000000..f1050261d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/U32.html @@ -0,0 +1,32 @@ +U32 | @aptos-labs/ts-sdk - v1.32.1

Represents a 32-bit unsigned integer (U32) that can be serialized and deserialized. +This class ensures that the value is within the valid range for a U32.

+

Hierarchy (view full)

Implements

Constructors

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serialize an argument to BCS-serialized bytes. +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

    • serializer: Serializer

      The serializer used to convert the argument.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

value: number
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/U64.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/U64.html new file mode 100644 index 000000000..5b3c6cb57 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/U64.html @@ -0,0 +1,34 @@ +U64 | @aptos-labs/ts-sdk - v1.32.1

Represents a 64-bit unsigned integer (U64) and provides methods for serialization.

+

This class ensures that the value is within the valid range for a U64 and provides +functionality to serialize the value for various use cases, including entry functions +and script functions.

+

Hierarchy (view full)

Implements

Constructors

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serialize an argument to BCS-serialized bytes. +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

    • serializer: Serializer

      The serializer used to convert the argument.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

value: bigint
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/U8.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/U8.html new file mode 100644 index 000000000..b692a89c7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/U8.html @@ -0,0 +1,32 @@ +U8 | @aptos-labs/ts-sdk - v1.32.1

Represents an unsigned 8-bit integer (U8) value. +This class extends the Serializable class and provides methods for serialization and deserialization of U8 values.

+

Hierarchy (view full)

Implements

Constructors

Methods

  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Serialize an argument to BCS-serialized bytes. +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

    • serializer: Serializer

      The serializer used to convert the argument.

      +

    Returns void

  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

value: number
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/ZeroKnowledgeSig.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/ZeroKnowledgeSig.html new file mode 100644 index 000000000..f4e8a711e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/ZeroKnowledgeSig.html @@ -0,0 +1,36 @@ +ZeroKnowledgeSig | @aptos-labs/ts-sdk - v1.32.1

Represents a zero-knowledge signature, encapsulating the proof and its associated metadata.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Deserialize a ZeroKnowledgeSig object from its BCS serialization in bytes.

    +

    Parameters

    • bytes: Uint8Array

      The bytes representing the serialized ZeroKnowledgeSig.

      +

    Returns ZeroKnowledgeSig

    ZeroKnowledgeSig - The deserialized ZeroKnowledgeSig object.

    +

Properties

expHorizonSecs: number

The max lifespan of the proof

+
extraField?: string

A key value pair on the JWT token that can be specified on the signature which would reveal the value on chain. +Can be used to assert identity or other attributes.

+
overrideAudVal?: string

The 'aud' value of the recovery service which is set when recovering an account.

+
proof: ZkProof

The proof

+
trainingWheelsSignature?: EphemeralSignature

The training wheels signature

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/ZkProof.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/ZkProof.html new file mode 100644 index 000000000..7e4be40e5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/ZkProof.html @@ -0,0 +1,20 @@ +ZkProof | @aptos-labs/ts-sdk - v1.32.1

Represents a container for different types of zero-knowledge proofs.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

proof: Proof
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.ANS.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.ANS.html new file mode 100644 index 000000000..a01cdc9ba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.ANS.html @@ -0,0 +1,124 @@ +ANS | @aptos-labs/ts-sdk - v1.32.1

A class to handle all ANS operations.

+

Hierarchy (view full)

Constructors

  • Initializes a new instance of the Aptos class with the provided configuration. +This allows you to interact with the Aptos blockchain using the specified network settings.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns ANS

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a configuration for connecting to the Aptos testnet
    const config = new AptosConfig({ network: Network.TESTNET });

    // Initialize the Aptos client with the configuration
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Fetches all top-level domain names for a specified account.

    +

    Parameters

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

    A promise of an array of ANSName.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching all top-level domain names for a specific account
    const domains = await aptos.getAccountDomains({
    accountAddress: "0x1", // replace with a real account address
    options: {
    limit: 10, // specify the number of names to fetch
    offset: 0, // specify the offset for pagination
    orderBy: "created_at", // specify the order by which to sort the names
    where: {
    // additional filters can be specified here
    },
    },
    });

    console.log(domains);
    }
    runExample().catch(console.error); +
    + +
  • Fetches all names for an account, including both top-level domains and subdomains.

    +

    Parameters

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

    A promise of an array of ANSName.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetch account names for a specific address
    const accountNames = await aptos.getAccountNames({
    accountAddress: "0x1", // replace with a real account address
    options: {
    limit: 10, // specify how many names to fetch
    orderBy: "name", // specify the order by which to sort the names
    },
    });

    console.log(accountNames);
    }
    runExample().catch(console.error); +
    + +
  • Fetches all subdomain names for a specified account.

    +

    Parameters

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

    A promise of an array of ANSName.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching subdomain names for a specific account
    const subdomains = await aptos.getAccountSubdomains({
    accountAddress: "0x1", // replace with a real account address
    options: {
    limit: 10, // specify the number of subdomains to fetch
    offset: 0, // specify the offset for pagination
    orderBy: "name", // specify the order by which to sort the names
    },
    });

    console.log(subdomains);
    }
    runExample().catch(console.error); +
    + +
  • Fetches all subdomain names for a given domain, excluding the domain itself.

    +

    Parameters

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

    A promise that resolves to an array of ANSName.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching subdomains for a specific domain
    const subdomains = await aptos.getDomainSubdomains({
    domain: "test", // replace with your domain
    options: {
    limit: 10, // specify the number of subdomains to fetch
    offset: 0, // specify the starting point for fetching
    orderBy: "name", // specify the order by which to sort the results
    },
    });

    console.log(subdomains);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve the expiration time of a domain name or subdomain name from the contract.

    +

    Parameters

    • args: {
          name: string;
      }

      The arguments for retrieving the expiration.

      +
      • name: string

        A string of the name to retrieve.

        +

    Returns Promise<undefined | number>

    number as a unix timestamp in milliseconds.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the expiration time for the domain "test.aptos"
    const exp = await aptos.getExpiration({ name: "test.aptos" });

    // Log the expiration date
    console.log(new Date(exp)); // Outputs the expiration date
    }
    runExample().catch(console.error); +
    + +
  • Fetches a single name from the indexer based on the provided name argument.

    +

    Parameters

    • args: {
          name: string;
      }

      The arguments for retrieving the name.

      +
      • 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 and can be a subdomain.

        +

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

    A promise of an ANSName or undefined if the name is not active.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching a name from the indexer
    const name = await aptos.getName({ name: "test.aptos" }); // replace with a real name
    console.log(name);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve the owner address of a specified domain name or subdomain name from the contract.

    +

    Parameters

    • args: {
          name: string;
      }

      The arguments for retrieving the owner address.

      +
      • name: string

        A string representing the name of the domain or subdomain to retrieve the owner address for.

        +

    Returns Promise<undefined | AccountAddress>

    AccountAddress if the name is owned, undefined otherwise.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve the owner address of "test.aptos"
    const owner = await aptos.getOwnerAddress({ name: "test.aptos" });
    console.log(owner); // Logs the owner address or undefined if not owned
    }
    runExample().catch(console.error); +
    + +
  • Retrieve the primary name for an account. An account can have multiple names, but only one primary name, which may not exist.

    +

    Parameters

    Returns Promise<undefined | string>

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

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve the primary name for the specified account address
    const name = await aptos.getPrimaryName({ address: "0x1" }); // replace with a real account address
    console.log(name);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve the target address of a domain or subdomain name, which indicates the address the name points to for use on-chain. +Note that the target address can point to addresses that do not own the name.

    +

    Parameters

    • args: {
          name: string;
      }

      The arguments for retrieving the target address.

      +
      • name: string

        A string representing the name, which can be a primary name, a subdomain, or a combination (e.g., +"primary", "primary.apt", "secondary.primary", "secondary.primary.apt").

        +

    Returns Promise<undefined | AccountAddress>

    AccountAddress if the name has a target, undefined otherwise.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve the target address for the specified domain name
    const targetAddr = await aptos.getTargetAddress({ name: "test.aptos" });

    console.log(targetAddr); // Logs the target address, e.g., 0x123...
    }
    runExample().catch(console.error); +
    + +
  • Registers a new name.

    +

    This function allows you to register a domain or subdomain name with specific expiration policies and options.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Registering a subdomain name assuming def.apt is already registered and belongs to the sender alice.
    const txn = await aptos.registerName({
    sender: "0x1", // replace with a real sender account
    name: "test.aptos.apt",
    expiration: {
    policy: "subdomain:independent",
    expirationDate: Date.now() + 30 * 24 * 60 * 60 * 1000, // expires in 30 days
    },
    });

    console.log("Transaction:", txn);
    }
    runExample().catch(console.error); +
    + +
  • Renews a domain name for one year. +If a domain name was minted with V1 of the contract, it will automatically be upgraded to V2 via this transaction.

    +

    Parameters

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

      The arguments for renewing the domain.

      +
      • name: string

        A string representing the domain to renew. Subdomains cannot be renewed.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional transaction options.

        +
      • sender: Account

        The sender account, which must be the domain owner.

        +
      • Optionalyears?: 1

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

        +

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Renew the domain "test" for one year
    const transaction = await aptos.renewDomain({
    sender: Account.generate(), // replace with a real account
    name: "test"
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Sets the primary name for the sender account, allowing them to designate a single primary name among potentially multiple +names. An account may not have a primary name.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Set the primary name for the sender account
    const sender = Account.generate(); // replace with a real account
    await aptos.setPrimaryName({ sender, name: "test.aptos" });

    const primaryName = await aptos.getPrimaryName({ address: sender.accountAddress });
    console.log("Primary Name:", primaryName); // Should log: "Primary Name: test.aptos"
    }
    runExample().catch(console.error); +
    + +
  • Sets the target address of a domain or subdomain name, pointing it to a specified address for use on-chain. +The target address can be different from the owner of the name.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Setting the target address for a domain name
    const sender = Account.generate(); // replace with a real account
    const address = "0x1"; // replace with a real account address

    await aptos.setTargetAddress({
    sender: sender,
    name: "test.aptos",
    address: address,
    });

    const targetAddress = await aptos.getTargetAddress({ name: "test.aptos" });
    console.log(targetAddress); // Should log the address set for "test.aptos"
    }
    runExample().catch(console.error); +
    + +

Properties

config: AptosConfig

The configuration settings for the Aptos client.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Account.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Account.html new file mode 100644 index 000000000..fdd9ca4df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Account.html @@ -0,0 +1,179 @@ +Account | @aptos-labs/ts-sdk - v1.32.1

A class to query all Account related queries on Aptos.

+

Hierarchy (view full)

Constructors

  • Creates an instance of the Aptos client with the provided configuration.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns Account

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Initialize the Aptos client with testnet configuration
    const config = new AptosConfig({ network: Network.TESTNET }); // specify your own network if needed
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Derives an account by providing a private key. This function 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 an ED25519 type, it looks up the authentication key on chain to determine whether it is a Legacy ED25519 +key or a Unified ED25519 key, and then derives the account based on that.

    +

    Parameters

    • args: {
          privateKey: PrivateKey;
      }

      The arguments for deriving the account.

      +

    Returns Promise<Account>

    The derived Account type.

    +
    import { Aptos, AptosConfig, Network, Ed25519PrivateKey } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Deriving an account from a private key
    const account = await aptos.deriveAccountFromPrivateKey({
    privateKey: new Ed25519PrivateKey("0x123") // replace with a real private key
    });

    console.log(account);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the current amount of APT for a specified account.

    +

    Parameters

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

      The arguments for the account query.

      +
      • accountAddress: AccountAddressInput

        The account address for which to retrieve the APT amount.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +

    Returns Promise<number>

    The current amount of APT for the specified account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the APT amount for a specific account
    const accountAPTAmount = await aptos.getAccountAPTAmount({ accountAddress: "0x1" }); // replace with a real account address
    console.log("Account APT Amount:", accountAPTAmount);
    }
    runExample().catch(console.error); +
    + +
  • Queries the current amount of a specified coin held by an account.

    +

    Parameters

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

      The parameters for querying the account's coin amount.

      +
      • accountAddress: AccountAddressInput

        The account address to query for the coin amount.

        +
      • OptionalcoinType?: `${string}::${string}::${string}`

        The coin type to query. Note: If not provided, it may be automatically populated if faMetadataAddress +is specified.

        +
      • OptionalfaMetadataAddress?: AccountAddressInput

        The fungible asset metadata address to query. Note: If not provided, it may be automatically +populated if coinType is specified.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Not used anymore, here for backward compatibility +see https://github.com/aptos-labs/aptos-ts-sdk/pull/519, will be removed in the near future. +Optional ledger version to sync up to before querying.

        +

    Returns Promise<number>

    The current amount of the specified coin held by the account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Query the account's coin amount for a specific coin type
    const accountCoinAmount = await aptos.getAccountCoinAmount({
    accountAddress: "0x1", // replace with a real account address
    coinType: "0x1::aptos_coin::AptosCoin" // specify the coin type
    });

    console.log(`Account coin amount: ${accountCoinAmount}`);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the current count of an account's coins aggregated across all types.

    +

    Parameters

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

      The parameters for the account coins count query.

      +
      • accountAddress: AccountAddressInput

        The account address we want to get the total count for.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +

    Returns Promise<number>

    The current count of the aggregated coins for the specified account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Getting the account coins count for a specific account
    const accountCoinsCount = await aptos.getAccountCoinsCount({ accountAddress: "0x1" }); // replace with a real account address
    console.log("Account Coins Count:", accountCoinsCount);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the coins data for a specified account.

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              amount?: any;
              asset_type?: null | string;
              is_frozen: boolean;
              is_primary?: null | 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?: null | string;
          }> & WhereArg<CurrentFungibleAssetBalancesBoolExp>;
      }
      • accountAddress: AccountAddressInput

        The account address for which to retrieve the coin's data.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: PaginationArgs & OrderByArg<{
            amount?: any;
            asset_type?: null | string;
            is_frozen: boolean;
            is_primary?: null | 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?: null | string;
        }> & WhereArg<CurrentFungibleAssetBalancesBoolExp>

    Returns Promise<{
        amount?: any;
        asset_type?: null | string;
        is_frozen: boolean;
        is_primary?: null | 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?: null | string;
    }[]>

    An array containing the coins data for the specified account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching coins data for a specific account
    const accountCoinsData = await aptos.getAccountCoinsData({
    accountAddress: "0x1", // replace with a real account address
    options: {
    limit: 10, // specify the number of results to return
    orderBy: { asset_type: "asc" }, // specify the order of results
    },
    });

    console.log(accountCoinsData);
    }
    runExample().catch(console.error); +
    + +
  • Queries for all collections that an account currently has tokens for, including NFTs, fungible tokens, and soulbound tokens. +If you want to filter by a specific token standard, you can pass an optional tokenStandard parameter.

    +

    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.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: 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.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get account collections with owned tokens for a specific account
    const accountCollectionsWithOwnedTokens = await aptos.getAccountCollectionsWithOwnedTokens({
    accountAddress: "0x1", // replace with a real account address
    options: {
    tokenStandard: "NFT", // specify the token standard if needed
    limit: 10, // specify the number of results to return
    },
    });

    console.log(accountCollectionsWithOwnedTokens);
    }
    runExample().catch(console.error); +
    + +
  • Queries the current state for an Aptos account given its account address.

    +

    Parameters

    Returns Promise<AccountData>

    The account data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve account information for a specific address
    const accountInfo = await aptos.getAccountInfo({ accountAddress: "0x1" }); // replace with a real account address
    console.log(accountInfo);
    }
    runExample().catch(console.error); +
    + +
  • Queries for a specific account module given an account address and module name.

    +

    Parameters

    Returns Promise<MoveModuleBytecode>

    The account module associated with the specified account address and module name.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the account module for a specific account address and module name
    const module = await aptos.getAccountModule({
    accountAddress: "0x1", // replace with a real account address
    moduleName: "MyModule" // specify the module name
    });

    console.log(module);
    }
    runExample().catch(console.error); +
    + +
  • Queries for all modules in an account given an account address. +This function may call the API multiple times to auto paginate through results.

    +

    Parameters

    Returns Promise<MoveModuleBytecode[]>

      +
    • The account modules associated with the specified address.
    • +
    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching account modules for a specific account
    const accountModules = await aptos.getAccountModules({
    accountAddress: "0x1", // replace with a real account address
    options: {
    offset: 0, // starting from the first module
    limit: 10, // limiting to 10 modules
    },
    });

    console.log(accountModules);
    }
    runExample().catch(console.error); +
    + +
  • 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.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: 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.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the objects owned by the specified account
    const accountOwnedObjects = await aptos.getAccountOwnedObjects({
    accountAddress: "0x1", // replace with a real account address
    minimumLedgerVersion: 1, // optional, specify if needed
    options: {
    offset: 0, // optional, specify if needed
    limit: 10, // optional, specify if needed
    orderBy: "created_at", // optional, specify if needed
    },
    });

    console.log(accountOwnedObjects);
    }
    runExample().catch(console.error); +
    + +
  • Queries the tokens currently owned by a specified account, including NFTs and fungible tokens. +If desired, you can filter the results by a specific token standard.

    +

    Parameters

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

        The account address for which to retrieve owned tokens.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

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

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

    An array of tokens with their respective data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the tokens owned by a specific account
    const accountOwnedTokens = await aptos.getAccountOwnedTokens({
    accountAddress: "0x1", // replace with a real account address
    options: {
    limit: 10, // specify how many tokens to return
    orderBy: "created_at", // specify the order of the results
    },
    });

    console.log(accountOwnedTokens);
    }
    runExample().catch(console.error); +
    + +
  • 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 parameter.

    +

    Parameters

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

        The account address we want to get the tokens for.

        +
      • collectionAddress: AccountAddressInput

        The address of the collection being queried.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying.

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

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

    Tokens array with the token data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get tokens owned by a specific account in a specific collection
    const accountOwnedTokens = await aptos.getAccountOwnedTokensFromCollectionAddress({
    accountAddress: "0x1", // replace with a real account address
    collectionAddress: "0x2", // replace with a real collection address
    });

    console.log(accountOwnedTokens);
    }
    runExample().catch(console.error); +
    + +
  • Queries a specific account resource given an account address and resource type.

    +

    Type Parameters

    • T extends {} = any

      The typed output of the resource.

      +

    Parameters

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

        The Aptos account address to query.

        +
      • Optionaloptions?: LedgerVersionArg
      • resourceType: `${string}::${string}::${string}`

        The string representation of an on-chain Move struct type, e.g., "0x1::aptos_coin::AptosCoin".

        +

    Returns Promise<T>

    The account resource of the specified type.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the account resource for a specific account address and resource type
    const resource = await aptos.getAccountResource({
    accountAddress: "0x1", // replace with a real account address
    resourceType: "0x1::aptos_coin::AptosCoin"
    });

    console.log(resource);
    }
    runExample().catch(console.error); +
    + +
  • Queries all account resources given an account address. +This function may call the API multiple times to auto paginate through results.

    +

    Parameters

    Returns Promise<MoveResource[]>

    Account resources.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching account resources for a specific account address
    const resources = await aptos.getAccountResources({ accountAddress: "0x1" }); // replace with a real account address
    console.log(resources);
    }
    runExample().catch(console.error); +
    + +
  • Queries the current count of tokens owned by a specified account.

    +

    Parameters

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

      The parameters for the query.

      +
      • accountAddress: AccountAddressInput

        The account address to query the token count for.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +

    Returns Promise<number>

    The current count of tokens owned by the account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the count of tokens owned by the account
    const tokensCount = await aptos.getAccountTokensCount({ accountAddress: "0x1" }); // replace with a real account address
    console.log(`Tokens Count: ${tokensCount}`);
    }
    runExample().catch(console.error); +
    + +
  • Queries account transactions given an account address. +This function may call the API multiple times to auto paginate and retrieve all account transactions.

    +

    Parameters

    Returns Promise<TransactionResponse[]>

    The account transactions.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetch transactions for a specific account
    const transactions = await aptos.getAccountTransactions({
    accountAddress: "0x1", // replace with a real account address
    options: {
    offset: 0, // starting from the first transaction
    limit: 10, // limiting to 10 transactions
    },
    });

    console.log(transactions);
    }
    runExample().catch(console.error); +
    + +
  • Queries the current count of transactions submitted by an account.

    +

    Parameters

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

      The parameters for the query.

      +
      • accountAddress: AccountAddressInput

        The account address we want to get the total count for.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +

    Returns Promise<number>

    Current count of transactions made by an account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the count of transactions for a specific account
    const accountTransactionsCount = await aptos.getAccountTransactionsCount({
    accountAddress: "0x1", // replace with a real account address
    minimumLedgerVersion: 1, // specify your own minimum ledger version if needed
    });

    console.log(accountTransactionsCount);
    }
    runExample().catch(console.error); +
    + +
  • Looks up the account address for a given authentication key, handling both rotated and non-rotated keys.

    +

    Parameters

    Returns Promise<AccountAddress>

    Promise - The account address associated with the authentication key.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Look up the original account address for a given authentication key
    const accountAddress = await aptos.lookupOriginalAccountAddress({
    authenticationKey: "0x1", // replace with a real authentication key
    });

    console.log("Original Account Address:", accountAddress);
    }
    runExample().catch(console.error); +
    + +

Properties

config: AptosConfig

The configuration settings for the Aptos client.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.AptosObject.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.AptosObject.html new file mode 100644 index 000000000..7ace9d99e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.AptosObject.html @@ -0,0 +1,20 @@ +AptosObject | @aptos-labs/ts-sdk - v1.32.1

A class to query all Object related queries on Aptos.

+

Hierarchy (view full)

Constructors

Methods

Properties

Constructors

  • Creates an instance of the Aptos client with the provided configuration. +This allows interaction with the Aptos blockchain using the specified settings.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns AptosObject

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a configuration for the Aptos client
    const config = new AptosConfig({
    network: Network.TESTNET, // Specify the desired network
    nodeUrl: "https://testnet.aptos.dev", // Replace with your node URL
    });

    // Create an instance of the Aptos client
    const aptos = new Aptos(config);

    console.log("Aptos client created successfully", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Fetches the object data based on the specified object address.

    +

    Parameters

    • args: {
          minimumLedgerVersion?: AnyNumber;
          objectAddress: AccountAddressInput;
          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;
          }>;
      }
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional minimum ledger version to wait for.

        +
      • objectAddress: AccountAddressInput

        The object address to retrieve data for.

        +
      • Optionaloptions?: 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;
        }>

        Optional configuration options for pagination and ordering.

        +

    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;
    }>

    The object data corresponding to the provided address.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching object data by object address
    const objectData = await aptos.getObjectDataByObjectAddress({
    objectAddress: "0x1", // replace with a real object address
    });

    console.log(objectData);
    }
    runExample().catch(console.error); +
    + +

Properties

config: AptosConfig

The configuration settings for the Aptos client.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.AsyncQueue.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.AsyncQueue.html new file mode 100644 index 000000000..a4c848287 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.AsyncQueue.html @@ -0,0 +1,23 @@ +AsyncQueue | @aptos-labs/ts-sdk - v1.32.1

Type Parameters

  • T

Constructors

Methods

  • Cancels all pending promises in the queue and rejects them with an AsyncQueueCancelledError. +This ensures that any awaiting code can handle the cancellation appropriately.

    +

    Returns void

  • Dequeues the next item from the queue and returns a promise that resolves to it. +If the queue is empty, it creates a new promise that will be resolved when an item is enqueued.

    +

    Returns Promise<T>

    Promise

    +
  • Adds an item to the queue. If there are pending dequeued promises, it resolves the oldest promise with the enqueued item +immediately; otherwise, it adds the item to the queue.

    +

    Parameters

    • item: T

      The item to be added to the queue.

      +

    Returns void

Properties

queue: T[] = []
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.AsyncQueueCancelledError.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.AsyncQueueCancelledError.html new file mode 100644 index 000000000..f009b19d2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.AsyncQueueCancelledError.html @@ -0,0 +1,13 @@ +AsyncQueueCancelledError | @aptos-labs/ts-sdk - v1.32.1

Represents an error that occurs when an asynchronous queue operation is cancelled. +This error extends the built-in Error class to provide additional context for cancellation events.

+

Hierarchy (view full)

  • Error
    • AsyncQueueCancelledError

Constructors

  • Parameters

    • Optionalmessage: string

    Returns AsyncQueueCancelledError

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

+
stackTraceLimit: number
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Build.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Build.html new file mode 100644 index 000000000..dc904bf4c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Build.html @@ -0,0 +1,33 @@ +Build | @aptos-labs/ts-sdk - v1.32.1

A class to handle all Build transaction operations.

+

Constructors

Methods

Properties

Constructors

  • Initializes a new instance of the Aptos client with the specified configuration. +This allows you to interact with the Aptos blockchain using the provided settings.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns Build

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a configuration for the Aptos client
    const config = new AptosConfig({
    network: Network.TESTNET, // specify the network
    nodeUrl: "https://testnet.aptos.dev", // specify the node URL
    });

    // Initialize the Aptos client
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Build a multi-agent transaction that allows multiple signers to authorize a transaction.

    +

    Parameters

    Returns Promise<MultiAgentTransaction>

    MultiAgentTransaction

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Build a multi-agent transaction
    const transaction = await aptos.multiAgent({
    sender: "0x1", // replace with a real sender account address
    data: {
    // Transaction data structure
    function: "0x1::aptos_account::transfer",
    functionArguments: ["0x2", 100], // replace with a real destination account address and amount
    },
    secondarySignerAddresses: ["0x3", "0x4"], // replace with real secondary signer addresses
    options: {
    // Optional transaction configurations
    maxGasAmount: "1000",
    gasUnitPrice: "1",
    },
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Build a simple transaction.

    +

    This function allows you to create a transaction with specified sender and data.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Build a simple transaction
    const transaction = await aptos.transaction.simple({
    sender: "0x1", // replace with a real sender account address
    data: {
    function: "0x1::aptos_account::transfer",
    functionArguments: ["0x2", 100], // replace with a real destination account address
    },
    options: {
    gasUnitPrice: 100, // specify your own gas unit price if needed
    maxGasAmount: 1000, // specify your own max gas amount if needed
    },
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +

Properties

config: AptosConfig
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Coin.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Coin.html new file mode 100644 index 000000000..15bab4a8b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Coin.html @@ -0,0 +1,25 @@ +Coin | @aptos-labs/ts-sdk - v1.32.1

A class to handle all Coin operations.

+

Hierarchy (view full)

Constructors

Methods

Properties

Constructors

  • Initializes a new instance of the Aptos client with the specified configuration. +This allows you to interact with the Aptos blockchain using the provided settings.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns Coin

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a new Aptos client with testnet configuration
    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Generate a transfer coin transaction that can be simulated, signed, and submitted. +This function helps you create a transaction to transfer a specified amount of coins +from one account to another within the Aptos network.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Generate a transfer coin transaction
    const transaction = await aptos.transferCoinTransaction({
    sender: "0x1", // replace with a real sender account address
    recipient: "0x2", // replace with a real recipient account address
    amount: 10,
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +

Properties

config: AptosConfig

The configuration settings for the Aptos client.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.DigitalAsset.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.DigitalAsset.html new file mode 100644 index 000000000..4260351c3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.DigitalAsset.html @@ -0,0 +1,300 @@ +DigitalAsset | @aptos-labs/ts-sdk - v1.32.1

A class to query all DigitalAsset related queries on Aptos.

+

Hierarchy (view full)

Constructors

  • Initializes a new instance of the Aptos client with the specified configuration. +This allows you to interact with the Aptos blockchain using the provided settings.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns DigitalAsset

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a configuration for the Aptos client
    const config = new AptosConfig({ network: Network.TESTNET }); // Specify your desired network

    // Initialize the Aptos client with the configuration
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Add a digital asset property to the blockchain. +This function allows you to specify a new property for a digital asset, including its key, type, and value.

    +

    Parameters

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

      The arguments for adding a digital asset property.

      +
      • creator: Account

        The account that mints the digital asset.

        +
      • digitalAssetAddress: AccountAddressInput

        The digital asset address.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        (Optional) The type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        (Optional) Options for generating the transaction.

        +
      • propertyKey: string

        The property key for storing on-chain properties.

        +
      • propertyType:
            | "BOOLEAN"
            | "U8"
            | "U16"
            | "U32"
            | "U64"
            | "U128"
            | "U256"
            | "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 the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Add a digital asset property
    const transaction = await aptos.addDigitalAssetPropertyTransaction({
    creator: Account.generate(), // Replace with a real account
    propertyKey: "newKey",
    propertyType: "BOOLEAN",
    propertyValue: true,
    digitalAssetAddress: "0x123", // Replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Add a typed digital asset property to the blockchain. +This function allows you to define and store a specific property for a digital asset, enabling better categorization and +management of digital assets.

    +

    Parameters

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

      The parameters for adding the typed property.

      +
      • creator: Account

        The account that mints the digital asset.

        +
      • digitalAssetAddress: AccountAddressInput

        The digital asset address.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        The optional type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional transaction generation options.

        +
      • propertyKey: string

        The property key for storing on-chain properties.

        +
      • propertyType:
            | "BOOLEAN"
            | "U8"
            | "U16"
            | "U32"
            | "U64"
            | "U128"
            | "U256"
            | "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 the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Adding a typed digital asset property
    const transaction = await aptos.addDigitalAssetTypedPropertyTransaction({
    creator: Account.generate(), // replace with a real account
    propertyKey: "typedKey",
    propertyType: "STRING",
    propertyValue: "hello",
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Burn a digital asset by its creator, allowing for the removal of a specified digital asset from the blockchain.

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
      }

      The arguments for burning the digital asset.

      +
      • creator: Account

        The creator account that is burning the digital asset.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset to be burned.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset being burned.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network, Account } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const creator = Account.generate(); // Replace with a real creator account
    const transaction = await aptos.burnDigitalAssetTransaction({
    creator: creator,
    digitalAssetAddress: "0x123", // Replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Creates a new collection within the specified account.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that when submitted will create the collection.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Creating a new collection transaction
    const transaction = await aptos.createCollectionTransaction({
    creator: Account.generate(), // Replace with a real account
    description: "A unique collection of digital assets.",
    name: "My Digital Collection",
    uri: "https://mycollection.com",
    });

    console.log("Transaction created:", transaction);
    }
    runExample().catch(console.error); +
    + +
  • Freeze the ability to transfer a specified digital asset. +This function allows the creator to restrict the transfer capability of a digital asset.

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
      }

      The arguments for freezing the digital asset transfer.

      +
      • creator: Account

        The creator account initiating the freeze.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset to be frozen.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset being frozen.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Freeze the digital asset transfer
    const transaction = await aptos.freezeDigitalAssetTransaferTransaction({
    creator: Account.generate(), // Replace with a real account if needed
    digitalAssetAddress: "0x123", // Replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Queries data of a specific collection by the collection creator address and the collection name. +This function is deprecated; use getCollectionDataByCreatorAddressAndCollectionName instead.

    +

    If a creator account has two collections with the same name in v1 and v2, you can pass an optional tokenStandard parameter +to query a specific standard.

    +

    Parameters

    • args: {
          collectionName: string;
          creatorAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: TokenStandardArg;
      }

      The arguments for querying the collection data.

      +
      • collectionName: string

        The name of the collection.

        +
      • creatorAddress: AccountAddressInput

        The address of the collection's creator.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: TokenStandardArg

        Optional parameters for the query.

        +

    Returns Promise<{
        cdn_asset_uris?: null | {
            animation_optimizer_retry_count: number;
            asset_uri: string;
            cdn_animation_uri?: null | string;
            cdn_image_uri?: null | string;
            cdn_json_uri?: null | string;
            image_optimizer_retry_count: number;
            json_parser_retry_count: number;
            raw_animation_uri?: null | string;
            raw_image_uri?: null | string;
        };
        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 - The response type containing the collection data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Querying collection data by creator address and collection name
    const collection = await aptos.getCollectionData({
    creatorAddress: "0x1", // replace with a real creator address
    collectionName: "myCollection", // specify your collection name
    });

    console.log(collection);
    }
    runExample().catch(console.error); +
    + +
  • Queries data of a specific collection by the collection ID.

    +

    Parameters

    Returns Promise<{
        cdn_asset_uris?: null | {
            animation_optimizer_retry_count: number;
            asset_uri: string;
            cdn_animation_uri?: null | string;
            cdn_image_uri?: null | string;
            cdn_json_uri?: null | string;
            image_optimizer_retry_count: number;
            json_parser_retry_count: number;
            raw_animation_uri?: null | string;
            raw_image_uri?: null | string;
        };
        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 - The response type containing the collection data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching collection data by collection ID
    const collection = await aptos.getCollectionDataByCollectionId({
    collectionId: "0x123", // replace with a real collection ID
    });

    console.log(collection);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves data for a specific collection created by a given creator address. +This function allows you to query collection data while optionally specifying a minimum ledger version and pagination options.

    +

    Parameters

    Returns Promise<{
        cdn_asset_uris?: null | {
            animation_optimizer_retry_count: number;
            asset_uri: string;
            cdn_animation_uri?: null | string;
            cdn_image_uri?: null | string;
            cdn_json_uri?: null | string;
            image_optimizer_retry_count: number;
            json_parser_retry_count: number;
            raw_animation_uri?: null | string;
            raw_image_uri?: null | string;
        };
        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 - The response type containing collection data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve collection data by creator address
    const collectionData = await aptos.getCollectionDataByCreatorAddress({
    creatorAddress: "0x1", // replace with a real creator address
    minimumLedgerVersion: 1, // specify the minimum ledger version if needed
    options: {
    tokenStandard: "v2", // specify the token standard if needed
    pagination: { limit: 10, offset: 0 } // specify pagination options if needed
    }
    });

    console.log(collectionData);
    }
    runExample().catch(console.error); +
    + +
  • Queries data of a specific collection by the collection creator address and the collection name. +If a creator account has multiple collections with the same name across different versions, +specify the tokenStandard parameter to query a specific standard.

    +

    Parameters

    Returns Promise<{
        cdn_asset_uris?: null | {
            animation_optimizer_retry_count: number;
            asset_uri: string;
            cdn_animation_uri?: null | string;
            cdn_image_uri?: null | string;
            cdn_json_uri?: null | string;
            image_optimizer_retry_count: number;
            json_parser_retry_count: number;
            raw_animation_uri?: null | string;
            raw_image_uri?: null | string;
        };
        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 - The response type containing collection data.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching collection data by creator address and collection name
    const collection = await aptos.getCollectionDataByCreatorAddressAndCollectionName({
    creatorAddress: "0x1", // replace with a real creator address
    collectionName: "myCollection",
    minimumLedgerVersion: 1, // optional, specify if needed
    options: { tokenStandard: "v2" } // optional, specify if needed
    });

    console.log(collection);
    }
    runExample().catch(console.error); +
    + +
  • Queries the ID of a specified collection. +This ID corresponds to the collection's object address in V2, while V1 does not utilize objects and lacks an address.

    +

    Parameters

    Returns Promise<string>

    The collection ID.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching the collection ID for a specific creator and collection name
    const collectionId = await aptos.getCollectionId({
    creatorAddress: "0x1", // replace with a real creator address
    collectionName: "myCollection"
    });

    console.log("Collection ID:", collectionId);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the current ownership data of a specified digital asset using its address.

    +

    Parameters

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

      The parameters for the request.

      +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +

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

    GetCurrentTokenOwnershipResponse containing relevant ownership data of the digital asset.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Getting the current ownership of a digital asset
    const digitalAssetOwner = await aptos.getCurrentDigitalAssetOwnership({
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(digitalAssetOwner);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the activity data for a specified digital asset using its address.

    +

    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;
          }>;
      }

      The parameters for the request.

      +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional minimum ledger version to sync up to before querying.

        +
      • Optionaloptions?: 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;
        }>

        Optional pagination and ordering parameters.

        +

    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;
    }[]>

    A promise that resolves to the activity data related to the digital asset.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the activity data for a digital asset
    const digitalAssetActivity = await aptos.getDigitalAssetActivity({
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(digitalAssetActivity);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves digital asset data using the address of a digital asset.

    +

    Parameters

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

      The parameters for the request.

      +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +

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

    GetTokenDataResponse containing relevant data for the digital asset.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching digital asset data for a specific address
    const digitalAsset = await aptos.getDigitalAssetData({
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(digitalAsset);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the digital assets owned by a specified address.

    +

    Parameters

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

        Optional ledger version to sync up to before querying.

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

        Optional pagination and ordering parameters for the response.

        +
      • ownerAddress: AccountAddressInput

        The address of the owner.

        +

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

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

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching the digital assets owned by the specified address
    const digitalAssets = await aptos.getOwnedDigitalAssets({
    ownerAddress: "0x1", // replace with a real account address
    });

    console.log(digitalAssets);
    }
    runExample().catch(console.error); +
    + +
  • Create a transaction to mint a digital asset into the creator's account within an existing collection. +This function helps you generate a transaction that can be simulated or submitted to the blockchain for minting a digital asset.

    +

    Parameters

    • args: {
          collection: string;
          creator: Account;
          description: string;
          name: string;
          options?: InputGenerateTransactionOptions;
          propertyKeys?: string[];
          propertyTypes?: (
              | "BOOLEAN"
              | "U8"
              | "U16"
              | "U32"
              | "U64"
              | "U128"
              | "U256"
              | "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.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional transaction generation options.

        +
      • OptionalpropertyKeys?: string[]

        Optional array of property keys for the digital asset.

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

        Optional array of property types for the digital asset.

        +
      • OptionalpropertyValues?: PropertyValue[]

        Optional array of property values for the digital asset.

        +
      • uri: string

        The URI to additional info about the digital asset.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Creating a transaction to mint a digital asset
    const transaction = await aptos.mintDigitalAssetTransaction({
    creator: Account.generate(), // replace with a real account
    collection: "MyCollection",
    description: "This is a digital asset.",
    name: "MyDigitalAsset",
    uri: "https://example.com/my-digital-asset",
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Mint a soul bound digital asset into a recipient's account. +This function allows you to create a unique digital asset that is bound to a specific account.

    +

    Parameters

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

      The arguments for minting the soul bound transaction.

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

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Additional options for generating the transaction.

        +
      • OptionalpropertyKeys?: string[]

        The property keys for storing on-chain properties.

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

        The type of property values.

        +
      • OptionalpropertyValues?: PropertyValue[]

        The property values to be stored on-chain.

        +
      • recipient: AccountAddressInput

        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 the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Mint a soul bound digital asset
    const transaction = await aptos.mintSoulBoundTransaction({
    account: Account.generate(), // Replace with a real account
    collection: "collectionName",
    description: "collectionDescription",
    name: "digitalAssetName",
    uri: "digital-asset-uri.com",
    recipient: "0x123" // Replace with a real recipient account address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Remove a digital asset property from the blockchain. +This function allows you to delete an existing property associated with a digital asset.

    +

    Parameters

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

      The parameters required to remove the digital asset property.

      +
      • creator: Account

        The account that mints the digital asset.

        +
      • digitalAssetAddress: AccountAddressInput

        The digital asset address.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +
      • propertyKey: string

        The property key for storing on-chain properties.

        +
      • propertyType:
            | "BOOLEAN"
            | "U8"
            | "U16"
            | "U32"
            | "U64"
            | "U128"
            | "U256"
            | "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 the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Remove a digital asset property
    const transaction = await aptos.removeDigitalAssetPropertyTransaction({
    creator: Account.generate(), // replace with a real account
    propertyKey: "newKey",
    propertyType: "BOOLEAN",
    propertyValue: true,
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Set the digital asset description to provide additional context or information about the asset.

    +

    Parameters

    • args: {
          creator: Account;
          description: string;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
      }

      The parameters for setting the digital asset description.

      +
      • creator: Account

        The creator account responsible for the digital asset.

        +
      • description: string

        The digital asset description to be set.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Set the digital asset description
    const transaction = await aptos.setDigitalAssetDescriptionTransaction({
    creator: Account.generate(), // replace with a real account
    description: "This is a digital asset description.",
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Set the digital asset name, allowing you to define a name for a specific digital asset on the blockchain.

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          name: string;
          options?: InputGenerateTransactionOptions;
      }

      The parameters for setting the digital asset name.

      +
      • creator: Account

        The creator account responsible for the transaction.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset, represented as a Move struct ID.

        +
      • name: string

        The desired name for the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the blockchain.

    +
    import { Aptos, AptosConfig, Network, Account } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const creator = Account.generate(); // Generate a new account for the creator
    const digitalAssetAddress = "0x123"; // replace with a real digital asset address

    // Set the digital asset name
    const transaction = await aptos.setDigitalAssetNameTransaction({
    creator: creator,
    name: "digitalAssetName",
    digitalAssetAddress: digitalAssetAddress,
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Set the URI for a digital asset, allowing you to associate a unique identifier with the asset.

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          uri: string;
      }

      The parameters for the transaction.

      +
      • creator: Account

        The creator account initiating the transaction.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +
      • uri: string

        The digital asset URI to be set.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Set the URI for a digital asset
    const transaction = await aptos.setDigitalAssetURITransaction({
    creator: Account.generate(), // Replace with a real creator account
    uri: "digital-asset-uri.com",
    digitalAssetAddress: "0x123", // Replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Transfer ownership of a non-fungible digital asset. +This function allows you to transfer a digital asset only if it is not frozen, meaning the ownership transfer is not disabled.

    +

    Parameters

    • args: {
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          recipient: AccountAddress;
          sender: Account;
      }

      The arguments for transferring the digital asset.

      +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset being transferred.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset, defaults to "0x4::token::Token".

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +
      • recipient: AccountAddress

        The account address of the recipient.

        +
      • sender: Account

        The sender account of the current digital asset owner.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Transfer a digital asset
    const transaction = await aptos.transferDigitalAssetTransaction({
    sender: Account.generate(), // replace with a real sender account
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    recipient: "0x456", // replace with a real recipient account address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Unfreeze the ability to transfer a digital asset. +This function allows the specified creator account to unfreeze the transfer of a digital asset identified by its address.

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
      }

      The parameters for unfreezing the digital asset transfer.

      +
      • creator: Account

        The creator account that is unfreezing the digital asset transfer.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset to unfreeze.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset being unfrozen.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Unfreeze the ability to transfer a digital asset
    const transaction = await aptos.unfreezeDigitalAssetTransaferTransaction({
    creator: Account.generate(), // replace with a real creator account
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Update a digital asset property on-chain.

    +

    Parameters

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

      The parameters for updating the digital asset property.

      +
      • creator: Account

        The account that mints the digital asset.

        +
      • digitalAssetAddress: AccountAddressInput

        The address of the digital asset.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        Optional. The type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        Optional. Additional options for generating the transaction.

        +
      • propertyKey: string

        The property key for storing on-chain properties.

        +
      • propertyType:
            | "BOOLEAN"
            | "U8"
            | "U16"
            | "U32"
            | "U64"
            | "U128"
            | "U256"
            | "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 the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Update a digital asset property
    const transaction = await aptos.updateDigitalAssetPropertyTransaction({
    creator: Account.generate(), // replace with a real account
    propertyKey: "newKey",
    propertyType: "BOOLEAN",
    propertyValue: false,
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Update a typed digital asset property on-chain. +This function allows you to modify the properties of a digital asset, enabling dynamic updates to its attributes.

    +

    Parameters

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

      The arguments for updating the digital asset property.

      +
      • creator: Account

        The account that mints the digital asset.

        +
      • digitalAssetAddress: AccountAddressInput

        The digital asset address.

        +
      • OptionaldigitalAssetType?: `${string}::${string}::${string}`

        (Optional) The type of the digital asset.

        +
      • Optionaloptions?: InputGenerateTransactionOptions

        (Optional) Additional options for generating the transaction.

        +
      • propertyKey: string

        The property key for storing on-chain properties.

        +
      • propertyType:
            | "BOOLEAN"
            | "U8"
            | "U16"
            | "U32"
            | "U64"
            | "U128"
            | "U256"
            | "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 the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Update a typed digital asset property
    const transaction = await aptos.updateDigitalAssetTypedPropertyTransaction({
    creator: Account.generate(), // replace with a real account
    propertyKey: "typedKey",
    propertyType: "U8",
    propertyValue: 2,
    digitalAssetAddress: "0x123", // replace with a real digital asset address
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +

Properties

config: AptosConfig

The configuration settings for the Aptos client.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Event.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Event.html new file mode 100644 index 000000000..c494ee0d8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Event.html @@ -0,0 +1,51 @@ +Event | @aptos-labs/ts-sdk - v1.32.1

A class to query all Event Aptos related queries.

+

Hierarchy (view full)

Constructors

  • Initializes a new instance of the Aptos client with the provided configuration.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns Event

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a new Aptos client with Testnet configuration
    const config = new AptosConfig({ network: Network.TESTNET }); // Specify your own network if needed
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Retrieve events associated with a specific account address and creation number.

    +

    Parameters

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

      The parameters for retrieving account events.

      +
      • accountAddress: AccountAddressInput

        The account address to query events for.

        +
      • creationNumber: AnyNumber

        The event creation number to filter the events.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional minimum ledger version to sync up to before querying.

        +

    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

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get events for the account at creation number 0
    const events = await aptos.getAccountEventsByCreationNumber({
    accountAddress: "0x1", // replace with a real account address
    creationNumber: 0,
    });

    console.log(events);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve events associated with a specific account address and event type.

    +

    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 to query events for.

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

        The type of event to filter by.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: 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;
        }>

        Optional pagination and ordering parameters for the event query.

        +

    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

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get events for a specific account and event type
    const events = await aptos.getAccountEventsByEventType({
    accountAddress: "0x1", // replace with a real account address
    eventType: "0x1::transaction_fee::FeeStatement", // replace with a real event type
    minimumLedgerVersion: 1, // optional, specify if needed
    });

    console.log(events);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve all events from the Aptos blockchain. +An optional where clause can be provided to filter the results based on specific criteria.

    +

    Parameters

    • Optionalargs: {
          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 parameters for the query.

      +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: 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 pagination and filtering options.

        +

    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 containing the events.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve all events
    const events = await aptos.getEvents();

    // Retrieve events with filtering by account address
    const whereCondition = {
    account_address: { _eq: "0x123" }, // replace with a real account address
    };
    const filteredEvents = await aptos.getEvents({
    options: { where: whereCondition },
    });

    console.log(events);
    console.log(filteredEvents);
    }
    runExample().catch(console.error); +
    + +
  • Retrieve module events based on a specified event type. +This function allows you to query for events that are associated with a particular module event type in the Aptos blockchain.

    +

    Parameters

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

      The arguments for retrieving module events.

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

        The event type to filter the results.

        +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • Optionaloptions?: 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;
        }>

        Optional pagination and ordering parameters for the event results.

        +

    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 - A promise that resolves to the retrieved events.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve module events for a specific event type
    const events = await aptos.getModuleEventsByEventType({
    eventType: "0x1::transaction_fee::FeeStatement", // specify the event type
    minimumLedgerVersion: 1, // optional: specify minimum ledger version if needed
    });

    console.log(events); // log the retrieved events
    }
    runExample().catch(console.error); +
    + +

Properties

config: AptosConfig

The configuration settings for the Aptos client.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.EventEmitter-1.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.EventEmitter-1.html new file mode 100644 index 000000000..45128eb09 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.EventEmitter-1.html @@ -0,0 +1,24 @@ +EventEmitter | @aptos-labs/ts-sdk - v1.32.1

Class EventEmitter<EventTypes, Context>

Minimal EventEmitter interface that is molded against the Node.js +EventEmitter interface.

+

Type Parameters

  • EventTypes extends ValidEventTypes = string | symbol
  • Context extends any = any

Hierarchy (view full)

Constructors

Methods

  • Type Parameters

    • T extends string | symbol

    Parameters

    Returns this

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

    +

    Type Parameters

    • T extends string | symbol

    Parameters

    Returns boolean

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

    +

    Returns EventNames<EventTypes>[]

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

    +

    Parameters

    Returns number

  • Return the listeners registered for a given event.

    +

    Type Parameters

    • T extends string | symbol

    Parameters

    • event: T

    Returns EventListener<EventTypes, T>[]

  • Type Parameters

    • T extends string | symbol

    Parameters

    Returns this

  • Add a listener for a given event.

    +

    Type Parameters

    • T extends string | symbol

    Parameters

    Returns this

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

    +

    Type Parameters

    • T extends string | symbol

    Parameters

    Returns this

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

    +

    Parameters

    Returns this

  • Remove the listeners of a given event.

    +

    Type Parameters

    • T extends string | symbol

    Parameters

    Returns this

Properties

prefixed: string | boolean
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Faucet.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Faucet.html new file mode 100644 index 000000000..1a7d02124 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Faucet.html @@ -0,0 +1,20 @@ +Faucet | @aptos-labs/ts-sdk - v1.32.1

A class to query all Faucet related queries on Aptos.

+

Hierarchy (view full)

Constructors

Methods

Properties

Constructors

  • Initializes a new instance of the Aptos client with the specified configuration.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns Faucet

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a configuration for the Aptos client
    const config = new AptosConfig({ network: Network.TESTNET }); // specify your own network if needed

    // Initialize the Aptos client with the configuration
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • This function creates an account if it does not exist and mints the specified amount of coins into that account.

    +

    Parameters

    Returns Promise<UserTransactionResponse>

    Transaction hash of the transaction that funded the account.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fund an account with a specified amount of tokens
    const transaction = await aptos.fundAccount({
    accountAddress: "0x1", // replace with your account address
    amount: 100,
    });

    console.log("Transaction hash:", transaction.hash);
    }
    runExample().catch(console.error); +
    + +

Properties

config: AptosConfig

The configuration settings for the Aptos client.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.FungibleAsset.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.FungibleAsset.html new file mode 100644 index 000000000..559ba80cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.FungibleAsset.html @@ -0,0 +1,72 @@ +FungibleAsset | @aptos-labs/ts-sdk - v1.32.1

A class for querying and managing fungible asset-related operations on the Aptos blockchain.

+

Hierarchy (view full)

Constructors

  • Initializes a new instance of the Aptos class with the provided configuration. +This allows you to interact with the Aptos blockchain using the specified network settings.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for connecting to the Aptos network.

      +

    Returns FungibleAsset

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a configuration for the Aptos client
    const config = new AptosConfig({ network: Network.TESTNET }); // Specify your own network if needed

    // Initialize the Aptos client with the configuration
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Queries all fungible asset balances.

    +

    Parameters

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

    A list of fungible asset metadata.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching current fungible asset balances
    const fungibleAssetBalances = await aptos.getCurrentFungibleAssetBalances();

    console.log(fungibleAssetBalances);
    }
    runExample().catch(console.error); +
    + +
  • Queries all fungible asset activities and returns a list of their metadata.

    +

    Parameters

    Returns Promise<{
        amount?: any;
        asset_type?: null | 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?: null | 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.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching fungible asset activities
    const fungibleAssetActivities = await aptos.getFungibleAssetActivities();
    console.log(fungibleAssetActivities);
    }
    runExample().catch(console.error); +
    + +
  • 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;
        maximum_v2?: any;
        name: string;
        project_uri?: null | string;
        supply_aggregator_table_handle_v1?: null | string;
        supply_aggregator_table_key_v1?: null | string;
        supply_v2?: any;
        symbol: string;
        token_standard: string;
    }[]>

    A list of fungible asset metadata.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching fungible asset metadata
    const fungibleAssets = await aptos.getFungibleAssetMetadata();
    console.log(fungibleAssets);
    }
    runExample().catch(console.error); +
    + +
  • Queries the fungible asset metadata for a specific asset type. +This function helps retrieve detailed information about a fungible asset based on its type.

    +

    Parameters

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

      The parameters for the query.

      +
      • assetType: string

        The asset type of the fungible asset, e.g., "0x1::aptos_coin::AptosCoin" for Aptos Coin.

        +
      • OptionalminimumLedgerVersion?: 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;
        maximum_v2?: any;
        name: string;
        project_uri?: null | string;
        supply_aggregator_table_handle_v1?: null | string;
        supply_aggregator_table_key_v1?: null | string;
        supply_v2?: any;
        symbol: string;
        token_standard: string;
    }>

    A fungible asset metadata item.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve fungible asset metadata by asset type
    const fungibleAsset = await aptos.getFungibleAssetMetadataByAssetType({
    assetType: "0x1::aptos_coin::AptosCoin" // replace with your asset type
    });

    console.log(fungibleAsset);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves fungible asset metadata based on the creator address.

    +

    This function allows you to query metadata for a specific fungible asset created by a given address.

    +

    Parameters

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

      The parameters for the query.

      +
      • creatorAddress: AccountAddressInput

        The creator address of the fungible asset.

        +
      • OptionalminimumLedgerVersion?: 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;
        maximum_v2?: any;
        name: string;
        project_uri?: null | string;
        supply_aggregator_table_handle_v1?: null | string;
        supply_aggregator_table_key_v1?: null | string;
        supply_v2?: any;
        symbol: string;
        token_standard: string;
    }[]>

    A fungible asset metadata item.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve fungible asset metadata by creator address
    const fungibleAsset = await aptos.getFungibleAssetMetadataByCreatorAddress({
    creatorAddress: "0x123", // replace with a real creator address
    });

    console.log(fungibleAsset);
    }
    runExample().catch(console.error); +
    + +
  • Transfer a specified amount of fungible asset from the sender's primary store to the recipient's primary store. +This method allows you to transfer any fungible asset, including fungible tokens.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Transfer fungible asset from sender to recipient
    const transaction = await aptos.transferFungibleAsset({
    sender: Account.generate(), // replace with a real sender account
    fungibleAssetMetadataAddress: "0x123", // replace with a real fungible asset address
    recipient: "0x456", // replace with a real recipient account
    amount: 5
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +

Properties

config: AptosConfig

The configuration settings for connecting to the Aptos network.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.G1Bytes.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.G1Bytes.html new file mode 100644 index 000000000..cb5aef0e6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.G1Bytes.html @@ -0,0 +1,21 @@ +G1Bytes | @aptos-labs/ts-sdk - v1.32.1

Represents a fixed-size byte array of 32 bytes, extending the Serializable class. +This class is used for handling and serializing G1 bytes in cryptographic operations.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

data: Uint8Array
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.G2Bytes.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.G2Bytes.html new file mode 100644 index 000000000..24dc37201 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.G2Bytes.html @@ -0,0 +1,21 @@ +G2Bytes | @aptos-labs/ts-sdk - v1.32.1

Represents a 64-byte G2 element in a cryptographic context. +This class provides methods for serialization and deserialization of G2 bytes.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +

Properties

data: Uint8Array
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.General.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.General.html new file mode 100644 index 000000000..5d6a162e1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.General.html @@ -0,0 +1,81 @@ +General | @aptos-labs/ts-sdk - v1.32.1

A class to query various Aptos-related information and perform operations on the Aptos blockchain.

+

Hierarchy (view full)

Constructors

  • Initializes a new instance of the Aptos client with the specified configuration. +This allows users to interact with the Aptos blockchain using the provided settings.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns General

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a configuration for the Aptos client
    const config = new AptosConfig({
    network: Network.TESTNET, // specify the network
    nodeUrl: "https://testnet.aptos.dev" // specify the node URL
    });

    // Initialize the Aptos client with the configuration
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Retrieve a block by its height, allowing for the inclusion of transactions if specified.

    +

    Parameters

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

      The parameters for the block retrieval.

      +
      • blockHeight: AnyNumber

        The block height to look up, starting at 0.

        +
      • Optionaloptions?: {
            withTransactions?: boolean;
        }

        Optional settings for the retrieval.

        +
        • OptionalwithTransactions?: boolean

    Returns Promise<Block>

    The block with optional transactions included.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve the block at height 5, including transactions
    const block = await aptos.getBlockByHeight({ blockHeight: 5, options: { withTransactions: true } });
    console.log(block);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves block information by the specified ledger version.

    +

    Parameters

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

      The arguments for retrieving the block.

      +
      • ledgerVersion: AnyNumber

        The ledger version to lookup block information for.

        +
      • Optionaloptions?: {
            withTransactions?: boolean;
        }

        Optional parameters for the request.

        +
        • OptionalwithTransactions?: boolean

    Returns Promise<Block>

    Block information with optional transactions.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve block information for a specific ledger version
    const block = await aptos.getBlockByVersion({ ledgerVersion: 5 });
    console.log(block);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the chain ID of the Aptos blockchain.

    +

    Returns Promise<number>

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching the chain ID
    const chainId = await aptos.getChainId();
    console.log("Chain ID:", chainId);
    }
    runExample().catch(console.error);

    @returns The chain ID of the Aptos blockchain. +
    + +
  • Queries the top user transactions based on the specified limit.

    +

    Parameters

    • args: {
          limit: number;
      }

      The arguments for querying top user transactions.

      +
      • limit: number

        The number of transactions to return.

        +

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

    GetChainTopUserTransactionsResponse

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetch the top user transactions with a limit of 5
    const topUserTransactions = await aptos.getChainTopUserTransactions({ limit: 5 });

    console.log(topUserTransactions);
    }
    runExample().catch(console.error); +
    + +
  • Queries for the last successful indexer version, providing insight into the ledger version the indexer is updated to, which +may lag behind the full nodes.

    +

    Returns Promise<bigint>

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the last successful indexer version
    const version = await aptos.getIndexerLastSuccessVersion();
    console.log(`Last successful indexer version: ${version}`);
    }
    runExample().catch(console.error); +
    + +
  • Queries for the Aptos ledger information.

    +

    Returns Promise<LedgerInfo>

    The Aptos Ledger Info, which includes details such as chain ID, epoch, and ledger version.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching the ledger information
    const ledgerInfo = await aptos.getLedgerInfo();

    console.log(ledgerInfo);
    }
    runExample().catch(console.error); +
    + +
  • Query the processor status for a specific processor type.

    +

    Parameters

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

    The status of the specified processor type.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the processor status for the account transactions processor
    const status = await aptos.getProcessorStatus("account_transactions_processor");
    console.log(status);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves data from the Aptos Indexer using a GraphQL query. +This function allows you to execute complex queries to fetch specific data from the Aptos blockchain.

    +

    Type Parameters

    • T extends {}

    Parameters

    Returns Promise<T>

    The provided T type.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Querying the Aptos Indexer for ledger information
    const topUserTransactions = await aptos.queryIndexer({
    query: `query MyQuery {
    ledger_infos {
    chain_id
    }
    }`
    });

    console.log(topUserTransactions);
    }
    runExample().catch(console.error); +
    + +
  • Queries for a Move view function

    +

    Type Parameters

    Parameters

    Returns Promise<T>

    an array of Move values

    +
    const data = await aptos.view({
    payload: {
    function: "0x1::coin::balance",
    typeArguments: ["0x1::aptos_coin::AptosCoin"],
    functionArguments: [accountAddress],
    }
    }) +
    + +
  • Queries for a Move view function with JSON, this provides compatability with the old aptos package

    +

    Type Parameters

    Parameters

    Returns Promise<T>

    an array of Move values

    +
    const data = await aptos.view({
    payload: {
    function: "0x1::coin::balance",
    typeArguments: ["0x1::aptos_coin::AptosCoin"],
    functionArguments: [accountAddress.toString()],
    }
    }) +
    + +

Properties

config: AptosConfig
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Keyless.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Keyless.html new file mode 100644 index 000000000..0048020a0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Keyless.html @@ -0,0 +1,44 @@ +Keyless | @aptos-labs/ts-sdk - v1.32.1

A class to query all Keyless related queries on Aptos.

+

More documentation on how to integrate Keyless Accounts see the below +Aptos Keyless Integration Guide.

+

Hierarchy (view full)

Constructors

  • Initializes a new instance of the Aptos class with the provided configuration. +This allows you to interact with the Aptos blockchain using the specified network settings.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for connecting to the Aptos network.

      +

    Returns Keyless

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a new configuration for the Aptos client
    const config = new AptosConfig({ network: Network.TESTNET }); // Specify your desired network

    // Initialize the Aptos client with the configuration
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Fetches the pepper from the Aptos pepper service API.

    +

    Parameters

    • args: {
          derivationPath?: string;
          ephemeralKeyPair: EphemeralKeyPair;
          jwt: string;
      }

      The arguments for fetching the pepper.

      +
      • OptionalderivationPath?: string

        A derivation path used for creating multiple accounts per user via the BIP-44 standard. Defaults +to "m/44'/637'/0'/0'/0".

        +
      • ephemeralKeyPair: EphemeralKeyPair

        The EphemeralKeyPair used to generate the nonce in the JWT token.

        +
      • jwt: string

        JWT token.

        +

    Returns Promise<Uint8Array>

    The pepper which is a Uint8Array of length 31.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const ephemeralKeyPair = new EphemeralKeyPair(); // create a new ephemeral key pair
    const jwt = "your_jwt_token"; // replace with a real JWT token

    // Fetching the pepper using the provided JWT and ephemeral key pair
    const pepper = await aptos.getPepper({
    jwt,
    ephemeralKeyPair,
    // derivationPath: "m/44'/637'/0'/0'/0" // specify your own if needed
    });

    console.log("Fetched pepper:", pepper);
    }
    runExample().catch(console.error); +
    + +
  • Fetches a proof from the Aptos prover service API.

    +

    Parameters

    • args: {
          ephemeralKeyPair: EphemeralKeyPair;
          jwt: string;
          pepper?: HexInput;
          uidKey?: string;
      }

      The arguments for fetching the proof.

      +
      • ephemeralKeyPair: EphemeralKeyPair

        The EphemeralKeyPair used to generate the nonce in the JWT token.

        +
      • jwt: string

        JWT token.

        +
      • Optionalpepper?: HexInput

        The pepper used for the account. If not provided, it will be fetched from the Aptos pepper service.

        +
      • OptionaluidKey?: string

        A key in the JWT token to use to set the uidVal in the IdCommitment.

        +

    Returns Promise<ZeroKnowledgeSig>

    The proof which is represented by a ZeroKnowledgeSig.

    +
    import { Aptos, AptosConfig, Network, EphemeralKeyPair, getPepper } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const jwt = "your_jwt_token"; // replace with a real JWT token
    const ephemeralKeyPair = new EphemeralKeyPair(); // create a new ephemeral key pair

    // Fetch the proof using the getProof function
    const proof = await aptos.getProof({
    jwt,
    ephemeralKeyPair,
    pepper: await getPepper({}), // fetch the pepper if not provided
    uidKey: "sub", // specify the uid key
    });

    console.log("Fetched proof:", proof);
    }
    runExample().catch(console.error); +
    + +
  • This installs a set of FederatedJWKs at an address for a given iss.

    +

    It will fetch the JSON Web Keyset (JWK) set from the well-known endpoint and update the FederatedJWKs at the sender's address +to reflect it.

    +

    Parameters

    • args: {
          iss: string;
          jwksUrl?: string;
          options?: InputGenerateTransactionOptions;
          sender: Account;
      }
      • iss: string

        the iss claim of the federated OIDC provider.

        +
      • OptionaljwksUrl?: string

        the URL to find the corresponding JWKs. For supported IDP providers this parameter in not necessary.

        +
      • Optionaloptions?: InputGenerateTransactionOptions
      • sender: Account

        The account that will install the JWKs

        +

    Returns Promise<SimpleTransaction>

    The pending transaction that results from submission.

    +

Properties

config: AptosConfig

The configuration settings for connecting to the Aptos network.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Proof.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Proof.html new file mode 100644 index 000000000..a46c944d0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Proof.html @@ -0,0 +1,19 @@ +Proof | @aptos-labs/ts-sdk - v1.32.1

An abstract representation of a cryptographic proof associated with specific +zero-knowledge proof schemes, such as Groth16 and PLONK.

+

Hierarchy (view full)

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer.

    +
  • Converts the BCS-serialized bytes of a value into a Hex instance. +This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.

    +

    Returns Hex

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

    +
  • Returns the hex string representation of the Serializable value with the 0x prefix.

    +

    Returns string

    the hex formatas a string prefixed by 0x.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Simulate.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Simulate.html new file mode 100644 index 000000000..2d0862d98 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Simulate.html @@ -0,0 +1,33 @@ +Simulate | @aptos-labs/ts-sdk - v1.32.1

A class to handle all Simulate transaction operations.

+

Constructors

Methods

Properties

Constructors

  • Initializes a new instance of the Aptos client with the specified configuration. +This allows you to interact with the Aptos blockchain using the provided settings.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns Simulate

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a configuration for the Aptos client
    const config = new AptosConfig({ network: Network.TESTNET }); // Specify your desired network

    // Initialize the Aptos client with the configuration
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Simulates a multi-agent transaction by generating a signed transaction and posting it to the Aptos full node. +This function helps in understanding the outcome of a transaction involving multiple signers before it is executed.

    +

    Parameters

    Returns Promise<UserTransactionResponse[]>

    import {
    Account,
    Aptos,
    AptosConfig,
    Network,
    } from "@aptos-labs/ts-sdk";

    async function example() {
    let sender1 = Account.generate();
    let sender2 = Account.generate();
    let receiver = Account.generate();

    // 0. Set up the client and test accounts
    const config = new AptosConfig({ network: Network.DEVNET });
    const aptos = new Aptos(config);

    await aptos.fundAccount({
    accountAddress: sender.accountAddress,
    amount: 100_000_000,
    });

    // 1. Build
    console.log("\n=== 1. Building the transaction ===\n");
    const transaction = await aptos.transaction.build.multiAgent({
    sender: sender1.accountAddress,
    secondarySignerAddresses: [sender2.accountAddress],
    data: {
    // REPLACE WITH YOUR MULTI-AGENT FUNCTION HERE
    function:
    "<REPLACE WITH YOUR MULTI AGENT MOVE ENTRY FUNCTION> (Syntax {address}::{module}::{function})",
    functionArguments: [],
    },
    });
    console.log("Transaction:", transaction);

    // 2. Simulate (Optional)
    console.log("\n === 2. Simulating Response (Optional) === \n");
    const [userTransactionResponse] = await aptos.transaction.simulate.multiAgent(
    {
    signerPublicKey: sender1.publicKey,
    secondarySignersPublicKeys: [sender2.publicKey],
    transaction,
    },
    );
    console.log(userTransactionResponse);

    // If the fee looks ok, continue to signing!
    // ...
    }

    example(); +
    + +
  • Simulates a transaction based on the provided parameters and returns the result. +This function helps you understand the outcome of a transaction before executing it on the blockchain.

    +

    Parameters

    Returns Promise<UserTransactionResponse[]>

    import {
    Account,
    Aptos,
    AptosConfig,
    Network,
    } from "@aptos-labs/ts-sdk";

    async function example() {
    let sender = Account.generate();
    let receiver = Account.generate();

    // 0. Set up the client and test accounts
    const config = new AptosConfig({ network: Network.DEVNET });
    const aptos = new Aptos(config);

    await aptos.fundAccount({
    accountAddress: sender.accountAddress,
    amount: 100_000_000,
    });

    // 1. Build the transaction to preview the impact of it
    const transaction = await aptos.transaction.build.simple({
    sender: sender.accountAddress,
    data: {
    // All transactions on Aptos are implemented via smart contracts.
    function: "0x1::aptos_account::transfer",
    functionArguments: [receiver.accountAddress, 100],
    },
    });

    // 2. Simulate to see what would happen if we execute this transaction
    const [userTransactionResponse] = await aptos.transaction.simulate.simple({
    signerPublicKey: sender.publicKey,
    transaction,
    });
    console.log(userTransactionResponse);

    // If the fee looks ok, continue to signing!
    // ...
    }

    example(); +
    + +

Properties

config: AptosConfig
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Staking.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Staking.html new file mode 100644 index 000000000..8b3c23a47 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Staking.html @@ -0,0 +1,39 @@ +Staking | @aptos-labs/ts-sdk - v1.32.1

A class to query all Staking related queries on Aptos.

+

Hierarchy (view full)

Constructors

  • Creates an instance of the Aptos client with the specified configuration. +This allows you to interact with the Aptos blockchain using the provided settings.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns Staking

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a configuration for the Aptos client
    const config = new AptosConfig({ network: Network.TESTNET }); // Specify your network

    // Initialize the Aptos client with the configuration
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Queries delegated staking activities for a specific delegator and pool.

    +

    Parameters

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

    The response containing delegated staking activities.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get delegated staking activities for a specific delegator and pool
    const activities = await aptos.getDelegatedStakingActivities({
    delegatorAddress: "0x1", // replace with a real delegator address
    poolAddress: "0x2", // replace with a real pool address
    minimumLedgerVersion: 1, // specify your own if needed
    });

    console.log(activities);
    }
    runExample().catch(console.error); +
    + +
  • Queries the current number of delegators in a specified pool. Throws an error if the pool is not found.

    +

    Parameters

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

      The parameters for the query.

      +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

        +
      • poolAddress: AccountAddressInput

        The address of the pool to query.

        +

    Returns Promise<number>

    The number of delegators for the given pool.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Get the number of delegators for a specific pool
    const delegators = await aptos.getNumberOfDelegators({ poolAddress: "0x1" }); // replace with a real pool address
    console.log(`Number of delegators: ${delegators}`);
    }
    runExample().catch(console.error); +
    + +
  • Retrieves the current number of delegators across all pools.

    +

    Parameters

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

      Optional parameters for the query.

      +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to before querying.

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

        Optional ordering options for the response.

        +

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

    GetNumberOfDelegatorsForAllPoolsResponse response type containing the number of delegators per pool.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve the number of delegators for all pools
    const delegators = await aptos.getNumberOfDelegatorsForAllPools();
    console.log(delegators);
    }
    runExample().catch(console.error); +
    + +

Properties

config: AptosConfig

The configuration settings for the Aptos client.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Submit.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Submit.html new file mode 100644 index 000000000..b6ab691ef --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Submit.html @@ -0,0 +1,31 @@ +Submit | @aptos-labs/ts-sdk - v1.32.1

A class to handle all Submit transaction operations.

+

Constructors

Methods

Properties

Constructors

  • Initializes a new instance of the Aptos client with the specified configuration. +This allows you to interact with the Aptos blockchain using the provided settings.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns Submit

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a configuration for the Aptos client
    const config = new AptosConfig({
    network: Network.TESTNET, // Use the TESTNET for testing
    nodeUrl: "https://testnet.aptos.dev", // Specify the node URL
    faucetUrl: "https://faucet.testnet.aptos.dev" // Specify the faucet URL
    });

    // Initialize the Aptos client with the configuration
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Submits a multi-agent transaction to the Aptos network, allowing multiple signers to authorize the transaction. +This function is useful for scenarios where a transaction requires approval from multiple accounts.

    +

    Parameters

    Returns Promise<PendingTransactionResponse>

    import { Aptos, AptosConfig, Network, Account } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const sender = Account.generate(); // Generate a new sender account
    const additionalSigner1 = Account.generate(); // Generate an additional signer account
    const additionalSigner2 = Account.generate(); // Generate another additional signer account

    const transaction = await aptos.transaction.build.simple({
    sender: sender.accountAddress,
    data: {
    function: "0x1::aptos_account::transfer",
    functionArguments: [additionalSigner1.accountAddress, 100],
    },
    });

    const response = await aptos.multiAgent({
    transaction,
    senderAuthenticator: sender.getAuthenticator(), // Use the sender's authenticator
    additionalSignersAuthenticators: [
    additionalSigner1.getAuthenticator(), // Use the first additional signer's authenticator
    additionalSigner2.getAuthenticator(), // Use the second additional signer's authenticator
    ],
    });

    console.log(response); // Log the response from the transaction submission
    }
    runExample().catch(console.error); +
    + +
  • Submits a transaction to the Aptos blockchain using the provided transaction details and authenticators. +This function allows you to execute transactions securely by specifying the sender and optional fee payer authenticators.

    +

    Parameters

    Returns Promise<PendingTransactionResponse>

    import { Aptos, AptosConfig, Network, Account } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const sender = Account.generate(); // Generate a new sender account
    const transaction = await aptos.transaction.build.simple({
    sender: sender.accountAddress,
    data: {
    function: "0x1::aptos_account::transfer",
    functionArguments: [Account.generate().accountAddress, 100], // Replace with a real destination account
    },
    });

    // Submit the transaction
    const response = await aptos.simple({
    transaction,
    senderAuthenticator: sender.getAuthenticator(), // Use the sender's authenticator
    });

    console.log("Transaction submitted:", response);
    }
    runExample().catch(console.error); +
    + +

Properties

config: AptosConfig
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Table.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Table.html new file mode 100644 index 000000000..133b589ae --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Table.html @@ -0,0 +1,38 @@ +Table | @aptos-labs/ts-sdk - v1.32.1

A class to query all Table Aptos related queries.

+

Hierarchy (view full)

Constructors

  • Initializes a new instance of the Aptos client with the specified configuration. +This allows you to interact with the Aptos blockchain using the provided settings.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns Table

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a new Aptos client with testnet configuration
    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    console.log("Aptos client initialized:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Queries for a specific item in a table identified by the handle and the key for the item. +This function allows you to retrieve structured data from a table in the Aptos blockchain.

    +

    Type Parameters

    • T

    Parameters

    Returns Promise<T>

    Table item value rendered in JSON.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve a table item from the Aptos blockchain
    const tableItem = await aptos.getTableItem({
    handle: "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca",
    data: {
    key_type: "address", // Move type of table key
    value_type: "u128", // Move type of table value
    key: "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935" // Value of table key
    },
    });

    console.log(tableItem);
    }
    runExample().catch(console.error); +
    + +
  • Queries for table items data with optional filtering and pagination. +This function allows you to retrieve specific data from a table based on provided criteria.

    +

    Parameters

    • args: {
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & WhereArg<TableItemsBoolExp> & OrderByArg<{
              decoded_key: any;
              decoded_value?: any;
              key: string;
              table_handle: string;
              transaction_version: any;
              write_set_change_index: any;
          }>;
      }

      The arguments for querying table items data.

      +
      • OptionalminimumLedgerVersion?: AnyNumber

        Optional minimum ledger version to wait for before querying.

        +
      • Optionaloptions?: PaginationArgs & WhereArg<TableItemsBoolExp> & OrderByArg<{
            decoded_key: any;
            decoded_value?: any;
            key: string;
            table_handle: string;
            transaction_version: any;
            write_set_change_index: any;
        }>

        Optional parameters for pagination and filtering.

        +

    Returns Promise<{
        decoded_key: any;
        decoded_value?: any;
        key: string;
        table_handle: string;
        transaction_version: any;
        write_set_change_index: any;
    }[]>

    GetTableItemsDataResponse

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Retrieve table items data with specific filtering options
    const data = await aptos.getTableItemsData({
    minimumLedgerVersion: 1, // specify your own minimum ledger version if needed
    options: {
    where: {
    table_handle: { _eq: "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca" },
    transaction_version: { _eq: "0" }
    },
    limit: 10, // specify your own limit if needed
    },
    });

    console.log(data);
    }
    runExample().catch(console.error); +
    + +
  • Queries for the metadata of table items, allowing for filtering and pagination.

    +

    Parameters

    Returns Promise<{
        handle: string;
        key_type: string;
        value_type: string;
    }[]>

    GetTableItemsMetadataResponse

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching table items metadata with a filter condition
    const data = await aptos.getTableItemsMetadata({
    minimumLedgerVersion: 1, // specify your own minimum ledger version if needed
    options: {
    where: { handle: { _eq: "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca" } },
    limit: 10, // specify your own limit if needed
    },
    });

    console.log(data);
    }
    runExample().catch(console.error); +
    + +

Properties

config: AptosConfig
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Transaction.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Transaction.html new file mode 100644 index 000000000..d78759f51 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.Transaction.html @@ -0,0 +1,180 @@ +Transaction | @aptos-labs/ts-sdk - v1.32.1

Represents a transaction in the Aptos blockchain, +providing methods to build, simulate, submit, and manage transactions. +This class encapsulates functionalities for querying transaction details, +estimating gas prices, signing transactions, and handling transaction states.

+

This class is used as part of the Aptos object, so should be called like so:

+
import { Account, Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

const APTOS_COIN = "0x1::aptos_coin::AptosCoin";
const COIN_STORE = `0x1::coin::CoinStore<${APTOS_COIN}>`;
const ALICE_INITIAL_BALANCE = 100_000_000;
const TRANSFER_AMOUNT = 100;

async function example() {
console.log(
"This example will create two accounts (Alice and Bob), fund them, and transfer between them.",
);

// Set up the client
const config = new AptosConfig({ network: Network.TESTNET });
const aptos = new Aptos(config);

// Generate two account credentials
// Each account has a private key, a public key, and an address
const alice = Account.generate();
const bob = Account.generate();

console.log("=== Addresses ===\n");
console.log(`Alice's address is: ${alice.accountAddress}`);
console.log(`Bob's address is: ${bob.accountAddress}`);

// Fund the accounts using a faucet
console.log("\n=== Funding accounts ===\n");

await aptos.fundAccount({
accountAddress: alice.accountAddress,
amount: ALICE_INITIAL_BALANCE,
});

// Send a transaction from Alice's account to Bob's account
const txn = await aptos.transaction.build.simple({
sender: alice.accountAddress,
data: {
// All transactions on Aptos are implemented via smart contracts.
function: "0x1::aptos_account::transfer",
functionArguments: [bob.accountAddress, 100],
},
});

console.log("\n=== Transfer transaction ===\n");
// Both signs and submits
const committedTxn = await aptos.signAndSubmitTransaction({
signer: alice,
transaction: txn,
});
// Waits for Aptos to verify and execute the transaction
const executedTransaction = await aptos.waitForTransaction({
transactionHash: committedTxn.hash,
});
console.log("Transaction hash:", executedTransaction.hash);

console.log("\n=== Balances after transfer ===\n");
const newAliceAccountBalance = await aptos.getAccountResource({
accountAddress: alice.accountAddress,
resourceType: COIN_STORE,
});
const newAliceBalance = Number(newAliceAccountBalance.coin.value);
console.log(`Alice's balance is: ${newAliceBalance}`);

const newBobAccountBalance = await aptos.getAccountResource({
accountAddress: bob.accountAddress,
resourceType: COIN_STORE,
});
const newBobBalance = Number(newBobAccountBalance.coin.value);
console.log(`Bob's balance is: ${newBobBalance}`);
}

example(); +
+ +

Constructors

  • Creates an instance of the Aptos client with the specified configuration. +This allows you to interact with the Aptos blockchain using the provided settings.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns Transaction

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a new Aptos client instance
    const config = new AptosConfig({ network: Network.TESTNET }); // Specify the network
    const aptos = new Aptos(config);

    console.log("Aptos client created successfully:", aptos);
    }
    runExample().catch(console.error); +
    + +

Methods

  • Parameters

    Returns Promise<void>

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

    +

    Batch transactions for a single account by submitting multiple transaction payloads. +This function is useful for efficiently processing and submitting transactions that do not depend on each other, such as +batch funding or batch token minting.

    +

    Error if any worker failure occurs during submission.

    +
    import { Aptos, AptosConfig, Network, Account } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);
    const sender = Account.generate(); // Generate a new account for sending transactions

    async function runExample() {
    const transactions = [
    { }, // Build your first transaction payload
    { }, // Build your second transaction payload
    ];

    // Batch transactions for the single account
    await aptos.batchTransactionsForSingleAccount({
    sender,
    data: transactions,
    });

    console.log("Batch transactions submitted successfully.");
    }
    runExample().catch(console.error); +
    + +
  • Estimates the gas unit price required to process a transaction on the Aptos blockchain in a timely manner. +This helps users to understand the cost associated with their transactions. +https://api.mainnet.aptoslabs.com/v1/spec#/operations/estimate_gas_price

    +

    Returns Promise<GasEstimation>

    An object containing the estimated gas price.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET }); // Specify your network
    const aptos = new Aptos(config);

    async function runExample() {
    // Getting the gas price estimation
    const gasPriceEstimation = await aptos.getGasPriceEstimation();

    console.log("Estimated Gas Price:", gasPriceEstimation);
    }
    runExample().catch(console.error); +
    + +
  • Returns a signing message for a transaction, allowing a user to sign it using their preferred method before submission to the network.

    +

    Parameters

    • args: {
          transaction: AnyRawTransaction;
      }

      The arguments for obtaining the signing message.

      +

    Returns Uint8Array

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const transaction = await aptos.transaction.build.simple({
    sender: "0x1", // replace with a real sender address
    data: {
    function: "0x1::aptos_account::transfer",
    functionArguments: ["0x2", 100], // replace with a real destination address
    },
    });

    const message = await aptos.getSigningMessage({ transaction });
    console.log(message);
    }
    runExample().catch(console.error); +
    + +
  • Queries on-chain transactions by their transaction hash, returning both pending and committed transactions.

    +

    Parameters

    • args: {
          transactionHash: HexInput;
      }

      The arguments for querying the transaction.

      +
      • transactionHash: HexInput

        The transaction hash should be a hex-encoded bytes string with a 0x prefix.

        +

    Returns Promise<TransactionResponse>

    The transaction from the mempool (pending) or the on-chain (committed) transaction.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetch a transaction by its hash
    const transaction = await aptos.getTransactionByHash({ transactionHash: "0x123" }); // replace with a real transaction hash

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Queries on-chain transaction by version. This function will not return pending transactions.

    +

    Parameters

    • args: {
          ledgerVersion: AnyNumber;
      }

      The arguments for querying the transaction.

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

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetching a transaction by its version
    const transaction = await aptos.getTransactionByVersion({ ledgerVersion: 1 }); // replace 1 with a real version
    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Queries on-chain transactions, excluding pending transactions. +Use this function to retrieve historical transactions from the blockchain.

    +

    Parameters

    • Optionalargs: {
          options?: PaginationArgs;
      }

      Optional parameters for pagination.

      +

    Returns Promise<TransactionResponse[]>

    An array of on-chain transactions.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Fetch transactions with pagination
    const transactions = await aptos.getTransactions({
    options: {
    offset: 0, // Start from the first transaction
    limit: 10, // Limit to 10 results
    },
    });

    console.log(transactions);
    }
    runExample().catch(console.error); +
    + +
  • Defines if the specified transaction is currently in a pending state. +This function helps you determine the status of a transaction using its hash.

    +

    Parameters

    • args: {
          transactionHash: HexInput;
      }

      The arguments for the function.

      +
      • transactionHash: HexInput

        A hash of the transaction in hexadecimal format.

        +

    Returns Promise<boolean>

    true if the transaction is in a pending state and false otherwise.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Check if the transaction is pending using its hash
    const isPendingTransaction = await aptos.isPendingTransaction({ transactionHash: "0x123" }); // replace with a real transaction hash
    console.log("Is the transaction pending?", isPendingTransaction);
    }
    runExample().catch(console.error); +
    + +
  • Generates a transaction to publish a Move package to the blockchain. +This function helps you create a transaction that can be simulated or submitted to the chain for publishing a package.

    +

    To get the metadataBytes and byteCode, can compile using Aptos CLI with command +aptos move compile --save-metadata ...,

    +

    https://aptos.dev/tutorials/your-first-dapp/#step-4-publish-a-move-module

    +

    Parameters

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to the chain.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Replace with a real account address
    const account = "0x1";
    const metadataBytes = "0x..."; // replace with real metadata bytes
    const byteCode = "0x..."; // replace with real module bytecode

    const transaction = await aptos.publishPackageTransaction({
    account,
    metadataBytes,
    moduleBytecode: [byteCode],
    });

    console.log(transaction);
    }
    runExample().catch(console.error); +
    + +
  • Rotate an account's authentication key. After rotation, only the new private key can be used to sign transactions for the account. +Note: Only legacy Ed25519 scheme is supported for now. +More info: https://aptos.dev/guides/account-management/key-rotation/

    +

    Parameters

    • args: {
          fromAccount: Account;
          toNewPrivateKey: PrivateKey;
      }

      The arguments for rotating the auth key.

      +
      • fromAccount: Account

        The account to rotate the auth key for.

        +
      • toNewPrivateKey: PrivateKey

        The new private key to rotate to.

        +

    Returns Promise<TransactionResponse>

    PendingTransactionResponse

    +
    import { Aptos, AptosConfig, Network, Account, PrivateKey } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Rotate the authentication key for an account
    const response = await aptos.rotateAuthKey({
    // replace with a real account
    fromAccount: Account.generate(),
    // replace with a real private key
    toNewPrivateKey: new PrivateKey("0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"),
    });

    console.log(response);
    }
    runExample().catch(console.error); +
    + +
  • Sign a transaction that can later be submitted to the chain. +This function is essential for ensuring the authenticity of the transaction by using the provided account's signing capabilities.

    +

    Parameters

    Returns AccountAuthenticator

    AccountAuthenticator - The authenticator for the signed transaction.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const sender = Account.generate(); // Generate a new account for signing
    const transaction = await aptos.transaction.build.simple({
    sender: sender.accountAddress,
    data: {
    function: "0x1::aptos_account::transfer",
    functionArguments: [ "0x1", 100 ], // replace with a real account address and amount
    },
    });

    const signedTransaction = await aptos.transaction.sign({
    signer: sender,
    transaction,
    }); // Sign the transaction

    console.log("Signed Transaction:", signedTransaction);
    }
    runExample().catch(console.error); +
    + +
  • Sign and submit a single signer transaction as the fee payer to chain given an authenticator by the sender of the transaction.

    +

    Parameters

    Returns Promise<PendingTransactionResponse>

    PendingTransactionResponse

    +
    const transaction = await aptos.transaction.build.simple({sender: alice.accountAddress, feePayer: true ...})
    const senderAuthenticator = alice.signTransactionWithAuthenticator(transaction)
    const pendingTransaction = await aptos.signAndSubmitAsFeePayer({
    senderAuthenticator,
    feePayer: bob,
    transaction,
    }) +
    + +
  • Sign and submit a single signer transaction to the blockchain. +This function allows you to execute a transaction after signing it with the specified account.

    +

    Parameters

    Returns Promise<PendingTransactionResponse>

    PendingTransactionResponse

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const sender = Account.generate(); // Generate a new account for sending the transaction
    const transaction = await aptos.transaction.build.simple({
    sender: sender.accountAddress,
    data: {
    function: "0x1::aptos_account::transfer",
    functionArguments: [ "0x1", 100 ], // replace with a real account address
    },
    });

    // Sign and submit the transaction
    const pendingTransaction = await aptos.signAndSubmitTransaction({
    signer: sender,
    transaction,
    });

    console.log(pendingTransaction);
    }
    runExample().catch(console.error); +
    + +
  • Sign a transaction as a fee payer that can later be submitted to the chain. +This function ensures that the transaction is marked with the fee payer's address, allowing it to be processed correctly.

    +

    Parameters

    • args: {
          signer: Account;
          transaction: AnyRawTransaction;
      }

      The arguments for signing the transaction.

      +
      • signer: Account

        The fee payer signer account.

        +
      • transaction: AnyRawTransaction

        A raw transaction to sign on. This transaction must include a feePayerAddress property.

        +

    Returns AccountAuthenticator

    AccountAuthenticator - The authenticator for the signed transaction.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    const sender = Account.generate(); // Generate a new account for the fee payer
    const transaction = await aptos.transaction.build.simple({
    // All transactions on Aptos are implemented via smart contracts.
    function: "0x1::aptos_account::transfer",
    functionArguments: [sender.accountAddress, 100],
    feePayerAddress: sender.accountAddress, // Set the fee payer address
    });

    const signedTransaction = await aptos.transaction.signAsFeePayer({
    signer: sender,
    transaction,
    });

    console.log("Signed transaction as fee payer:", signedTransaction);
    }
    runExample().catch(console.error); +
    + +
  • Waits for a transaction to move past the pending state and provides the transaction response. +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 response.

    +
    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    const config = new AptosConfig({ network: Network.TESTNET });
    const aptos = new Aptos(config);

    async function runExample() {
    // Wait for a transaction to complete using its hash
    const transactionHash = "0x123"; // replace with a real transaction hash
    const transactionResponse = await aptos.waitForTransaction({
    transactionHash,
    options: {
    timeoutSecs: 30, // specify your own timeout if needed
    checkSuccess: true,
    },
    });

    console.log(transactionResponse);
    }
    runExample().catch(console.error); +
    + +

Properties

build: Build
config: AptosConfig
simulate: Simulate
submit: Submit
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.TransactionManagement.html b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.TransactionManagement.html new file mode 100644 index 000000000..65d4d0809 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/classes/_internal_.TransactionManagement.html @@ -0,0 +1,44 @@ +TransactionManagement | @aptos-labs/ts-sdk - v1.32.1

Minimal EventEmitter interface that is molded against the Node.js +EventEmitter interface.

+

Hierarchy (view full)

Constructors

  • Initializes a new instance of the Aptos client with the provided configuration settings. +This allows you to interact with the Aptos blockchain using the specified network and options.

    +

    Parameters

    • config: AptosConfig

      The configuration settings for the Aptos client.

      +

    Returns TransactionManagement

    import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

    async function runExample() {
    // Create a configuration for the Aptos client
    const config = new AptosConfig({
    network: Network.TESTNET, // specify the network to use
    nodeUrl: "https://testnet.aptos.dev" // replace with your node URL
    });

    // Initialize the Aptos client with the configuration
    const aptos = new Aptos(config);

    console.log("Aptos client initialized successfully.");
    }
    runExample().catch(console.error); +
    + +

Methods

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

    +

    Parameters

    Returns number

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

    +

    Parameters

    • Optionalevent: keyof TransactionWorkerEvents

    Returns this

Properties

account: Account
config: AptosConfig
transactionWorker: TransactionWorker
prefixed: string | boolean
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/AccountAuthenticatorVariant.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/AccountAuthenticatorVariant.html new file mode 100644 index 000000000..c37d4cee4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/AccountAuthenticatorVariant.html @@ -0,0 +1,7 @@ +AccountAuthenticatorVariant | @aptos-labs/ts-sdk - v1.32.1

Enumeration AccountAuthenticatorVariant

Enumeration Members

Enumeration Members

Ed25519
MultiEd25519
MultiKey
SingleKey
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/AddressInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/AddressInvalidReason.html new file mode 100644 index 000000000..efab8a0dd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/AddressInvalidReason.html @@ -0,0 +1,10 @@ +AddressInvalidReason | @aptos-labs/ts-sdk - v1.32.1

Enumeration AddressInvalidReason

Provides reasons for an address was invalid.

+

Enumeration Members

INCORRECT_NUMBER_OF_BYTES
INVALID_HEX_CHARS
INVALID_PADDING_STRICTNESS
INVALID_PADDING_ZEROES
LEADING_ZERO_X_REQUIRED
LONG_FORM_REQUIRED_UNLESS_SPECIAL
TOO_LONG
TOO_SHORT
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/AnyPublicKeyVariant.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/AnyPublicKeyVariant.html new file mode 100644 index 000000000..0312c574c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/AnyPublicKeyVariant.html @@ -0,0 +1,6 @@ +AnyPublicKeyVariant | @aptos-labs/ts-sdk - v1.32.1

Enumeration AnyPublicKeyVariant

Variants of public keys used in cryptographic operations.

+

Enumeration Members

Enumeration Members

Ed25519
FederatedKeyless
Keyless
Secp256k1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/AnySignatureVariant.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/AnySignatureVariant.html new file mode 100644 index 000000000..198bccec2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/AnySignatureVariant.html @@ -0,0 +1,5 @@ +AnySignatureVariant | @aptos-labs/ts-sdk - v1.32.1

Enumeration AnySignatureVariant

Variants of signature types used for cryptographic operations.

+

Enumeration Members

Enumeration Members

Ed25519
Keyless
Secp256k1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/AptosApiType.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/AptosApiType.html new file mode 100644 index 000000000..7ee5705a0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/AptosApiType.html @@ -0,0 +1,7 @@ +AptosApiType | @aptos-labs/ts-sdk - v1.32.1

Enumeration AptosApiType

Types of API endpoints used for routing requests in the Aptos network.

+

Enumeration Members

Enumeration Members

FAUCET
FULLNODE
INDEXER
PEPPER
PROVER
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/DeriveScheme.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/DeriveScheme.html new file mode 100644 index 000000000..5d10284ef --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/DeriveScheme.html @@ -0,0 +1,12 @@ +DeriveScheme | @aptos-labs/ts-sdk - v1.32.1

Enumeration DeriveScheme

Specifies the schemes for deriving account addresses from various data sources.

+

Enumeration Members

DeriveAuid

Derives an address using an AUID, used for objects

+
DeriveObjectAddressFromGuid

Derives an address from a GUID, used for objects

+
DeriveObjectAddressFromObject

Derives an address from another object address

+
DeriveObjectAddressFromSeed

Derives an address from seed bytes, used for named objects

+
DeriveResourceAccountAddress

Derives an address from seed bytes, used for resource accounts

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/EphemeralCertificateVariant.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/EphemeralCertificateVariant.html new file mode 100644 index 000000000..8922b86ca --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/EphemeralCertificateVariant.html @@ -0,0 +1,3 @@ +EphemeralCertificateVariant | @aptos-labs/ts-sdk - v1.32.1

Enumeration EphemeralCertificateVariant

Variants of ephemeral certificates used in secure transactions.

+

Enumeration Members

Enumeration Members

ZkProof
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/EphemeralPublicKeyVariant.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/EphemeralPublicKeyVariant.html new file mode 100644 index 000000000..f4f0f5a71 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/EphemeralPublicKeyVariant.html @@ -0,0 +1,3 @@ +EphemeralPublicKeyVariant | @aptos-labs/ts-sdk - v1.32.1

Enumeration EphemeralPublicKeyVariant

Variants of ephemeral public keys used in cryptographic operations.

+

Enumeration Members

Enumeration Members

Ed25519
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/EphemeralSignatureVariant.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/EphemeralSignatureVariant.html new file mode 100644 index 000000000..61103e3c3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/EphemeralSignatureVariant.html @@ -0,0 +1,3 @@ +EphemeralSignatureVariant | @aptos-labs/ts-sdk - v1.32.1

Enumeration EphemeralSignatureVariant

Variants of ephemeral signatures used for secure communication.

+

Enumeration Members

Enumeration Members

Ed25519
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/HexInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/HexInvalidReason.html new file mode 100644 index 000000000..0679a2843 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/HexInvalidReason.html @@ -0,0 +1,5 @@ +HexInvalidReason | @aptos-labs/ts-sdk - v1.32.1

Enumeration HexInvalidReason

Provides reasons for parsing failures related to hexadecimal values.

+

Enumeration Members

INVALID_HEX_CHARS
INVALID_LENGTH
TOO_SHORT
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/KeyType.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/KeyType.html new file mode 100644 index 000000000..be7f26d43 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/KeyType.html @@ -0,0 +1,3 @@ +KeyType | @aptos-labs/ts-sdk - v1.32.1

Enumeration KeyType

Supported key types and their associated seeds.

+

Enumeration Members

Enumeration Members

ED25519
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/KeylessErrorCategory.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/KeylessErrorCategory.html new file mode 100644 index 000000000..04ddba979 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/KeylessErrorCategory.html @@ -0,0 +1,6 @@ +KeylessErrorCategory | @aptos-labs/ts-sdk - v1.32.1

Enumeration KeylessErrorCategory

Enumeration Members

API_ERROR
EXTERNAL_API_ERROR
INVALID_STATE
SESSION_EXPIRED
UNKNOWN
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/KeylessErrorResolutionTip.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/KeylessErrorResolutionTip.html new file mode 100644 index 000000000..2a79d0de7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/KeylessErrorResolutionTip.html @@ -0,0 +1,10 @@ +KeylessErrorResolutionTip | @aptos-labs/ts-sdk - v1.32.1

Enumeration KeylessErrorResolutionTip

Enumeration Members

CALL_PRECHECK
JOIN_SUPPORT_GROUP
RATE_LIMIT_EXCEEDED
REAUTHENTICATE
REAUTHENTICATE_UNSURE
REINSTANTIATE
SERVER_ERROR
UNKNOWN
UPDATE_REQUEST_PARAMS
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/KeylessErrorType.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/KeylessErrorType.html new file mode 100644 index 000000000..06aea45d3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/KeylessErrorType.html @@ -0,0 +1,28 @@ +KeylessErrorType | @aptos-labs/ts-sdk - v1.32.1

Enumeration KeylessErrorType

Enumeration Members

ASYNC_PROOF_FETCH_FAILED
EPHEMERAL_KEY_PAIR_EXPIRED
FULL_NODE_CONFIG_LOOKUP_ERROR
FULL_NODE_JWKS_LOOKUP_ERROR
FULL_NODE_OTHER
FULL_NODE_VERIFICATION_KEY_LOOKUP_ERROR
INVALID_EXPIRY_HORIZON
INVALID_JWT_FEDERATED_ISS_NOT_SUPPORTED
INVALID_JWT_ISS_NOT_RECOGNIZED
INVALID_JWT_JWK_NOT_FOUND
INVALID_JWT_SIG
INVALID_PROOF_VERIFICATION_FAILED
INVALID_PROOF_VERIFICATION_KEY_NOT_FOUND
INVALID_TW_SIG_PUBLIC_KEY_NOT_FOUND
INVALID_TW_SIG_VERIFICATION_FAILED
JWK_FETCH_FAILED
JWK_FETCH_FAILED_FEDERATED
JWT_PARSING_ERROR
PEPPER_SERVICE_BAD_REQUEST
PEPPER_SERVICE_INTERNAL_ERROR
PEPPER_SERVICE_OTHER
PROOF_NOT_FOUND
PROVER_SERVICE_BAD_REQUEST
PROVER_SERVICE_INTERNAL_ERROR
PROVER_SERVICE_OTHER
RATE_LIMIT_EXCEEDED
UNKNOWN
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/MimeType.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/MimeType.html new file mode 100644 index 000000000..b219fe7da --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/MimeType.html @@ -0,0 +1,9 @@ +MimeType | @aptos-labs/ts-sdk - v1.32.1

Enumeration MimeType

Different MIME types used for data interchange in transactions and responses.

+

Enumeration Members

BCS

BCS representation, used for accept type BCS output

+
BCS_SIGNED_TRANSACTION

BCS representation, used for transaction submission in BCS input

+
BCS_VIEW_FUNCTION
JSON

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

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/MoveAbility.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/MoveAbility.html new file mode 100644 index 000000000..50fc3b139 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/MoveAbility.html @@ -0,0 +1,6 @@ +MoveAbility | @aptos-labs/ts-sdk - v1.32.1

Enumeration MoveAbility

Abilities related to moving items within the system.

+

Enumeration Members

Enumeration Members

COPY
DROP
KEY
STORE
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/MoveFunctionVisibility.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/MoveFunctionVisibility.html new file mode 100644 index 000000000..54178255f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/MoveFunctionVisibility.html @@ -0,0 +1,5 @@ +MoveFunctionVisibility | @aptos-labs/ts-sdk - v1.32.1

Enumeration MoveFunctionVisibility

Specifies the visibility levels for move functions, controlling access permissions.

+

Enumeration Members

Enumeration Members

FRIEND
PRIVATE
PUBLIC
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/Network.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/Network.html new file mode 100644 index 000000000..51a72b49a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/Network.html @@ -0,0 +1,7 @@ +Network | @aptos-labs/ts-sdk - v1.32.1

Enumeration Network

Different network environments for connecting to services, ranging from production to development setups.

+

Enumeration Members

Enumeration Members

CUSTOM
DEVNET
LOCAL
MAINNET
TESTNET
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/PrivateKeyVariants.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/PrivateKeyVariants.html new file mode 100644 index 000000000..207841a4d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/PrivateKeyVariants.html @@ -0,0 +1,5 @@ +PrivateKeyVariants | @aptos-labs/ts-sdk - v1.32.1

Enumeration PrivateKeyVariants

Variants of private keys that can comply with the AIP-80 standard. +https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-80.md

+

Enumeration Members

Enumeration Members

Ed25519
Secp256k1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/ProcessorType.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/ProcessorType.html new file mode 100644 index 000000000..eac299f46 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/ProcessorType.html @@ -0,0 +1,11 @@ +ProcessorType | @aptos-labs/ts-sdk - v1.32.1

Enumeration ProcessorType

Supported processor types for the indexer API, sourced from the processor_status table in the indexer database. +https://cloud.hasura.io/public/graphiql?endpoint=https://api.mainnet.aptoslabs.com/v1/graphql

+

Enumeration Members

ACCOUNT_TRANSACTION_PROCESSOR
DEFAULT
EVENTS_PROCESSOR
FUNGIBLE_ASSET_PROCESSOR
OBJECT_PROCESSOR
STAKE_PROCESSOR
TOKEN_V2_PROCESSOR
USER_TRANSACTION_PROCESSOR
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/RoleType.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/RoleType.html new file mode 100644 index 000000000..786167746 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/RoleType.html @@ -0,0 +1,4 @@ +RoleType | @aptos-labs/ts-sdk - v1.32.1

Enumeration RoleType

Roles that can be assigned within the system, indicating different levels of access and functionality.

+

Enumeration Members

Enumeration Members

FULL_NODE
VALIDATOR
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/ScriptTransactionArgumentVariants.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/ScriptTransactionArgumentVariants.html new file mode 100644 index 000000000..aadaeea54 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/ScriptTransactionArgumentVariants.html @@ -0,0 +1,13 @@ +ScriptTransactionArgumentVariants | @aptos-labs/ts-sdk - v1.32.1

Enumeration ScriptTransactionArgumentVariants

Variants of script transaction arguments used in Rust, encompassing various data types for transaction processing. +https://github.com/aptos-labs/aptos-core/blob/main/third_party/move/move-core/types/src/transaction_argument.rs#L11

+

Enumeration Members

Enumeration Members

Address
Bool
Serialized
U128
U16
U256
U32
U64
U8
U8Vector
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/SigningScheme.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/SigningScheme.html new file mode 100644 index 000000000..79feefc2f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/SigningScheme.html @@ -0,0 +1,9 @@ +SigningScheme | @aptos-labs/ts-sdk - v1.32.1

Enumeration SigningScheme

Different schemes for signing keys used in cryptographic operations.

+

Enumeration Members

Enumeration Members

Ed25519

For Ed25519PublicKey

+
MultiEd25519

For MultiEd25519PublicKey

+
MultiKey
SingleKey

For SingleKey ecdsa

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/SigningSchemeInput.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/SigningSchemeInput.html new file mode 100644 index 000000000..e656d8c9d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/SigningSchemeInput.html @@ -0,0 +1,6 @@ +SigningSchemeInput | @aptos-labs/ts-sdk - v1.32.1

Enumeration SigningSchemeInput

Specifies the signing schemes available for cryptographic operations.

+

Enumeration Members

Enumeration Members

Ed25519

For Ed25519PublicKey

+
Secp256k1Ecdsa

For Secp256k1Ecdsa

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionAuthenticatorVariant.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionAuthenticatorVariant.html new file mode 100644 index 000000000..ff87a5675 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionAuthenticatorVariant.html @@ -0,0 +1,8 @@ +TransactionAuthenticatorVariant | @aptos-labs/ts-sdk - v1.32.1

Enumeration TransactionAuthenticatorVariant

Variants of transaction authenticators used in the system. +https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/authenticator.rs#L44

+

Enumeration Members

Ed25519
FeePayer
MultiAgent
MultiEd25519
SingleSender
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionPayloadVariants.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionPayloadVariants.html new file mode 100644 index 000000000..89acec632 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionPayloadVariants.html @@ -0,0 +1,6 @@ +TransactionPayloadVariants | @aptos-labs/ts-sdk - v1.32.1

Enumeration TransactionPayloadVariants

The payload for various transaction types in the system. +https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/mod.rs#L478

+

Enumeration Members

Enumeration Members

EntryFunction
Multisig
Script
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionResponseType.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionResponseType.html new file mode 100644 index 000000000..70970e295 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionResponseType.html @@ -0,0 +1,9 @@ +TransactionResponseType | @aptos-labs/ts-sdk - v1.32.1

Enumeration TransactionResponseType

Different types of transaction responses that can occur in the system.

+

Enumeration Members

BlockEpilogue
BlockMetadata
Genesis
Pending
StateCheckpoint
User
Validator
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionVariants.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionVariants.html new file mode 100644 index 000000000..6b8ab9719 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionVariants.html @@ -0,0 +1,5 @@ +TransactionVariants | @aptos-labs/ts-sdk - v1.32.1

Enumeration TransactionVariants

Enumeration Members

FeePayerTransaction
MultiAgentTransaction
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionWorkerEventsEnum.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionWorkerEventsEnum.html new file mode 100644 index 000000000..bede7d61a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TransactionWorkerEventsEnum.html @@ -0,0 +1,7 @@ +TransactionWorkerEventsEnum | @aptos-labs/ts-sdk - v1.32.1

Enumeration TransactionWorkerEventsEnum

Events emitted by the transaction worker during its operation, allowing the dapp to respond to various transaction states.

+

Enumeration Members

ExecutionFinish
TransactionExecuted
TransactionExecutionFailed
TransactionSendFailed
TransactionSent
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/TypeTagParserErrorType.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TypeTagParserErrorType.html new file mode 100644 index 000000000..c9fff14cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TypeTagParserErrorType.html @@ -0,0 +1,16 @@ +TypeTagParserErrorType | @aptos-labs/ts-sdk - v1.32.1

Enumeration TypeTagParserErrorType

Error types related to parsing type tags, indicating various issues encountered during the parsing process.

+

Enumeration Members

InvalidAddress
InvalidModuleNameCharacter
InvalidStructNameCharacter
InvalidTypeTag
MissingTypeArgument
MissingTypeArgumentClose
TypeArgumentCountMismatch
UnexpectedComma
UnexpectedGenericType
UnexpectedPrimitiveTypeArguments
UnexpectedStructFormat
UnexpectedTypeArgumentClose
UnexpectedVectorTypeArgumentCount
UnexpectedWhitespaceCharacter
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/TypeTagVariants.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TypeTagVariants.html new file mode 100644 index 000000000..2d22df200 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/TypeTagVariants.html @@ -0,0 +1,16 @@ +TypeTagVariants | @aptos-labs/ts-sdk - v1.32.1

Enumeration TypeTagVariants

Variants of type tags used in the system, encompassing various data types and structures. +https://github.com/aptos-labs/aptos-core/blob/main/third_party/move/move-core/types/src/language_storage.rs#L27

+

Enumeration Members

Enumeration Members

Address
Bool
Generic
Reference
Signer
Struct
U128
U16
U256
U32
U64
U8
Vector
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/ZkpVariant.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/ZkpVariant.html new file mode 100644 index 000000000..0f95399ff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/ZkpVariant.html @@ -0,0 +1,3 @@ +ZkpVariant | @aptos-labs/ts-sdk - v1.32.1

Enumeration ZkpVariant

Variants of zero-knowledge proofs used in cryptographic operations.

+

Enumeration Members

Enumeration Members

Groth16
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/_internal_.CurrentAptosNamesSelectColumn.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/_internal_.CurrentAptosNamesSelectColumn.html new file mode 100644 index 000000000..5be56f4b3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/_internal_.CurrentAptosNamesSelectColumn.html @@ -0,0 +1,28 @@ +CurrentAptosNamesSelectColumn | @aptos-labs/ts-sdk - v1.32.1

Enumeration CurrentAptosNamesSelectColumn

select columns of table "current_aptos_names"

+

Enumeration Members

Domain

column name

+
DomainExpirationTimestamp

column name

+
DomainWithSuffix

column name

+
ExpirationTimestamp

column name

+
IsActive

column name

+
IsPrimary

column name

+
LastTransactionVersion

column name

+
OwnerAddress

column name

+
RegisteredAddress

column name

+
Subdomain

column name

+
SubdomainExpirationPolicy

column name

+
TokenName

column name

+
TokenStandard

column name

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/_internal_.CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolAndArgumentsColumns.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/_internal_.CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolAndArgumentsColumns.html new file mode 100644 index 000000000..4b23253c0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/_internal_.CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolAndArgumentsColumns.html @@ -0,0 +1,6 @@ +CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolAndArgumentsColumns | @aptos-labs/ts-sdk - v1.32.1

Enumeration CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolAndArgumentsColumns

select "current_aptos_names_aggregate_bool_exp_bool_and_arguments_columns" columns of table "current_aptos_names"

+

Enumeration Members

Enumeration Members

IsActive

column name

+
IsPrimary

column name

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/enums/_internal_.CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolOrArgumentsColumns.html b/docs/@aptos-labs/ts-sdk-1.32.1/enums/_internal_.CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolOrArgumentsColumns.html new file mode 100644 index 000000000..37e0ee952 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/enums/_internal_.CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolOrArgumentsColumns.html @@ -0,0 +1,6 @@ +CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolOrArgumentsColumns | @aptos-labs/ts-sdk - v1.32.1

Enumeration CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolOrArgumentsColumns

select "current_aptos_names_aggregate_bool_exp_bool_or_arguments_columns" columns of table "current_aptos_names"

+

Enumeration Members

Enumeration Members

IsActive

column name

+
IsPrimary

column name

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/CKDPriv.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/CKDPriv.html new file mode 100644 index 000000000..a107fafad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/CKDPriv.html @@ -0,0 +1,2 @@ +CKDPriv | @aptos-labs/ts-sdk - v1.32.1

Derive a child key from the private key

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/aptosCoinStructTag.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/aptosCoinStructTag.html new file mode 100644 index 000000000..99868b0a2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/aptosCoinStructTag.html @@ -0,0 +1,3 @@ +aptosCoinStructTag | @aptos-labs/ts-sdk - v1.32.1

Function aptosCoinStructTag

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/aptosRequest-1.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/aptosRequest-1.html new file mode 100644 index 000000000..31925a43d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/aptosRequest-1.html @@ -0,0 +1,6 @@ +aptosRequest | @aptos-labs/ts-sdk - v1.32.1

Function aptosRequest

  • The main function to use when making an API request, returning the response or throwing an AptosApiError on failure.

    +

    Type Parameters

    • Req extends {}
    • Res extends {}

    Parameters

    • aptosRequestOpts: AptosRequest

      Options for the Aptos request, including the URL and path.

      +
    • aptosConfig: AptosConfig

      The configuration information for the SDK client instance.

      +
    • apiType: AptosApiType

      The type of API being accessed, which determines how the response is handled.

      +

    Returns Promise<AptosResponse<Req, Res>>

    The response from the API request or throws an AptosApiError if the request fails.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/base64UrlDecode.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/base64UrlDecode.html new file mode 100644 index 000000000..0bf0fd77d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/base64UrlDecode.html @@ -0,0 +1,5 @@ +base64UrlDecode | @aptos-labs/ts-sdk - v1.32.1

Function base64UrlDecode

  • Decodes a base64 URL-encoded string into its original form. +This function is useful for converting base64 URL-encoded data back to a readable format.

    +

    Parameters

    • base64Url: string

      The base64 URL-encoded string to decode.

      +

    Returns string

    The decoded string.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/bigIntToBytesLE.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/bigIntToBytesLE.html new file mode 100644 index 000000000..af8332803 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/bigIntToBytesLE.html @@ -0,0 +1,7 @@ +bigIntToBytesLE | @aptos-labs/ts-sdk - v1.32.1

Function bigIntToBytesLE

  • Converts a bigint value into a little-endian byte array of a specified length. +This function is useful for representing large integers in a byte format, which is often required for cryptographic operations +or binary data manipulation.

    +

    Parameters

    • value: number | bigint

      The number to convert into bytes.

      +
    • length: number

      The desired length of the resulting byte array.

      +

    Returns Uint8Array

    A Uint8Array containing the little-endian representation of the bigint value.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/buildTransaction.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/buildTransaction.html new file mode 100644 index 000000000..00e7cbee0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/buildTransaction.html @@ -0,0 +1,18 @@ +buildTransaction | @aptos-labs/ts-sdk - v1.32.1

Function buildTransaction

Generates a transaction based on the provided arguments

+

Note: we can start with one function to support all different payload/transaction types, +and if to complex to use, we could have function for each type

+

AptosConfig

+

The transaction's sender account address as a hex input

+

The transaction payload - can create by using generateTransactionPayload()

+

optional. Transaction options object

+

optional. For when want to create a multi signers transaction

+

optional. For when want to create a fee payer (aka sponsored) transaction

+

An instance of a RawTransaction, plus optional secondary/fee payer addresses

+
{
rawTransaction: RawTransaction,
secondarySignerAddresses?: Array<AccountAddress>,
feePayerAddress?: AccountAddress
} +
+ +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/bytesToBigIntLE.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/bytesToBigIntLE.html new file mode 100644 index 000000000..6284c5473 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/bytesToBigIntLE.html @@ -0,0 +1,5 @@ +bytesToBigIntLE | @aptos-labs/ts-sdk - v1.32.1

Function bytesToBigIntLE

  • Converts a little-endian byte array into a BigInt. +This function is useful for interpreting byte data as a numerical value in a way that respects the little-endian format.

    +

    Parameters

    • bytes: Uint8Array

      The byte array to convert.

      +

    Returns bigint

    The resulting BigInt representation of the byte array.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/checkOrConvertArgument.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/checkOrConvertArgument.html new file mode 100644 index 000000000..814e6160a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/checkOrConvertArgument.html @@ -0,0 +1,7 @@ +checkOrConvertArgument | @aptos-labs/ts-sdk - v1.32.1

Function checkOrConvertArgument

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/convertAmountFromHumanReadableToOnChain.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/convertAmountFromHumanReadableToOnChain.html new file mode 100644 index 000000000..ecc9d0e08 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/convertAmountFromHumanReadableToOnChain.html @@ -0,0 +1,9 @@ +convertAmountFromHumanReadableToOnChain | @aptos-labs/ts-sdk - v1.32.1

Function convertAmountFromHumanReadableToOnChain

Amount is represented in the smallest unit format on chain, this function converts +a human-readable amount format to the smallest unit format

+
human-readable amount format: 500
on chain amount format when decimal is 8: 50000000000 +
+ +
  • Parameters

    • value: number

      The value in human-readable format

      +
    • decimal: number

      The token decimal

      +

    Returns number

    The value in the smallest units

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/convertAmountFromOnChainToHumanReadable.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/convertAmountFromOnChainToHumanReadable.html new file mode 100644 index 000000000..80718438d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/convertAmountFromOnChainToHumanReadable.html @@ -0,0 +1,9 @@ +convertAmountFromOnChainToHumanReadable | @aptos-labs/ts-sdk - v1.32.1

Function convertAmountFromOnChainToHumanReadable

Amount is represented in the smallest unit format on chain, this function converts +the smallest unit format to a human-readable amount format

+
human-readable amount format: 500
on chain amount format when decimal is 8: 50000000000 +
+ +
  • Parameters

    • value: number

      The value in human-readable format

      +
    • decimal: number

      The token decimal

      +

    Returns number

    The value in the smallest units

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/convertArgument.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/convertArgument.html new file mode 100644 index 000000000..c5191b94f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/convertArgument.html @@ -0,0 +1,8 @@ +convertArgument | @aptos-labs/ts-sdk - v1.32.1

Function convertArgument

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/convertNumber.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/convertNumber.html new file mode 100644 index 000000000..04ed4e249 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/convertNumber.html @@ -0,0 +1,6 @@ +convertNumber | @aptos-labs/ts-sdk - v1.32.1

Function convertNumber

  • Converts a number or a string representation of a number into a number type. +This function is useful for ensuring that the input is in a consistent numeric format, +which can help prevent type mismatches in further processing.

    +

    Parameters

    Returns number | undefined

    Returns the converted number if the input is valid; otherwise, it returns undefined.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/createObjectAddress.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/createObjectAddress.html new file mode 100644 index 000000000..371febc8a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/createObjectAddress.html @@ -0,0 +1,5 @@ +createObjectAddress | @aptos-labs/ts-sdk - v1.32.1

Function createObjectAddress

Creates an object address from creator address and seed

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/createResourceAddress.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/createResourceAddress.html new file mode 100644 index 000000000..490346a67 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/createResourceAddress.html @@ -0,0 +1,5 @@ +createResourceAddress | @aptos-labs/ts-sdk - v1.32.1

Function createResourceAddress

Creates a resource address from creator address and seed

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/createTokenAddress.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/createTokenAddress.html new file mode 100644 index 000000000..3e552a89e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/createTokenAddress.html @@ -0,0 +1,6 @@ +createTokenAddress | @aptos-labs/ts-sdk - v1.32.1

Function createTokenAddress

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

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/deriveKey.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/deriveKey.html new file mode 100644 index 000000000..f557f68c9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/deriveKey.html @@ -0,0 +1 @@ +deriveKey | @aptos-labs/ts-sdk - v1.32.1

Function deriveKey

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/deriveTransactionType.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/deriveTransactionType.html new file mode 100644 index 000000000..44ff3ab0f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/deriveTransactionType.html @@ -0,0 +1,11 @@ +deriveTransactionType | @aptos-labs/ts-sdk - v1.32.1

Function deriveTransactionType

  • Derives the appropriate raw transaction type based on the provided transaction details. +This function helps in identifying whether the transaction is a FeePayerRawTransaction, +MultiAgentRawTransaction, or a standard RawTransaction.

    +

    Parameters

    • transaction: AnyRawTransaction

      An object representing an Aptos transaction, which may include:

      +
        +
      • feePayerAddress - The address of the fee payer (optional).
      • +
      • secondarySignerAddresses - An array of secondary signer addresses (optional).
      • +
      • rawTransaction - The raw transaction data.
      • +
      +

    Returns AnyRawTransactionInstance

    FeePayerRawTransaction | MultiAgentRawTransaction | RawTransaction

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/deserializeFromScriptArgument.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/deserializeFromScriptArgument.html new file mode 100644 index 000000000..da7336642 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/deserializeFromScriptArgument.html @@ -0,0 +1,6 @@ +deserializeFromScriptArgument | @aptos-labs/ts-sdk - v1.32.1

Function deserializeFromScriptArgument

  • Deserialize a Script Transaction Argument. +This function retrieves and deserializes various types of script transaction arguments based on the provided deserializer.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer used to read the script transaction argument.

      +

    Returns TransactionArgument

    The deserialized script transaction argument.

    +

    Error if the variant index is unknown.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/ensureBoolean.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/ensureBoolean.html new file mode 100644 index 000000000..f79c36561 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/ensureBoolean.html @@ -0,0 +1 @@ +ensureBoolean | @aptos-labs/ts-sdk - v1.32.1

Function ensureBoolean

  • Parameters

    • value: unknown

    Returns asserts value is boolean

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/fetchEntryFunctionAbi.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/fetchEntryFunctionAbi.html new file mode 100644 index 000000000..ae1028c22 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/fetchEntryFunctionAbi.html @@ -0,0 +1,9 @@ +fetchEntryFunctionAbi | @aptos-labs/ts-sdk - v1.32.1

Function fetchEntryFunctionAbi

  • Fetches the ABI for an entry function from the specified module address. +This function validates if the ABI corresponds to an entry function and retrieves its parameters.

    +

    Parameters

    • moduleAddress: string

      The address of the module containing the entry function.

      +
    • moduleName: string

      The name of the module containing the entry function.

      +
    • functionName: string

      The name of the entry function to fetch the ABI for.

      +
    • aptosConfig: AptosConfig

      The configuration settings for Aptos.

      +

    Returns Promise<EntryFunctionABI>

    An object containing the number of signers, type parameters, and function parameters.

    +

    Error if the ABI cannot be found or if the function is not an entry function.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/fetchFunctionAbi.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/fetchFunctionAbi.html new file mode 100644 index 000000000..5f088410e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/fetchFunctionAbi.html @@ -0,0 +1,7 @@ +fetchFunctionAbi | @aptos-labs/ts-sdk - v1.32.1

Function fetchFunctionAbi

  • Fetches the ABI of a specified function from the on-chain module ABI. This function allows you to access the details of a +specific function within a module.

    +

    Parameters

    • moduleAddress: string

      The address of the module from which to fetch the function ABI.

      +
    • moduleName: string

      The name of the module containing the function.

      +
    • functionName: string

      The name of the function whose ABI is to be fetched.

      +
    • aptosConfig: AptosConfig

      The configuration settings for Aptos.

      +

    Returns Promise<MoveFunction | undefined>

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/fetchViewFunctionAbi.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/fetchViewFunctionAbi.html new file mode 100644 index 000000000..5678ecc0b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/fetchViewFunctionAbi.html @@ -0,0 +1,9 @@ +fetchViewFunctionAbi | @aptos-labs/ts-sdk - v1.32.1

Function fetchViewFunctionAbi

  • Fetches the ABI for a view function from the specified module address. +This function ensures that the ABI is valid and retrieves the type parameters, parameters, and return types for the view function.

    +

    Parameters

    • moduleAddress: string

      The address of the module containing the view function.

      +
    • moduleName: string

      The name of the module containing the view function.

      +
    • functionName: string

      The name of the view function for which to fetch the ABI.

      +
    • aptosConfig: AptosConfig

      The configuration settings for Aptos.

      +

    Returns Promise<ViewFunctionABI>

    An object containing the type parameters, parameters, and return types of the view function.

    +

    Error if the ABI cannot be found or if the function is not a view function.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/findFirstNonSignerArg.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/findFirstNonSignerArg.html new file mode 100644 index 000000000..fddc65391 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/findFirstNonSignerArg.html @@ -0,0 +1,7 @@ +findFirstNonSignerArg | @aptos-labs/ts-sdk - v1.32.1

Function findFirstNonSignerArg

  • Finds the index of the first non-signer argument in the function ABI parameters.

    +

    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. This function helps identify the position of the first argument that +can be provided by the caller, allowing for easier handling of function parameters.

    +

    Parameters

    • functionAbi: MoveFunction

      The ABI of the function to analyze.

      +

    Returns number

    The index of the first non-signer argument, or the length of the parameters array if none are found.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/floorToWholeHour.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/floorToWholeHour.html new file mode 100644 index 000000000..bab155d4b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/floorToWholeHour.html @@ -0,0 +1,4 @@ +floorToWholeHour | @aptos-labs/ts-sdk - v1.32.1

Function floorToWholeHour

  • Floors the given timestamp to the nearest whole hour. +This function is useful for normalizing timestamps to hourly intervals.

    +

    Parameters

    • timestampInSeconds: number

      The timestamp in seconds to be floored.

      +

    Returns number

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateRawTransaction.html new file mode 100644 index 000000000..2dd05565e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateRawTransaction.html @@ -0,0 +1,9 @@ +generateRawTransaction | @aptos-labs/ts-sdk - v1.32.1

Function generateRawTransaction

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSignedTransaction.html new file mode 100644 index 000000000..d980cf47e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSignedTransaction.html @@ -0,0 +1,7 @@ +generateSignedTransaction | @aptos-labs/ts-sdk - v1.32.1

Function generateSignedTransaction

  • Generate a signed transaction ready for submission to the blockchain. +This function prepares the transaction by authenticating the sender and any additional signers based on the provided arguments.

    +

    Parameters

    Returns Uint8Array

    A Uint8Array representing the signed transaction in bytes.

    +

    Error if the feePayerAuthenticator is not provided for a fee payer transaction.

    +

    Error if additionalSignersAuthenticators are not provided for a multi-signer transaction.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSignedTransactionForSimulation.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSignedTransactionForSimulation.html new file mode 100644 index 000000000..234ad0528 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSignedTransactionForSimulation.html @@ -0,0 +1,5 @@ +generateSignedTransactionForSimulation | @aptos-labs/ts-sdk - v1.32.1

Function generateSignedTransactionForSimulation

  • Generate a signed transaction for simulation before submitting it to the chain. +This function helps in preparing a transaction that can be simulated, allowing users to verify its validity and expected behavior.

    +

    Parameters

    Returns Uint8Array

    A signed serialized transaction that can be simulated.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSigningMessage.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSigningMessage.html new file mode 100644 index 000000000..314d35132 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSigningMessage.html @@ -0,0 +1,6 @@ +generateSigningMessage | @aptos-labs/ts-sdk - v1.32.1

Function generateSigningMessage

  • Generates the 'signing message' form of a message to be signed. +This function combines a domain separator with the byte representation of the message to create a signing message.

    +

    Parameters

    • bytes: Uint8Array

      The byte representation of the message to be signed and sent to the chain.

      +
    • domainSeparator: string

      A domain separator that starts with 'APTOS::'.

      +

    Returns Uint8Array

    The Uint8Array of the signing message.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSigningMessageForSerializable.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSigningMessageForSerializable.html new file mode 100644 index 000000000..e25ec7310 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSigningMessageForSerializable.html @@ -0,0 +1,6 @@ +generateSigningMessageForSerializable | @aptos-labs/ts-sdk - v1.32.1

Function generateSigningMessageForSerializable

  • Parameters

    • serializable: Serializable

      An object that has a BCS serialized form.

      +

    Returns Uint8Array

    The Uint8Array of the signing message.

    +

    Use CryptoHashable instead by having your class implement it and call hash() to get the signing message.

    +

    Generates the 'signing message' form of a serializable value by serializing it and using the constructor name as the domain +separator.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSigningMessageForTransaction.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSigningMessageForTransaction.html new file mode 100644 index 000000000..9c1afb21c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateSigningMessageForTransaction.html @@ -0,0 +1,5 @@ +generateSigningMessageForTransaction | @aptos-labs/ts-sdk - v1.32.1

Function generateSigningMessageForTransaction

  • Generates the 'signing message' form of a transaction by deriving the type of transaction and applying the appropriate domain +separator based on the presence of a fee payer or secondary signers.

    +

    Parameters

    • transaction: AnyRawTransaction

      A transaction that is to be signed, which can include a fee payer address or secondary signer addresses.

      +

    Returns Uint8Array

    The Uint8Array of the signing message.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateTransactionPayload.html new file mode 100644 index 000000000..f92e2a008 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateTransactionPayload.html @@ -0,0 +1,13 @@ +generateTransactionPayload | @aptos-labs/ts-sdk - v1.32.1

Function generateTransactionPayload

Builds a transaction payload based on the data argument and returns +a transaction payload - TransactionPayloadScript | TransactionPayloadMultiSig | TransactionPayloadEntryFunction

+

This uses the RemoteABI by default, and the remote ABI can be skipped by using generateTransactionPayloadWithABI

+

GenerateTransactionPayloadData

+

TransactionPayload

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateTransactionPayloadWithABI.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateTransactionPayloadWithABI.html new file mode 100644 index 000000000..b1175f7ea --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateTransactionPayloadWithABI.html @@ -0,0 +1,5 @@ +generateTransactionPayloadWithABI | @aptos-labs/ts-sdk - v1.32.1

Function generateTransactionPayloadWithABI

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateUserTransactionHash.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateUserTransactionHash.html new file mode 100644 index 000000000..41d346153 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateUserTransactionHash.html @@ -0,0 +1,4 @@ +generateUserTransactionHash | @aptos-labs/ts-sdk - v1.32.1

Function generateUserTransactionHash

  • Generates a user transaction hash for the provided transaction payload, which must already have an authenticator. +This function helps ensure the integrity and uniqueness of the transaction by producing a hash based on the signed transaction data.

    +

    Parameters

    Returns string

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateViewFunctionPayload.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateViewFunctionPayload.html new file mode 100644 index 000000000..52648cf83 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateViewFunctionPayload.html @@ -0,0 +1,5 @@ +generateViewFunctionPayload | @aptos-labs/ts-sdk - v1.32.1

Function generateViewFunctionPayload

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateViewFunctionPayloadWithABI.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateViewFunctionPayloadWithABI.html new file mode 100644 index 000000000..8ba00dba6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/generateViewFunctionPayloadWithABI.html @@ -0,0 +1,7 @@ +generateViewFunctionPayloadWithABI | @aptos-labs/ts-sdk - v1.32.1

Function generateViewFunctionPayloadWithABI

  • Generates a payload for a view function call using the provided ABI and arguments. +This function ensures that the type arguments and function arguments are correctly formatted +and match the expected counts as defined in the ABI.

    +

    Parameters

    Returns EntryFunction

    Error if the type argument count does not match the ABI or if the function arguments +do not match the expected parameters defined in the ABI.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/get.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/get.html new file mode 100644 index 000000000..dc005960e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/get.html @@ -0,0 +1,4 @@ +get | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/getAptosFullNode.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getAptosFullNode.html new file mode 100644 index 000000000..1bbcf0bd4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getAptosFullNode.html @@ -0,0 +1,4 @@ +getAptosFullNode | @aptos-labs/ts-sdk - v1.32.1

Function getAptosFullNode

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/getAptosPepperService.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getAptosPepperService.html new file mode 100644 index 000000000..1b441ba4d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getAptosPepperService.html @@ -0,0 +1,4 @@ +getAptosPepperService | @aptos-labs/ts-sdk - v1.32.1

Function getAptosPepperService

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/getAuthenticatorForSimulation.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getAuthenticatorForSimulation.html new file mode 100644 index 000000000..f53437e4c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getAuthenticatorForSimulation.html @@ -0,0 +1 @@ +getAuthenticatorForSimulation | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/getErrorMessage.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getErrorMessage.html new file mode 100644 index 000000000..895844cf8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getErrorMessage.html @@ -0,0 +1,4 @@ +getErrorMessage | @aptos-labs/ts-sdk - v1.32.1

Function getErrorMessage

  • Get the error message from an unknown error.

    +

    Parameters

    • error: unknown

      The error to get the message from

      +

    Returns string

    The error message

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/getFunctionParts.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getFunctionParts.html new file mode 100644 index 000000000..9dc6cde21 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getFunctionParts.html @@ -0,0 +1,6 @@ +getFunctionParts | @aptos-labs/ts-sdk - v1.32.1

Function getFunctionParts

  • Splits a function identifier into its constituent parts: module address, module name, and function name. +This function helps in validating and extracting details from a function identifier string.

    +

    Parameters

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

      The function identifier string in the format "moduleAddress::moduleName::functionName".

      +

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

    An object containing the module address, module name, and function name.

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

    Error if the function identifier does not contain exactly three parts.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/getIssAudAndUidVal.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getIssAudAndUidVal.html new file mode 100644 index 000000000..fc1d365a3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getIssAudAndUidVal.html @@ -0,0 +1,6 @@ +getIssAudAndUidVal | @aptos-labs/ts-sdk - v1.32.1

Function getIssAudAndUidVal

  • Parses a JWT and returns the 'iss', 'aud', and 'uid' values.

    +

    Parameters

    • args: {
          jwt: string;
          uidKey?: string;
      }

      The arguments for parsing the JWT.

      +
      • jwt: string

        The JWT to parse.

        +
      • OptionaluidKey?: string

        The key to use for the 'uid' value; defaults to 'sub'.

        +

    Returns {
        aud: string;
        iss: string;
        uidVal: string;
    }

    The 'iss', 'aud', and 'uid' values from the JWT.

    +
    • aud: string
    • iss: string
    • uidVal: string
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/getKeylessConfig.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getKeylessConfig.html new file mode 100644 index 000000000..73c9af56f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getKeylessConfig.html @@ -0,0 +1,7 @@ +getKeylessConfig | @aptos-labs/ts-sdk - v1.32.1

Function getKeylessConfig

  • Retrieves the configuration parameters for Keyless Accounts on the blockchain, including the verifying key and the maximum +expiry horizon.

    +

    Parameters

    • args: {
          aptosConfig: AptosConfig;
          options?: LedgerVersionArg;
      }

      The arguments for retrieving the keyless configuration.

      +
      • aptosConfig: AptosConfig

        The Aptos configuration object containing network details.

        +
      • Optionaloptions?: LedgerVersionArg

        Optional parameters for the request.

        +

    Returns Promise<KeylessConfiguration>

    KeylessConfiguration - The configuration object containing the verifying key and maximum expiry horizon.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/getKeylessJWKs.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getKeylessJWKs.html new file mode 100644 index 000000000..5c264a205 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/getKeylessJWKs.html @@ -0,0 +1 @@ +getKeylessJWKs | @aptos-labs/ts-sdk - v1.32.1

Function getKeylessJWKs

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/hashStrToField.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/hashStrToField.html new file mode 100644 index 000000000..6a95fa3c2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/hashStrToField.html @@ -0,0 +1,6 @@ +hashStrToField | @aptos-labs/ts-sdk - v1.32.1

Function hashStrToField

  • Hashes a string to a field element via Poseidon hashing. +This function is useful for converting a string into a fixed-size hash that can be used in cryptographic applications.

    +

    Parameters

    • str: string

      The string to be hashed.

      +
    • maxSizeBytes: number

      The maximum size in bytes for the resulting hash.

      +

    Returns bigint

    bigint - The result of the hash.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/hashValues.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/hashValues.html new file mode 100644 index 000000000..b6685c446 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/hashValues.html @@ -0,0 +1,3 @@ +hashValues | @aptos-labs/ts-sdk - v1.32.1

Function hashValues

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/hexToAsciiString.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/hexToAsciiString.html new file mode 100644 index 000000000..5a34873fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/hexToAsciiString.html @@ -0,0 +1 @@ +hexToAsciiString | @aptos-labs/ts-sdk - v1.32.1

Function hexToAsciiString

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsAddress.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsAddress.html new file mode 100644 index 000000000..b5a8591e7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsAddress.html @@ -0,0 +1 @@ +isBcsAddress | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsBool.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsBool.html new file mode 100644 index 000000000..61e8aa0f5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsBool.html @@ -0,0 +1 @@ +isBcsBool | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsFixedBytes.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsFixedBytes.html new file mode 100644 index 000000000..3cfe8ee72 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsFixedBytes.html @@ -0,0 +1 @@ +isBcsFixedBytes | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsString.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsString.html new file mode 100644 index 000000000..7854c7df2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsString.html @@ -0,0 +1 @@ +isBcsString | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU128.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU128.html new file mode 100644 index 000000000..630cd1a61 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU128.html @@ -0,0 +1 @@ +isBcsU128 | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU16.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU16.html new file mode 100644 index 000000000..c6d66a500 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU16.html @@ -0,0 +1 @@ +isBcsU16 | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU256.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU256.html new file mode 100644 index 000000000..4b46213ff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU256.html @@ -0,0 +1 @@ +isBcsU256 | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU32.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU32.html new file mode 100644 index 000000000..8845b646a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU32.html @@ -0,0 +1 @@ +isBcsU32 | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU64.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU64.html new file mode 100644 index 000000000..fe62ee0e0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU64.html @@ -0,0 +1 @@ +isBcsU64 | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU8.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU8.html new file mode 100644 index 000000000..5b6775e59 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBcsU8.html @@ -0,0 +1 @@ +isBcsU8 | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBlockEpilogueTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBlockEpilogueTransactionResponse.html new file mode 100644 index 000000000..cc8fb6532 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBlockEpilogueTransactionResponse.html @@ -0,0 +1,4 @@ +isBlockEpilogueTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Function isBlockEpilogueTransactionResponse

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBlockMetadataTransactionResponse.html new file mode 100644 index 000000000..d7df0abf9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBlockMetadataTransactionResponse.html @@ -0,0 +1,4 @@ +isBlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Function isBlockMetadataTransactionResponse

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBool.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBool.html new file mode 100644 index 000000000..8bb90cb9d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isBool.html @@ -0,0 +1,5 @@ +isBool | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isCanonicalEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isCanonicalEd25519Signature.html new file mode 100644 index 000000000..42e7e22b9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isCanonicalEd25519Signature.html @@ -0,0 +1,7 @@ +isCanonicalEd25519Signature | @aptos-labs/ts-sdk - v1.32.1

Function isCanonicalEd25519Signature

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isEd25519Signature.html new file mode 100644 index 000000000..526dc650f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isEd25519Signature.html @@ -0,0 +1,6 @@ +isEd25519Signature | @aptos-labs/ts-sdk - v1.32.1

Function isEd25519Signature

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isEmptyOption.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isEmptyOption.html new file mode 100644 index 000000000..52124c63e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isEmptyOption.html @@ -0,0 +1,4 @@ +isEmptyOption | @aptos-labs/ts-sdk - v1.32.1

Function isEmptyOption

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isEncodedEntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isEncodedEntryFunctionArgument.html new file mode 100644 index 000000000..ca530aee2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isEncodedEntryFunctionArgument.html @@ -0,0 +1,4 @@ +isEncodedEntryFunctionArgument | @aptos-labs/ts-sdk - v1.32.1

Function isEncodedEntryFunctionArgument

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isEncodedStruct.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isEncodedStruct.html new file mode 100644 index 000000000..d438c4a72 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isEncodedStruct.html @@ -0,0 +1,9 @@ +isEncodedStruct | @aptos-labs/ts-sdk - v1.32.1

Function isEncodedStruct

Determines whether the given object is an encoded struct type with the following properties:

+
    +
  • account_address: string
  • +
  • module_name: string
  • +
  • struct_name: string
  • +
+
  • Parameters

    • structObj: any

      The object to check

      +

    Returns structObj is {
        account_address: string;
        module_name: string;
        struct_name: string;
    }

    Whether the object is an encoded struct type

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isFeePayerSignature.html new file mode 100644 index 000000000..5f923ef07 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isFeePayerSignature.html @@ -0,0 +1,4 @@ +isFeePayerSignature | @aptos-labs/ts-sdk - v1.32.1

Function isFeePayerSignature

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isGenesisTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isGenesisTransactionResponse.html new file mode 100644 index 000000000..3ad9ef427 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isGenesisTransactionResponse.html @@ -0,0 +1,4 @@ +isGenesisTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Function isGenesisTransactionResponse

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isKeylessSigner.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isKeylessSigner.html new file mode 100644 index 000000000..391c6e559 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isKeylessSigner.html @@ -0,0 +1 @@ +isKeylessSigner | @aptos-labs/ts-sdk - v1.32.1

Function isKeylessSigner

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isLargeNumber.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isLargeNumber.html new file mode 100644 index 000000000..ecc84be0a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isLargeNumber.html @@ -0,0 +1,3 @@ +isLargeNumber | @aptos-labs/ts-sdk - v1.32.1

Function isLargeNumber

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isMultiAgentSignature.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isMultiAgentSignature.html new file mode 100644 index 000000000..3dfaf5f3d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isMultiAgentSignature.html @@ -0,0 +1,4 @@ +isMultiAgentSignature | @aptos-labs/ts-sdk - v1.32.1

Function isMultiAgentSignature

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isMultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isMultiEd25519Signature.html new file mode 100644 index 000000000..c9d3c9671 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isMultiEd25519Signature.html @@ -0,0 +1,4 @@ +isMultiEd25519Signature | @aptos-labs/ts-sdk - v1.32.1

Function isMultiEd25519Signature

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isNumber.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isNumber.html new file mode 100644 index 000000000..9d3b37b05 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isNumber.html @@ -0,0 +1,4 @@ +isNumber | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isPendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isPendingTransactionResponse.html new file mode 100644 index 000000000..8fb5809d4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isPendingTransactionResponse.html @@ -0,0 +1,4 @@ +isPendingTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Function isPendingTransactionResponse

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isScriptDataInput.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isScriptDataInput.html new file mode 100644 index 000000000..7d5610545 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isScriptDataInput.html @@ -0,0 +1,3 @@ +isScriptDataInput | @aptos-labs/ts-sdk - v1.32.1

Function isScriptDataInput

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isSecp256k1Signature.html new file mode 100644 index 000000000..5495b2f03 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isSecp256k1Signature.html @@ -0,0 +1,4 @@ +isSecp256k1Signature | @aptos-labs/ts-sdk - v1.32.1

Function isSecp256k1Signature

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isStateCheckpointTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isStateCheckpointTransactionResponse.html new file mode 100644 index 000000000..dee989889 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isStateCheckpointTransactionResponse.html @@ -0,0 +1,4 @@ +isStateCheckpointTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Function isStateCheckpointTransactionResponse

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isString.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isString.html new file mode 100644 index 000000000..20ce2ccc2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isString.html @@ -0,0 +1,4 @@ +isString | @aptos-labs/ts-sdk - v1.32.1
  • Checks if the provided argument is of type string.

    +

    Parameters

    • arg: any

      The value to be checked for string type.

      +

    Returns arg is string

    A boolean indicating whether the argument is a string.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isUserTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isUserTransactionResponse.html new file mode 100644 index 000000000..9f2d884c7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isUserTransactionResponse.html @@ -0,0 +1,4 @@ +isUserTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Function isUserTransactionResponse

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isValidBIP44Path.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isValidBIP44Path.html new file mode 100644 index 000000000..cf91118a6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isValidBIP44Path.html @@ -0,0 +1,7 @@ +isValidBIP44Path | @aptos-labs/ts-sdk - v1.32.1

Function isValidBIP44Path

  • Validate a BIP-44 derivation path string to ensure it meets the required format. +This function checks if the provided path adheres to the BIP-44 standard for Secp256k1. +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, the last two components must be non-hardened.

    +

    Parameters

    • path: string

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

      +

    Returns boolean

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isValidHardenedPath.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isValidHardenedPath.html new file mode 100644 index 000000000..269d7f709 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isValidHardenedPath.html @@ -0,0 +1,12 @@ +isValidHardenedPath | @aptos-labs/ts-sdk - v1.32.1

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

      The derivation path string to validate (e.g. m/44'/637'/0'/0'/0').

      +

    Returns boolean

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/isValidatorTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isValidatorTransactionResponse.html new file mode 100644 index 000000000..be7799a77 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/isValidatorTransactionResponse.html @@ -0,0 +1,4 @@ +isValidatorTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Function isValidatorTransactionResponse

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/mnemonicToSeed.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/mnemonicToSeed.html new file mode 100644 index 000000000..a1cd7b327 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/mnemonicToSeed.html @@ -0,0 +1,3 @@ +mnemonicToSeed | @aptos-labs/ts-sdk - v1.32.1

Function mnemonicToSeed

Normalizes the mnemonic by removing extra whitespace and making it lowercase

+
  • Parameters

    • mnemonic: string

      the mnemonic seed phrase

      +

    Returns Uint8Array

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/normalizeBundle.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/normalizeBundle.html new file mode 100644 index 000000000..a8ad94a73 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/normalizeBundle.html @@ -0,0 +1,5 @@ +normalizeBundle | @aptos-labs/ts-sdk - v1.32.1

Function normalizeBundle

  • Normalizes an instance of a class by deserializing it from its byte representation. +This function allows the instanceof operator to work correctly when the input objects originate from a different bundle.

    +

    Type Parameters

    Parameters

    Returns T

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/nowInSeconds.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/nowInSeconds.html new file mode 100644 index 000000000..effcefc38 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/nowInSeconds.html @@ -0,0 +1 @@ +nowInSeconds | @aptos-labs/ts-sdk - v1.32.1

Function nowInSeconds

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/objectStructTag.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/objectStructTag.html new file mode 100644 index 000000000..d41642b8a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/objectStructTag.html @@ -0,0 +1,4 @@ +objectStructTag | @aptos-labs/ts-sdk - v1.32.1

Function objectStructTag

  • Creates a new StructTag for the Object type with the specified type argument. +This function helps in defining a structured representation of an Object with a specific type.

    +

    Parameters

    • typeArg: TypeTag

      The type tag that specifies the type of the Object.

      +

    Returns StructTag

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/optionStructTag.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/optionStructTag.html new file mode 100644 index 000000000..4e917c4f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/optionStructTag.html @@ -0,0 +1,4 @@ +optionStructTag | @aptos-labs/ts-sdk - v1.32.1

Function optionStructTag

  • Creates a new StructTag for the Option type with the specified type argument. +This can help in defining a specific instance of an Option type in your application.

    +

    Parameters

    • typeArg: TypeTag

      The type tag that specifies the type of the value contained in the Option.

      +

    Returns StructTag

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/outOfRangeErrorMessage.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/outOfRangeErrorMessage.html new file mode 100644 index 000000000..b41a0c512 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/outOfRangeErrorMessage.html @@ -0,0 +1 @@ +outOfRangeErrorMessage | @aptos-labs/ts-sdk - v1.32.1

Function outOfRangeErrorMessage

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/padAndPackBytesWithLen.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/padAndPackBytesWithLen.html new file mode 100644 index 000000000..4b539dc01 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/padAndPackBytesWithLen.html @@ -0,0 +1,8 @@ +padAndPackBytesWithLen | @aptos-labs/ts-sdk - v1.32.1

Function padAndPackBytesWithLen

  • Pads and packs the given byte array to a specified maximum size and appends its length. +This function ensures that the byte array does not exceed the maximum size, throwing an error if it does. +It is useful for preparing byte data for further processing or transmission by ensuring a consistent format.

    +

    Parameters

    • bytes: Uint8Array

      The byte array to be padded and packed.

      +
    • maxSizeBytes: number

      The maximum allowed size for the byte array.

      +

    Returns bigint[]

    A new Uint8Array that contains the padded and packed bytes along with the length of the original byte array.

    +

    Error if the length of the input bytes exceeds the maximum size.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/paginateWithCursor.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/paginateWithCursor.html new file mode 100644 index 000000000..2c06fcc4b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/paginateWithCursor.html @@ -0,0 +1 @@ +paginateWithCursor | @aptos-labs/ts-sdk - v1.32.1

Function paginateWithCursor

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/parseEncodedStruct.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/parseEncodedStruct.html new file mode 100644 index 000000000..89edbb35f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/parseEncodedStruct.html @@ -0,0 +1,7 @@ +parseEncodedStruct | @aptos-labs/ts-sdk - v1.32.1

Function parseEncodedStruct

Convert an encoded struct to a MoveStructId.

+
const structObj = {
account_address: "0x1",
module_name: "0x6170746f735f636f696e",
struct_name: "0x4170746f73436f696e",
};
// structId is "0x1::aptos_coin::AptosCoin"
const structId = parseEncodedStruct(structObj); +
+ +
  • Parameters

    • structObj: {
          account_address: string;
          module_name: string;
          struct_name: string;
      }

      The struct with account_address, module_name, and struct_name properties

      +
      • account_address: string
      • module_name: string
      • struct_name: string

    Returns `${string}::${string}::${string}`

    The MoveStructId

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/parseJwtHeader.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/parseJwtHeader.html new file mode 100644 index 000000000..9124fd9bf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/parseJwtHeader.html @@ -0,0 +1,4 @@ +parseJwtHeader | @aptos-labs/ts-sdk - v1.32.1

Function parseJwtHeader

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/parseTypeTag.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/parseTypeTag.html new file mode 100644 index 000000000..8e5fe899c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/parseTypeTag.html @@ -0,0 +1,24 @@ +parseTypeTag | @aptos-labs/ts-sdk - v1.32.1

Function parseTypeTag

  • Parses a type string into a structured representation of type tags, accommodating various formats including generics and +nested types.

    +

    This function can help you accurately interpret type strings, which can include simple types, standalone structs, and complex +nested generics. +It supports multiple generics, spacing within generics, and nested generics of varying depths. +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

      The string representation of the type to be parsed.

      +
    • Optionaloptions: {
          allowGenerics?: boolean;
      }

      Optional settings for parsing behavior.

      +
      • OptionalallowGenerics?: boolean

        A flag indicating whether to allow generics in the parsing process.

        +

    Returns TypeTag

    The parsed type tag representation.

    +

    TypeTagParserError if the type string is malformed or does not conform to expected formats.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/poseidonHash.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/poseidonHash.html new file mode 100644 index 000000000..33775c66d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/poseidonHash.html @@ -0,0 +1,6 @@ +poseidonHash | @aptos-labs/ts-sdk - v1.32.1

Function poseidonHash

  • Hashes up to 16 scalar elements via the Poseidon hashing algorithm. +Each element must be scalar fields of the BN254 elliptic curve group.

    +

    Parameters

    • inputs: (string | number | bigint)[]

      An array of elements to be hashed, which can be of type number, bigint, or string.

      +

    Returns bigint

    bigint - The result of the hash.

    +

    Error - Throws an error if the input length exceeds the maximum allowed.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/post.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/post.html new file mode 100644 index 000000000..a67270a5d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/post.html @@ -0,0 +1,4 @@ +post | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosFaucet.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosFaucet.html new file mode 100644 index 000000000..b5240b9ee --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosFaucet.html @@ -0,0 +1,4 @@ +postAptosFaucet | @aptos-labs/ts-sdk - v1.32.1

Function postAptosFaucet

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosFullNode.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosFullNode.html new file mode 100644 index 000000000..3e2b67ade --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosFullNode.html @@ -0,0 +1,4 @@ +postAptosFullNode | @aptos-labs/ts-sdk - v1.32.1

Function postAptosFullNode

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosIndexer.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosIndexer.html new file mode 100644 index 000000000..03479789b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosIndexer.html @@ -0,0 +1,4 @@ +postAptosIndexer | @aptos-labs/ts-sdk - v1.32.1

Function postAptosIndexer

  • Sends a request to the Aptos indexer with the specified options. +This function allows you to interact with the Aptos indexer and customize the request using various configurations.

    +

    Type Parameters

    • Req extends {}
    • Res extends {}

    Parameters

    Returns Promise<AptosResponse<Req, Res>>

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosPepperService.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosPepperService.html new file mode 100644 index 000000000..2eeb52466 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosPepperService.html @@ -0,0 +1,4 @@ +postAptosPepperService | @aptos-labs/ts-sdk - v1.32.1

Function postAptosPepperService

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosProvingService.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosProvingService.html new file mode 100644 index 000000000..86de4d954 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/postAptosProvingService.html @@ -0,0 +1,3 @@ +postAptosProvingService | @aptos-labs/ts-sdk - v1.32.1

Function postAptosProvingService

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/request.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/request.html new file mode 100644 index 000000000..01694de6b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/request.html @@ -0,0 +1,5 @@ +request | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/sleep.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/sleep.html new file mode 100644 index 000000000..b29093465 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/sleep.html @@ -0,0 +1,4 @@ +sleep | @aptos-labs/ts-sdk - v1.32.1
  • Sleep for the specified amount of time in milliseconds. +This function can be used to introduce delays in asynchronous operations.

    +

    Parameters

    • timeMs: number

      The time in milliseconds to sleep.

      +

    Returns Promise<null>

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/splitPath.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/splitPath.html new file mode 100644 index 000000000..f0dd086a2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/splitPath.html @@ -0,0 +1,2 @@ +splitPath | @aptos-labs/ts-sdk - v1.32.1

Function splitPath

Splits derive path into segments

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/standardizeTypeTags.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/standardizeTypeTags.html new file mode 100644 index 000000000..5161b617f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/standardizeTypeTags.html @@ -0,0 +1,4 @@ +standardizeTypeTags | @aptos-labs/ts-sdk - v1.32.1

Function standardizeTypeTags

  • Convert type arguments to only type tags, allowing for string representations of type tags.

    +

    Parameters

    • OptionaltypeArguments: TypeArgument[]

      An optional array of type arguments that may include string representations.

      +

    Returns TypeTag[]

    An array of TypeTag objects derived from the provided type arguments.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/stringStructTag.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/stringStructTag.html new file mode 100644 index 000000000..3ab66cba3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/stringStructTag.html @@ -0,0 +1,3 @@ +stringStructTag | @aptos-labs/ts-sdk - v1.32.1

Function stringStructTag

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/throwTypeMismatch.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/throwTypeMismatch.html new file mode 100644 index 000000000..371de7862 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/throwTypeMismatch.html @@ -0,0 +1,5 @@ +throwTypeMismatch | @aptos-labs/ts-sdk - v1.32.1

Function throwTypeMismatch

  • Throws an error indicating a type mismatch for a specified argument position. +This function helps in debugging by providing clear feedback on expected types.

    +

    Parameters

    • expectedType: string

      The type that was expected for the argument.

      +
    • position: number

      The position of the argument that caused the type mismatch.

      +

    Returns void

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/functions/validateNumberInRange.html b/docs/@aptos-labs/ts-sdk-1.32.1/functions/validateNumberInRange.html new file mode 100644 index 000000000..d75fe88c7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/functions/validateNumberInRange.html @@ -0,0 +1,6 @@ +validateNumberInRange | @aptos-labs/ts-sdk - v1.32.1

Function validateNumberInRange

  • Validates that a given number is within a specified range. +This function throws an error if the value is outside the defined minimum and maximum bounds.

    +

    Type Parameters

    Parameters

    • value: T

      The number to validate.

      +
    • minValue: T

      The minimum allowable value (inclusive).

      +
    • maxValue: T

      The maximum allowable value (inclusive).

      +

    Returns void

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/hierarchy.html b/docs/@aptos-labs/ts-sdk-1.32.1/hierarchy.html new file mode 100644 index 000000000..be612b56f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/hierarchy.html @@ -0,0 +1 @@ +@aptos-labs/ts-sdk - v1.32.1

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

Class Hierarchy

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/index.html b/docs/@aptos-labs/ts-sdk-1.32.1/index.html new file mode 100644 index 000000000..0343b8954 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/index.html @@ -0,0 +1,53 @@ +@aptos-labs/ts-sdk - v1.32.1

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

Typescript SDK for Aptos

License +Discord +NPM Package Version +Node Version +NPM bundle size +NPM Package Downloads

+

The TypeScript SDK allows you to connect, explore, and interact on the Aptos blockchain. You can use it to request data, send transactions, set up test environments, and more!

+

Install with your favorite package manager such as npm, yarn, or pnpm:

+
pnpm install @aptos-labs/ts-sdk
+
+ +

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.

+

Create an Aptos client in order to access the SDK's functionality.

+
import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk"

// You can use AptosConfig to choose which network to connect to
const config = new AptosConfig({ network: Network.TESTNET });
// Aptos is the main entrypoint for all functions
const aptos = new Aptos(config); +
+ +
+
const fund = await aptos.getAccountInfo({ accountAddress: "0x123" });
const modules = await aptos.getAccountModules({ accountAddress: "0x123" });
const tokens = await aptos.getAccountOwnedTokens({ accountAddress: "0x123" }); +
+ +
+

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.

+
+
+
const account = Account.generate(); // defaults to Legacy Ed25519
const account = Account.generate({ scheme: SigningSchemeInput.Secp256k1Ecdsa }); // Single Sender Secp256k1
const account = Account.generate({ scheme: SigningSchemeInput.Ed25519, legacy: false }); // Single Sender Ed25519 +
+ +
// 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 }); +
+ +
// 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 }); +
+ +
const path = "m/44'/637'/0'/0'/1";
const mnemonic = "various float stumble...";
const account = Account.fromDerivationPath({ path, mnemonic }); +
+ +
+
/**
* This example shows how to use the Aptos SDK to send a transaction.
* Don't forget to install @aptos-labs/ts-sdk before running this example!
*/

import {
Account,
Aptos,
AptosConfig,
Network,
} from "@aptos-labs/ts-sdk";

async function example() {
console.log("This example will create two accounts (Alice and Bob) and send a transaction transfering APT to Bob's account.");

// 0. Setup the client and test accounts
const config = new AptosConfig({ network: Network.TESTNET });
const aptos = new Aptos(config);

let alice = Account.generate();
let bob = Account.generate();

console.log("=== Addresses ===\n");
console.log(`Alice's address is: ${alice.accountAddress}`);
console.log(`Bob's address is: ${bob.accountAddress}`);

console.log("\n=== Funding accounts ===\n");
await aptos.fundAccount({
accountAddress: alice.accountAddress,
amount: 100_000_000,
});
await aptos.fundAccount({
accountAddress: bob.accountAddress,
amount: 100,
});
console.log("Funded Alice and Bob's accounts!")

// 1. Build
console.log("\n=== 1. Building the transaction ===\n");
const transaction = await aptos.transaction.build.simple({
sender: alice.accountAddress,
data: {
// All transactions on Aptos are implemented via smart contracts.
function: "0x1::aptos_account::transfer",
functionArguments: [bob.accountAddress, 100],
},
});
console.log("Built the transaction!")

// 2. Simulate (Optional)
console.log("\n === 2. Simulating Response (Optional) === \n")
const [userTransactionResponse] = await aptos.transaction.simulate.simple({
signerPublicKey: alice.publicKey,
transaction,
});
console.log(userTransactionResponse)

// 3. Sign
console.log("\n=== 3. Signing transaction ===\n");
const senderAuthenticator = aptos.transaction.sign({
signer: alice,
transaction,
});
console.log("Signed the transaction!")

// 4. Submit
console.log("\n=== 4. Submitting transaction ===\n");
const submittedTransaction = await aptos.transaction.submit.simple({
transaction,
senderAuthenticator,
});

console.log(`Submitted transaction hash: ${submittedTransaction.hash}`);

// 5. Wait for results
console.log("\n=== 5. Waiting for result of transaction ===\n");
const executedTransaction = await aptos.waitForTransaction({ transactionHash: submittedTransaction.hash });
console.log(executedTransaction)
};

example(); +
+ +

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 using node. Make sure your moduleResolution in the tsconfig.json is set to node instead of bundler.

+

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.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/AptosResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/AptosResponse.html new file mode 100644 index 000000000..5dbcc1025 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/AptosResponse.html @@ -0,0 +1,16 @@ +AptosResponse | @aptos-labs/ts-sdk - v1.32.1

Interface AptosResponse<Req, Res>

The API response type

+

the response status. i.e. 200

+

the response message

+

the response data

+

the url the request was made to

+

the response headers

+

(optional) - the request object

+

(optional) - the request object

+
interface AptosResponse<Req, Res> {
    config?: any;
    data: Res;
    headers: any;
    request?: Req;
    status: number;
    statusText: string;
    url: string;
}

Type Parameters

  • Req
  • Res

Properties

config?: any
data: Res
headers: any
request?: Req
status: number
statusText: string
url: string
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/Client.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/Client.html new file mode 100644 index 000000000..6863ca1f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/Client.html @@ -0,0 +1,4 @@ +Client | @aptos-labs/ts-sdk - v1.32.1

Interface Client

interface Client {
    provider<Req, Res>(requestOptions: ClientRequest<Req>): Promise<ClientResponse<Res>>;
}

Methods

Methods

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/ClientRequest.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/ClientRequest.html new file mode 100644 index 000000000..04d44043c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/ClientRequest.html @@ -0,0 +1,12 @@ +ClientRequest | @aptos-labs/ts-sdk - v1.32.1

Interface ClientRequest<Req>

Represents a client for making requests to a service provider.

+

The type of the response payload.

+
interface ClientRequest<Req> {
    body?: Req;
    contentType?: string;
    headers?: Record<string, any>;
    method: "GET" | "POST";
    originMethod?: string;
    overrides?: ClientHeadersType & {
        API_KEY?: string;
        WITH_CREDENTIALS?: boolean;
    } & {
        AUTH_TOKEN?: string;
    };
    params?: any;
    url: string;
}

Type Parameters

  • Req

    The type of the request payload.

    +

Properties

body?: Req
contentType?: string
headers?: Record<string, any>
method: "GET" | "POST"
originMethod?: string
overrides?: ClientHeadersType & {
    API_KEY?: string;
    WITH_CREDENTIALS?: boolean;
} & {
    AUTH_TOKEN?: string;
}
params?: any
url: string
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/ClientResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/ClientResponse.html new file mode 100644 index 000000000..c8a090efd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/ClientResponse.html @@ -0,0 +1,8 @@ +ClientResponse | @aptos-labs/ts-sdk - v1.32.1

Interface ClientResponse<Res>

interface ClientResponse<Res> {
    config?: any;
    data: Res;
    headers?: any;
    request?: any;
    response?: any;
    status: number;
    statusText: string;
}

Type Parameters

  • Res

Properties

config?: any
data: Res
headers?: any
request?: any
response?: any
status: number
statusText: string
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/CreateAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/CreateAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..2ed121e38 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/CreateAccountFromPrivateKeyArgs.html @@ -0,0 +1,8 @@ +CreateAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.32.1

Interface CreateAccountFromPrivateKeyArgs

Arguments for creating an Account from a private key when the key type is unknown at compile time.

+

The private key used to create the account.

+

Optional address for the account.

+

Optional flag indicating if the account is a legacy account.

+
interface CreateAccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy?: boolean;
    privateKey: PrivateKey;
}

Properties

legacy?: boolean
privateKey: PrivateKey
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..9c8ab7af0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html @@ -0,0 +1,9 @@ +CreateEd25519AccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.32.1

Interface CreateEd25519AccountFromPrivateKeyArgs

Arguments for creating an Ed25519Account from an Ed25519PrivateKey. +To use the SingleKey authentication scheme, set legacy to false.

+

The private key used to create the account.

+

Optional address for the account.

+

Indicates whether to use legacy authentication (default is true).

+
interface CreateEd25519AccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy?: true;
    privateKey: Ed25519PrivateKey;
}

Properties

legacy
privateKey: Ed25519PrivateKey
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..debf3a0a2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html @@ -0,0 +1,9 @@ +CreateEd25519SingleKeyAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.32.1

Interface CreateEd25519SingleKeyAccountFromPrivateKeyArgs

Arguments for creating a SingleKeyAccount using an Ed25519PrivateKey. +The legacy property must be set to false to utilize the SingleKey authentication scheme.

+

The Ed25519 private key used for account creation.

+

Optional account address input.

+

Must be false to enable the SingleKey authentication scheme.

+
interface CreateEd25519SingleKeyAccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy: false;
    privateKey: Ed25519PrivateKey;
}

Properties

Properties

legacy
privateKey: Ed25519PrivateKey
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..5e09eb78b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html @@ -0,0 +1,9 @@ +CreateSingleKeyAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.32.1

Interface CreateSingleKeyAccountFromPrivateKeyArgs

Arguments for creating a SingleKeyAccount from a supported private key, excluding Ed25519PrivateKey. +The legacy argument is always false and cannot be set to true.

+

The private key used to create the account.

+

Optional address input for the account.

+

Always false; cannot be explicitly set to true.

+
interface CreateSingleKeyAccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy?: false;
    privateKey: PrivateKey;
}

Properties

legacy
privateKey: PrivateKey
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/Deserializable.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/Deserializable.html new file mode 100644 index 000000000..57ea589a5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/Deserializable.html @@ -0,0 +1,15 @@ +Deserializable | @aptos-labs/ts-sdk - v1.32.1

Interface Deserializable<T>

This interface exists to define Deserializable inputs for functions that +deserialize a byte buffer into a type T. +It is not intended to be implemented or extended, because Typescript has no support +for static methods in interfaces.

+
interface Deserializable<T> {
    deserialize(deserializer: Deserializer): T;
}

Type Parameters

  • T

    The type that this will deserialize into.

    +

Methods

Methods

  • Deserializes the buffered bytes into an instance of the specified class type. +This function provides an alternative syntax for deserialization, allowing users to call +deserializer.deserialize(MyClass) instead of MyClass.deserialize(deserializer).

    +

    Parameters

    • deserializer: Deserializer

      The deserializer instance with the buffered bytes.

      +

    Returns T

    The deserialized value of class type T.

    +
    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)` +
    + +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/Ed25519SignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/Ed25519SignerConstructorArgs.html new file mode 100644 index 000000000..a2317fb70 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/Ed25519SignerConstructorArgs.html @@ -0,0 +1,6 @@ +Ed25519SignerConstructorArgs | @aptos-labs/ts-sdk - v1.32.1

Interface Ed25519SignerConstructorArgs

Arguments required to create an instance of an Ed25519 signer.

+

The private key used for signing.

+

Optional account address associated with the signer.

+
interface Ed25519SignerConstructorArgs {
    address?: AccountAddressInput;
    privateKey: Ed25519PrivateKey;
}

Properties

Properties

privateKey: Ed25519PrivateKey
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/Ed25519SignerFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/Ed25519SignerFromDerivationPathArgs.html new file mode 100644 index 000000000..18fba583a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/Ed25519SignerFromDerivationPathArgs.html @@ -0,0 +1,6 @@ +Ed25519SignerFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.32.1

Interface Ed25519SignerFromDerivationPathArgs

Arguments for creating an Ed25519 signer from a derivation path.

+

The derivation path for the Ed25519 key.

+

The mnemonic phrase used to generate the key.

+
interface Ed25519SignerFromDerivationPathArgs {
    mnemonic: string;
    path: string;
}

Properties

Properties

mnemonic: string
path: string
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/EntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/EntryFunctionArgument.html new file mode 100644 index 000000000..abc985863 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/EntryFunctionArgument.html @@ -0,0 +1,19 @@ +EntryFunctionArgument | @aptos-labs/ts-sdk - v1.32.1

Interface EntryFunctionArgument

Represents an argument for entry functions, providing methods to serialize the argument +to BCS-serialized bytes and convert it to different formats.

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

Hierarchy (view full)

Implemented by

Methods

  • Converts the BCS-serialized bytes of an argument into a hexadecimal representation. +This function is useful for obtaining a Hex instance that encapsulates the BCS-serialized bytes, +allowing for easier manipulation and representation of the data.

    +

    Returns Hex

    A Hex instance containing the BCS-serialized bytes.

    +
  • Serialize an argument to BCS-serialized bytes. +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

    • serializer: Serializer

      The serializer used to convert the argument.

      +

    Returns void

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/GenerateAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/GenerateAccountArgs.html new file mode 100644 index 000000000..70792681c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/GenerateAccountArgs.html @@ -0,0 +1,6 @@ +GenerateAccountArgs | @aptos-labs/ts-sdk - v1.32.1

Interface GenerateAccountArgs

Arguments for generating an opaque Account when the input signature scheme is unknown at compile time.

+

The signing scheme to use for account generation.

+

Indicates whether to use legacy account generation methods.

+
interface GenerateAccountArgs {
    legacy?: boolean;
    scheme?: SigningSchemeInput;
}

Properties

Properties

legacy?: boolean
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/GenerateEd25519AccountArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/GenerateEd25519AccountArgs.html new file mode 100644 index 000000000..87742f53d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/GenerateEd25519AccountArgs.html @@ -0,0 +1,6 @@ +GenerateEd25519AccountArgs | @aptos-labs/ts-sdk - v1.32.1

Interface GenerateEd25519AccountArgs

Arguments for generating an Ed25519 account, specifying the signing scheme and legacy option.

+

The signing scheme to use for the account.

+

Indicates if the account should be created in legacy mode.

+
interface GenerateEd25519AccountArgs {
    legacy?: true;
    scheme?: Ed25519;
}

Properties

Properties

legacy
scheme?: Ed25519
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/GenerateEd25519SingleKeyAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/GenerateEd25519SingleKeyAccountArgs.html new file mode 100644 index 000000000..be6b394aa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/GenerateEd25519SingleKeyAccountArgs.html @@ -0,0 +1,7 @@ +GenerateEd25519SingleKeyAccountArgs | @aptos-labs/ts-sdk - v1.32.1

Interface GenerateEd25519SingleKeyAccountArgs

Arguments for generating a SingleKeyAccount with an underlying Ed25519PrivateKey. +The legacy argument must be set to false to ensure an Ed25519SingleKeyAccount is returned.

+

Optional signing scheme input for the account.

+

Indicates whether to use legacy account generation.

+
interface GenerateEd25519SingleKeyAccountArgs {
    legacy: false;
    scheme?: Ed25519;
}

Properties

Properties

legacy
scheme?: Ed25519
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/GenerateSingleKeyAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/GenerateSingleKeyAccountArgs.html new file mode 100644 index 000000000..aca8c2803 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/GenerateSingleKeyAccountArgs.html @@ -0,0 +1,7 @@ +GenerateSingleKeyAccountArgs | @aptos-labs/ts-sdk - v1.32.1

Interface GenerateSingleKeyAccountArgs

Arguments for generating a SingleKeyAccount using a supported private key other than Ed25519PrivateKey. +The legacy argument is optional and defaults to false, and cannot be set to true.

+

The signing scheme to use for the account.

+

Indicates whether to use legacy account generation (defaults to false).

+
interface GenerateSingleKeyAccountArgs {
    legacy?: false;
    scheme: Secp256k1Ecdsa;
}

Properties

Properties

legacy
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputGenerateMultiAgentRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputGenerateMultiAgentRawTransactionArgs.html new file mode 100644 index 000000000..edc7ee1ab --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputGenerateMultiAgentRawTransactionArgs.html @@ -0,0 +1,14 @@ +InputGenerateMultiAgentRawTransactionArgs | @aptos-labs/ts-sdk - v1.32.1

Interface InputGenerateMultiAgentRawTransactionArgs

Arguments for generating a multi-agent transaction, used in the generateTransaction() method of the transaction builder flow.

+

Configuration settings for Aptos.

+

The address of the transaction sender.

+

The transaction payload.

+

List of secondary signer addresses.

+

Optional settings for transaction generation.

+

Optional address of the fee payer.

+

Properties

aptosConfig: AptosConfig
feePayerAddress?: AccountAddressInput
secondarySignerAddresses: AccountAddressInput[]
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputGenerateMultiAgentRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputGenerateMultiAgentRawTransactionData.html new file mode 100644 index 000000000..1548e3fa8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputGenerateMultiAgentRawTransactionData.html @@ -0,0 +1,12 @@ +InputGenerateMultiAgentRawTransactionData | @aptos-labs/ts-sdk - v1.32.1

Interface InputGenerateMultiAgentRawTransactionData

Holds user data input for generating a multi-agent transaction.

+

The address of the primary sender.

+

The payload data for the transaction.

+

An array of addresses for secondary signers.

+

Optional transaction options.

+

Indicates if a fee payer is included.

+
interface InputGenerateMultiAgentRawTransactionData {
    data: InputGenerateTransactionPayloadData;
    options?: InputGenerateTransactionOptions;
    secondarySignerAddresses: AccountAddressInput[];
    sender: AccountAddressInput;
    withFeePayer?: boolean;
}

Properties

secondarySignerAddresses: AccountAddressInput[]
withFeePayer?: boolean
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputGenerateSingleSignerRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputGenerateSingleSignerRawTransactionArgs.html new file mode 100644 index 000000000..473cb6443 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputGenerateSingleSignerRawTransactionArgs.html @@ -0,0 +1,12 @@ +InputGenerateSingleSignerRawTransactionArgs | @aptos-labs/ts-sdk - v1.32.1

Interface InputGenerateSingleSignerRawTransactionArgs

Arguments for generating a single signer raw transaction, used in the transaction builder flow.

+

Configuration settings for Aptos.

+

The address of the sender.

+

The transaction payload.

+

Optional transaction generation options.

+

Optional address of the fee payer.

+
interface InputGenerateSingleSignerRawTransactionArgs {
    aptosConfig: AptosConfig;
    feePayerAddress?: AccountAddressInput;
    options?: InputGenerateTransactionOptions;
    payload: AnyTransactionPayloadInstance;
    sender: AccountAddressInput;
}

Properties

aptosConfig: AptosConfig
feePayerAddress?: AccountAddressInput
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputGenerateSingleSignerRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputGenerateSingleSignerRawTransactionData.html new file mode 100644 index 000000000..f7485819c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputGenerateSingleSignerRawTransactionData.html @@ -0,0 +1,12 @@ +InputGenerateSingleSignerRawTransactionData | @aptos-labs/ts-sdk - v1.32.1

Interface InputGenerateSingleSignerRawTransactionData

Holds user input data for generating a single signer transaction.

+

The address of the account sending the transaction.

+

The payload data for the transaction.

+

Optional transaction options.

+

Indicates if the fee payer is included.

+

Addresses for any secondary signers (not used in single signer transactions).

+
interface InputGenerateSingleSignerRawTransactionData {
    data: InputGenerateTransactionPayloadData;
    options?: InputGenerateTransactionOptions;
    secondarySignerAddresses?: undefined;
    sender: AccountAddressInput;
    withFeePayer?: boolean;
}

Properties

secondarySignerAddresses?: undefined
withFeePayer?: boolean
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputSubmitTransactionData.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputSubmitTransactionData.html new file mode 100644 index 000000000..aa038914f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/InputSubmitTransactionData.html @@ -0,0 +1,10 @@ +InputSubmitTransactionData | @aptos-labs/ts-sdk - v1.32.1

Interface InputSubmitTransactionData

Holds user data input for submitting a transaction.

+

The raw transaction data.

+

The authenticator for the sender's account.

+

Optional authenticator for the fee payer's account.

+

Optional array of authenticators for additional signers.

+

Properties

additionalSignersAuthenticators?: AccountAuthenticator[]
feePayerAuthenticator?: AccountAuthenticator
senderAuthenticator: AccountAuthenticator
transaction: AnyRawTransaction
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/KeylessSigner.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/KeylessSigner.html new file mode 100644 index 000000000..4891e8118 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/KeylessSigner.html @@ -0,0 +1,30 @@ +KeylessSigner | @aptos-labs/ts-sdk - v1.32.1

Interface KeylessSigner

An interface which defines if an Account utilizes Keyless signing.

+
interface KeylessSigner {
    accountAddress: AccountAddress;
    publicKey: AccountPublicKey;
    signingScheme: SigningScheme;
    checkKeylessAccountValidity(aptosConfig: AptosConfig): Promise<void>;
    sign(message: HexInput): Signature;
    signTransaction(transaction: AnyRawTransaction): Signature;
    signTransactionWithAuthenticator(transaction: AnyRawTransaction): AccountAuthenticator;
    signWithAuthenticator(message: HexInput): AccountAuthenticator;
    verifySignature(args: VerifySignatureArgs): boolean;
}

Hierarchy (view full)

Implemented by

Methods

  • Verify the given message and signature with the public key. +This function helps ensure the integrity and authenticity of a message by validating its signature.

    +

    Parameters

    Returns boolean

    A boolean indicating whether the signature is valid.

    +

Properties

accountAddress: AccountAddress

Account address associated with the account

+
publicKey: AccountPublicKey

Public key associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/OrderByArg.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/OrderByArg.html new file mode 100644 index 000000000..79d7672af --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/OrderByArg.html @@ -0,0 +1,2 @@ +OrderByArg | @aptos-labs/ts-sdk - v1.32.1

Interface OrderByArg<T>

interface OrderByArg<T> {
    orderBy?: OrderBy<T>;
}

Type Parameters

  • T extends {}

Properties

Properties

orderBy?: OrderBy<T>
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/PaginationArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/PaginationArgs.html new file mode 100644 index 000000000..d1f3f46d6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/PaginationArgs.html @@ -0,0 +1,6 @@ +PaginationArgs | @aptos-labs/ts-sdk - v1.32.1

Interface PaginationArgs

Defines the parameters for paginating query results, including the starting position and maximum number of items to return.

+

Specifies the starting position of the query result. Default is 0.

+

Specifies the maximum number of items to return. Default is 25.

+
interface PaginationArgs {
    limit?: number;
    offset?: AnyNumber;
}

Properties

Properties

limit?: number
offset?: AnyNumber
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/PrivateKeyFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/PrivateKeyFromDerivationPathArgs.html new file mode 100644 index 000000000..a7ba34c1c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/PrivateKeyFromDerivationPathArgs.html @@ -0,0 +1,6 @@ +PrivateKeyFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.32.1

Interface PrivateKeyFromDerivationPathArgs

Arguments for deriving a private key using a mnemonic phrase and a specified BIP44 path.

+

The BIP44 derivation path for the key.

+

The mnemonic phrase used for key generation.

+
interface PrivateKeyFromDerivationPathArgs {
    mnemonic: string;
    path: string;
}

Properties

Properties

mnemonic: string
path: string
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/ProofFetchEvents.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/ProofFetchEvents.html new file mode 100644 index 000000000..b7a828b98 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/ProofFetchEvents.html @@ -0,0 +1,2 @@ +ProofFetchEvents | @aptos-labs/ts-sdk - v1.32.1

Interface ProofFetchEvents

interface ProofFetchEvents {
    proofFetchFinish: ((status: ProofFetchStatus) => void);
}

Properties

Properties

proofFetchFinish: ((status: ProofFetchStatus) => void)
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/ScriptFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/ScriptFunctionArgument.html new file mode 100644 index 000000000..b87f61690 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/ScriptFunctionArgument.html @@ -0,0 +1,10 @@ +ScriptFunctionArgument | @aptos-labs/ts-sdk - v1.32.1

Interface ScriptFunctionArgument

Represents an argument for script functions, providing methods to serialize and convert to bytes.

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

Hierarchy (view full)

Methods

  • Serialize an argument to BCS-serialized bytes as a type aware byte sequence. +The byte sequence contains an enum variant index followed by the BCS-serialized +bytes for a typed argument.

    +

    Parameters

    Returns void

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/SingleKeySignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/SingleKeySignerConstructorArgs.html new file mode 100644 index 000000000..4a1ed3a00 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/SingleKeySignerConstructorArgs.html @@ -0,0 +1,6 @@ +SingleKeySignerConstructorArgs | @aptos-labs/ts-sdk - v1.32.1

Interface SingleKeySignerConstructorArgs

Arguments required to create a single key signer.

+

The private key used for signing.

+

Optional account address associated with the signer.

+
interface SingleKeySignerConstructorArgs {
    address?: AccountAddressInput;
    privateKey: PrivateKey;
}

Properties

Properties

privateKey: PrivateKey
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/SingleKeySignerGenerateArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/SingleKeySignerGenerateArgs.html new file mode 100644 index 000000000..c385fc61e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/SingleKeySignerGenerateArgs.html @@ -0,0 +1,4 @@ +SingleKeySignerGenerateArgs | @aptos-labs/ts-sdk - v1.32.1

Interface SingleKeySignerGenerateArgs

Arguments for generating a single key signer.

+

The signing scheme to be used.

+
interface SingleKeySignerGenerateArgs {
    scheme?: SigningSchemeInput;
}

Properties

Properties

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/TokenStandardArg.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/TokenStandardArg.html new file mode 100644 index 000000000..49782cf39 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/TokenStandardArg.html @@ -0,0 +1,4 @@ +TokenStandardArg | @aptos-labs/ts-sdk - v1.32.1

Interface TokenStandardArg

Represents the arguments for specifying a token standard.

+

Optional standard of the token.

+
interface TokenStandardArg {
    tokenStandard?: TokenStandard;
}

Properties

Properties

tokenStandard?: TokenStandard
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/TransactionArgument.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/TransactionArgument.html new file mode 100644 index 000000000..c8fa43372 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/TransactionArgument.html @@ -0,0 +1,23 @@ +TransactionArgument | @aptos-labs/ts-sdk - v1.32.1

Interface TransactionArgument

Represents an argument for entry functions, providing methods to serialize the argument +to BCS-serialized bytes and convert it to different formats.

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

Hierarchy (view full)

Implemented by

Methods

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/TransactionWorkerEvents.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/TransactionWorkerEvents.html new file mode 100644 index 000000000..cbdb99ed7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/TransactionWorkerEvents.html @@ -0,0 +1,12 @@ +TransactionWorkerEvents | @aptos-labs/ts-sdk - v1.32.1

Interface TransactionWorkerEvents

Defines the events emitted by the transaction worker during various stages of transaction processing. * +transactionSent - Emitted when a transaction is successfully sent. +transactionSendFailed - Emitted when sending a transaction fails. +transactionExecuted - Emitted when a transaction is successfully executed. +transactionExecutionFailed - Emitted when executing a transaction fails. +executionFinish - Emitted when the execution process is finished.

+
interface TransactionWorkerEvents {
    executionFinish: ((data: ExecutionFinishEventData) => void);
    transactionExecuted: ((data: SuccessEventData) => void);
    transactionExecutionFailed: ((data: FailureEventData) => void);
    transactionSendFailed: ((data: FailureEventData) => void);
    transactionSent: ((data: SuccessEventData) => void);
}

Properties

executionFinish: ((data: ExecutionFinishEventData) => void)
transactionExecuted: ((data: SuccessEventData) => void)
transactionExecutionFailed: ((data: FailureEventData) => void)
transactionSendFailed: ((data: FailureEventData) => void)
transactionSent: ((data: SuccessEventData) => void)
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/VerifyEd25519SignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/VerifyEd25519SignatureArgs.html new file mode 100644 index 000000000..352d153f8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/VerifyEd25519SignatureArgs.html @@ -0,0 +1,6 @@ +VerifyEd25519SignatureArgs | @aptos-labs/ts-sdk - v1.32.1

Interface VerifyEd25519SignatureArgs

Arguments required to verify an Ed25519 signature against a given message.

+

The message to be verified, represented in hexadecimal format.

+

The Ed25519 signature to validate.

+
interface VerifyEd25519SignatureArgs {
    message: HexInput;
    signature: Ed25519Signature;
}

Properties

Properties

message: HexInput
signature: Ed25519Signature
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/VerifyMultiKeySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/VerifyMultiKeySignatureArgs.html new file mode 100644 index 000000000..b4a8fc490 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/VerifyMultiKeySignatureArgs.html @@ -0,0 +1,6 @@ +VerifyMultiKeySignatureArgs | @aptos-labs/ts-sdk - v1.32.1

Interface VerifyMultiKeySignatureArgs

Arguments required to verify a multi-key signature against a given message.

+

The original message that was signed.

+

The multi-key signature to be verified.

+
interface VerifyMultiKeySignatureArgs {
    message: HexInput;
    signature: MultiKeySignature;
}

Properties

Properties

message: HexInput
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/VerifySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/VerifySignatureArgs.html new file mode 100644 index 000000000..faef2cf52 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/VerifySignatureArgs.html @@ -0,0 +1,6 @@ +VerifySignatureArgs | @aptos-labs/ts-sdk - v1.32.1

Interface VerifySignatureArgs

Represents the arguments required to verify a digital signature.

+

The original message that was signed.

+

The signature to be verified against the message.

+
interface VerifySignatureArgs {
    message: HexInput;
    signature: Signature;
}

Properties

Properties

message: HexInput
signature: Signature
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/VerifySingleKeySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/VerifySingleKeySignatureArgs.html new file mode 100644 index 000000000..91ef07f4d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/VerifySingleKeySignatureArgs.html @@ -0,0 +1,6 @@ +VerifySingleKeySignatureArgs | @aptos-labs/ts-sdk - v1.32.1

Interface VerifySingleKeySignatureArgs

Arguments required to verify a single key signature for a given message.

+

The message to be verified, represented in hexadecimal format.

+

The signature that corresponds to the message.

+
interface VerifySingleKeySignatureArgs {
    message: HexInput;
    signature: AnySignature;
}

Properties

Properties

message: HexInput
signature: AnySignature
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/WhereArg.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/WhereArg.html new file mode 100644 index 000000000..3dc003fe3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/WhereArg.html @@ -0,0 +1,2 @@ +WhereArg | @aptos-labs/ts-sdk - v1.32.1

Interface WhereArg<T>

interface WhereArg<T> {
    where?: T;
}

Type Parameters

  • T extends {}

Properties

Properties

where?: T
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.CallSite.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.CallSite.html new file mode 100644 index 000000000..ff39ca8af --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.CallSite.html @@ -0,0 +1,48 @@ +CallSite | @aptos-labs/ts-sdk - v1.32.1
interface CallSite {
    getColumnNumber(): null | number;
    getEnclosingColumnNumber(): number;
    getEnclosingLineNumber(): number;
    getEvalOrigin(): undefined | string;
    getFileName(): undefined | string;
    getFunction(): undefined | Function;
    getFunctionName(): null | string;
    getLineNumber(): null | number;
    getMethodName(): null | string;
    getPosition(): number;
    getPromiseIndex(): null | number;
    getScriptHash(): string;
    getScriptNameOrSourceURL(): string;
    getThis(): unknown;
    getTypeName(): null | string;
    isAsync(): boolean;
    isConstructor(): boolean;
    isEval(): boolean;
    isNative(): boolean;
    isPromiseAll(): boolean;
    isToplevel(): boolean;
    toString(): string;
}

Methods

  • Current column number [if this function was defined in a script]

    +

    Returns null | number

  • Returns number

  • Returns number

  • A call site object representing the location where eval was called +[if this function was created using a call to eval]

    +

    Returns undefined | string

  • Name of the script [if this function was defined in a script]

    +

    Returns undefined | string

  • Current function

    +

    Returns undefined | Function

  • Name of the current function, typically its name property. +If a name property is not available an attempt will be made to try +to infer a name from the function's context.

    +

    Returns null | string

  • Current line number [if this function was defined in a script]

    +

    Returns null | number

  • Name of the property [of "this" or one of its prototypes] that holds +the current function

    +

    Returns null | string

  • Returns number

  • returns the index of the promise element that was followed in +Promise.all() or Promise.any() for async stack traces, or null +if the CallSite is not an async

    +

    Returns null | number

  • Returns string

  • Returns string

  • Value of "this"

    +

    Returns unknown

  • Type of "this" as a string. +This is the name of the function stored in the constructor field of +"this", if available. Otherwise the object's [[Class]] internal +property.

    +

    Returns null | string

  • is this an async call (i.e. await, Promise.all(), or Promise.any())?

    +

    Returns boolean

  • Is this a constructor call?

    +

    Returns boolean

  • Does this call take place in code defined by a call to eval?

    +

    Returns boolean

  • Is this call in native V8 code?

    +

    Returns boolean

  • is this an async call to Promise.all()?

    +

    Returns boolean

  • Is this a toplevel invocation, that is, is "this" the global object?

    +

    Returns boolean

  • Returns string

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.CreateCollectionOptions.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.CreateCollectionOptions.html new file mode 100644 index 000000000..738b4f220 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.CreateCollectionOptions.html @@ -0,0 +1,27 @@ +CreateCollectionOptions | @aptos-labs/ts-sdk - v1.32.1

Options for creating a collection, allowing customization of various attributes such as supply limits, mutability of metadata, +and royalty settings.

+

Maximum number of tokens that can be minted in the collection.

+

Indicates if the collection description can be changed after creation.

+

Indicates if the royalty settings can be modified after creation.

+

Indicates if the collection URI can be updated.

+

Indicates if individual token descriptions can be modified.

+

Indicates if individual token names can be changed.

+

Indicates if individual token properties can be altered.

+

Indicates if individual token URIs can be updated.

+

Indicates if the creator can burn tokens from the collection.

+

Indicates if the creator can freeze tokens in the collection.

+

The numerator for calculating royalties.

+

The denominator for calculating royalties.

+
interface CreateCollectionOptions {
    maxSupply?: AnyNumber;
    mutableDescription?: boolean;
    mutableRoyalty?: boolean;
    mutableTokenDescription?: boolean;
    mutableTokenName?: boolean;
    mutableTokenProperties?: boolean;
    mutableTokenURI?: boolean;
    mutableURI?: boolean;
    royaltyDenominator?: number;
    royaltyNumerator?: number;
    tokensBurnableByCreator?: boolean;
    tokensFreezableByCreator?: boolean;
}

Properties

maxSupply?: AnyNumber
mutableDescription?: boolean
mutableRoyalty?: boolean
mutableTokenDescription?: boolean
mutableTokenName?: boolean
mutableTokenProperties?: boolean
mutableTokenURI?: boolean
mutableURI?: boolean
royaltyDenominator?: number
royaltyNumerator?: number
tokensBurnableByCreator?: boolean
tokensFreezableByCreator?: boolean
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.Error.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.Error.html new file mode 100644 index 000000000..4ad2a496a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.Error.html @@ -0,0 +1,4 @@ +Error | @aptos-labs/ts-sdk - v1.32.1
interface Error {
    message: string;
    name: string;
    stack?: string;
}

Hierarchy (view full)

Properties

Properties

message: string
name: string
stack?: string
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.EventEmitter.EventEmitterStatic.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.EventEmitter.EventEmitterStatic.html new file mode 100644 index 000000000..084c607ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.EventEmitter.EventEmitterStatic.html @@ -0,0 +1,2 @@ +EventEmitterStatic | @aptos-labs/ts-sdk - v1.32.1
interface EventEmitterStatic {
    new EventEmitterStaticnew <EventTypes, Context>(): EventEmitter<EventTypes, Context>;
}

Constructors

Constructors

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.EventEmitter.ListenerFn.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.EventEmitter.ListenerFn.html new file mode 100644 index 000000000..df1fcdda8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.EventEmitter.ListenerFn.html @@ -0,0 +1 @@ +ListenerFn | @aptos-labs/ts-sdk - v1.32.1

Type Parameters

  • Args extends any[] = any[]
  • Parameters

    Returns void

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.GetAccountDomainsArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.GetAccountDomainsArgs.html new file mode 100644 index 000000000..1e28271fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.GetAccountDomainsArgs.html @@ -0,0 +1,5 @@ +GetAccountDomainsArgs | @aptos-labs/ts-sdk - v1.32.1

Arguments for retrieving the domains associated with a specific account.

+

The address of the account for which to fetch domains.

+
interface GetAccountDomainsArgs {
    accountAddress: AccountAddressInput;
    options?: PaginationArgs & OrderByArg<{
        domain?: null | string;
        domain_expiration_timestamp?: any;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        subdomain_expiration_policy?: any;
        token_standard?: null | string;
    }> & WhereArg<CurrentAptosNamesBoolExp>;
}

Hierarchy (view full)

Properties

accountAddress: AccountAddressInput
options?: PaginationArgs & OrderByArg<{
    domain?: null | string;
    domain_expiration_timestamp?: any;
    expiration_timestamp?: any;
    is_primary?: null | boolean;
    owner_address?: null | string;
    registered_address?: null | string;
    subdomain?: null | string;
    subdomain_expiration_policy?: any;
    token_standard?: null | string;
}> & WhereArg<CurrentAptosNamesBoolExp>
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.GetAccountNamesArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.GetAccountNamesArgs.html new file mode 100644 index 000000000..ae3c00393 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.GetAccountNamesArgs.html @@ -0,0 +1,5 @@ +GetAccountNamesArgs | @aptos-labs/ts-sdk - v1.32.1

Arguments for retrieving account names based on the specified account address.

+

The address of the account for which names are to be retrieved.

+
interface GetAccountNamesArgs {
    accountAddress: AccountAddressInput;
    options?: PaginationArgs & OrderByArg<{
        domain?: null | string;
        domain_expiration_timestamp?: any;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        subdomain_expiration_policy?: any;
        token_standard?: null | string;
    }> & WhereArg<CurrentAptosNamesBoolExp>;
}

Hierarchy (view full)

Properties

accountAddress: AccountAddressInput
options?: PaginationArgs & OrderByArg<{
    domain?: null | string;
    domain_expiration_timestamp?: any;
    expiration_timestamp?: any;
    is_primary?: null | boolean;
    owner_address?: null | string;
    registered_address?: null | string;
    subdomain?: null | string;
    subdomain_expiration_policy?: any;
    token_standard?: null | string;
}> & WhereArg<CurrentAptosNamesBoolExp>
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.GetAccountSubdomainsArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.GetAccountSubdomainsArgs.html new file mode 100644 index 000000000..8478cdce2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.GetAccountSubdomainsArgs.html @@ -0,0 +1,5 @@ +GetAccountSubdomainsArgs | @aptos-labs/ts-sdk - v1.32.1

Arguments for retrieving subdomains associated with a specific account.

+

The address of the account for which to fetch subdomains.

+
interface GetAccountSubdomainsArgs {
    accountAddress: AccountAddressInput;
    options?: PaginationArgs & OrderByArg<{
        domain?: null | string;
        domain_expiration_timestamp?: any;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        subdomain_expiration_policy?: any;
        token_standard?: null | string;
    }> & WhereArg<CurrentAptosNamesBoolExp>;
}

Hierarchy (view full)

Properties

accountAddress: AccountAddressInput
options?: PaginationArgs & OrderByArg<{
    domain?: null | string;
    domain_expiration_timestamp?: any;
    expiration_timestamp?: any;
    is_primary?: null | boolean;
    owner_address?: null | string;
    registered_address?: null | string;
    subdomain?: null | string;
    subdomain_expiration_policy?: any;
    token_standard?: null | string;
}> & WhereArg<CurrentAptosNamesBoolExp>
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.GetDomainSubdomainsArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.GetDomainSubdomainsArgs.html new file mode 100644 index 000000000..dd6369952 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.GetDomainSubdomainsArgs.html @@ -0,0 +1,5 @@ +GetDomainSubdomainsArgs | @aptos-labs/ts-sdk - v1.32.1

Arguments for retrieving subdomains associated with a specific domain.

+

The domain for which to fetch subdomains.

+
interface GetDomainSubdomainsArgs {
    domain: string;
    options?: PaginationArgs & OrderByArg<{
        domain?: null | string;
        domain_expiration_timestamp?: any;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        subdomain_expiration_policy?: any;
        token_standard?: null | string;
    }> & WhereArg<CurrentAptosNamesBoolExp>;
}

Hierarchy (view full)

Properties

Properties

domain: string
options?: PaginationArgs & OrderByArg<{
    domain?: null | string;
    domain_expiration_timestamp?: any;
    expiration_timestamp?: any;
    is_primary?: null | boolean;
    owner_address?: null | string;
    registered_address?: null | string;
    subdomain?: null | string;
    subdomain_expiration_policy?: any;
    token_standard?: null | string;
}> & WhereArg<CurrentAptosNamesBoolExp>
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.JwtHeader.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.JwtHeader.html new file mode 100644 index 000000000..11f575c9e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.JwtHeader.html @@ -0,0 +1,2 @@ +JwtHeader | @aptos-labs/ts-sdk - v1.32.1
interface JwtHeader {
    kid: string;
}

Properties

kid +

Properties

kid: string
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.PendingDequeue.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.PendingDequeue.html new file mode 100644 index 000000000..3609b9a5b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.PendingDequeue.html @@ -0,0 +1,8 @@ +PendingDequeue | @aptos-labs/ts-sdk - v1.32.1

The AsyncQueue class is an async-aware data structure that provides a queue-like +behavior for managing asynchronous tasks or operations. +It allows to enqueue items and dequeue them asynchronously. +This is not thread-safe, but it is async concurrency safe, and +it does not guarantee ordering for those that call into and await on enqueue.

+
interface PendingDequeue<T> {
    reject: ((reason?: AsyncQueueCancelledError) => void);
    resolve: ((value: T) => void);
}

Type Parameters

  • T

Properties

Properties

reject: ((reason?: AsyncQueueCancelledError) => void)
resolve: ((value: T) => void)
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.PromiseFulfilledResult.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.PromiseFulfilledResult.html new file mode 100644 index 000000000..6229848b2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.PromiseFulfilledResult.html @@ -0,0 +1,3 @@ +PromiseFulfilledResult | @aptos-labs/ts-sdk - v1.32.1

Interface PromiseFulfilledResult<T>

interface PromiseFulfilledResult<T> {
    status: "fulfilled";
    value: T;
}

Type Parameters

  • T

Properties

Properties

status
value: T
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.QueryNamesOptions.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.QueryNamesOptions.html new file mode 100644 index 000000000..abc2bfb23 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.QueryNamesOptions.html @@ -0,0 +1,4 @@ +QueryNamesOptions | @aptos-labs/ts-sdk - v1.32.1

Options for querying names, including pagination, ordering, and filtering criteria.

+

Pagination and filtering options for the query.

+
interface QueryNamesOptions {
    options?: PaginationArgs & OrderByArg<{
        domain?: null | string;
        domain_expiration_timestamp?: any;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        subdomain_expiration_policy?: any;
        token_standard?: null | string;
    }> & WhereArg<CurrentAptosNamesBoolExp>;
}

Hierarchy (view full)

Properties

Properties

options?: PaginationArgs & OrderByArg<{
    domain?: null | string;
    domain_expiration_timestamp?: any;
    expiration_timestamp?: any;
    is_primary?: null | boolean;
    owner_address?: null | string;
    registered_address?: null | string;
    subdomain?: null | string;
    subdomain_expiration_policy?: any;
    token_standard?: null | string;
}> & WhereArg<CurrentAptosNamesBoolExp>
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.RegisterNameParameters.html b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.RegisterNameParameters.html new file mode 100644 index 000000000..54c411ab5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/interfaces/_internal_.RegisterNameParameters.html @@ -0,0 +1,14 @@ +RegisterNameParameters | @aptos-labs/ts-sdk - v1.32.1

Parameters for registering a name in the Aptos network.

+

Configuration settings for the Aptos network.

+

The account initiating the name registration.

+

The name to be registered.

+

The expiration policy for the name registration.

+
interface RegisterNameParameters {
    aptosConfig: AptosConfig;
    expiration: {
        policy: "domain";
        years?: 1;
    } | {
        policy: "subdomain:follow-domain";
    } | {
        expirationDate: number;
        policy: "subdomain:independent";
    };
    name: string;
    options?: InputGenerateTransactionOptions;
    sender: Account;
    targetAddress?: AccountAddressInput;
    toAddress?: AccountAddressInput;
    transferable?: boolean;
}

Properties

aptosConfig: AptosConfig
expiration: {
    policy: "domain";
    years?: 1;
} | {
    policy: "subdomain:follow-domain";
} | {
    expirationDate: number;
    policy: "subdomain:independent";
}
name: string
sender: Account
targetAddress?: AccountAddressInput
transferable?: boolean
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/media/README.md b/docs/@aptos-labs/ts-sdk-1.32.1/media/README.md new file mode 100644 index 000000000..8268be293 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/media/README.md @@ -0,0 +1,43 @@ +## Examples + +These examples show how to build common tasks in Javascript and Typescript. + +### Running an example + +These examples use a linked version of the `aptos` package from the main repository. To run a test, first build the +package in the top level directory of this repo. + +```bash + pnpm build +``` + +At this point, you can run any of the examples in this directory. For example, to run the `simple_transfer` example: + +```bash + cd examples/javascript + pnpm install + pnpm run simple_transfer +``` + +This will then print out the results of the test accordingly. + +### Moving an example to use the published package + +Simply just replace the line in the associated `package.json` file: + +```json + "aptos": "link:../../.." +``` + +with the appropriate version e.g.: + +```json + "aptos": "latest" +``` + +You should be able then simply run: + +```bash + pnpm install + pnpm test +``` diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/modules.html b/docs/@aptos-labs/ts-sdk-1.32.1/modules.html new file mode 100644 index 000000000..90c6956c7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/modules.html @@ -0,0 +1,469 @@ +@aptos-labs/ts-sdk - v1.32.1

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

Index

Classes

AbstractKeylessAccount +Account +AccountAddress +AccountAuthenticator +AccountAuthenticatorEd25519 +AccountAuthenticatorMultiEd25519 +AccountAuthenticatorMultiKey +AccountAuthenticatorSingleKey +AccountPublicKey +AccountSequenceNumber +AnyPublicKey +AnySignature +Aptos +AptosApiError +AptosConfig +AuthenticationKey +Bool +ChainId +Deserializer +Ed25519Account +Ed25519PrivateKey +Ed25519PublicKey +Ed25519Signature +EntryFunction +EntryFunctionBytes +EphemeralCertificate +EphemeralKeyPair +EphemeralPublicKey +EphemeralSignature +FederatedKeylessAccount +FederatedKeylessPublicKey +FeePayerRawTransaction +FixedBytes +Groth16VerificationKey +Groth16Zkp +Hex +Identifier +KeylessAccount +KeylessConfiguration +KeylessError +KeylessPublicKey +KeylessSignature +ModuleId +MoveJWK +MoveOption +MoveString +MoveVector +MultiAgentRawTransaction +MultiAgentTransaction +MultiEd25519PublicKey +MultiEd25519Signature +MultiKey +MultiKeyAccount +MultiKeySignature +MultiSig +MultiSigTransactionPayload +ParsingError +PrivateKey +PublicKey +RawTransaction +RawTransactionWithData +RotationProofChallenge +Script +Secp256k1PrivateKey +Secp256k1PublicKey +Secp256k1Signature +Serializable +Serialized +Serializer +Signature +SignedTransaction +SimpleTransaction +SingleKeyAccount +StructTag +TransactionAndProof +TransactionAuthenticator +TransactionAuthenticatorEd25519 +TransactionAuthenticatorFeePayer +TransactionAuthenticatorMultiAgent +TransactionAuthenticatorMultiEd25519 +TransactionAuthenticatorSingleSender +TransactionPayload +TransactionPayloadEntryFunction +TransactionPayloadMultiSig +TransactionPayloadScript +TransactionWorker +TypeTag +TypeTagAddress +TypeTagBool +TypeTagGeneric +TypeTagParserError +TypeTagReference +TypeTagSigner +TypeTagStruct +TypeTagU128 +TypeTagU16 +TypeTagU256 +TypeTagU32 +TypeTagU64 +TypeTagU8 +TypeTagVector +U128 +U16 +U256 +U32 +U64 +U8 +ZeroKnowledgeSig +ZkProof +

Enumerations

Events

Functions

aptosCoinStructTag +aptosRequest +base64UrlDecode +bigIntToBytesLE +buildTransaction +bytesToBigIntLE +checkOrConvertArgument +CKDPriv +convertAmountFromHumanReadableToOnChain +convertAmountFromOnChainToHumanReadable +convertArgument +convertNumber +createObjectAddress +createResourceAddress +createTokenAddress +deriveKey +deriveTransactionType +deserializeFromScriptArgument +ensureBoolean +fetchEntryFunctionAbi +fetchFunctionAbi +fetchViewFunctionAbi +findFirstNonSignerArg +floorToWholeHour +generateRawTransaction +generateSignedTransaction +generateSignedTransactionForSimulation +generateSigningMessage +generateSigningMessageForSerializable +generateSigningMessageForTransaction +generateTransactionPayload +generateTransactionPayloadWithABI +generateUserTransactionHash +generateViewFunctionPayload +generateViewFunctionPayloadWithABI +get +getAptosFullNode +getAptosPepperService +getAuthenticatorForSimulation +getErrorMessage +getFunctionParts +getIssAudAndUidVal +getKeylessConfig +getKeylessJWKs +hashStrToField +hashValues +hexToAsciiString +isBcsAddress +isBcsBool +isBcsFixedBytes +isBcsString +isBcsU128 +isBcsU16 +isBcsU256 +isBcsU32 +isBcsU64 +isBcsU8 +isBlockEpilogueTransactionResponse +isBlockMetadataTransactionResponse +isBool +isCanonicalEd25519Signature +isEd25519Signature +isEmptyOption +isEncodedEntryFunctionArgument +isEncodedStruct +isFeePayerSignature +isGenesisTransactionResponse +isKeylessSigner +isLargeNumber +isMultiAgentSignature +isMultiEd25519Signature +isNumber +isPendingTransactionResponse +isScriptDataInput +isSecp256k1Signature +isStateCheckpointTransactionResponse +isString +isUserTransactionResponse +isValidatorTransactionResponse +isValidBIP44Path +isValidHardenedPath +mnemonicToSeed +normalizeBundle +nowInSeconds +objectStructTag +optionStructTag +outOfRangeErrorMessage +padAndPackBytesWithLen +paginateWithCursor +parseEncodedStruct +parseJwtHeader +parseTypeTag +poseidonHash +post +postAptosFaucet +postAptosFullNode +postAptosIndexer +postAptosPepperService +postAptosProvingService +request +sleep +splitPath +standardizeTypeTags +stringStructTag +throwTypeMismatch +validateNumberInRange +

Interfaces

Modules

Type Aliases

AccountAddressInput +AccountData +AccountSignature +AnyNumber +AnyRawTransaction +AnyRawTransactionInstance +AnyTransactionPayloadInstance +AptosRequest +AptosSettings +AuthenticationKeyScheme +Block +BlockEndInfo +BlockEpilogueTransactionResponse +BlockMetadataTransactionResponse +ClientConfig +ClientHeadersType +CommittedTransactionResponse +DecodedTableData +DeletedTableData +DerivedKeys +DeserializableClass +DirectWriteSet +EntryFunctionABI +EntryFunctionArgumentTypes +EntryFunctionPayloadResponse +Event +EventGuid +ExecutionFinishEventData +FailureEventData +FaucetConfig +FullNodeConfig +FunctionABI +GasEstimation +GenerateAccount +GenerateAccountWithEd25519 +GenerateAccountWithSingleSignerSecp256k1Key +GenesisPayload +GenesisTransactionResponse +GetAccountCoinsDataResponse +GetAccountCollectionsWithOwnedTokenResponse +GetAccountOwnedTokensFromCollectionResponse +GetAccountOwnedTokensQueryResponse +GetANSNameResponse +GetAptosRequestOptions +GetChainTopUserTransactionsResponse +GetCollectionDataResponse +GetCurrentFungibleAssetBalancesResponse +GetCurrentTokenOwnershipResponse +GetDelegatedStakingActivitiesResponse +GetEventsResponse +GetFungibleAssetActivitiesResponse +GetFungibleAssetMetadataResponse +GetNumberOfDelegatorsResponse +GetObjectDataQueryResponse +GetOwnedTokensResponse +GetProcessorStatusResponse +GetRequestOptions +GetTableItemsDataResponse +GetTableItemsMetadataResponse +GetTokenActivityResponse +GetTokenDataResponse +GraphqlQuery +HexInput +IndexerConfig +InputEntryFunctionData +InputEntryFunctionDataWithABI +InputEntryFunctionDataWithRemoteABI +InputGenerateRawTransactionArgs +InputGenerateTransactionData +InputGenerateTransactionOptions +InputGenerateTransactionPayloadData +InputGenerateTransactionPayloadDataWithABI +InputGenerateTransactionPayloadDataWithRemoteABI +InputMultiSigData +InputMultiSigDataWithABI +InputMultiSigDataWithRemoteABI +InputScriptData +InputSimulateTransactionData +InputSimulateTransactionOptions +InputViewFunctionData +InputViewFunctionDataWithABI +InputViewFunctionDataWithRemoteABI +InputViewFunctionJsonData +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 +ProofFetchCallback +ProofFetchFailure +ProofFetchStatus +ProofFetchSuccess +ScriptFunctionArgumentTypes +ScriptPayloadResponse +ScriptWriteSet +SimpleEntryFunctionArgumentTypes +SingleKeySignerFromDerivationPathArgs +StateCheckpointTransactionResponse +SuccessEventData +TableItemRequest +TokenStandard +TransactionEd25519Signature +TransactionFeePayerSignature +TransactionMultiAgentSignature +TransactionMultiEd25519Signature +TransactionPayloadResponse +TransactionResponse +TransactionSecp256k1Signature +TransactionSignature +TypeArgument +Uint128 +Uint16 +Uint256 +Uint32 +Uint64 +Uint8 +UserTransactionResponse +ValidatorTransactionResponse +ViewFunctionABI +ViewFunctionJsonPayload +WaitForTransactionOptions +WriteSet +WriteSetChange +WriteSetChangeDeleteModule +WriteSetChangeDeleteResource +WriteSetChangeDeleteTableItem +WriteSetChangeWriteModule +WriteSetChangeWriteResource +WriteSetChangeWriteTableItem +

Variables

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/modules/_internal_.EventEmitter.html b/docs/@aptos-labs/ts-sdk-1.32.1/modules/_internal_.EventEmitter.html new file mode 100644 index 000000000..27ee6ac4e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/modules/_internal_.EventEmitter.html @@ -0,0 +1,9 @@ +EventEmitter | @aptos-labs/ts-sdk - v1.32.1

Index

Interfaces

Type Aliases

Variables

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/modules/_internal_.html b/docs/@aptos-labs/ts-sdk-1.32.1/modules/_internal_.html new file mode 100644 index 000000000..677cd8603 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/modules/_internal_.html @@ -0,0 +1,95 @@ +<internal> | @aptos-labs/ts-sdk - v1.32.1

Classes

Enumerations

Interfaces

Namespaces

References

Type Aliases

Variables

References

Re-exports ArgumentMap
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/AccountAddressInput.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/AccountAddressInput.html new file mode 100644 index 000000000..f3f4edaa3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/AccountAddressInput.html @@ -0,0 +1,2 @@ +AccountAddressInput | @aptos-labs/ts-sdk - v1.32.1

Type Alias AccountAddressInput

AccountAddressInput: HexInput | AccountAddress

The input for an account address, which can be either a hexadecimal string or a standard account address.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/AccountData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/AccountData.html new file mode 100644 index 000000000..ece16355f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/AccountData.html @@ -0,0 +1,2 @@ +AccountData | @aptos-labs/ts-sdk - v1.32.1

Type Alias AccountData

AccountData: {
    authentication_key: string;
    sequence_number: string;
}

The data associated with an account, including its sequence number.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/AccountSignature.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/AccountSignature.html new file mode 100644 index 000000000..1ab8a3bd0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/AccountSignature.html @@ -0,0 +1,2 @@ +AccountSignature | @aptos-labs/ts-sdk - v1.32.1

Type Alias AccountSignature

The union of all single account signatures, including Ed25519, Secp256k1, and MultiEd25519 signatures.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/AnyNumber.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/AnyNumber.html new file mode 100644 index 000000000..a7d92c8a5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/AnyNumber.html @@ -0,0 +1,2 @@ +AnyNumber | @aptos-labs/ts-sdk - v1.32.1

Type Alias AnyNumber

AnyNumber: number | bigint

A number or a bigint value.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/AnyRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/AnyRawTransaction.html new file mode 100644 index 000000000..9c168ff73 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/AnyRawTransaction.html @@ -0,0 +1,2 @@ +AnyRawTransaction | @aptos-labs/ts-sdk - v1.32.1

Type Alias AnyRawTransaction

Unified type that holds all the return interfaces when generating different transaction types

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/AnyRawTransactionInstance.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/AnyRawTransactionInstance.html new file mode 100644 index 000000000..d3825c01e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/AnyRawTransactionInstance.html @@ -0,0 +1,2 @@ +AnyRawTransactionInstance | @aptos-labs/ts-sdk - v1.32.1

Type Alias AnyRawTransactionInstance

Holds all return interfaces for generating different transaction types.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/AnyTransactionPayloadInstance.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/AnyTransactionPayloadInstance.html new file mode 100644 index 000000000..9b53d0388 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/AnyTransactionPayloadInstance.html @@ -0,0 +1,3 @@ +AnyTransactionPayloadInstance | @aptos-labs/ts-sdk - v1.32.1

Type Alias AnyTransactionPayloadInstance

The transaction payload type generated from the generateTransactionPayload() function, which can be an entry function, +script, or multi-signature payload.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/AptosRequest.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/AptosRequest.html new file mode 100644 index 000000000..ed70673aa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/AptosRequest.html @@ -0,0 +1,11 @@ +AptosRequest | @aptos-labs/ts-sdk - v1.32.1

Type Alias AptosRequest

AptosRequest: {
    acceptType?: string;
    body?: any;
    contentType?: string;
    method: "GET" | "POST";
    originMethod?: string;
    overrides?: ClientConfig & FullNodeConfig & IndexerConfig & FaucetConfig;
    params?: Record<string,
        | string
        | AnyNumber
        | boolean
        | undefined>;
    path?: string;
    url: string;
}

The API request type

+

the url to make the request to, i.e. https://fullnode.devnet.aptoslabs.com/v1

+

the request method "GET" | "POST"

+

(optional) - the endpoint to make the request to, i.e. transactions

+

(optional) - the body of the request

+

(optional) - the content type to set the content-type header to, +by default is set to application/json

+

(optional) - query params to add to the request

+

(optional) - the local method the request came from

+

(optional) - a ClientConfig object type to override request data

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/AptosSettings.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/AptosSettings.html new file mode 100644 index 000000000..45330e56f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/AptosSettings.html @@ -0,0 +1,2 @@ +AptosSettings | @aptos-labs/ts-sdk - v1.32.1

Type Alias AptosSettings

AptosSettings: {
    client?: Client;
    clientConfig?: ClientConfig;
    faucet?: string;
    faucetConfig?: FaucetConfig;
    fullnode?: string;
    fullnodeConfig?: FullNodeConfig;
    indexer?: string;
    indexerConfig?: IndexerConfig;
    network?: Network;
    pepper?: string;
    prover?: string;
}

Configuration options for initializing the SDK, allowing customization of its behavior and interaction with the Aptos network.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/AuthenticationKeyScheme.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/AuthenticationKeyScheme.html new file mode 100644 index 000000000..ee30c3c2a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/AuthenticationKeyScheme.html @@ -0,0 +1,2 @@ +AuthenticationKeyScheme | @aptos-labs/ts-sdk - v1.32.1

Type Alias AuthenticationKeyScheme

AuthenticationKeyScheme: SigningScheme | DeriveScheme

A list of supported Authentication Key schemes in Aptos, consisting of combinations of signing schemes and derive schemes.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/Block.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/Block.html new file mode 100644 index 000000000..a2b282535 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/Block.html @@ -0,0 +1,3 @@ +Block | @aptos-labs/ts-sdk - v1.32.1

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
  • Optionaltransactions?: TransactionResponse[]

    The transactions in the block in sequential order

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/BlockEndInfo.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/BlockEndInfo.html new file mode 100644 index 000000000..d568f4fe3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/BlockEndInfo.html @@ -0,0 +1,2 @@ +BlockEndInfo | @aptos-labs/ts-sdk - v1.32.1

Type Alias BlockEndInfo

BlockEndInfo: {
    block_approx_output_size: number;
    block_effective_block_gas_units: number;
    block_gas_limit_reached: boolean;
    block_output_limit_reached: boolean;
}

Describes the gas state of the block, indicating whether the block gas limit has been reached.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/BlockEpilogueTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/BlockEpilogueTransactionResponse.html new file mode 100644 index 000000000..c65be2dba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/BlockEpilogueTransactionResponse.html @@ -0,0 +1,5 @@ +BlockEpilogueTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias BlockEpilogueTransactionResponse

BlockEpilogueTransactionResponse: {
    accumulator_root_hash: string;
    block_end_info: BlockEndInfo | null;
    changes: WriteSetChange[];
    event_root_hash: string;
    gas_used: string;
    hash: string;
    state_change_hash: string;
    state_checkpoint_hash: string | null;
    success: boolean;
    timestamp: string;
    type: BlockEpilogue;
    version: string;
    vm_status: string;
}

A transaction executed at the end of a block that tracks data from the entire block.

+

Type declaration

  • accumulator_root_hash: string
  • block_end_info: BlockEndInfo | null
  • changes: WriteSetChange[]

    Final state of resources changed by the transaction

    +
  • event_root_hash: string
  • gas_used: string
  • hash: string
  • state_change_hash: string
  • state_checkpoint_hash: string | null
  • success: boolean

    Whether the transaction was successful

    +
  • timestamp: string
  • type: BlockEpilogue
  • version: string
  • vm_status: string

    The VM status of the transaction, can tell useful information in a failure

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/BlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/BlockMetadataTransactionResponse.html new file mode 100644 index 000000000..880bcdc71 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/BlockMetadataTransactionResponse.html @@ -0,0 +1,8 @@ +BlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias BlockMetadataTransactionResponse

BlockMetadataTransactionResponse: {
    accumulator_root_hash: string;
    changes: WriteSetChange[];
    epoch: string;
    event_root_hash: string;
    events: Event[];
    failed_proposer_indices: number[];
    gas_used: string;
    hash: string;
    id: string;
    previous_block_votes_bitvec: number[];
    proposer: string;
    round: string;
    state_change_hash: string;
    state_checkpoint_hash: string | null;
    success: boolean;
    timestamp: string;
    type: BlockMetadata;
    version: string;
    vm_status: string;
}

The structure representing a blockchain block with its height.

+

Type declaration

  • accumulator_root_hash: string
  • changes: WriteSetChange[]

    Final state of resources changed by the transaction

    +
  • epoch: string
  • event_root_hash: string
  • events: Event[]

    The events emitted at the block creation

    +
  • failed_proposer_indices: number[]

    The indices of the proposers who failed to propose

    +
  • gas_used: string
  • hash: string
  • id: string
  • previous_block_votes_bitvec: number[]

    Previous block votes

    +
  • proposer: string
  • round: string
  • state_change_hash: string
  • state_checkpoint_hash: string | null
  • success: boolean

    Whether the transaction was successful

    +
  • timestamp: string
  • type: BlockMetadata
  • version: string
  • vm_status: string

    The VM status of the transaction, can tell useful information in a failure

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ClientConfig.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ClientConfig.html new file mode 100644 index 000000000..3a4408500 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ClientConfig.html @@ -0,0 +1,2 @@ +ClientConfig | @aptos-labs/ts-sdk - v1.32.1

Type Alias ClientConfig

ClientConfig: ClientHeadersType & {
    API_KEY?: string;
    WITH_CREDENTIALS?: boolean;
}

A configuration object for requests to the server, including API key, extra headers, and cookie handling options.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ClientHeadersType.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ClientHeadersType.html new file mode 100644 index 000000000..53b599478 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ClientHeadersType.html @@ -0,0 +1,2 @@ +ClientHeadersType | @aptos-labs/ts-sdk - v1.32.1

Type Alias ClientHeadersType

ClientHeadersType: {
    HEADERS?: Record<string, string | number | boolean>;
}

General type definition for client headers.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/CommittedTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/CommittedTransactionResponse.html new file mode 100644 index 000000000..eadc55b07 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/CommittedTransactionResponse.html @@ -0,0 +1,2 @@ +CommittedTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias CommittedTransactionResponse

The response for a committed transaction, which can be one of several transaction types.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/DecodedTableData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/DecodedTableData.html new file mode 100644 index 000000000..056faf5f5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/DecodedTableData.html @@ -0,0 +1,6 @@ +DecodedTableData | @aptos-labs/ts-sdk - v1.32.1

Type Alias DecodedTableData

DecodedTableData: {
    key: any;
    key_type: string;
    value: any;
    value_type: string;
}

The decoded data for a table, including its key in JSON format.

+

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/DeletedTableData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/DeletedTableData.html new file mode 100644 index 000000000..cc71b24b9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/DeletedTableData.html @@ -0,0 +1,4 @@ +DeletedTableData | @aptos-labs/ts-sdk - v1.32.1

Type Alias DeletedTableData

DeletedTableData: {
    key: any;
    key_type: string;
}

Data for a deleted table entry.

+

Type declaration

  • key: any

    Deleted key

    +
  • key_type: string

    Deleted key type

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/DerivedKeys.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/DerivedKeys.html new file mode 100644 index 000000000..fcbd551db --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/DerivedKeys.html @@ -0,0 +1,2 @@ +DerivedKeys | @aptos-labs/ts-sdk - v1.32.1

Type Alias DerivedKeys

DerivedKeys: {
    chainCode: Uint8Array;
    key: Uint8Array;
}

Contains the derived cryptographic key as a Uint8Array.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/DeserializableClass.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/DeserializableClass.html new file mode 100644 index 000000000..be639f492 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/DeserializableClass.html @@ -0,0 +1,4 @@ +DeserializableClass | @aptos-labs/ts-sdk - v1.32.1

Type Alias DeserializableClass<T>

DeserializableClass<T>: {
    deserialize(deserializer: Deserializer): T;
}

Type Parameters

Type declaration

  • deserialize:function
    • Deserializes a serialized object using the provided deserializer. +This function allows you to reconstruct an object from its serialized form.

      +

      Parameters

      • deserializer: Deserializer

        An instance of the Deserializer used to read the serialized data.

        +

      Returns T

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/DirectWriteSet.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/DirectWriteSet.html new file mode 100644 index 000000000..b7bdb4b75 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/DirectWriteSet.html @@ -0,0 +1,2 @@ +DirectWriteSet | @aptos-labs/ts-sdk - v1.32.1

Type Alias DirectWriteSet

DirectWriteSet: {
    changes: WriteSetChange[];
    events: Event[];
    type: string;
}

The set of direct write operations, identified by a type string.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/EntryFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/EntryFunctionABI.html new file mode 100644 index 000000000..c26627e50 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/EntryFunctionABI.html @@ -0,0 +1,2 @@ +EntryFunctionABI | @aptos-labs/ts-sdk - v1.32.1

Type Alias EntryFunctionABI

EntryFunctionABI: FunctionABI & {
    signers?: number;
}

Interface for an Entry function's ABI, enabling type checking and input conversion for ABI-based transaction submissions.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/EntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/EntryFunctionArgumentTypes.html new file mode 100644 index 000000000..80825b65d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/EntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +EntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.32.1

Type Alias EntryFunctionArgumentTypes

EntryFunctionArgumentTypes:
    | Bool
    | U8
    | U16
    | U32
    | U64
    | U128
    | U256
    | AccountAddress
    | MoveVector<EntryFunctionArgumentTypes>
    | MoveOption<EntryFunctionArgumentTypes>
    | MoveString
    | FixedBytes

Entry function arguments for building a raw transaction using BCS serialized arguments.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/EntryFunctionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/EntryFunctionPayloadResponse.html new file mode 100644 index 000000000..d2544c5ff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/EntryFunctionPayloadResponse.html @@ -0,0 +1,4 @@ +EntryFunctionPayloadResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias EntryFunctionPayloadResponse

EntryFunctionPayloadResponse: {
    arguments: any[];
    function: MoveFunctionId;
    type: string;
    type_arguments: string[];
}

The response payload for an entry function, containing the type of the entry.

+

Type declaration

  • arguments: any[]

    Arguments of the function

    +
  • function: MoveFunctionId
  • type: string
  • type_arguments: string[]

    Type arguments of the function

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/Event.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/Event.html new file mode 100644 index 000000000..286a6f328 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/Event.html @@ -0,0 +1,2 @@ +Event | @aptos-labs/ts-sdk - v1.32.1

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
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/EventGuid.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/EventGuid.html new file mode 100644 index 000000000..839ad093d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/EventGuid.html @@ -0,0 +1,2 @@ +EventGuid | @aptos-labs/ts-sdk - v1.32.1

Type Alias EventGuid

EventGuid: {
    account_address: string;
    creation_number: string;
}

The structure for an event, identified by a unique GUID.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ExecutionFinishEventData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ExecutionFinishEventData.html new file mode 100644 index 000000000..2f6481b58 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ExecutionFinishEventData.html @@ -0,0 +1,2 @@ +ExecutionFinishEventData | @aptos-labs/ts-sdk - v1.32.1

Type Alias ExecutionFinishEventData

ExecutionFinishEventData: {
    message: string;
}

The payload for when the worker has finished its job.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/FailureEventData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/FailureEventData.html new file mode 100644 index 000000000..133167af2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/FailureEventData.html @@ -0,0 +1,2 @@ +FailureEventData | @aptos-labs/ts-sdk - v1.32.1

Type Alias FailureEventData

FailureEventData: {
    error: string;
    message: string;
}

The payload for a failure event.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/FaucetConfig.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/FaucetConfig.html new file mode 100644 index 000000000..8440f3f7a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/FaucetConfig.html @@ -0,0 +1,2 @@ +FaucetConfig | @aptos-labs/ts-sdk - v1.32.1

Type Alias FaucetConfig

FaucetConfig: ClientHeadersType & {
    AUTH_TOKEN?: string;
}

A configuration object for a faucet, including optional authentication and headers for requests.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/FullNodeConfig.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/FullNodeConfig.html new file mode 100644 index 000000000..fa60739fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/FullNodeConfig.html @@ -0,0 +1,2 @@ +FullNodeConfig | @aptos-labs/ts-sdk - v1.32.1

Type Alias FullNodeConfig

FullNodeConfig: ClientHeadersType

A configuration object for a Fullnode, allowing for the inclusion of extra headers in requests.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/FunctionABI.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/FunctionABI.html new file mode 100644 index 000000000..7a6528e10 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/FunctionABI.html @@ -0,0 +1,2 @@ +FunctionABI | @aptos-labs/ts-sdk - v1.32.1

Type Alias FunctionABI

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

Data needed for a generic function ABI, applicable to both view and entry functions.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GasEstimation.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GasEstimation.html new file mode 100644 index 000000000..d2db03e69 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GasEstimation.html @@ -0,0 +1,5 @@ +GasEstimation | @aptos-labs/ts-sdk - v1.32.1

Type Alias GasEstimation

GasEstimation: {
    deprioritized_gas_estimate?: number;
    gas_estimate: number;
    prioritized_gas_estimate?: number;
}

The output of the estimate gas API, including the deprioritized estimate for the gas unit price.

+

Type declaration

  • Optionaldeprioritized_gas_estimate?: number

    The deprioritized estimate for the gas unit price

    +
  • gas_estimate: number

    The current estimate for the gas unit price

    +
  • Optionalprioritized_gas_estimate?: number

    The prioritized estimate for the gas unit price

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GenerateAccount.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GenerateAccount.html new file mode 100644 index 000000000..76e8d525a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GenerateAccount.html @@ -0,0 +1 @@ +GenerateAccount | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GenerateAccountWithEd25519.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GenerateAccountWithEd25519.html new file mode 100644 index 000000000..7d1018f62 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GenerateAccountWithEd25519.html @@ -0,0 +1,2 @@ +GenerateAccountWithEd25519 | @aptos-labs/ts-sdk - v1.32.1

Type Alias GenerateAccountWithEd25519

GenerateAccountWithEd25519: {
    legacy: boolean;
    scheme: Ed25519;
}

Input type to generate an account using the Ed25519 signing scheme.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GenerateAccountWithSingleSignerSecp256k1Key.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GenerateAccountWithSingleSignerSecp256k1Key.html new file mode 100644 index 000000000..79a0ec432 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GenerateAccountWithSingleSignerSecp256k1Key.html @@ -0,0 +1,2 @@ +GenerateAccountWithSingleSignerSecp256k1Key | @aptos-labs/ts-sdk - v1.32.1

Type Alias GenerateAccountWithSingleSignerSecp256k1Key

GenerateAccountWithSingleSignerSecp256k1Key: {
    legacy?: false;
    scheme: Secp256k1Ecdsa;
}

Input type to generate an account with a Single Signer using Secp256k1.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GenesisPayload.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GenesisPayload.html new file mode 100644 index 000000000..60d487c4d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GenesisPayload.html @@ -0,0 +1,2 @@ +GenesisPayload | @aptos-labs/ts-sdk - v1.32.1

Type Alias GenesisPayload

GenesisPayload: {
    type: string;
    write_set: WriteSet;
}

The payload for the genesis block containing the type of the payload.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GenesisTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GenesisTransactionResponse.html new file mode 100644 index 000000000..44025559d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GenesisTransactionResponse.html @@ -0,0 +1,6 @@ +GenesisTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

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;
}

The response for a genesis transaction, indicating the type of transaction.

+

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetANSNameResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetANSNameResponse.html new file mode 100644 index 000000000..b29109e54 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetANSNameResponse.html @@ -0,0 +1,2 @@ +GetANSNameResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetANSNameResponse

GetANSNameResponse: GetNamesQuery["current_aptos_names"]

The response containing the current Aptos names from the GetNamesQuery.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAccountCoinsDataResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAccountCoinsDataResponse.html new file mode 100644 index 000000000..5077e7b86 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAccountCoinsDataResponse.html @@ -0,0 +1,2 @@ +GetAccountCoinsDataResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetAccountCoinsDataResponse

GetAccountCoinsDataResponse: GetAccountCoinsDataQuery["current_fungible_asset_balances"]

The current balances of fungible assets for an account.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAccountCollectionsWithOwnedTokenResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAccountCollectionsWithOwnedTokenResponse.html new file mode 100644 index 000000000..a21845d2d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAccountCollectionsWithOwnedTokenResponse.html @@ -0,0 +1,2 @@ +GetAccountCollectionsWithOwnedTokenResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetAccountCollectionsWithOwnedTokenResponse

GetAccountCollectionsWithOwnedTokenResponse: GetAccountCollectionsWithOwnedTokensQuery["current_collection_ownership_v2_view"]

The response structure for retrieving account collections associated with owned tokens.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAccountOwnedTokensFromCollectionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAccountOwnedTokensFromCollectionResponse.html new file mode 100644 index 000000000..f67b06760 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAccountOwnedTokensFromCollectionResponse.html @@ -0,0 +1,2 @@ +GetAccountOwnedTokensFromCollectionResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetAccountOwnedTokensFromCollectionResponse

GetAccountOwnedTokensFromCollectionResponse: GetAccountOwnedTokensFromCollectionQuery["current_token_ownerships_v2"]

The response containing the current token ownerships for an account from a specific collection.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAccountOwnedTokensQueryResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAccountOwnedTokensQueryResponse.html new file mode 100644 index 000000000..87ae47417 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAccountOwnedTokensQueryResponse.html @@ -0,0 +1,2 @@ +GetAccountOwnedTokensQueryResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetAccountOwnedTokensQueryResponse

GetAccountOwnedTokensQueryResponse: GetAccountOwnedTokensQuery["current_token_ownerships_v2"]

The response structure for querying tokens owned by an account.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAptosRequestOptions.html new file mode 100644 index 000000000..7563f89ec --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetAptosRequestOptions.html @@ -0,0 +1,2 @@ +GetAptosRequestOptions | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetAptosRequestOptions

GetAptosRequestOptions: Omit<GetRequestOptions, "type">

Options for making a request to the Aptos API, excluding the "type" field.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetChainTopUserTransactionsResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetChainTopUserTransactionsResponse.html new file mode 100644 index 000000000..de163b7a6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetChainTopUserTransactionsResponse.html @@ -0,0 +1,2 @@ +GetChainTopUserTransactionsResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetChainTopUserTransactionsResponse

GetChainTopUserTransactionsResponse: GetChainTopUserTransactionsQuery["user_transactions"]

The response structure for retrieving user transactions from the top of the blockchain.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetCollectionDataResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetCollectionDataResponse.html new file mode 100644 index 000000000..5b2121d32 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetCollectionDataResponse.html @@ -0,0 +1,2 @@ +GetCollectionDataResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetCollectionDataResponse

GetCollectionDataResponse: GetCollectionDataQuery["current_collections_v2"][0]

The response structure for retrieving data from the current collections.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetCurrentFungibleAssetBalancesResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetCurrentFungibleAssetBalancesResponse.html new file mode 100644 index 000000000..bbced6e45 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetCurrentFungibleAssetBalancesResponse.html @@ -0,0 +1,2 @@ +GetCurrentFungibleAssetBalancesResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetCurrentFungibleAssetBalancesResponse

GetCurrentFungibleAssetBalancesResponse: GetCurrentFungibleAssetBalancesQuery["current_fungible_asset_balances"]

The current balances of fungible assets for a specific query.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetCurrentTokenOwnershipResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetCurrentTokenOwnershipResponse.html new file mode 100644 index 000000000..641f9c09f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetCurrentTokenOwnershipResponse.html @@ -0,0 +1,2 @@ +GetCurrentTokenOwnershipResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetCurrentTokenOwnershipResponse

GetCurrentTokenOwnershipResponse: GetCurrentTokenOwnershipQuery["current_token_ownerships_v2"][0]

The response structure for retrieving the current token ownership details.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetDelegatedStakingActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetDelegatedStakingActivitiesResponse.html new file mode 100644 index 000000000..17415a7e9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetDelegatedStakingActivitiesResponse.html @@ -0,0 +1,2 @@ +GetDelegatedStakingActivitiesResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetDelegatedStakingActivitiesResponse

GetDelegatedStakingActivitiesResponse: GetDelegatedStakingActivitiesQuery["delegated_staking_activities"]

The response containing the delegated staking activities from the query.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetEventsResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetEventsResponse.html new file mode 100644 index 000000000..aeac6b22d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetEventsResponse.html @@ -0,0 +1,2 @@ +GetEventsResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetEventsResponse

GetEventsResponse: GetEventsQuery["events"]

The response containing the events from the GetEventsQuery.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetFungibleAssetActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetFungibleAssetActivitiesResponse.html new file mode 100644 index 000000000..54573ea89 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetFungibleAssetActivitiesResponse.html @@ -0,0 +1,2 @@ +GetFungibleAssetActivitiesResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetFungibleAssetActivitiesResponse

GetFungibleAssetActivitiesResponse: GetFungibleAssetActivitiesQuery["fungible_asset_activities"]

The response containing the activities related to fungible assets.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetFungibleAssetMetadataResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetFungibleAssetMetadataResponse.html new file mode 100644 index 000000000..7cb86f936 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetFungibleAssetMetadataResponse.html @@ -0,0 +1,2 @@ +GetFungibleAssetMetadataResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetFungibleAssetMetadataResponse

GetFungibleAssetMetadataResponse: GetFungibleAssetMetadataQuery["fungible_asset_metadata"]

The response containing metadata for a fungible asset.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetNumberOfDelegatorsResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetNumberOfDelegatorsResponse.html new file mode 100644 index 000000000..6867da576 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetNumberOfDelegatorsResponse.html @@ -0,0 +1,2 @@ +GetNumberOfDelegatorsResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetNumberOfDelegatorsResponse

GetNumberOfDelegatorsResponse: GetNumberOfDelegatorsQuery["num_active_delegator_per_pool"]

The number of active delegators per pool in response to a query.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetObjectDataQueryResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetObjectDataQueryResponse.html new file mode 100644 index 000000000..a19dcd0c9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetObjectDataQueryResponse.html @@ -0,0 +1,7 @@ +GetObjectDataQueryResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetObjectDataQueryResponse

GetObjectDataQueryResponse: GetObjectDataQuery["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)

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetOwnedTokensResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetOwnedTokensResponse.html new file mode 100644 index 000000000..792a17f32 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetOwnedTokensResponse.html @@ -0,0 +1,2 @@ +GetOwnedTokensResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetOwnedTokensResponse

GetOwnedTokensResponse: GetCurrentTokenOwnershipQuery["current_token_ownerships_v2"]

The response containing the current token ownerships for a user.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetProcessorStatusResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetProcessorStatusResponse.html new file mode 100644 index 000000000..87b8ce4d4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetProcessorStatusResponse.html @@ -0,0 +1,2 @@ +GetProcessorStatusResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetProcessorStatusResponse

GetProcessorStatusResponse: GetProcessorStatusQuery["processor_status"]

The status of the processor as returned by the GetProcessorStatusQuery.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetRequestOptions.html new file mode 100644 index 000000000..14d3b0093 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetRequestOptions.html @@ -0,0 +1,10 @@ +GetRequestOptions | @aptos-labs/ts-sdk - v1.32.1

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;
}

Options for making a GET request, including configuration for the API client.

+

Type declaration

  • OptionalacceptType?: MimeType

    The accepted content type of the response of the API

    +
  • aptosConfig: AptosConfig

    The config for the API client

    +
  • OptionalcontentType?: MimeType

    The content type of the request body

    +
  • originMethod: string

    The name of the API method

    +
  • Optionaloverrides?: ClientConfig

    Specific client overrides for this request to override aptosConfig

    +
  • Optionalparams?: 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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetTableItemsDataResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetTableItemsDataResponse.html new file mode 100644 index 000000000..e41283f56 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetTableItemsDataResponse.html @@ -0,0 +1,2 @@ +GetTableItemsDataResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetTableItemsDataResponse

GetTableItemsDataResponse: GetTableItemsDataQuery["table_items"]

The response structure for retrieving items from a table.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetTableItemsMetadataResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetTableItemsMetadataResponse.html new file mode 100644 index 000000000..0ff5af9cd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetTableItemsMetadataResponse.html @@ -0,0 +1,2 @@ +GetTableItemsMetadataResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetTableItemsMetadataResponse

GetTableItemsMetadataResponse: GetTableItemsMetadataQuery["table_metadatas"]

The metadata for table items retrieved from a query.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetTokenActivityResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetTokenActivityResponse.html new file mode 100644 index 000000000..351fd360b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetTokenActivityResponse.html @@ -0,0 +1,2 @@ +GetTokenActivityResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetTokenActivityResponse

GetTokenActivityResponse: GetTokenActivityQuery["token_activities_v2"]

The response structure for retrieving token activity data.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GetTokenDataResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetTokenDataResponse.html new file mode 100644 index 000000000..11356a615 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GetTokenDataResponse.html @@ -0,0 +1,2 @@ +GetTokenDataResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetTokenDataResponse

GetTokenDataResponse: GetTokenDataQuery["current_token_datas_v2"][0]

The response structure for retrieving token data, containing the current token information.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/GraphqlQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/GraphqlQuery.html new file mode 100644 index 000000000..0bd037404 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/GraphqlQuery.html @@ -0,0 +1,2 @@ +GraphqlQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GraphqlQuery

GraphqlQuery: {
    query: string;
    variables?: {};
}

The GraphQL query to pass into the queryIndexer function.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/HexInput.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/HexInput.html new file mode 100644 index 000000000..b0aa7c220 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/HexInput.html @@ -0,0 +1,2 @@ +HexInput | @aptos-labs/ts-sdk - v1.32.1

Type Alias HexInput

HexInput: string | Uint8Array

Hexadecimal data input for functions, supporting both string and Uint8Array formats.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/IndexerConfig.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/IndexerConfig.html new file mode 100644 index 000000000..37d163669 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/IndexerConfig.html @@ -0,0 +1,2 @@ +IndexerConfig | @aptos-labs/ts-sdk - v1.32.1

Type Alias IndexerConfig

IndexerConfig: ClientHeadersType

An Indexer configuration object for sending requests with additional headers.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputEntryFunctionData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputEntryFunctionData.html new file mode 100644 index 000000000..38c876b69 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputEntryFunctionData.html @@ -0,0 +1,2 @@ +InputEntryFunctionData | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputEntryFunctionData

InputEntryFunctionData: {
    abi?: EntryFunctionABI;
    function: MoveFunctionId;
    functionArguments: (EntryFunctionArgumentTypes | SimpleEntryFunctionArgumentTypes)[];
    typeArguments?: TypeArgument[];
}

The data needed to generate an Entry Function payload.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputEntryFunctionDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputEntryFunctionDataWithABI.html new file mode 100644 index 000000000..8a4b560b1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputEntryFunctionDataWithABI.html @@ -0,0 +1,2 @@ +InputEntryFunctionDataWithABI | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputEntryFunctionDataWithABI

InputEntryFunctionDataWithABI: Omit<InputEntryFunctionData, "abi"> & {
    abi: EntryFunctionABI;
}

The input data for an entry function, including its associated ABI.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputEntryFunctionDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputEntryFunctionDataWithRemoteABI.html new file mode 100644 index 000000000..679c81275 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputEntryFunctionDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputEntryFunctionDataWithRemoteABI | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputEntryFunctionDataWithRemoteABI

InputEntryFunctionDataWithRemoteABI: InputEntryFunctionData & {
    aptosConfig: AptosConfig;
}

Combines input function data with Aptos configuration for remote ABI interactions.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateRawTransactionArgs.html new file mode 100644 index 000000000..85137259f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateRawTransactionArgs.html @@ -0,0 +1,2 @@ +InputGenerateRawTransactionArgs | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputGenerateRawTransactionArgs

A unified type for generating various transaction types.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionData.html new file mode 100644 index 000000000..567797995 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionData.html @@ -0,0 +1,2 @@ +InputGenerateTransactionData | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputGenerateTransactionData

Unified type holding user data input interfaces for generating various transaction types.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionOptions.html new file mode 100644 index 000000000..01ff7a6a5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionOptions.html @@ -0,0 +1,2 @@ +InputGenerateTransactionOptions | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputGenerateTransactionOptions

InputGenerateTransactionOptions: {
    accountSequenceNumber?: AnyNumber;
    expireTimestamp?: number;
    gasUnitPrice?: number;
    maxGasAmount?: number;
}

Optional options to set when generating a transaction, including a maximum gas amount.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionPayloadData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionPayloadData.html new file mode 100644 index 000000000..cb0a536e9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionPayloadData.html @@ -0,0 +1,2 @@ +InputGenerateTransactionPayloadData | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputGenerateTransactionPayloadData

InputGenerateTransactionPayloadData: InputEntryFunctionData | InputScriptData | InputMultiSigData

The data needed to generate a transaction payload for Entry Function, Script, or Multi Sig types.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionPayloadDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionPayloadDataWithABI.html new file mode 100644 index 000000000..fac523e3e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionPayloadDataWithABI.html @@ -0,0 +1,2 @@ +InputGenerateTransactionPayloadDataWithABI | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputGenerateTransactionPayloadDataWithABI

InputGenerateTransactionPayloadDataWithABI: InputEntryFunctionDataWithABI | InputMultiSigDataWithABI

The payload for generating a transaction, which can be either an entry function or a multi-signature transaction.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionPayloadDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionPayloadDataWithRemoteABI.html new file mode 100644 index 000000000..253d570cd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputGenerateTransactionPayloadDataWithRemoteABI.html @@ -0,0 +1,3 @@ +InputGenerateTransactionPayloadDataWithRemoteABI | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputGenerateTransactionPayloadDataWithRemoteABI

InputGenerateTransactionPayloadDataWithRemoteABI: InputScriptData | InputEntryFunctionDataWithRemoteABI | InputMultiSigDataWithRemoteABI

The payload for generating a transaction, which can be either script data, entry function data with remote ABI, or +multi-signature data.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputMultiSigData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputMultiSigData.html new file mode 100644 index 000000000..4316f73b7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputMultiSigData.html @@ -0,0 +1,2 @@ +InputMultiSigData | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputMultiSigData

InputMultiSigData: {
    multisigAddress: AccountAddressInput;
} & InputEntryFunctionData

The data needed to generate a Multi Sig payload

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputMultiSigDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputMultiSigDataWithABI.html new file mode 100644 index 000000000..abd064019 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputMultiSigDataWithABI.html @@ -0,0 +1,2 @@ +InputMultiSigDataWithABI | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputMultiSigDataWithABI

InputMultiSigDataWithABI: {
    multisigAddress: AccountAddressInput;
} & InputEntryFunctionDataWithABI

The data needed to generate a Multi Sig payload, including the multisig address.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputMultiSigDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputMultiSigDataWithRemoteABI.html new file mode 100644 index 000000000..b2df3b871 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputMultiSigDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputMultiSigDataWithRemoteABI | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputMultiSigDataWithRemoteABI

InputMultiSigDataWithRemoteABI: {
    multisigAddress: AccountAddressInput;
} & InputEntryFunctionDataWithRemoteABI

The data needed to generate a Multi Sig payload, including the multisig address.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputScriptData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputScriptData.html new file mode 100644 index 000000000..79cb6c417 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputScriptData.html @@ -0,0 +1,2 @@ +InputScriptData | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputScriptData

InputScriptData: {
    bytecode: HexInput;
    functionArguments: ScriptFunctionArgumentTypes[];
    typeArguments?: TypeArgument[];
}

The data needed to generate a Script payload.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputSimulateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputSimulateTransactionData.html new file mode 100644 index 000000000..b63f3bcde --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputSimulateTransactionData.html @@ -0,0 +1,6 @@ +InputSimulateTransactionData | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputSimulateTransactionData

InputSimulateTransactionData: {
    feePayerPublicKey?: PublicKey;
    options?: InputSimulateTransactionOptions;
    secondarySignersPublicKeys?: PublicKey[];
    signerPublicKey: PublicKey;
    transaction: AnyRawTransaction;
}

The data required to simulate a transaction, typically generated by generateTransaction().

+

Type declaration

  • OptionalfeePayerPublicKey?: PublicKey

    For a fee payer transaction (aka Sponsored Transaction)

    +
  • Optionaloptions?: InputSimulateTransactionOptions
  • OptionalsecondarySignersPublicKeys?: 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()

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputSimulateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputSimulateTransactionOptions.html new file mode 100644 index 000000000..47a636bc2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputSimulateTransactionOptions.html @@ -0,0 +1,2 @@ +InputSimulateTransactionOptions | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputSimulateTransactionOptions

InputSimulateTransactionOptions: {
    estimateGasUnitPrice?: boolean;
    estimateMaxGasAmount?: boolean;
    estimatePrioritizedGasUnitPrice?: boolean;
}

Options for simulating a transaction input, including whether to estimate the gas unit price.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputViewFunctionData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputViewFunctionData.html new file mode 100644 index 000000000..916998d20 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputViewFunctionData.html @@ -0,0 +1,2 @@ +InputViewFunctionData | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputViewFunctionData

InputViewFunctionData: {
    abi?: ViewFunctionABI;
    function: MoveFunctionId;
    functionArguments?: (EntryFunctionArgumentTypes | SimpleEntryFunctionArgumentTypes)[];
    typeArguments?: TypeArgument[];
}

The data needed to generate a View Function payload.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputViewFunctionDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputViewFunctionDataWithABI.html new file mode 100644 index 000000000..2c59c8585 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputViewFunctionDataWithABI.html @@ -0,0 +1,2 @@ +InputViewFunctionDataWithABI | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputViewFunctionDataWithABI

InputViewFunctionDataWithABI: InputViewFunctionData & {
    abi: ViewFunctionABI;
}

Data needed to generate a view function, including the fetched ABI.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputViewFunctionDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputViewFunctionDataWithRemoteABI.html new file mode 100644 index 000000000..c1b8c8808 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputViewFunctionDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputViewFunctionDataWithRemoteABI | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputViewFunctionDataWithRemoteABI

InputViewFunctionDataWithRemoteABI: InputViewFunctionData & {
    aptosConfig: AptosConfig;
}

Data required to create a view function payload and retrieve the remote ABI, including Aptos configuration.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/InputViewFunctionJsonData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputViewFunctionJsonData.html new file mode 100644 index 000000000..ffb1d540f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/InputViewFunctionJsonData.html @@ -0,0 +1,2 @@ +InputViewFunctionJsonData | @aptos-labs/ts-sdk - v1.32.1

Type Alias InputViewFunctionJsonData

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

The data needed to generate a View Function payload in JSON format.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/LedgerInfo.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/LedgerInfo.html new file mode 100644 index 000000000..4348f1ca3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/LedgerInfo.html @@ -0,0 +1,5 @@ +LedgerInfo | @aptos-labs/ts-sdk - v1.32.1

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;
}

Information about the current blockchain ledger, including its chain ID.

+

Type declaration

  • block_height: string
  • chain_id: number

    Chain ID of the current chain

    +
  • epoch: string
  • Optionalgit_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
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/LedgerVersionArg.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/LedgerVersionArg.html new file mode 100644 index 000000000..481d48334 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/LedgerVersionArg.html @@ -0,0 +1,2 @@ +LedgerVersionArg | @aptos-labs/ts-sdk - v1.32.1

Type Alias LedgerVersionArg

LedgerVersionArg: {
    ledgerVersion?: AnyNumber;
}

The ledger version of transactions, defaulting to the latest version if not specified.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveAddressType.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveAddressType.html new file mode 100644 index 000000000..24ddc9df8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveAddressType.html @@ -0,0 +1,2 @@ +MoveAddressType | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveAddressType

MoveAddressType: string

A string representing a Move address.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveFunction.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveFunction.html new file mode 100644 index 000000000..344334114 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveFunction.html @@ -0,0 +1,7 @@ +MoveFunction | @aptos-labs/ts-sdk - v1.32.1

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
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveFunctionGenericTypeParam.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveFunctionGenericTypeParam.html new file mode 100644 index 000000000..c3375c49e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveFunctionGenericTypeParam.html @@ -0,0 +1,2 @@ +MoveFunctionGenericTypeParam | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveFunctionGenericTypeParam

MoveFunctionGenericTypeParam: {
    constraints: MoveAbility[];
}

Move abilities associated with the generic type parameter of a function.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveFunctionId.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveFunctionId.html new file mode 100644 index 000000000..debeae691 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveFunctionId.html @@ -0,0 +1,2 @@ +MoveFunctionId | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveFunctionId

MoveFunctionId: MoveStructId

The move function containing its name. Same as MoveStructId since it reads weird to take a StructId for a Function.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveModule.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveModule.html new file mode 100644 index 000000000..c549d24b2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveModule.html @@ -0,0 +1,5 @@ +MoveModule | @aptos-labs/ts-sdk - v1.32.1

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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveModuleBytecode.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveModuleBytecode.html new file mode 100644 index 000000000..512a718fd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveModuleBytecode.html @@ -0,0 +1,2 @@ +MoveModuleBytecode | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveModuleBytecode

MoveModuleBytecode: {
    abi?: MoveModule;
    bytecode: string;
}

A Move module containing an address.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveModuleId.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveModuleId.html new file mode 100644 index 000000000..35a38679f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveModuleId.html @@ -0,0 +1,3 @@ +MoveModuleId | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveModuleId

MoveModuleId: `${string}::${string}`

A string representation of a Move module, formatted as module_name::function_name. +Module names are case-sensitive.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveObjectType.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveObjectType.html new file mode 100644 index 000000000..9f96bd76a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveObjectType.html @@ -0,0 +1,2 @@ +MoveObjectType | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveObjectType

MoveObjectType: string

The type for identifying objects to be moved within the system.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveOptionType.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveOptionType.html new file mode 100644 index 000000000..c68970285 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveOptionType.html @@ -0,0 +1,2 @@ +MoveOptionType | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveOptionType

MoveOptionType: MoveType | null | undefined

The type for move options, which can be a MoveType, null, or undefined.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveResource.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveResource.html new file mode 100644 index 000000000..0e825a69a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveResource.html @@ -0,0 +1 @@ +MoveResource | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveResource<T>

MoveResource<T>: {
    data: T;
    type: MoveStructId;
}

Type Parameters

  • T = {}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveScriptBytecode.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveScriptBytecode.html new file mode 100644 index 000000000..515067889 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveScriptBytecode.html @@ -0,0 +1,2 @@ +MoveScriptBytecode | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveScriptBytecode

MoveScriptBytecode: {
    abi?: MoveFunction;
    bytecode: string;
}

The bytecode for a Move script.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveStruct.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveStruct.html new file mode 100644 index 000000000..43340ca9f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveStruct.html @@ -0,0 +1,9 @@ +MoveStruct | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveStruct

MoveStruct: {
    abilities: MoveAbility[];
    fields: MoveStructField[];
    generic_type_params: MoveFunctionGenericTypeParam[];
    is_event: boolean;
    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_event: boolean

    Whether the struct is a module event (aka v2 event). This will be false for v1 +events because the value is derived from the #[event] attribute on the struct in +the Move source code. This attribute is only relevant for v2 events.

    +
  • is_native: boolean

    Whether the struct is a native struct of Move

    +
  • name: string
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveStructField.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveStructField.html new file mode 100644 index 000000000..69378a639 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveStructField.html @@ -0,0 +1,2 @@ +MoveStructField | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveStructField

MoveStructField: {
    name: string;
    type: string;
}

A field in a Move struct, identified by its name.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveStructId.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveStructId.html new file mode 100644 index 000000000..fe97e2047 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveStructId.html @@ -0,0 +1,2 @@ +MoveStructId | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveStructId

MoveStructId: `${string}::${string}::${string}`

A structure representing a move with a name.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveStructType.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveStructType.html new file mode 100644 index 000000000..2d437817b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveStructType.html @@ -0,0 +1 @@ +MoveStructType | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveStructType

MoveStructType: {}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveType.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveType.html new file mode 100644 index 000000000..ae18096f3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveType.html @@ -0,0 +1,3 @@ +MoveType | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveType

MoveType:
    | boolean
    | string
    | MoveUint8Type
    | MoveUint16Type
    | MoveUint32Type
    | MoveUint64Type
    | MoveUint128Type
    | MoveUint256Type
    | MoveAddressType
    | MoveObjectType
    | MoveStructType
    | MoveType[]

A union type that encompasses various data types used in Move, including primitive types, address types, object types, and +arrays of MoveType.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint128Type.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint128Type.html new file mode 100644 index 000000000..9b2550e46 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint128Type.html @@ -0,0 +1,2 @@ +MoveUint128Type | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveUint128Type

MoveUint128Type: string

A string representing a 128-bit unsigned integer in the Move programming language.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint16Type.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint16Type.html new file mode 100644 index 000000000..1eddab520 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint16Type.html @@ -0,0 +1,2 @@ +MoveUint16Type | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveUint16Type

MoveUint16Type: number

A 16-bit unsigned integer used in the Move programming language.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint256Type.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint256Type.html new file mode 100644 index 000000000..ac8678773 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint256Type.html @@ -0,0 +1,2 @@ +MoveUint256Type | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveUint256Type

MoveUint256Type: string

A string representation of a 256-bit unsigned integer used in Move programming.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint32Type.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint32Type.html new file mode 100644 index 000000000..ca68f3d78 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint32Type.html @@ -0,0 +1,2 @@ +MoveUint32Type | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveUint32Type

MoveUint32Type: number

A 32-bit unsigned integer type used in Move programming.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint64Type.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint64Type.html new file mode 100644 index 000000000..8f259afde --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint64Type.html @@ -0,0 +1,2 @@ +MoveUint64Type | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveUint64Type

MoveUint64Type: string

A string representation of a 64-bit unsigned integer used in Move programming.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint8Type.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint8Type.html new file mode 100644 index 000000000..a24f6633e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveUint8Type.html @@ -0,0 +1,2 @@ +MoveUint8Type | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveUint8Type

MoveUint8Type: number

A number representing a Move uint8 type.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveValue.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveValue.html new file mode 100644 index 000000000..fab2cdbda --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MoveValue.html @@ -0,0 +1,12 @@ +MoveValue | @aptos-labs/ts-sdk - v1.32.1

Type Alias MoveValue

MoveValue:
    | boolean
    | string
    | MoveUint8Type
    | MoveUint16Type
    | MoveUint32Type
    | MoveUint64Type
    | MoveUint128Type
    | MoveUint256Type
    | MoveAddressType
    | MoveObjectType
    | MoveStructId
    | MoveOptionType
    | 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

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/MultisigPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/MultisigPayloadResponse.html new file mode 100644 index 000000000..dc2d20e8f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/MultisigPayloadResponse.html @@ -0,0 +1,2 @@ +MultisigPayloadResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias MultisigPayloadResponse

MultisigPayloadResponse: {
    multisig_address: string;
    transaction_payload?: EntryFunctionPayloadResponse;
    type: string;
}

The response payload for a multisig transaction, containing the type of the transaction.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/OrderBy.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/OrderBy.html new file mode 100644 index 000000000..347f33f04 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/OrderBy.html @@ -0,0 +1,3 @@ +OrderBy | @aptos-labs/ts-sdk - v1.32.1

Type Alias OrderBy<T>

OrderBy<T>: {
    [K in keyof T]?: OrderByValue
}[]

A generic type that being passed by each function and holds an +array of properties we can sort the query by

+

Type Parameters

  • T
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/OrderByValue.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/OrderByValue.html new file mode 100644 index 000000000..f31632307 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/OrderByValue.html @@ -0,0 +1,2 @@ +OrderByValue | @aptos-labs/ts-sdk - v1.32.1

Type Alias OrderByValue

OrderByValue:
    | "asc"
    | "asc_nulls_first"
    | "asc_nulls_last"
    | "desc"
    | "desc_nulls_first"
    | "desc_nulls_last"

Specifies the order direction for sorting, including options for handling null values.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ParsingResult.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ParsingResult.html new file mode 100644 index 000000000..09f6f39b3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ParsingResult.html @@ -0,0 +1,6 @@ +ParsingResult | @aptos-labs/ts-sdk - v1.32.1

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

  • OptionalinvalidReason?: T

    If valid is false, this will be a code explaining why parsing failed.

    +
  • OptionalinvalidReasonMessage?: string

    If valid is false, this will be a string explaining why parsing failed.

    +
  • valid: boolean

    True if valid, false otherwise.

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/PendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/PendingTransactionResponse.html new file mode 100644 index 000000000..79d52c410 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/PendingTransactionResponse.html @@ -0,0 +1,2 @@ +PendingTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

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;
}

The response for a pending transaction, indicating that the transaction is still being processed.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/PostAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/PostAptosRequestOptions.html new file mode 100644 index 000000000..168aae2bd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/PostAptosRequestOptions.html @@ -0,0 +1,2 @@ +PostAptosRequestOptions | @aptos-labs/ts-sdk - v1.32.1

Type Alias PostAptosRequestOptions

PostAptosRequestOptions: Omit<PostRequestOptions, "type">

Options for posting a request to Aptos, excluding the type field.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/PostRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/PostRequestOptions.html new file mode 100644 index 000000000..7b1343303 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/PostRequestOptions.html @@ -0,0 +1,11 @@ +PostRequestOptions | @aptos-labs/ts-sdk - v1.32.1

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;
}

Options for making a POST request, including the API client configuration.

+

Type declaration

  • OptionalacceptType?: MimeType

    The accepted content type of the response of the API

    +
  • aptosConfig: AptosConfig

    The config for the API client

    +
  • Optionalbody?: any

    The body of the request, should match the content type of the request

    +
  • OptionalcontentType?: MimeType

    The content type of the request body

    +
  • originMethod: string

    The name of the API method

    +
  • Optionaloverrides?: ClientConfig

    Specific client overrides for this request to override aptosConfig

    +
  • Optionalparams?: 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

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ProofFetchCallback.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ProofFetchCallback.html new file mode 100644 index 000000000..a09705c1b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ProofFetchCallback.html @@ -0,0 +1 @@ +ProofFetchCallback | @aptos-labs/ts-sdk - v1.32.1

Type Alias ProofFetchCallback

ProofFetchCallback: ((status: ProofFetchStatus) => Promise<void>)
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ProofFetchFailure.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ProofFetchFailure.html new file mode 100644 index 000000000..a840f906d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ProofFetchFailure.html @@ -0,0 +1 @@ +ProofFetchFailure | @aptos-labs/ts-sdk - v1.32.1

Type Alias ProofFetchFailure

ProofFetchFailure: {
    error: string;
    status: "Failed";
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ProofFetchStatus.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ProofFetchStatus.html new file mode 100644 index 000000000..0c3544770 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ProofFetchStatus.html @@ -0,0 +1 @@ +ProofFetchStatus | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ProofFetchSuccess.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ProofFetchSuccess.html new file mode 100644 index 000000000..e43a0c241 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ProofFetchSuccess.html @@ -0,0 +1 @@ +ProofFetchSuccess | @aptos-labs/ts-sdk - v1.32.1

Type Alias ProofFetchSuccess

ProofFetchSuccess: {
    status: "Success";
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ScriptFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ScriptFunctionArgumentTypes.html new file mode 100644 index 000000000..3f75f8fad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ScriptFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +ScriptFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.32.1

Type Alias ScriptFunctionArgumentTypes

ScriptFunctionArgumentTypes:
    | Bool
    | U8
    | U16
    | U32
    | U64
    | U128
    | U256
    | AccountAddress
    | MoveVector<ScriptFunctionArgumentTypes>
    | MoveString
    | FixedBytes
    | Serialized

Script function arguments for building raw transactions using BCS serialized arguments.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ScriptPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ScriptPayloadResponse.html new file mode 100644 index 000000000..3c2f3707e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ScriptPayloadResponse.html @@ -0,0 +1,4 @@ +ScriptPayloadResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias ScriptPayloadResponse

ScriptPayloadResponse: {
    arguments: any[];
    code: MoveScriptBytecode;
    type: string;
    type_arguments: string[];
}

The payload for a script response, containing the type of the script.

+

Type declaration

  • arguments: any[]

    Arguments of the function

    +
  • code: MoveScriptBytecode
  • type: string
  • type_arguments: string[]

    Type arguments of the function

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ScriptWriteSet.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ScriptWriteSet.html new file mode 100644 index 000000000..85253cd0c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ScriptWriteSet.html @@ -0,0 +1,2 @@ +ScriptWriteSet | @aptos-labs/ts-sdk - v1.32.1

Type Alias ScriptWriteSet

ScriptWriteSet: {
    execute_as: string;
    script: ScriptPayloadResponse;
    type: string;
}

The set of properties for writing scripts, including the type of script.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/SimpleEntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/SimpleEntryFunctionArgumentTypes.html new file mode 100644 index 000000000..a8c742368 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/SimpleEntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +SimpleEntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.32.1

Type Alias SimpleEntryFunctionArgumentTypes

SimpleEntryFunctionArgumentTypes:
    | boolean
    | number
    | bigint
    | string
    | null
    | undefined
    | Uint8Array
    | ArrayBuffer
    | (SimpleEntryFunctionArgumentTypes | EntryFunctionArgumentTypes)[]

Entry function arguments for building a raw transaction using remote ABI, supporting various data types including primitives and arrays.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/SingleKeySignerFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/SingleKeySignerFromDerivationPathArgs.html new file mode 100644 index 000000000..339b35409 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/SingleKeySignerFromDerivationPathArgs.html @@ -0,0 +1,2 @@ +SingleKeySignerFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.32.1

Type Alias SingleKeySignerFromDerivationPathArgs

SingleKeySignerFromDerivationPathArgs: SingleKeySignerGenerateArgs & {
    mnemonic: string;
    path: string;
}

The arguments for generating a single key signer from a specified derivation path.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/StateCheckpointTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/StateCheckpointTransactionResponse.html new file mode 100644 index 000000000..8672f80d2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/StateCheckpointTransactionResponse.html @@ -0,0 +1,5 @@ +StateCheckpointTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias StateCheckpointTransactionResponse

StateCheckpointTransactionResponse: {
    accumulator_root_hash: string;
    changes: WriteSetChange[];
    event_root_hash: string;
    gas_used: string;
    hash: string;
    state_change_hash: string;
    state_checkpoint_hash: string | null;
    success: boolean;
    timestamp: string;
    type: StateCheckpoint;
    version: string;
    vm_status: string;
}

The response for a state checkpoint transaction, indicating the type of transaction.

+

Type declaration

  • accumulator_root_hash: string
  • changes: WriteSetChange[]

    Final state of resources changed by the transaction

    +
  • event_root_hash: string
  • gas_used: string
  • hash: string
  • state_change_hash: string
  • state_checkpoint_hash: string | null
  • success: boolean

    Whether the transaction was successful

    +
  • timestamp: string
  • type: StateCheckpoint
  • version: string
  • vm_status: string

    The VM status of the transaction, can tell useful information in a failure

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/SuccessEventData.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/SuccessEventData.html new file mode 100644 index 000000000..713dba07f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/SuccessEventData.html @@ -0,0 +1,2 @@ +SuccessEventData | @aptos-labs/ts-sdk - v1.32.1

Type Alias SuccessEventData

SuccessEventData: {
    message: string;
    transactionHash: string;
}

The payload for a success event.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/TableItemRequest.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/TableItemRequest.html new file mode 100644 index 000000000..d98bb6931 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/TableItemRequest.html @@ -0,0 +1,3 @@ +TableItemRequest | @aptos-labs/ts-sdk - v1.32.1

Type Alias TableItemRequest

TableItemRequest: {
    key: any;
    key_type: MoveValue;
    value_type: MoveValue;
}

The request payload for the GetTableItem API.

+

Type declaration

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/TokenStandard.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/TokenStandard.html new file mode 100644 index 000000000..c6ac85c99 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/TokenStandard.html @@ -0,0 +1,2 @@ +TokenStandard | @aptos-labs/ts-sdk - v1.32.1

Type Alias TokenStandard

TokenStandard: "v1" | "v2"

The token standard to query for, which can be either version "v1" or "v2".

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionEd25519Signature.html new file mode 100644 index 000000000..3f9c69c86 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionEd25519Signature.html @@ -0,0 +1,2 @@ +TransactionEd25519Signature | @aptos-labs/ts-sdk - v1.32.1

Type Alias TransactionEd25519Signature

TransactionEd25519Signature: {
    public_key: string;
    signature: "ed25519_signature";
    type: string;
}

The signature for a transaction using the Ed25519 algorithm.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionFeePayerSignature.html new file mode 100644 index 000000000..824afa696 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionFeePayerSignature.html @@ -0,0 +1,4 @@ +TransactionFeePayerSignature | @aptos-labs/ts-sdk - v1.32.1

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";
}

The signature of the fee payer in a transaction.

+

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"
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionMultiAgentSignature.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionMultiAgentSignature.html new file mode 100644 index 000000000..3648eda21 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionMultiAgentSignature.html @@ -0,0 +1,4 @@ +TransactionMultiAgentSignature | @aptos-labs/ts-sdk - v1.32.1

Type Alias TransactionMultiAgentSignature

TransactionMultiAgentSignature: {
    secondary_signer_addresses: string[];
    secondary_signers: AccountSignature[];
    sender: AccountSignature;
    type: "multi_agent_signature";
}

The structure for a multi-agent signature in a transaction.

+

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"
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionMultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionMultiEd25519Signature.html new file mode 100644 index 000000000..cee969b4c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionMultiEd25519Signature.html @@ -0,0 +1,5 @@ +TransactionMultiEd25519Signature | @aptos-labs/ts-sdk - v1.32.1

Type Alias TransactionMultiEd25519Signature

TransactionMultiEd25519Signature: {
    bitmap: string;
    public_keys: string[];
    signatures: string[];
    threshold: number;
    type: "multi_ed25519_signature";
}

The structure for a multi-signature transaction using Ed25519.

+

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"
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionPayloadResponse.html new file mode 100644 index 000000000..b5f07bb98 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionPayloadResponse.html @@ -0,0 +1,2 @@ +TransactionPayloadResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias TransactionPayloadResponse

The payload for a transaction response, which can be an entry function, script, or multisig payload.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionResponse.html new file mode 100644 index 000000000..df822af6a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionResponse.html @@ -0,0 +1,2 @@ +TransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias TransactionResponse

The response for a transaction, which can be either pending or committed.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionSecp256k1Signature.html new file mode 100644 index 000000000..0a24ba4a5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionSecp256k1Signature.html @@ -0,0 +1,2 @@ +TransactionSecp256k1Signature | @aptos-labs/ts-sdk - v1.32.1

Type Alias TransactionSecp256k1Signature

TransactionSecp256k1Signature: {
    public_key: string;
    signature: "secp256k1_ecdsa_signature";
    type: string;
}

The structure for a Secp256k1 signature in a transaction.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionSignature.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionSignature.html new file mode 100644 index 000000000..0294a5c25 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/TransactionSignature.html @@ -0,0 +1,2 @@ +TransactionSignature | @aptos-labs/ts-sdk - v1.32.1

Type Alias TransactionSignature

JSON representations of transaction signatures returned from the node API.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/TypeArgument.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/TypeArgument.html new file mode 100644 index 000000000..dc6fe26c6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/TypeArgument.html @@ -0,0 +1,21 @@ +TypeArgument | @aptos-labs/ts-sdk - v1.32.1

Type Alias TypeArgument

TypeArgument: TypeTag | string

Inputs for Entry functions, view functions, and scripts, which can be a string representation of various types including +primitive types, vectors, and structured types.

+
    +
  • +
+

This can be a string version of the type argument such as:

+
    +
  • u8
  • +
  • u16
  • +
  • u32
  • +
  • u64
  • +
  • u128
  • +
  • u256
  • +
  • bool
  • +
  • address
  • +
  • signer
  • +
  • vector
  • +
  • address::module::struct
  • +
  • address::module::struct<Type1, Type2>
  • +
+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint128.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint128.html new file mode 100644 index 000000000..14f14e400 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint128.html @@ -0,0 +1,2 @@ +Uint128 | @aptos-labs/ts-sdk - v1.32.1

Type Alias Uint128

Uint128: bigint

A 128-bit unsigned integer used for precise arithmetic operations.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint16.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint16.html new file mode 100644 index 000000000..a043d1065 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint16.html @@ -0,0 +1,2 @@ +Uint16 | @aptos-labs/ts-sdk - v1.32.1

Type Alias Uint16

Uint16: number

A 16-bit unsigned integer.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint256.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint256.html new file mode 100644 index 000000000..931fb034d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint256.html @@ -0,0 +1,2 @@ +Uint256 | @aptos-labs/ts-sdk - v1.32.1

Type Alias Uint256

Uint256: bigint

A 256-bit unsigned integer used for precise numerical calculations.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint32.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint32.html new file mode 100644 index 000000000..9906e9275 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint32.html @@ -0,0 +1,2 @@ +Uint32 | @aptos-labs/ts-sdk - v1.32.1

Type Alias Uint32

Uint32: number

A 32-bit unsigned integer.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint64.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint64.html new file mode 100644 index 000000000..6188b122e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint64.html @@ -0,0 +1,2 @@ +Uint64 | @aptos-labs/ts-sdk - v1.32.1

Type Alias Uint64

Uint64: bigint

A 64-bit unsigned integer value.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint8.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint8.html new file mode 100644 index 000000000..93d9ef8ac --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/Uint8.html @@ -0,0 +1,2 @@ +Uint8 | @aptos-labs/ts-sdk - v1.32.1

Type Alias Uint8

Uint8: number

BCS types

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/UserTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/UserTransactionResponse.html new file mode 100644 index 000000000..fd3ba23a6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/UserTransactionResponse.html @@ -0,0 +1,6 @@ +UserTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias UserTransactionResponse

UserTransactionResponse: {
    accumulator_root_hash: string;
    changes: WriteSetChange[];
    event_root_hash: string;
    events: Event[];
    expiration_timestamp_secs: string;
    gas_unit_price: string;
    gas_used: string;
    hash: string;
    max_gas_amount: string;
    payload: TransactionPayloadResponse;
    sender: string;
    sequence_number: string;
    signature?: TransactionSignature;
    state_change_hash: string;
    state_checkpoint_hash: string | null;
    success: boolean;
    timestamp: string;
    type: User;
    version: string;
    vm_status: string;
}

The response structure for a user transaction.

+

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
  • Optionalsignature?: TransactionSignature
  • state_change_hash: string
  • state_checkpoint_hash: string | null
  • success: boolean

    Whether the transaction was successful

    +
  • timestamp: string
  • type: User
  • version: string
  • vm_status: string

    The VM status of the transaction, can tell useful information in a failure

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ValidatorTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ValidatorTransactionResponse.html new file mode 100644 index 000000000..d3662c3dc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ValidatorTransactionResponse.html @@ -0,0 +1,6 @@ +ValidatorTransactionResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias ValidatorTransactionResponse

ValidatorTransactionResponse: {
    accumulator_root_hash: string;
    changes: WriteSetChange[];
    event_root_hash: string;
    events: Event[];
    gas_used: string;
    hash: string;
    state_change_hash: string;
    state_checkpoint_hash: string | null;
    success: boolean;
    timestamp: string;
    type: Validator;
    version: string;
    vm_status: string;
}

The response for a validator transaction, indicating the type of transaction.

+

Type declaration

  • accumulator_root_hash: string
  • changes: WriteSetChange[]

    Final state of resources changed by the transaction

    +
  • event_root_hash: string
  • events: Event[]

    The events emitted by the validator transaction

    +
  • gas_used: string
  • hash: string
  • state_change_hash: string
  • state_checkpoint_hash: string | null
  • success: boolean

    Whether the transaction was successful

    +
  • timestamp: string
  • type: Validator
  • version: string
  • vm_status: string

    The VM status of the transaction, can tell useful information in a failure

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ViewFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ViewFunctionABI.html new file mode 100644 index 000000000..c6e27f224 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ViewFunctionABI.html @@ -0,0 +1,2 @@ +ViewFunctionABI | @aptos-labs/ts-sdk - v1.32.1

Type Alias ViewFunctionABI

ViewFunctionABI: FunctionABI & {
    returnTypes: TypeTag[];
}

Interface for a view function's ABI, providing type checking and input conversion for ABI-based transaction submissions.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/ViewFunctionJsonPayload.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/ViewFunctionJsonPayload.html new file mode 100644 index 000000000..bd0088608 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/ViewFunctionJsonPayload.html @@ -0,0 +1,2 @@ +ViewFunctionJsonPayload | @aptos-labs/ts-sdk - v1.32.1

Type Alias ViewFunctionJsonPayload

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

The payload sent to the fullnode for a JSON view request.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/WaitForTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/WaitForTransactionOptions.html new file mode 100644 index 000000000..10a91b6bc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/WaitForTransactionOptions.html @@ -0,0 +1,2 @@ +WaitForTransactionOptions | @aptos-labs/ts-sdk - v1.32.1

Type Alias WaitForTransactionOptions

WaitForTransactionOptions: {
    checkSuccess?: boolean;
    timeoutSecs?: number;
    waitForIndexer?: boolean;
}

Options for configuring the behavior of the waitForTransaction() function.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSet.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSet.html new file mode 100644 index 000000000..e6593b5b9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSet.html @@ -0,0 +1 @@ +WriteSet | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChange.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChange.html new file mode 100644 index 000000000..b1979e3dd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChange.html @@ -0,0 +1,2 @@ +WriteSetChange | @aptos-labs/ts-sdk - v1.32.1

Type Alias WriteSetChange

A union type that encompasses both script and direct write sets for data operations.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeDeleteModule.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeDeleteModule.html new file mode 100644 index 000000000..76518e1ec --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeDeleteModule.html @@ -0,0 +1,3 @@ +WriteSetChangeDeleteModule | @aptos-labs/ts-sdk - v1.32.1

Type Alias WriteSetChangeDeleteModule

WriteSetChangeDeleteModule: {
    address: string;
    module: MoveModuleId;
    state_key_hash: string;
    type: string;
}

The structure for a module deletion change in a write set.

+

Type declaration

  • address: string
  • module: MoveModuleId
  • state_key_hash: string

    State key hash

    +
  • type: string
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeDeleteResource.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeDeleteResource.html new file mode 100644 index 000000000..4d0e964cc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeDeleteResource.html @@ -0,0 +1,2 @@ +WriteSetChangeDeleteResource | @aptos-labs/ts-sdk - v1.32.1

Type Alias WriteSetChangeDeleteResource

WriteSetChangeDeleteResource: {
    address: string;
    resource: string;
    state_key_hash: string;
    type: string;
}

The payload for a resource deletion in a write set change.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeDeleteTableItem.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeDeleteTableItem.html new file mode 100644 index 000000000..1239cf351 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeDeleteTableItem.html @@ -0,0 +1,2 @@ +WriteSetChangeDeleteTableItem | @aptos-labs/ts-sdk - v1.32.1

Type Alias WriteSetChangeDeleteTableItem

WriteSetChangeDeleteTableItem: {
    data?: DeletedTableData;
    handle: string;
    key: string;
    state_key_hash: string;
    type: string;
}

The payload for a write set change that deletes a table item.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeWriteModule.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeWriteModule.html new file mode 100644 index 000000000..74fc515e5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeWriteModule.html @@ -0,0 +1,2 @@ +WriteSetChangeWriteModule | @aptos-labs/ts-sdk - v1.32.1

Type Alias WriteSetChangeWriteModule

WriteSetChangeWriteModule: {
    address: string;
    data: MoveModuleBytecode;
    state_key_hash: string;
    type: string;
}

The structure for a write module change in a write set.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeWriteResource.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeWriteResource.html new file mode 100644 index 000000000..85afbbcf2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeWriteResource.html @@ -0,0 +1,2 @@ +WriteSetChangeWriteResource | @aptos-labs/ts-sdk - v1.32.1

Type Alias WriteSetChangeWriteResource

WriteSetChangeWriteResource: {
    address: string;
    data: MoveResource;
    state_key_hash: string;
    type: string;
}

The resource associated with a write set change, identified by its type.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeWriteTableItem.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeWriteTableItem.html new file mode 100644 index 000000000..d8ef63b2d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/WriteSetChangeWriteTableItem.html @@ -0,0 +1,2 @@ +WriteSetChangeWriteTableItem | @aptos-labs/ts-sdk - v1.32.1

Type Alias WriteSetChangeWriteTableItem

WriteSetChangeWriteTableItem: {
    data?: DecodedTableData;
    handle: string;
    key: string;
    state_key_hash: string;
    type: string;
    value: string;
}

The structure for a write operation on a table in a write set change.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.AptosApiErrorOpts.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.AptosApiErrorOpts.html new file mode 100644 index 000000000..5b84945a2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.AptosApiErrorOpts.html @@ -0,0 +1,2 @@ +AptosApiErrorOpts | @aptos-labs/ts-sdk - v1.32.1
AptosApiErrorOpts: {
    apiType: AptosApiType;
    aptosRequest: AptosRequest;
    aptosResponse: AptosResponse<any, any>;
}

Options for handling errors in the Aptos API.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.BigintComparisonExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.BigintComparisonExp.html new file mode 100644 index 000000000..c8bcb853f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.BigintComparisonExp.html @@ -0,0 +1,2 @@ +BigintComparisonExp | @aptos-labs/ts-sdk - v1.32.1
BigintComparisonExp: {
    _eq?: InputMaybe<Scalars["bigint"]["input"]>;
    _gt?: InputMaybe<Scalars["bigint"]["input"]>;
    _gte?: InputMaybe<Scalars["bigint"]["input"]>;
    _in?: InputMaybe<Scalars["bigint"]["input"][]>;
    _is_null?: InputMaybe<Scalars["Boolean"]["input"]>;
    _lt?: InputMaybe<Scalars["bigint"]["input"]>;
    _lte?: InputMaybe<Scalars["bigint"]["input"]>;
    _neq?: InputMaybe<Scalars["bigint"]["input"]>;
    _nin?: InputMaybe<Scalars["bigint"]["input"][]>;
}

Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.BooleanComparisonExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.BooleanComparisonExp.html new file mode 100644 index 000000000..5aa2b9a8c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.BooleanComparisonExp.html @@ -0,0 +1,2 @@ +BooleanComparisonExp | @aptos-labs/ts-sdk - v1.32.1
BooleanComparisonExp: {
    _eq?: InputMaybe<Scalars["Boolean"]["input"]>;
    _gt?: InputMaybe<Scalars["Boolean"]["input"]>;
    _gte?: InputMaybe<Scalars["Boolean"]["input"]>;
    _in?: InputMaybe<Scalars["Boolean"]["input"][]>;
    _is_null?: InputMaybe<Scalars["Boolean"]["input"]>;
    _lt?: InputMaybe<Scalars["Boolean"]["input"]>;
    _lte?: InputMaybe<Scalars["Boolean"]["input"]>;
    _neq?: InputMaybe<Scalars["Boolean"]["input"]>;
    _nin?: InputMaybe<Scalars["Boolean"]["input"][]>;
}

Boolean expression to compare columns of type "Boolean". All fields are combined with logical 'AND'.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesAggregateBoolExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesAggregateBoolExp.html new file mode 100644 index 000000000..55e7194a0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesAggregateBoolExp.html @@ -0,0 +1 @@ +CurrentAptosNamesAggregateBoolExp | @aptos-labs/ts-sdk - v1.32.1
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesAggregateBoolExpBoolAnd.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesAggregateBoolExpBoolAnd.html new file mode 100644 index 000000000..3ed969888 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesAggregateBoolExpBoolAnd.html @@ -0,0 +1 @@ +CurrentAptosNamesAggregateBoolExpBoolAnd | @aptos-labs/ts-sdk - v1.32.1

Type Alias CurrentAptosNamesAggregateBoolExpBoolAnd

CurrentAptosNamesAggregateBoolExpBoolAnd: {
    arguments: CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolAndArgumentsColumns;
    distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
    filter?: InputMaybe<CurrentAptosNamesBoolExp>;
    predicate: BooleanComparisonExp;
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesAggregateBoolExpBoolOr.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesAggregateBoolExpBoolOr.html new file mode 100644 index 000000000..5de522e06 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesAggregateBoolExpBoolOr.html @@ -0,0 +1 @@ +CurrentAptosNamesAggregateBoolExpBoolOr | @aptos-labs/ts-sdk - v1.32.1

Type Alias CurrentAptosNamesAggregateBoolExpBoolOr

CurrentAptosNamesAggregateBoolExpBoolOr: {
    arguments: CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolOrArgumentsColumns;
    distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
    filter?: InputMaybe<CurrentAptosNamesBoolExp>;
    predicate: BooleanComparisonExp;
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesAggregateBoolExpCount.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesAggregateBoolExpCount.html new file mode 100644 index 000000000..b9942ab7f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesAggregateBoolExpCount.html @@ -0,0 +1 @@ +CurrentAptosNamesAggregateBoolExpCount | @aptos-labs/ts-sdk - v1.32.1

Type Alias CurrentAptosNamesAggregateBoolExpCount

CurrentAptosNamesAggregateBoolExpCount: {
    arguments?: InputMaybe<CurrentAptosNamesSelectColumn[]>;
    distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
    filter?: InputMaybe<CurrentAptosNamesBoolExp>;
    predicate: IntComparisonExp;
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesBoolExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesBoolExp.html new file mode 100644 index 000000000..a1eddf2ce --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentAptosNamesBoolExp.html @@ -0,0 +1,2 @@ +CurrentAptosNamesBoolExp | @aptos-labs/ts-sdk - v1.32.1

Type Alias CurrentAptosNamesBoolExp

CurrentAptosNamesBoolExp: {
    _and?: InputMaybe<CurrentAptosNamesBoolExp[]>;
    _not?: InputMaybe<CurrentAptosNamesBoolExp>;
    _or?: InputMaybe<CurrentAptosNamesBoolExp[]>;
    domain?: InputMaybe<StringComparisonExp>;
    domain_expiration_timestamp?: InputMaybe<TimestampComparisonExp>;
    domain_with_suffix?: InputMaybe<StringComparisonExp>;
    expiration_timestamp?: InputMaybe<TimestampComparisonExp>;
    is_active?: InputMaybe<BooleanComparisonExp>;
    is_domain_owner?: InputMaybe<CurrentAptosNamesBoolExp>;
    is_primary?: InputMaybe<BooleanComparisonExp>;
    last_transaction_version?: InputMaybe<BigintComparisonExp>;
    owner_address?: InputMaybe<StringComparisonExp>;
    registered_address?: InputMaybe<StringComparisonExp>;
    subdomain?: InputMaybe<StringComparisonExp>;
    subdomain_expiration_policy?: InputMaybe<BigintComparisonExp>;
    token_name?: InputMaybe<StringComparisonExp>;
    token_standard?: InputMaybe<StringComparisonExp>;
}

Boolean expression to filter rows from the table "current_aptos_names". All fields are combined with a logical 'AND'.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentFungibleAssetBalancesBoolExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentFungibleAssetBalancesBoolExp.html new file mode 100644 index 000000000..10db81da8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.CurrentFungibleAssetBalancesBoolExp.html @@ -0,0 +1,2 @@ +CurrentFungibleAssetBalancesBoolExp | @aptos-labs/ts-sdk - v1.32.1

Type Alias CurrentFungibleAssetBalancesBoolExp

CurrentFungibleAssetBalancesBoolExp: {
    _and?: InputMaybe<CurrentFungibleAssetBalancesBoolExp[]>;
    _not?: InputMaybe<CurrentFungibleAssetBalancesBoolExp>;
    _or?: InputMaybe<CurrentFungibleAssetBalancesBoolExp[]>;
    amount?: InputMaybe<NumericComparisonExp>;
    asset_type?: InputMaybe<StringComparisonExp>;
    is_frozen?: InputMaybe<BooleanComparisonExp>;
    is_primary?: InputMaybe<BooleanComparisonExp>;
    last_transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
    last_transaction_version?: InputMaybe<BigintComparisonExp>;
    metadata?: InputMaybe<FungibleAssetMetadataBoolExp>;
    owner_address?: InputMaybe<StringComparisonExp>;
    storage_id?: InputMaybe<StringComparisonExp>;
    token_standard?: InputMaybe<StringComparisonExp>;
}

Boolean expression to filter rows from the table "current_unified_fungible_asset_balances_to_be_renamed". All fields are combined with a logical 'AND'.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.ArgumentMap.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.ArgumentMap.html new file mode 100644 index 000000000..8ae63d5f5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.ArgumentMap.html @@ -0,0 +1 @@ +ArgumentMap | @aptos-labs/ts-sdk - v1.32.1
ArgumentMap<T>: {
    [K in keyof T]: T[K] extends ((...args: any[]) => void)
        ? Parameters<T[K]>
        : T[K] extends any[]
            ? T[K]
            : any[]
}

Type Parameters

  • T extends object
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.EventArgs.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.EventArgs.html new file mode 100644 index 000000000..7e8c0e343 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.EventArgs.html @@ -0,0 +1 @@ +EventArgs | @aptos-labs/ts-sdk - v1.32.1
EventArgs<T, K>: Parameters<EventListener<T, K>>

Type Parameters

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.EventListener.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.EventListener.html new file mode 100644 index 000000000..4d3e77c5c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.EventListener.html @@ -0,0 +1 @@ +EventListener | @aptos-labs/ts-sdk - v1.32.1
EventListener<T, K>: T extends string | symbol
    ? ((...args: any[]) => void)
    : ((...args: ArgumentMap<Exclude<T, string | symbol>>[Extract<K, keyof T>]) => void)

Type Parameters

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.EventNames.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.EventNames.html new file mode 100644 index 000000000..9e170a63a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.EventNames.html @@ -0,0 +1 @@ +EventNames | @aptos-labs/ts-sdk - v1.32.1
EventNames<T>: T extends string | symbol
    ? T
    : keyof T

Type Parameters

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.ValidEventTypes.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.ValidEventTypes.html new file mode 100644 index 000000000..a72801a9d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventEmitter.ValidEventTypes.html @@ -0,0 +1,5 @@ +ValidEventTypes | @aptos-labs/ts-sdk - v1.32.1
ValidEventTypes: string | symbol | object

object should be in either of the following forms:

+
interface EventTypes {
'event-with-parameters': any[]
'event-with-example-handler': (...args: any[]) => void
} +
+ +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventsBoolExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventsBoolExp.html new file mode 100644 index 000000000..fe4647585 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.EventsBoolExp.html @@ -0,0 +1,2 @@ +EventsBoolExp | @aptos-labs/ts-sdk - v1.32.1
EventsBoolExp: {
    _and?: InputMaybe<EventsBoolExp[]>;
    _not?: InputMaybe<EventsBoolExp>;
    _or?: InputMaybe<EventsBoolExp[]>;
    account_address?: InputMaybe<StringComparisonExp>;
    creation_number?: InputMaybe<BigintComparisonExp>;
    data?: InputMaybe<JsonbComparisonExp>;
    event_index?: InputMaybe<BigintComparisonExp>;
    indexed_type?: InputMaybe<StringComparisonExp>;
    sequence_number?: InputMaybe<BigintComparisonExp>;
    transaction_block_height?: InputMaybe<BigintComparisonExp>;
    transaction_version?: InputMaybe<BigintComparisonExp>;
    type?: InputMaybe<StringComparisonExp>;
}

Boolean expression to filter rows from the table "events". All fields are combined with a logical 'AND'.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Exclude.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Exclude.html new file mode 100644 index 000000000..2cc8e109c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Exclude.html @@ -0,0 +1,2 @@ +Exclude | @aptos-labs/ts-sdk - v1.32.1

Type Alias Exclude<T, U>

Exclude<T, U>: T extends U
    ? never
    : T

Exclude from T those types that are assignable to U

+

Type Parameters

  • T
  • U
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Extract.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Extract.html new file mode 100644 index 000000000..1cccc520e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Extract.html @@ -0,0 +1,2 @@ +Extract | @aptos-labs/ts-sdk - v1.32.1

Type Alias Extract<T, U>

Extract<T, U>: T extends U
    ? T
    : never

Extract from T those types that are assignable to U

+

Type Parameters

  • T
  • U
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.FeePayerOrFeePayerAuthenticatorOrNeither.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.FeePayerOrFeePayerAuthenticatorOrNeither.html new file mode 100644 index 000000000..7aff1c65a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.FeePayerOrFeePayerAuthenticatorOrNeither.html @@ -0,0 +1 @@ +FeePayerOrFeePayerAuthenticatorOrNeither | @aptos-labs/ts-sdk - v1.32.1

Type Alias FeePayerOrFeePayerAuthenticatorOrNeither

FeePayerOrFeePayerAuthenticatorOrNeither: {
    feePayer: Account;
    feePayerAuthenticator?: never;
} | {
    feePayer?: never;
    feePayerAuthenticator: AccountAuthenticator;
} | {
    feePayer?: never;
    feePayerAuthenticator?: never;
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.FungibleAssetActivitiesBoolExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.FungibleAssetActivitiesBoolExp.html new file mode 100644 index 000000000..61e4e63c4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.FungibleAssetActivitiesBoolExp.html @@ -0,0 +1,2 @@ +FungibleAssetActivitiesBoolExp | @aptos-labs/ts-sdk - v1.32.1

Type Alias FungibleAssetActivitiesBoolExp

FungibleAssetActivitiesBoolExp: {
    _and?: InputMaybe<FungibleAssetActivitiesBoolExp[]>;
    _not?: InputMaybe<FungibleAssetActivitiesBoolExp>;
    _or?: InputMaybe<FungibleAssetActivitiesBoolExp[]>;
    amount?: InputMaybe<NumericComparisonExp>;
    asset_type?: InputMaybe<StringComparisonExp>;
    block_height?: InputMaybe<BigintComparisonExp>;
    entry_function_id_str?: InputMaybe<StringComparisonExp>;
    event_index?: InputMaybe<BigintComparisonExp>;
    gas_fee_payer_address?: InputMaybe<StringComparisonExp>;
    is_frozen?: InputMaybe<BooleanComparisonExp>;
    is_gas_fee?: InputMaybe<BooleanComparisonExp>;
    is_transaction_success?: InputMaybe<BooleanComparisonExp>;
    metadata?: InputMaybe<FungibleAssetMetadataBoolExp>;
    owner_address?: InputMaybe<StringComparisonExp>;
    owner_aptos_names?: InputMaybe<CurrentAptosNamesBoolExp>;
    owner_aptos_names_aggregate?: InputMaybe<CurrentAptosNamesAggregateBoolExp>;
    storage_id?: InputMaybe<StringComparisonExp>;
    storage_refund_amount?: InputMaybe<NumericComparisonExp>;
    token_standard?: InputMaybe<StringComparisonExp>;
    transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
    transaction_version?: InputMaybe<BigintComparisonExp>;
    type?: InputMaybe<StringComparisonExp>;
}

Boolean expression to filter rows from the table "fungible_asset_activities". All fields are combined with a logical 'AND'.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.FungibleAssetMetadataBoolExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.FungibleAssetMetadataBoolExp.html new file mode 100644 index 000000000..9957527a6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.FungibleAssetMetadataBoolExp.html @@ -0,0 +1,2 @@ +FungibleAssetMetadataBoolExp | @aptos-labs/ts-sdk - v1.32.1

Type Alias FungibleAssetMetadataBoolExp

FungibleAssetMetadataBoolExp: {
    _and?: InputMaybe<FungibleAssetMetadataBoolExp[]>;
    _not?: InputMaybe<FungibleAssetMetadataBoolExp>;
    _or?: InputMaybe<FungibleAssetMetadataBoolExp[]>;
    asset_type?: InputMaybe<StringComparisonExp>;
    creator_address?: InputMaybe<StringComparisonExp>;
    decimals?: InputMaybe<IntComparisonExp>;
    icon_uri?: InputMaybe<StringComparisonExp>;
    last_transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
    last_transaction_version?: InputMaybe<BigintComparisonExp>;
    maximum_v2?: InputMaybe<NumericComparisonExp>;
    name?: InputMaybe<StringComparisonExp>;
    project_uri?: InputMaybe<StringComparisonExp>;
    supply_aggregator_table_handle_v1?: InputMaybe<StringComparisonExp>;
    supply_aggregator_table_key_v1?: InputMaybe<StringComparisonExp>;
    supply_v2?: InputMaybe<NumericComparisonExp>;
    symbol?: InputMaybe<StringComparisonExp>;
    token_standard?: InputMaybe<StringComparisonExp>;
}

Boolean expression to filter rows from the table "fungible_asset_metadata". All fields are combined with a logical 'AND'.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetAccountCoinsDataQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetAccountCoinsDataQuery.html new file mode 100644 index 000000000..ddeb7aecd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetAccountCoinsDataQuery.html @@ -0,0 +1 @@ +GetAccountCoinsDataQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetAccountCoinsDataQuery

GetAccountCoinsDataQuery: {
    current_fungible_asset_balances: {
        amount?: any | null;
        asset_type?: string | null;
        is_frozen: boolean;
        is_primary?: boolean | null;
        last_transaction_timestamp?: any | null;
        last_transaction_version?: any | null;
        metadata?: {
            asset_type: string;
            creator_address: string;
            decimals: number;
            icon_uri?: string | null;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            name: string;
            project_uri?: string | null;
            supply_aggregator_table_handle_v1?: string | null;
            supply_aggregator_table_key_v1?: string | null;
            symbol: string;
            token_standard: string;
        } | null;
        owner_address: string;
        storage_id: string;
        token_standard?: string | null;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetAccountCollectionsWithOwnedTokensQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetAccountCollectionsWithOwnedTokensQuery.html new file mode 100644 index 000000000..27be4ec7b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetAccountCollectionsWithOwnedTokensQuery.html @@ -0,0 +1 @@ +GetAccountCollectionsWithOwnedTokensQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetAccountCollectionsWithOwnedTokensQuery

GetAccountCollectionsWithOwnedTokensQuery: {
    current_collection_ownership_v2_view: {
        collection_id?: string | null;
        collection_name?: string | null;
        collection_uri?: string | null;
        creator_address?: string | null;
        current_collection?: {
            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 | null;
            mutable_description?: boolean | null;
            mutable_uri?: boolean | null;
            table_handle_v1?: string | null;
            token_standard: string;
            total_minted_v2?: any | null;
            uri: string;
        } | null;
        distinct_tokens?: any | null;
        last_transaction_version?: any | null;
        owner_address?: string | null;
        single_token_uri?: string | null;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetAccountOwnedTokensFromCollectionQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetAccountOwnedTokensFromCollectionQuery.html new file mode 100644 index 000000000..ac2556d2b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetAccountOwnedTokensFromCollectionQuery.html @@ -0,0 +1 @@ +GetAccountOwnedTokensFromCollectionQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetAccountOwnedTokensFromCollectionQuery

GetAccountOwnedTokensFromCollectionQuery: {
    current_token_ownerships_v2: {
        amount: any;
        current_token_data?: {
            collection_id: string;
            current_collection?: {
                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 | null;
                mutable_description?: boolean | null;
                mutable_uri?: boolean | null;
                table_handle_v1?: string | null;
                token_standard: string;
                total_minted_v2?: any | null;
                uri: string;
            } | null;
            decimals?: any | null;
            description: string;
            is_fungible_v2?: boolean | null;
            largest_property_version_v1?: any | null;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            maximum?: any | null;
            supply?: any | null;
            token_data_id: string;
            token_name: string;
            token_properties: any;
            token_standard: string;
            token_uri: string;
        } | null;
        is_fungible_v2?: boolean | null;
        is_soulbound_v2?: boolean | null;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        owner_address: string;
        property_version_v1: any;
        storage_id: string;
        table_type_v1?: string | null;
        token_data_id: string;
        token_properties_mutated_v1?: any | null;
        token_standard: string;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetAccountOwnedTokensQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetAccountOwnedTokensQuery.html new file mode 100644 index 000000000..f6f06a733 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetAccountOwnedTokensQuery.html @@ -0,0 +1 @@ +GetAccountOwnedTokensQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetAccountOwnedTokensQuery

GetAccountOwnedTokensQuery: {
    current_token_ownerships_v2: {
        amount: any;
        current_token_data?: {
            collection_id: string;
            current_collection?: {
                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 | null;
                mutable_description?: boolean | null;
                mutable_uri?: boolean | null;
                table_handle_v1?: string | null;
                token_standard: string;
                total_minted_v2?: any | null;
                uri: string;
            } | null;
            decimals?: any | null;
            description: string;
            is_fungible_v2?: boolean | null;
            largest_property_version_v1?: any | null;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            maximum?: any | null;
            supply?: any | null;
            token_data_id: string;
            token_name: string;
            token_properties: any;
            token_standard: string;
            token_uri: string;
        } | null;
        is_fungible_v2?: boolean | null;
        is_soulbound_v2?: boolean | null;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        owner_address: string;
        property_version_v1: any;
        storage_id: string;
        table_type_v1?: string | null;
        token_data_id: string;
        token_properties_mutated_v1?: any | null;
        token_standard: string;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetChainTopUserTransactionsQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetChainTopUserTransactionsQuery.html new file mode 100644 index 000000000..92537fd38 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetChainTopUserTransactionsQuery.html @@ -0,0 +1 @@ +GetChainTopUserTransactionsQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetChainTopUserTransactionsQuery

GetChainTopUserTransactionsQuery: {
    user_transactions: {
        version: any;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetCollectionDataQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetCollectionDataQuery.html new file mode 100644 index 000000000..e5e8fb89c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetCollectionDataQuery.html @@ -0,0 +1 @@ +GetCollectionDataQuery | @aptos-labs/ts-sdk - v1.32.1
GetCollectionDataQuery: {
    current_collections_v2: {
        cdn_asset_uris?: {
            animation_optimizer_retry_count: number;
            asset_uri: string;
            cdn_animation_uri?: string | null;
            cdn_image_uri?: string | null;
            cdn_json_uri?: string | null;
            image_optimizer_retry_count: number;
            json_parser_retry_count: number;
            raw_animation_uri?: string | null;
            raw_image_uri?: string | null;
        } | 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 | null;
        mutable_description?: boolean | null;
        mutable_uri?: boolean | null;
        table_handle_v1?: string | null;
        token_standard: string;
        total_minted_v2?: any | null;
        uri: string;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetCurrentFungibleAssetBalancesQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetCurrentFungibleAssetBalancesQuery.html new file mode 100644 index 000000000..0c4456e3e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetCurrentFungibleAssetBalancesQuery.html @@ -0,0 +1 @@ +GetCurrentFungibleAssetBalancesQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetCurrentFungibleAssetBalancesQuery

GetCurrentFungibleAssetBalancesQuery: {
    current_fungible_asset_balances: {
        amount?: any | null;
        asset_type?: string | null;
        is_frozen: boolean;
        is_primary?: boolean | null;
        last_transaction_timestamp?: any | null;
        last_transaction_version?: any | null;
        owner_address: string;
        storage_id: string;
        token_standard?: string | null;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetCurrentTokenOwnershipQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetCurrentTokenOwnershipQuery.html new file mode 100644 index 000000000..df297886d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetCurrentTokenOwnershipQuery.html @@ -0,0 +1 @@ +GetCurrentTokenOwnershipQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetCurrentTokenOwnershipQuery

GetCurrentTokenOwnershipQuery: {
    current_token_ownerships_v2: {
        amount: any;
        current_token_data?: {
            collection_id: string;
            current_collection?: {
                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 | null;
                mutable_description?: boolean | null;
                mutable_uri?: boolean | null;
                table_handle_v1?: string | null;
                token_standard: string;
                total_minted_v2?: any | null;
                uri: string;
            } | null;
            decimals?: any | null;
            description: string;
            is_fungible_v2?: boolean | null;
            largest_property_version_v1?: any | null;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            maximum?: any | null;
            supply?: any | null;
            token_data_id: string;
            token_name: string;
            token_properties: any;
            token_standard: string;
            token_uri: string;
        } | null;
        is_fungible_v2?: boolean | null;
        is_soulbound_v2?: boolean | null;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        owner_address: string;
        property_version_v1: any;
        storage_id: string;
        table_type_v1?: string | null;
        token_data_id: string;
        token_properties_mutated_v1?: any | null;
        token_standard: string;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetDelegatedStakingActivitiesQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetDelegatedStakingActivitiesQuery.html new file mode 100644 index 000000000..abf9d1351 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetDelegatedStakingActivitiesQuery.html @@ -0,0 +1 @@ +GetDelegatedStakingActivitiesQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetDelegatedStakingActivitiesQuery

GetDelegatedStakingActivitiesQuery: {
    delegated_staking_activities: {
        amount: any;
        delegator_address: string;
        event_index: any;
        event_type: string;
        pool_address: string;
        transaction_version: any;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetEventsQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetEventsQuery.html new file mode 100644 index 000000000..acc152602 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetEventsQuery.html @@ -0,0 +1 @@ +GetEventsQuery | @aptos-labs/ts-sdk - v1.32.1
GetEventsQuery: {
    events: {
        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;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetFungibleAssetActivitiesQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetFungibleAssetActivitiesQuery.html new file mode 100644 index 000000000..826a9b908 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetFungibleAssetActivitiesQuery.html @@ -0,0 +1 @@ +GetFungibleAssetActivitiesQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetFungibleAssetActivitiesQuery

GetFungibleAssetActivitiesQuery: {
    fungible_asset_activities: {
        amount?: any | null;
        asset_type?: string | null;
        block_height: any;
        entry_function_id_str?: string | null;
        event_index: any;
        gas_fee_payer_address?: string | null;
        is_frozen?: boolean | null;
        is_gas_fee: boolean;
        is_transaction_success: boolean;
        owner_address?: string | null;
        storage_id: string;
        storage_refund_amount: any;
        token_standard: string;
        transaction_timestamp: any;
        transaction_version: any;
        type: string;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetFungibleAssetMetadataQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetFungibleAssetMetadataQuery.html new file mode 100644 index 000000000..f1a2053ce --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetFungibleAssetMetadataQuery.html @@ -0,0 +1 @@ +GetFungibleAssetMetadataQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetFungibleAssetMetadataQuery

GetFungibleAssetMetadataQuery: {
    fungible_asset_metadata: {
        asset_type: string;
        creator_address: string;
        decimals: number;
        icon_uri?: string | null;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        maximum_v2?: any | null;
        name: string;
        project_uri?: string | null;
        supply_aggregator_table_handle_v1?: string | null;
        supply_aggregator_table_key_v1?: string | null;
        supply_v2?: any | null;
        symbol: string;
        token_standard: string;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetNamesQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetNamesQuery.html new file mode 100644 index 000000000..46eb7f463 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetNamesQuery.html @@ -0,0 +1 @@ +GetNamesQuery | @aptos-labs/ts-sdk - v1.32.1
GetNamesQuery: {
    current_aptos_names: {
        domain?: string | null;
        domain_expiration_timestamp?: any | null;
        expiration_timestamp?: any | null;
        is_primary?: boolean | null;
        owner_address?: string | null;
        registered_address?: string | null;
        subdomain?: string | null;
        subdomain_expiration_policy?: any | null;
        token_standard?: string | null;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetNumberOfDelegatorsQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetNumberOfDelegatorsQuery.html new file mode 100644 index 000000000..be40d1997 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetNumberOfDelegatorsQuery.html @@ -0,0 +1 @@ +GetNumberOfDelegatorsQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetNumberOfDelegatorsQuery

GetNumberOfDelegatorsQuery: {
    num_active_delegator_per_pool: {
        num_active_delegator?: any | null;
        pool_address?: string | null;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetObjectDataQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetObjectDataQuery.html new file mode 100644 index 000000000..5b3ad5d11 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetObjectDataQuery.html @@ -0,0 +1 @@ +GetObjectDataQuery | @aptos-labs/ts-sdk - v1.32.1
GetObjectDataQuery: {
    current_objects: {
        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;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetProcessorStatusQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetProcessorStatusQuery.html new file mode 100644 index 000000000..78117f8b5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetProcessorStatusQuery.html @@ -0,0 +1 @@ +GetProcessorStatusQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetProcessorStatusQuery

GetProcessorStatusQuery: {
    processor_status: {
        last_success_version: any;
        last_updated: any;
        processor: string;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetTableItemsDataQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetTableItemsDataQuery.html new file mode 100644 index 000000000..178514f0b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetTableItemsDataQuery.html @@ -0,0 +1 @@ +GetTableItemsDataQuery | @aptos-labs/ts-sdk - v1.32.1
GetTableItemsDataQuery: {
    table_items: {
        decoded_key: any;
        decoded_value?: any | null;
        key: string;
        table_handle: string;
        transaction_version: any;
        write_set_change_index: any;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetTableItemsMetadataQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetTableItemsMetadataQuery.html new file mode 100644 index 000000000..5047fa143 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetTableItemsMetadataQuery.html @@ -0,0 +1 @@ +GetTableItemsMetadataQuery | @aptos-labs/ts-sdk - v1.32.1

Type Alias GetTableItemsMetadataQuery

GetTableItemsMetadataQuery: {
    table_metadatas: {
        handle: string;
        key_type: string;
        value_type: string;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetTokenActivityQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetTokenActivityQuery.html new file mode 100644 index 000000000..e85f166ae --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetTokenActivityQuery.html @@ -0,0 +1 @@ +GetTokenActivityQuery | @aptos-labs/ts-sdk - v1.32.1
GetTokenActivityQuery: {
    token_activities_v2: {
        after_value?: string | null;
        before_value?: string | null;
        entry_function_id_str?: string | null;
        event_account_address: string;
        event_index: any;
        from_address?: string | null;
        is_fungible_v2?: boolean | null;
        property_version_v1: any;
        to_address?: string | null;
        token_amount: any;
        token_data_id: string;
        token_standard: string;
        transaction_timestamp: any;
        transaction_version: any;
        type: string;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetTokenDataQuery.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetTokenDataQuery.html new file mode 100644 index 000000000..e08405e8b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.GetTokenDataQuery.html @@ -0,0 +1 @@ +GetTokenDataQuery | @aptos-labs/ts-sdk - v1.32.1
GetTokenDataQuery: {
    current_token_datas_v2: {
        collection_id: string;
        current_collection?: {
            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 | null;
            mutable_description?: boolean | null;
            mutable_uri?: boolean | null;
            table_handle_v1?: string | null;
            token_standard: string;
            total_minted_v2?: any | null;
            uri: string;
        } | null;
        decimals?: any | null;
        description: string;
        is_fungible_v2?: boolean | null;
        largest_property_version_v1?: any | null;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        maximum?: any | null;
        supply?: any | null;
        token_data_id: string;
        token_name: string;
        token_properties: any;
        token_standard: string;
        token_uri: string;
    }[];
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Groth16VerificationKeyResponse.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Groth16VerificationKeyResponse.html new file mode 100644 index 000000000..255e49921 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Groth16VerificationKeyResponse.html @@ -0,0 +1,2 @@ +Groth16VerificationKeyResponse | @aptos-labs/ts-sdk - v1.32.1

Type Alias Groth16VerificationKeyResponse

Groth16VerificationKeyResponse: {
    alpha_g1: string;
    beta_g2: string;
    delta_g2: string;
    gamma_abc_g1: [string, string];
    gamma_g2: string;
}

The response containing the Groth16 verification key, including the alpha_g1 component.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.InputMaybe.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.InputMaybe.html new file mode 100644 index 000000000..e607de11b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.InputMaybe.html @@ -0,0 +1 @@ +InputMaybe | @aptos-labs/ts-sdk - v1.32.1
InputMaybe<T>: Maybe<T>

Type Parameters

  • T
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.IntComparisonExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.IntComparisonExp.html new file mode 100644 index 000000000..74d249b89 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.IntComparisonExp.html @@ -0,0 +1,2 @@ +IntComparisonExp | @aptos-labs/ts-sdk - v1.32.1
IntComparisonExp: {
    _eq?: InputMaybe<Scalars["Int"]["input"]>;
    _gt?: InputMaybe<Scalars["Int"]["input"]>;
    _gte?: InputMaybe<Scalars["Int"]["input"]>;
    _in?: InputMaybe<Scalars["Int"]["input"][]>;
    _is_null?: InputMaybe<Scalars["Boolean"]["input"]>;
    _lt?: InputMaybe<Scalars["Int"]["input"]>;
    _lte?: InputMaybe<Scalars["Int"]["input"]>;
    _neq?: InputMaybe<Scalars["Int"]["input"]>;
    _nin?: InputMaybe<Scalars["Int"]["input"][]>;
}

Boolean expression to compare columns of type "Int". All fields are combined with logical 'AND'.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.JsonbCastExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.JsonbCastExp.html new file mode 100644 index 000000000..39abbb5e1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.JsonbCastExp.html @@ -0,0 +1 @@ +JsonbCastExp | @aptos-labs/ts-sdk - v1.32.1
JsonbCastExp: {
    String?: InputMaybe<StringComparisonExp>;
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.JsonbComparisonExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.JsonbComparisonExp.html new file mode 100644 index 000000000..dd0348d35 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.JsonbComparisonExp.html @@ -0,0 +1,7 @@ +JsonbComparisonExp | @aptos-labs/ts-sdk - v1.32.1
JsonbComparisonExp: {
    _cast?: InputMaybe<JsonbCastExp>;
    _contained_in?: InputMaybe<Scalars["jsonb"]["input"]>;
    _contains?: InputMaybe<Scalars["jsonb"]["input"]>;
    _eq?: InputMaybe<Scalars["jsonb"]["input"]>;
    _gt?: InputMaybe<Scalars["jsonb"]["input"]>;
    _gte?: InputMaybe<Scalars["jsonb"]["input"]>;
    _has_key?: InputMaybe<Scalars["String"]["input"]>;
    _has_keys_all?: InputMaybe<Scalars["String"]["input"][]>;
    _has_keys_any?: InputMaybe<Scalars["String"]["input"][]>;
    _in?: InputMaybe<Scalars["jsonb"]["input"][]>;
    _is_null?: InputMaybe<Scalars["Boolean"]["input"]>;
    _lt?: InputMaybe<Scalars["jsonb"]["input"]>;
    _lte?: InputMaybe<Scalars["jsonb"]["input"]>;
    _neq?: InputMaybe<Scalars["jsonb"]["input"]>;
    _nin?: InputMaybe<Scalars["jsonb"]["input"][]>;
}

Boolean expression to compare columns of type "jsonb". All fields are combined with logical 'AND'.

+

Type declaration

diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Maybe.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Maybe.html new file mode 100644 index 000000000..b9a3f6b33 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Maybe.html @@ -0,0 +1 @@ +Maybe | @aptos-labs/ts-sdk - v1.32.1
Maybe<T>: T | null

Type Parameters

  • T
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.MoveAnyStruct.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.MoveAnyStruct.html new file mode 100644 index 000000000..c9cd83304 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.MoveAnyStruct.html @@ -0,0 +1 @@ +MoveAnyStruct | @aptos-labs/ts-sdk - v1.32.1
MoveAnyStruct: {
    variant: {
        data: string;
        type_name: string;
    };
}
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.NumericComparisonExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.NumericComparisonExp.html new file mode 100644 index 000000000..f50478ef2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.NumericComparisonExp.html @@ -0,0 +1,2 @@ +NumericComparisonExp | @aptos-labs/ts-sdk - v1.32.1
NumericComparisonExp: {
    _eq?: InputMaybe<Scalars["numeric"]["input"]>;
    _gt?: InputMaybe<Scalars["numeric"]["input"]>;
    _gte?: InputMaybe<Scalars["numeric"]["input"]>;
    _in?: InputMaybe<Scalars["numeric"]["input"][]>;
    _is_null?: InputMaybe<Scalars["Boolean"]["input"]>;
    _lt?: InputMaybe<Scalars["numeric"]["input"]>;
    _lte?: InputMaybe<Scalars["numeric"]["input"]>;
    _neq?: InputMaybe<Scalars["numeric"]["input"]>;
    _nin?: InputMaybe<Scalars["numeric"]["input"][]>;
}

Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Omit.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Omit.html new file mode 100644 index 000000000..7ee3e39fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Omit.html @@ -0,0 +1,2 @@ +Omit | @aptos-labs/ts-sdk - v1.32.1
Omit<T, K>: Pick<T, Exclude<keyof T, K>>

Construct a type with the properties of T except for those in type K.

+

Type Parameters

  • T
  • K extends keyof any
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Parameters.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Parameters.html new file mode 100644 index 000000000..9b875e0d5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Parameters.html @@ -0,0 +1,2 @@ +Parameters | @aptos-labs/ts-sdk - v1.32.1
Parameters<T>: T extends ((...args: infer P) => any)
    ? P
    : never

Obtain the parameters of a function type in a tuple

+

Type Parameters

  • T extends ((...args: any) => any)
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Pick.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Pick.html new file mode 100644 index 000000000..0456f41db --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Pick.html @@ -0,0 +1,2 @@ +Pick | @aptos-labs/ts-sdk - v1.32.1
Pick<T, K>: {
    [P in K]: T[P]
}

From T, pick a set of properties whose keys are in the union K

+

Type Parameters

  • T
  • K extends keyof T
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.PropertyValue.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.PropertyValue.html new file mode 100644 index 000000000..e548cc494 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.PropertyValue.html @@ -0,0 +1,4 @@ +PropertyValue | @aptos-labs/ts-sdk - v1.32.1
PropertyValue:
    | boolean
    | number
    | bigint
    | string
    | AccountAddress
    | Uint8Array

Accepted property value types for user input, including boolean, number, bigint, string, AccountAddress, and Uint8Array. +To pass in an Array, use Uint8Array type +for example new MoveVector([new MoveString("hello"), new MoveString("world")]).bcsToBytes()

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Record.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Record.html new file mode 100644 index 000000000..733650be0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Record.html @@ -0,0 +1,2 @@ +Record | @aptos-labs/ts-sdk - v1.32.1

Type Alias Record<K, T>

Record<K, T>: {
    [P in K]: T
}

Construct a type with a set of properties K of type T

+

Type Parameters

  • K extends keyof any
  • T
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Scalars.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Scalars.html new file mode 100644 index 000000000..a4a0c4dc9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.Scalars.html @@ -0,0 +1,2 @@ +Scalars | @aptos-labs/ts-sdk - v1.32.1
Scalars: {
    bigint: {
        input: any;
        output: any;
    };
    Boolean: {
        input: boolean;
        output: boolean;
    };
    Float: {
        input: number;
        output: number;
    };
    ID: {
        input: string;
        output: string;
    };
    Int: {
        input: number;
        output: number;
    };
    jsonb: {
        input: any;
        output: any;
    };
    numeric: {
        input: any;
        output: any;
    };
    String: {
        input: string;
        output: string;
    };
    timestamp: {
        input: any;
        output: any;
    };
    timestamptz: {
        input: any;
        output: any;
    };
}

All built-in and custom scalars, mapped to their actual values

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.StringComparisonExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.StringComparisonExp.html new file mode 100644 index 000000000..df2e1ac2a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.StringComparisonExp.html @@ -0,0 +1,12 @@ +StringComparisonExp | @aptos-labs/ts-sdk - v1.32.1
StringComparisonExp: {
    _eq?: InputMaybe<Scalars["String"]["input"]>;
    _gt?: InputMaybe<Scalars["String"]["input"]>;
    _gte?: InputMaybe<Scalars["String"]["input"]>;
    _ilike?: InputMaybe<Scalars["String"]["input"]>;
    _in?: InputMaybe<Scalars["String"]["input"][]>;
    _iregex?: InputMaybe<Scalars["String"]["input"]>;
    _is_null?: InputMaybe<Scalars["Boolean"]["input"]>;
    _like?: InputMaybe<Scalars["String"]["input"]>;
    _lt?: InputMaybe<Scalars["String"]["input"]>;
    _lte?: InputMaybe<Scalars["String"]["input"]>;
    _neq?: InputMaybe<Scalars["String"]["input"]>;
    _nilike?: InputMaybe<Scalars["String"]["input"]>;
    _nin?: InputMaybe<Scalars["String"]["input"][]>;
    _niregex?: InputMaybe<Scalars["String"]["input"]>;
    _nlike?: InputMaybe<Scalars["String"]["input"]>;
    _nregex?: InputMaybe<Scalars["String"]["input"]>;
    _nsimilar?: InputMaybe<Scalars["String"]["input"]>;
    _regex?: InputMaybe<Scalars["String"]["input"]>;
    _similar?: InputMaybe<Scalars["String"]["input"]>;
}

Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'.

+

Type declaration

  • Optional_eq?: InputMaybe<Scalars["String"]["input"]>
  • Optional_gt?: InputMaybe<Scalars["String"]["input"]>
  • Optional_gte?: InputMaybe<Scalars["String"]["input"]>
  • Optional_ilike?: InputMaybe<Scalars["String"]["input"]>

    does the column match the given case-insensitive pattern

    +
  • Optional_in?: InputMaybe<Scalars["String"]["input"][]>
  • Optional_iregex?: InputMaybe<Scalars["String"]["input"]>

    does the column match the given POSIX regular expression, case insensitive

    +
  • Optional_is_null?: InputMaybe<Scalars["Boolean"]["input"]>
  • Optional_like?: InputMaybe<Scalars["String"]["input"]>

    does the column match the given pattern

    +
  • Optional_lt?: InputMaybe<Scalars["String"]["input"]>
  • Optional_lte?: InputMaybe<Scalars["String"]["input"]>
  • Optional_neq?: InputMaybe<Scalars["String"]["input"]>
  • Optional_nilike?: InputMaybe<Scalars["String"]["input"]>

    does the column NOT match the given case-insensitive pattern

    +
  • Optional_nin?: InputMaybe<Scalars["String"]["input"][]>
  • Optional_niregex?: InputMaybe<Scalars["String"]["input"]>

    does the column NOT match the given POSIX regular expression, case insensitive

    +
  • Optional_nlike?: InputMaybe<Scalars["String"]["input"]>

    does the column NOT match the given pattern

    +
  • Optional_nregex?: InputMaybe<Scalars["String"]["input"]>

    does the column NOT match the given POSIX regular expression, case sensitive

    +
  • Optional_nsimilar?: InputMaybe<Scalars["String"]["input"]>

    does the column NOT match the given SQL regular expression

    +
  • Optional_regex?: InputMaybe<Scalars["String"]["input"]>

    does the column match the given POSIX regular expression, case sensitive

    +
  • Optional_similar?: InputMaybe<Scalars["String"]["input"]>

    does the column match the given SQL regular expression

    +
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.TableItemsBoolExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.TableItemsBoolExp.html new file mode 100644 index 000000000..7c8306fb6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.TableItemsBoolExp.html @@ -0,0 +1,2 @@ +TableItemsBoolExp | @aptos-labs/ts-sdk - v1.32.1
TableItemsBoolExp: {
    _and?: InputMaybe<TableItemsBoolExp[]>;
    _not?: InputMaybe<TableItemsBoolExp>;
    _or?: InputMaybe<TableItemsBoolExp[]>;
    decoded_key?: InputMaybe<JsonbComparisonExp>;
    decoded_value?: InputMaybe<JsonbComparisonExp>;
    key?: InputMaybe<StringComparisonExp>;
    table_handle?: InputMaybe<StringComparisonExp>;
    transaction_version?: InputMaybe<BigintComparisonExp>;
    write_set_change_index?: InputMaybe<BigintComparisonExp>;
}

Boolean expression to filter rows from the table "table_items". All fields are combined with a logical 'AND'.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.TableMetadatasBoolExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.TableMetadatasBoolExp.html new file mode 100644 index 000000000..65a6d2333 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.TableMetadatasBoolExp.html @@ -0,0 +1,2 @@ +TableMetadatasBoolExp | @aptos-labs/ts-sdk - v1.32.1
TableMetadatasBoolExp: {
    _and?: InputMaybe<TableMetadatasBoolExp[]>;
    _not?: InputMaybe<TableMetadatasBoolExp>;
    _or?: InputMaybe<TableMetadatasBoolExp[]>;
    handle?: InputMaybe<StringComparisonExp>;
    key_type?: InputMaybe<StringComparisonExp>;
    value_type?: InputMaybe<StringComparisonExp>;
}

Boolean expression to filter rows from the table "table_metadatas". All fields are combined with a logical 'AND'.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.TimestampComparisonExp.html b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.TimestampComparisonExp.html new file mode 100644 index 000000000..8f883e9f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/types/_internal_.TimestampComparisonExp.html @@ -0,0 +1,2 @@ +TimestampComparisonExp | @aptos-labs/ts-sdk - v1.32.1
TimestampComparisonExp: {
    _eq?: InputMaybe<Scalars["timestamp"]["input"]>;
    _gt?: InputMaybe<Scalars["timestamp"]["input"]>;
    _gte?: InputMaybe<Scalars["timestamp"]["input"]>;
    _in?: InputMaybe<Scalars["timestamp"]["input"][]>;
    _is_null?: InputMaybe<Scalars["Boolean"]["input"]>;
    _lt?: InputMaybe<Scalars["timestamp"]["input"]>;
    _lte?: InputMaybe<Scalars["timestamp"]["input"]>;
    _neq?: InputMaybe<Scalars["timestamp"]["input"]>;
    _nin?: InputMaybe<Scalars["timestamp"]["input"][]>;
}

Boolean expression to compare columns of type "timestamp". All fields are combined with logical 'AND'.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/APTOS_BIP44_REGEX.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/APTOS_BIP44_REGEX.html new file mode 100644 index 000000000..a53d6a1cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/APTOS_BIP44_REGEX.html @@ -0,0 +1 @@ +APTOS_BIP44_REGEX | @aptos-labs/ts-sdk - v1.32.1

Variable APTOS_BIP44_REGEXConst

APTOS_BIP44_REGEX: RegExp = ...
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/APTOS_COIN.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/APTOS_COIN.html new file mode 100644 index 000000000..4ccb64862 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/APTOS_COIN.html @@ -0,0 +1,2 @@ +APTOS_COIN | @aptos-labs/ts-sdk - v1.32.1

Variable APTOS_COINConst

APTOS_COIN = "0x1::aptos_coin::AptosCoin"

The default gas currency for the network.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/APTOS_FA.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/APTOS_FA.html new file mode 100644 index 000000000..c25d34ef9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/APTOS_FA.html @@ -0,0 +1 @@ +APTOS_FA | @aptos-labs/ts-sdk - v1.32.1

Variable APTOS_FAConst

APTOS_FA = "0x000000000000000000000000000000000000000000000000000000000000000a"
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/APTOS_HARDENED_REGEX.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/APTOS_HARDENED_REGEX.html new file mode 100644 index 000000000..7a612979d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/APTOS_HARDENED_REGEX.html @@ -0,0 +1,2 @@ +APTOS_HARDENED_REGEX | @aptos-labs/ts-sdk - v1.32.1

Variable APTOS_HARDENED_REGEXConst

APTOS_HARDENED_REGEX: RegExp = ...

Aptos derive path is 637

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/DEFAULT_MAX_GAS_AMOUNT.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/DEFAULT_MAX_GAS_AMOUNT.html new file mode 100644 index 000000000..1bcff3764 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/DEFAULT_MAX_GAS_AMOUNT.html @@ -0,0 +1,5 @@ +DEFAULT_MAX_GAS_AMOUNT | @aptos-labs/ts-sdk - v1.32.1

Variable DEFAULT_MAX_GAS_AMOUNTConst

DEFAULT_MAX_GAS_AMOUNT = 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.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html new file mode 100644 index 000000000..5e504eebe --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html @@ -0,0 +1,5 @@ +DEFAULT_TXN_EXP_SEC_FROM_NOW | @aptos-labs/ts-sdk - v1.32.1

Variable DEFAULT_TXN_EXP_SEC_FROM_NOWConst

DEFAULT_TXN_EXP_SEC_FROM_NOW = 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.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/DEFAULT_TXN_TIMEOUT_SEC.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/DEFAULT_TXN_TIMEOUT_SEC.html new file mode 100644 index 000000000..53782e6fb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/DEFAULT_TXN_TIMEOUT_SEC.html @@ -0,0 +1,4 @@ +DEFAULT_TXN_TIMEOUT_SEC | @aptos-labs/ts-sdk - v1.32.1

Variable DEFAULT_TXN_TIMEOUT_SECConst

DEFAULT_TXN_TIMEOUT_SEC = 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.

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/EPK_HORIZON_SECS.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/EPK_HORIZON_SECS.html new file mode 100644 index 000000000..d867d2f60 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/EPK_HORIZON_SECS.html @@ -0,0 +1 @@ +EPK_HORIZON_SECS | @aptos-labs/ts-sdk - v1.32.1

Variable EPK_HORIZON_SECSConst

EPK_HORIZON_SECS = 10000000
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/FIREBASE_AUTH_ISS_PATTERN.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/FIREBASE_AUTH_ISS_PATTERN.html new file mode 100644 index 000000000..cc9455927 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/FIREBASE_AUTH_ISS_PATTERN.html @@ -0,0 +1,4 @@ +FIREBASE_AUTH_ISS_PATTERN | @aptos-labs/ts-sdk - v1.32.1

Variable FIREBASE_AUTH_ISS_PATTERNConst

FIREBASE_AUTH_ISS_PATTERN: RegExp = ...

Regular expression pattern for Firebase Auth issuer URLs +Matches URLs in the format: https://securetoken.google.com/[project-id] +where project-id can contain letters, numbers, hyphens, and underscores

+
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/HARDENED_OFFSET.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/HARDENED_OFFSET.html new file mode 100644 index 000000000..b62e26675 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/HARDENED_OFFSET.html @@ -0,0 +1 @@ +HARDENED_OFFSET | @aptos-labs/ts-sdk - v1.32.1

Variable HARDENED_OFFSETConst

HARDENED_OFFSET: 2147483648 = 0x80000000
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_AUD_VAL_BYTES.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_AUD_VAL_BYTES.html new file mode 100644 index 000000000..d591e472c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_AUD_VAL_BYTES.html @@ -0,0 +1 @@ +MAX_AUD_VAL_BYTES | @aptos-labs/ts-sdk - v1.32.1

Variable MAX_AUD_VAL_BYTESConst

MAX_AUD_VAL_BYTES = 120
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_COMMITED_EPK_BYTES.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_COMMITED_EPK_BYTES.html new file mode 100644 index 000000000..68a99dbf9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_COMMITED_EPK_BYTES.html @@ -0,0 +1 @@ +MAX_COMMITED_EPK_BYTES | @aptos-labs/ts-sdk - v1.32.1

Variable MAX_COMMITED_EPK_BYTESConst

MAX_COMMITED_EPK_BYTES = 93
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_EXTRA_FIELD_BYTES.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_EXTRA_FIELD_BYTES.html new file mode 100644 index 000000000..be5d534c4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_EXTRA_FIELD_BYTES.html @@ -0,0 +1 @@ +MAX_EXTRA_FIELD_BYTES | @aptos-labs/ts-sdk - v1.32.1

Variable MAX_EXTRA_FIELD_BYTESConst

MAX_EXTRA_FIELD_BYTES = 350
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_ISS_VAL_BYTES.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_ISS_VAL_BYTES.html new file mode 100644 index 000000000..49c31473a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_ISS_VAL_BYTES.html @@ -0,0 +1 @@ +MAX_ISS_VAL_BYTES | @aptos-labs/ts-sdk - v1.32.1

Variable MAX_ISS_VAL_BYTESConst

MAX_ISS_VAL_BYTES = 120
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_JWT_HEADER_B64_BYTES.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_JWT_HEADER_B64_BYTES.html new file mode 100644 index 000000000..1879f14a8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_JWT_HEADER_B64_BYTES.html @@ -0,0 +1 @@ +MAX_JWT_HEADER_B64_BYTES | @aptos-labs/ts-sdk - v1.32.1

Variable MAX_JWT_HEADER_B64_BYTESConst

MAX_JWT_HEADER_B64_BYTES = 300
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_UID_KEY_BYTES.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_UID_KEY_BYTES.html new file mode 100644 index 000000000..b3d536c74 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_UID_KEY_BYTES.html @@ -0,0 +1 @@ +MAX_UID_KEY_BYTES | @aptos-labs/ts-sdk - v1.32.1

Variable MAX_UID_KEY_BYTESConst

MAX_UID_KEY_BYTES = 30
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_UID_VAL_BYTES.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_UID_VAL_BYTES.html new file mode 100644 index 000000000..e240c1993 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/MAX_UID_VAL_BYTES.html @@ -0,0 +1 @@ +MAX_UID_VAL_BYTES | @aptos-labs/ts-sdk - v1.32.1

Variable MAX_UID_VAL_BYTESConst

MAX_UID_VAL_BYTES = 330
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToChainId.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToChainId.html new file mode 100644 index 000000000..874ef8108 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToChainId.html @@ -0,0 +1 @@ +NetworkToChainId | @aptos-labs/ts-sdk - v1.32.1

Variable NetworkToChainIdConst

NetworkToChainId: Record<string, number> = ...
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToFaucetAPI.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToFaucetAPI.html new file mode 100644 index 000000000..d842d9b02 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToFaucetAPI.html @@ -0,0 +1 @@ +NetworkToFaucetAPI | @aptos-labs/ts-sdk - v1.32.1

Variable NetworkToFaucetAPIConst

NetworkToFaucetAPI: Record<string, string> = ...
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToIndexerAPI.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToIndexerAPI.html new file mode 100644 index 000000000..90115cf1c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToIndexerAPI.html @@ -0,0 +1 @@ +NetworkToIndexerAPI | @aptos-labs/ts-sdk - v1.32.1

Variable NetworkToIndexerAPIConst

NetworkToIndexerAPI: Record<string, string> = ...
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToNetworkName.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToNetworkName.html new file mode 100644 index 000000000..6d36ab22e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToNetworkName.html @@ -0,0 +1 @@ +NetworkToNetworkName | @aptos-labs/ts-sdk - v1.32.1

Variable NetworkToNetworkNameConst

NetworkToNetworkName: Record<string, Network> = ...
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToNodeAPI.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToNodeAPI.html new file mode 100644 index 000000000..0cf6612e5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToNodeAPI.html @@ -0,0 +1 @@ +NetworkToNodeAPI | @aptos-labs/ts-sdk - v1.32.1

Variable NetworkToNodeAPIConst

NetworkToNodeAPI: Record<string, string> = ...
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToPepperAPI.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToPepperAPI.html new file mode 100644 index 000000000..4da53909e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToPepperAPI.html @@ -0,0 +1 @@ +NetworkToPepperAPI | @aptos-labs/ts-sdk - v1.32.1

Variable NetworkToPepperAPIConst

NetworkToPepperAPI: Record<string, string> = ...
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToProverAPI.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToProverAPI.html new file mode 100644 index 000000000..2eabbdcd2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/NetworkToProverAPI.html @@ -0,0 +1 @@ +NetworkToProverAPI | @aptos-labs/ts-sdk - v1.32.1

Variable NetworkToProverAPIConst

NetworkToProverAPI: Record<string, string> = ...
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/RAW_TRANSACTION_SALT.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/RAW_TRANSACTION_SALT.html new file mode 100644 index 000000000..6ddca62fb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/RAW_TRANSACTION_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_SALT | @aptos-labs/ts-sdk - v1.32.1

Variable RAW_TRANSACTION_SALTConst

RAW_TRANSACTION_SALT = "APTOS::RawTransaction"
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/RAW_TRANSACTION_WITH_DATA_SALT.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/RAW_TRANSACTION_WITH_DATA_SALT.html new file mode 100644 index 000000000..470612c54 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/RAW_TRANSACTION_WITH_DATA_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_WITH_DATA_SALT | @aptos-labs/ts-sdk - v1.32.1

Variable RAW_TRANSACTION_WITH_DATA_SALTConst

RAW_TRANSACTION_WITH_DATA_SALT = "APTOS::RawTransactionWithData"
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/_internal_.Error-1.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/_internal_.Error-1.html new file mode 100644 index 000000000..b926ca827 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/_internal_.Error-1.html @@ -0,0 +1 @@ +Error | @aptos-labs/ts-sdk - v1.32.1
Error: ErrorConstructor
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/_internal_.EventEmitter.EventEmitter.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/_internal_.EventEmitter.EventEmitter.html new file mode 100644 index 000000000..3a983647b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/_internal_.EventEmitter.EventEmitter.html @@ -0,0 +1 @@ +EventEmitter | @aptos-labs/ts-sdk - v1.32.1
EventEmitter: EventEmitterStatic
diff --git a/docs/@aptos-labs/ts-sdk-1.32.1/variables/promiseFulfilledStatus.html b/docs/@aptos-labs/ts-sdk-1.32.1/variables/promiseFulfilledStatus.html new file mode 100644 index 000000000..a52a52618 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.32.1/variables/promiseFulfilledStatus.html @@ -0,0 +1 @@ +promiseFulfilledStatus | @aptos-labs/ts-sdk - v1.32.1

Variable promiseFulfilledStatusConst

promiseFulfilledStatus = "fulfilled"
diff --git a/docs/@aptos-labs/ts-sdk-latest/index.md b/docs/@aptos-labs/ts-sdk-latest/index.md index 08d14eeb0..65335f19f 100644 --- a/docs/@aptos-labs/ts-sdk-latest/index.md +++ b/docs/@aptos-labs/ts-sdk-latest/index.md @@ -1,5 +1,5 @@ --- title: Latest Aptos TypeScript SDK Documentation permalink: /@aptos-labs/ts-sdk-latest -redirect_to: /@aptos-labs/ts-sdk-1.32.0 +redirect_to: /@aptos-labs/ts-sdk-1.32.1 --- diff --git a/docs/index.md b/docs/index.md index 79ae5ef12..6531af21c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,6 +9,7 @@ redirect_from: This is a repository of all Aptos TypeScript SDK documentation by version. - [Latest](@aptos-labs/ts-sdk-latest) +- [Stable - @aptos-labs/ts-sdk-1.32.1](@aptos-labs/ts-sdk-1.32.1) - [Stable - @aptos-labs/ts-sdk-1.32.0](@aptos-labs/ts-sdk-1.32.0) - [Stable - @aptos-labs/ts-sdk-1.31.0](@aptos-labs/ts-sdk-1.31.0) - [Stable - @aptos-labs/ts-sdk-1.30.0](@aptos-labs/ts-sdk-1.30.0) diff --git a/package.json b/package.json index 0d9651f61..006cc085d 100644 --- a/package.json +++ b/package.json @@ -96,5 +96,5 @@ "typedoc-plugin-missing-exports": "^3.0.0", "typescript": "^5.6.2" }, - "version": "1.32.0" + "version": "1.32.1" } diff --git a/src/version.ts b/src/version.ts index 16142d47c..f03cf658b 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.32.0"; +export const VERSION = "1.32.1";