UNPKG

textiot

Version:

A framework for building web and native (IoT) Dapps on the IPFS network

571 lines 31.5 kB
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>&quot;textile&quot; | @textile/react-native-sdk - v3.1.4</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">@textile/react-native-sdk - v3.1.4</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="_textile_.html">&quot;textile&quot;</a> </li> </ul> <h1>External module &quot;textile&quot;</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Functions</h3> <ul class="tsd-index-list"> <li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_textile_.html#gitsummary" class="tsd-kind-icon">git<wbr>Summary</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_textile_.html#initialize" class="tsd-kind-icon">initialize</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_textile_.html#initializecreatingnewwalletandaccount" class="tsd-kind-icon">initialize<wbr>Creating<wbr>New<wbr>Wallet<wbr>And<wbr>Account</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_textile_.html#isinitialized" class="tsd-kind-icon">is<wbr>Initialized</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_textile_.html#launch" class="tsd-kind-icon">launch</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_textile_.html#newwallet" class="tsd-kind-icon">new<wbr>Wallet</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_textile_.html#summary" class="tsd-kind-icon">summary</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_textile_.html#version" class="tsd-kind-icon">version</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_textile_.html#walletaccountat" class="tsd-kind-icon">wallet<wbr>Account<wbr>At</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Functions</h2> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module"> <a name="gitsummary" class="tsd-anchor"></a> <h3>git<wbr>Summary</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module"> <li class="tsd-signature tsd-kind-icon">git<wbr>Summary<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/flyskywhy/textiot/blob/41ae03fa/react-native-sdk/src/textile.ts#L129">textile.ts:129</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Get the latest git summary</p> <pre><code class="language-typescript">Textile.gitSummary();</code></pre> </div> </div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module"> <a name="initialize" class="tsd-anchor"></a> <h3>initialize</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module"> <li class="tsd-signature tsd-kind-icon">initialize<span class="tsd-signature-symbol">(</span>repoPath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, seed<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, debug<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span>, logToDisk<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/flyskywhy/textiot/blob/41ae03fa/react-native-sdk/src/textile.ts#L75">textile.ts:75</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Initialize the shared Textile instance with an existing account seed</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>repoPath: <span class="tsd-signature-type">string</span></h5> <div class="tsd-comment tsd-typography"> <p>The path to the Textile repo</p> </div> </li> <li> <h5>seed: <span class="tsd-signature-type">string</span></h5> <div class="tsd-comment tsd-typography"> <p>The account seed</p> </div> </li> <li> <h5>debug: <span class="tsd-signature-type">boolean</span></h5> <div class="tsd-comment tsd-typography"> <p>Sets the log level to debug or not</p> </div> </li> <li> <h5>logToDisk: <span class="tsd-signature-type">boolean</span></h5> <div class="tsd-comment tsd-typography"> <p>Whether or not to write Textile logs to disk</p> </div> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module"> <a name="initializecreatingnewwalletandaccount" class="tsd-anchor"></a> <h3>initialize<wbr>Creating<wbr>New<wbr>Wallet<wbr>And<wbr>Account</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module"> <li class="tsd-signature tsd-kind-icon">initialize<wbr>Creating<wbr>New<wbr>Wallet<wbr>And<wbr>Account<span class="tsd-signature-symbol">(</span>repoPath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, debug<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span>, logToDisk<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/flyskywhy/textiot/blob/41ae03fa/react-native-sdk/src/textile.ts#L91">textile.ts:91</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Initialize the shared Textile instance, creating a new wallet</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>repoPath: <span class="tsd-signature-type">string</span></h5> <div class="tsd-comment tsd-typography"> <p>The path to the Textile repo</p> </div> </li> <li> <h5>debug: <span class="tsd-signature-type">boolean</span></h5> <div class="tsd-comment tsd-typography"> <p>Sets the log level to debug or not</p> </div> </li> <li> <h5>logToDisk: <span class="tsd-signature-type">boolean</span></h5> <div class="tsd-comment tsd-typography"> <p>Whether or not to write Textile logs to disk</p> </div> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4> <p>The wallet recovery phrase Promise</p> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module"> <a name="isinitialized" class="tsd-anchor"></a> <h3>is<wbr>Initialized</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module"> <li class="tsd-signature tsd-kind-icon">is<wbr>Initialized<span class="tsd-signature-symbol">(</span>repoPath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/flyskywhy/textiot/blob/41ae03fa/react-native-sdk/src/textile.ts#L63">textile.ts:63</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Check if Textile is already initialized</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>repoPath: <span class="tsd-signature-type">string</span></h5> <div class="tsd-comment tsd-typography"> <p>The path to the Textile repo</p> </div> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4> <p>A boolean Promise value indicating if Textile is initialized or not</p> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module"> <a name="launch" class="tsd-anchor"></a> <h3>launch</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module"> <li class="tsd-signature tsd-kind-icon">launch<span class="tsd-signature-symbol">(</span>repoPath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, debug<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/flyskywhy/textiot/blob/41ae03fa/react-native-sdk/src/textile.ts#L108">textile.ts:108</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>After initialization is complete, launch Textile</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>repoPath: <span class="tsd-signature-type">string</span></h5> <div class="tsd-comment tsd-typography"> <p>The path to the Textile repo</p> </div> </li> <li> <h5>debug: <span class="tsd-signature-type">boolean</span></h5> <div class="tsd-comment tsd-typography"> <p>Sets the log level to debug or not</p> </div> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module"> <a name="newwallet" class="tsd-anchor"></a> <h3>new<wbr>Wallet</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module"> <li class="tsd-signature tsd-kind-icon">new<wbr>Wallet<span class="tsd-signature-symbol">(</span>wordCount<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/flyskywhy/textiot/blob/41ae03fa/react-native-sdk/src/textile.ts#L37">textile.ts:37</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Create a new Textile wallet</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>wordCount: <span class="tsd-signature-type">number</span></h5> <div class="tsd-comment tsd-typography"> <p>The number of words the wallet recovery phrase should contain</p> </div> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4> <p>The new wallet recovery phrase Promise</p> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module"> <a name="summary" class="tsd-anchor"></a> <h3>summary</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module"> <li class="tsd-signature tsd-kind-icon">summary<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ISummary</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/flyskywhy/textiot/blob/41ae03fa/react-native-sdk/src/textile.ts#L140">textile.ts:140</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Get the summary of node data</p> <pre><code class="language-typescript">Textile.summary();</code></pre> </div> </div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ISummary</span><span class="tsd-signature-symbol">&gt;</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module"> <a name="version" class="tsd-anchor"></a> <h3>version</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module"> <li class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/flyskywhy/textiot/blob/41ae03fa/react-native-sdk/src/textile.ts#L118">textile.ts:118</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Get the Textile node version</p> <pre><code class="language-typescript">Textile.version();</code></pre> </div> </div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module"> <a name="walletaccountat" class="tsd-anchor"></a> <h3>wallet<wbr>Account<wbr>At</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module"> <li class="tsd-signature tsd-kind-icon">wallet<wbr>Account<wbr>At<span class="tsd-signature-symbol">(</span>phrase<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, password<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">IMobileWalletAccount</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/flyskywhy/textiot/blob/41ae03fa/react-native-sdk/src/textile.ts#L49">textile.ts:49</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Resolve a wallet account</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>phrase: <span class="tsd-signature-type">string</span></h5> <div class="tsd-comment tsd-typography"> <p>The wallet recovery phrase</p> </div> </li> <li> <h5>index: <span class="tsd-signature-type">number</span></h5> <div class="tsd-comment tsd-typography"> <p>The index of the account to resolve</p> </div> </li> <li> <h5><span class="tsd-flag ts-flagOptional">Optional</span> password: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5> <div class="tsd-comment tsd-typography"> <p>The optional wallet password</p> </div> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">IMobileWalletAccount</span><span class="tsd-signature-symbol">&gt;</span></h4> <p>The wallet account Promise</p> </li> </ul> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> <li class=" tsd-kind-external-module"> <a href="_account_.html">&quot;account&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_cafes_.html">&quot;cafes&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_comments_.html">&quot;comments&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_contacts_.html">&quot;contacts&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_events_.html">&quot;events&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_feed_.html">&quot;feed&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_files_.html">&quot;files&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_flags_.html">&quot;flags&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_ignores_.html">&quot;ignores&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_invites_.html">&quot;invites&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_ipfs_.html">&quot;ipfs&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_likes_.html">&quot;likes&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_logs_.html">&quot;logs&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_messages_.html">&quot;messages&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_model_.html">&quot;model&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_notifications_.html">&quot;notifications&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_profile_.html">&quot;profile&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_schemas_.html">&quot;schemas&quot;</a> </li> <li class="current tsd-kind-external-module"> <a href="_textile_.html">&quot;textile&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_threads_.html">&quot;threads&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_util_.html">&quot;util&quot;</a> </li> <li class=" tsd-kind-external-module"> <a href="_util_internal_.html">&quot;util-<wbr>internal&quot;</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="_textile_.html#gitsummary" class="tsd-kind-icon">git<wbr>Summary</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="_textile_.html#initialize" class="tsd-kind-icon">initialize</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="_textile_.html#initializecreatingnewwalletandaccount" class="tsd-kind-icon">initialize<wbr>Creating<wbr>New<wbr>Wallet<wbr>And<wbr>Account</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="_textile_.html#isinitialized" class="tsd-kind-icon">is<wbr>Initialized</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="_textile_.html#launch" class="tsd-kind-icon">launch</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="_textile_.html#newwallet" class="tsd-kind-icon">new<wbr>Wallet</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="_textile_.html#summary" class="tsd-kind-icon">summary</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="_textile_.html#version" class="tsd-kind-icon">version</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="_textile_.html#walletaccountat" class="tsd-kind-icon">wallet<wbr>Account<wbr>At</a> </li> </ul> </nav> </div> </div> </div> <footer> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>