OSDN Git Service

ce90ecd8be58fba5ecafb22326b85434bea02141
[bytom/bytom-node-sdk.git] / docs / modules.list.html
1 <!DOCTYPE html>
2
3 <html lang="en">
4 <head>
5         <meta charset="utf-8">
6         <meta name="viewport" content="width=device-width">
7         <title>Bytom Node.js SDK Modules</title>
8
9         <!--[if lt IE 9]>
10         <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11         <![endif]-->
12         <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
14         <link type="text/css" rel="stylesheet" href="styles/site.cosmo.css">
15
16 </head>
17
18 <body>
19
20 <div class="navbar navbar-default navbar-fixed-top ">
21 <div class="container">
22         <div class="navbar-header">
23                 <a class="navbar-brand" href="index.html">Bytom Node.js SDK</a>
24                 <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25                         <span class="icon-bar"></span>
26                         <span class="icon-bar"></span>
27                         <span class="icon-bar"></span>
28         </button>
29         </div>
30         <div class="navbar-collapse collapse" id="topNavigation">
31                 <ul class="nav navbar-nav">
32                         
33                         <li class="dropdown">
34                                 <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35                                 <ul class="dropdown-menu ">
36                                         <li><a href="module-AccessTokensApi.html">AccessTokensApi</a></li><li><a href="module-AccountsApi.html">AccountsApi</a></li><li><a href="module-AssetsApi.html">AssetsApi</a></li><li><a href="module-BalancesApi.html">BalancesApi</a></li><li><a href="module-KeysApi.html">KeysApi</a></li><li><a href="module-TransactionsApi.html">TransactionsApi</a></li><li><a href="module-UnspentOutputsApi.html">UnspentOutputsApi</a></li>
37                                 </ul>
38                         </li>
39                         
40                         <li class="dropdown">
41                                 <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a>
42                                 <ul class="dropdown-menu ">
43                                         <li><a href="global.html">Global</a></li>
44                                 </ul>
45                         </li>
46                         
47                 </ul>
48         
49             <div class="col-sm-3 col-md-3">
50                 <form class="navbar-form" role="search">
51                     <div class="input-group">
52                         <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53                         <div class="input-group-btn">
54                             <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55                         </div>
56                     </div>
57                 </form>
58             </div>
59         
60         </div>
61
62 </div>
63 </div>
64
65
66 <div class="container" id="toc-content">
67 <div class="row">
68
69         
70         <div class="col-md-8">
71         
72                 <div id="main">
73                         
74
75         <h1 class="page-title">Modules</h1>
76 <section>
77
78 <header>
79     
80         <h2>
81         
82         </h2>
83         
84     
85 </header>
86
87
88 <article>
89     <div class="container-overview">
90     
91         
92
93         
94 <dl class="details">
95     
96
97         
98
99         
100
101         
102
103     
104
105     
106
107     
108
109     
110
111         
112
113         
114
115         
116
117         
118
119         
120
121
122
123         
124
125         
126
127         
128
129         
130 </dl>
131
132
133         
134     
135     </div>
136
137     
138
139     
140
141     
142
143     
144
145     
146
147     
148
149     
150
151     
152
153     
154 </article>
155
156 </section>
157
158
159
160
161                 </div>
162         </div>
163
164         <div class="clearfix"></div>
165
166         
167                 <div class="col-md-3">
168                         <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
169                 </div>
170         
171
172 </div>
173 </div>
174
175
176     <div class="modal fade" id="searchResults">
177       <div class="modal-dialog">
178         <div class="modal-content">
179           <div class="modal-header">
180             <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
181             <h4 class="modal-title">Search results</h4>
182           </div>
183           <div class="modal-body"></div>
184           <div class="modal-footer">
185             <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
186           </div>
187         </div><!-- /.modal-content -->
188       </div><!-- /.modal-dialog -->
189     </div>
190
191
192 <footer>
193
194
195 <span class="jsdoc-message">
196         Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a>
197         
198                 on 2018-05-24T14:04:59+08:00
199         
200         using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
201 </span>
202 </footer>
203
204 <script src="scripts/docstrap.lib.js"></script>
205 <script src="scripts/toc.js"></script>
206
207     <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
208
209
210 <script>
211 $( function () {
212         $( "[id*='$']" ).each( function () {
213                 var $this = $( this );
214
215                 $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
216         } );
217
218         $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
219                 var $this = $( this );
220
221                 var example = $this.find( "code" );
222                 exampleText = example.html();
223                 var lang = /{@lang (.*?)}/.exec( exampleText );
224                 if ( lang && lang[1] ) {
225                         exampleText = exampleText.replace( lang[0], "" );
226                         example.html( exampleText );
227                         lang = lang[1];
228                 } else {
229                         var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
230                         lang = langClassMatch ? langClassMatch[1] : "javascript";
231                 }
232
233                 if ( lang ) {
234
235                         $this
236                         .addClass( "sunlight-highlight-" + lang )
237                         .addClass( "linenums" )
238                         .html( example.html() );
239
240                 }
241         } );
242
243         Sunlight.highlightAll( {
244                 lineNumbers : true,
245                 showMenu : true,
246                 enableDoclinks : true
247         } );
248
249         $.catchAnchorLinks( {
250         navbarOffset: 10
251         } );
252         $( "#toc" ).toc( {
253                 anchorName  : function ( i, heading, prefix ) {
254                         return $( heading ).attr( "id" ) || ( prefix + i );
255                 },
256                 selectors   : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
257                 showAndHide : false,
258                 smoothScrolling: true
259         } );
260
261         $( "#main span[id^='toc']" ).addClass( "toc-shim" );
262         $( '.dropdown-toggle' ).dropdown();
263
264     $( "table" ).each( function () {
265       var $this = $( this );
266       $this.addClass('table');
267     } );
268
269 } );
270 </script>
271
272
273
274 <!--Navigation and Symbol Display-->
275
276
277 <!--Google Analytics-->
278
279
280
281     <script type="text/javascript">
282         $(document).ready(function() {
283             SearcherDisplay.init();
284         });
285     </script>
286
287
288 </body>
289 </html>