diff --git a/docs/GLOSSARY.html b/docs/GLOSSARY.html index a4bff429b3b6..a1305bdb0319 100644 --- a/docs/GLOSSARY.html +++ b/docs/GLOSSARY.html @@ -402,7 +402,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"GLOSSARY.md","mtime":"2018-09-27T11:13:50.022Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"GLOSSARY.md","mtime":"2018-09-28T13:42:47.732Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":".","book":{"language":""}}); }); diff --git a/docs/api-provider/classes/_http_index_.httpprovider.html b/docs/api-provider/classes/_http_index_.httpprovider.html index e138eef46708..180fa83f3810 100644 --- a/docs/api-provider/classes/_http_index_.httpprovider.html +++ b/docs/api-provider/classes/_http_index_.httpprovider.html @@ -370,12 +370,8 @@

The HTTP Provider allows sending requests using HTTP. it does not support subscriptions so you won´t be able to listen to events such as new blocks or balance changes. It is usually preferrable using the WsProvider. -example: ```javascript -import createApi from '@polkadot/api'; -import WsProvider from '@polkadot/api-provider/ws';

-

const provider = new WsProvider('http://127.0.0.1:9933'); -const api = createApi(provider); -```

+example: import createApi from '@polkadot/api'; import WsProvider from '@polkadot/api-provider/ws';

+

const provider = new WsProvider('http://127.0.0.1:9933')); const api = createApi(provider);

see: WsProvider

Hierarchy

HttpProvider

@@ -387,7 +383,7 @@

Constructors

constructor

new HttpProvider(endpoint: string): HttpProvider

-

Defined in http/index.ts:36

+

Defined in http/index.ts:35

Parameters:

@@ -410,7 +406,7 @@

Methods

isConnected

isConnected(): boolean

Implementation of ProviderInterface.isConnected

-

Defined in http/index.ts:50

+

Defined in http/index.ts:49

Whether the node is connected or not.

Returns: boolean true if connected

@@ -419,7 +415,7 @@

isConnected

on

on(type: ProviderInterface$Emitted, sub: ProviderInterface$EmitCb): void

Implementation of ProviderInterface.on

-

Defined in http/index.ts:57

+

Defined in http/index.ts:56

Events are not supported with the HttpProvider, see WsProvider.

Parameters:

@@ -446,7 +442,7 @@

on

send

send(method: string, params: Array<any>): Promise<any>

Implementation of ProviderInterface.send

-

Defined in http/index.ts:61

+

Defined in http/index.ts:60

Parameters:

@@ -472,7 +468,7 @@

send

subscribe

subscribe(types: string, method: string, params: Array<any>, cb: ProviderInterface$Callback): Promise<number>

Implementation of ProviderInterface.subscribe

-

Defined in http/index.ts:83

+

Defined in http/index.ts:82

Subscriptions are not supported with the HttpProvider, see WsProvider.

Parameters:

@@ -507,7 +503,7 @@

subscribe

unsubscribe

unsubscribe(type: string, method: string, id: number): Promise<boolean>

Implementation of ProviderInterface.unsubscribe

-

Defined in http/index.ts:92

+

Defined in http/index.ts:91

Subscriptions are not supported with the HttpProvider, see WsProvider.

Parameters:

@@ -577,7 +573,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"HttpProvider","level":"1.3.1","depth":2,"next":{"title":"WsProvider","level":"1.3.2","depth":2,"path":"api-provider/classes/_ws_index_.wsprovider.md","ref":"api-provider/classes/_ws_index_.wsprovider.md","articles":[]},"previous":{"title":"api-provider","level":"1.3","depth":1,"path":"api-provider/README.md","ref":"api-provider/README.md","articles":[{"title":"HttpProvider","level":"1.3.1","depth":2,"path":"api-provider/classes/_http_index_.httpprovider.md","ref":"api-provider/classes/_http_index_.httpprovider.md","articles":[]},{"title":"WsProvider","level":"1.3.2","depth":2,"path":"api-provider/classes/_ws_index_.wsprovider.md","ref":"api-provider/classes/_ws_index_.wsprovider.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api-provider/classes/_http_index_.httpprovider.md","mtime":"2018-09-27T11:17:01.801Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"../..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"HttpProvider","level":"1.3.1","depth":2,"next":{"title":"WsProvider","level":"1.3.2","depth":2,"path":"api-provider/classes/_ws_index_.wsprovider.md","ref":"api-provider/classes/_ws_index_.wsprovider.md","articles":[]},"previous":{"title":"api-provider","level":"1.3","depth":1,"path":"api-provider/README.md","ref":"api-provider/README.md","articles":[{"title":"HttpProvider","level":"1.3.1","depth":2,"path":"api-provider/classes/_http_index_.httpprovider.md","ref":"api-provider/classes/_http_index_.httpprovider.md","articles":[]},{"title":"WsProvider","level":"1.3.2","depth":2,"path":"api-provider/classes/_ws_index_.wsprovider.md","ref":"api-provider/classes/_ws_index_.wsprovider.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api-provider/classes/_http_index_.httpprovider.md","mtime":"2018-09-28T13:47:08.449Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"../..","book":{"language":""}}); }); diff --git a/docs/api-provider/classes/_http_index_.httpprovider.md b/docs/api-provider/classes/_http_index_.httpprovider.md index b06bcefa7847..a54cd645c4b2 100644 --- a/docs/api-provider/classes/_http_index_.httpprovider.md +++ b/docs/api-provider/classes/_http_index_.httpprovider.md @@ -1,13 +1,9 @@ The HTTP Provider allows sending requests using HTTP. it does not support subscriptions so you won´t be able to listen to events such as new blocks or balance changes. It is usually preferrable using the [WsProvider](_ws_index_.wsprovider.md). -*__example__*: ```javascript -import createApi from '@polkadot/api'; -import WsProvider from '@polkadot/api-provider/ws'; +*__example__*: import createApi from '@polkadot/api'; import WsProvider from '@polkadot/api-provider/ws'; -const provider = new WsProvider('http://127.0.0.1:9933'); -const api = createApi(provider); -``` +const provider = new WsProvider('[http://127.0.0.1:9933')](http://127.0.0.1:9933')); const api = createApi(provider); *__see__*: [WsProvider](_ws_index_.wsprovider.md) @@ -27,7 +23,7 @@ const api = createApi(provider); ⊕ **new HttpProvider**(endpoint: *`string`*): [HttpProvider](_http_index_.httpprovider.md) -*Defined in [http/index.ts:36](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/http/index.ts#L36)* +*Defined in [http/index.ts:35](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/http/index.ts#L35)* **Parameters:** @@ -49,7 +45,7 @@ ___ *Implementation of [ProviderInterface](../interfaces/_types_d_.providerinterface.md).[isConnected](../interfaces/_types_d_.providerinterface.md#isconnected)* -*Defined in [http/index.ts:50](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/http/index.ts#L50)* +*Defined in [http/index.ts:49](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/http/index.ts#L49)* Whether the node is connected or not. @@ -65,7 +61,7 @@ ___ *Implementation of [ProviderInterface](../interfaces/_types_d_.providerinterface.md).[on](../interfaces/_types_d_.providerinterface.md#on)* -*Defined in [http/index.ts:57](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/http/index.ts#L57)* +*Defined in [http/index.ts:56](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/http/index.ts#L56)* Events are not supported with the HttpProvider, see [WsProvider](_ws_index_.wsprovider.md). @@ -87,7 +83,7 @@ ___ *Implementation of [ProviderInterface](../interfaces/_types_d_.providerinterface.md).[send](../interfaces/_types_d_.providerinterface.md#send)* -*Defined in [http/index.ts:61](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/http/index.ts#L61)* +*Defined in [http/index.ts:60](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/http/index.ts#L60)* **Parameters:** @@ -107,7 +103,7 @@ ___ *Implementation of [ProviderInterface](../interfaces/_types_d_.providerinterface.md).[subscribe](../interfaces/_types_d_.providerinterface.md#subscribe)* -*Defined in [http/index.ts:83](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/http/index.ts#L83)* +*Defined in [http/index.ts:82](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/http/index.ts#L82)* Subscriptions are not supported with the HttpProvider, see [WsProvider](_ws_index_.wsprovider.md). @@ -131,7 +127,7 @@ ___ *Implementation of [ProviderInterface](../interfaces/_types_d_.providerinterface.md).[unsubscribe](../interfaces/_types_d_.providerinterface.md#unsubscribe)* -*Defined in [http/index.ts:92](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/http/index.ts#L92)* +*Defined in [http/index.ts:91](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/http/index.ts#L91)* Subscriptions are not supported with the HttpProvider, see [WsProvider](_ws_index_.wsprovider.md). diff --git a/docs/api-provider/classes/_ws_index_.wsprovider.html b/docs/api-provider/classes/_ws_index_.wsprovider.html index d1d3602d4e00..17b06fe703b9 100644 --- a/docs/api-provider/classes/_ws_index_.wsprovider.html +++ b/docs/api-provider/classes/_ws_index_.wsprovider.html @@ -369,351 +369,377 @@

-

The WebSocket Provider allows sending requests using WebSocket. Unlike the HttpProvider, it does support subscriptions and allows listening to events such as new blocks or balance changes.

-
import createApi from '@polkadot/api';
-import WsProvider from '@polkadot/api-provider/ws';
-
-const provider = new WsProvider('ws://127.0.0.1:9944');
-const api = createApi(provider);
-
-

. -example: ```javascript -import createApi from '@polkadot/api'; -import WsProvider from '@polkadot/api-provider/ws'; -const provider = new WsProvider('ws://127.0.0.1:9944'); -const api = createApi(provider);

-

-*__see__*: [HttpProvider](_http_index_.httpprovider.md)
-
-# Type parameters
-#### EventTypes :   `string` &#124; `symbol`
-
-# Hierarchy
-
- `EventEmitter`
-
-**↳ WsProvider**
-
-# Implements
-
-* `WSProviderInterface`
-
-# Constructors
-
-<a id="constructor"></a>
-
-##  constructor
-
-⊕ **new WsProvider**(endpoint: *`string`*, autoConnect?: *`boolean`*): [WsProvider](_ws_index_.wsprovider.md)
-
-*Defined in [ws/index.ts:69](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L69)*
-
-**Parameters:**
-
-| Param | Type | Default value | Description |
-| ------ | ------ | ------ | ------ |
-| endpoint | `string` | - |  The endpoint url. Usually \`ws://ip:9944\` or \`wss://ip:9944\` |
-| `Default value` autoConnect | `boolean` | true |  Whether to connect automatically or not. |
-
-**Returns:** [WsProvider](_ws_index_.wsprovider.md)
-
-___
-
-# Properties
-
-<a id="prefixed"></a>
-
-## `<Static>` prefixed
-
-**● prefixed**: * `string` &#124; `boolean`
-*
-
-*Inherited from EventEmitter.prefixed*
-
-*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:6*
-
-___
-
-# Methods
-
-<a id="addlistener"></a>
-
-##  addListener
-
-▸ **addListener**(event: *`EventTypes`*, fn: *`ListenerFn`*, context?: *`any`*): `this`
-
-*Inherited from EventEmitter.addListener*
-
-*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:33*
-
-**Parameters:**
-
-| Param | Type |
-| ------ | ------ |
-| event | `EventTypes` |
-| fn | `ListenerFn` |
-| `Optional` context | `any` |
-
-**Returns:** `this`
-
-___
-<a id="connect"></a>
-
-##  connect
-
-▸ **connect**(): `void`
-
-*Defined in [ws/index.ts:99](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L99)*
-
-The [WsProvider](_ws_index_.wsprovider.md) connects automatically by default. if you decided otherwise, you may connect manually using this method.
-
-**Returns:** `void`
-
-___
-<a id="emit"></a>
-
-##  emit
-
-▸ **emit**(event: *`EventTypes`*, ...args: *`Array`<`any`>*): `boolean`
-
-*Inherited from EventEmitter.emit*
-
-*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:27*
-
-Calls each of the listeners registered for a given event.
-
-**Parameters:**
-
-| Param | Type |
-| ------ | ------ |
-| event | `EventTypes` |
-| `Rest` args | `Array`<`any`> |
-
-**Returns:** `boolean`
-
-___
-<a id="eventnames"></a>
-
-##  eventNames
-
-▸ **eventNames**(): `Array`<`EventTypes`>
-
-*Inherited from EventEmitter.eventNames*
-
-*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:12*
-
-Return an array listing the events for which the emitter has registered listeners.
-
-**Returns:** `Array`<`EventTypes`>
-
-___
-<a id="isconnected"></a>
-
-##  isConnected
-
-▸ **isConnected**(): `boolean`
-
-*Defined in [ws/index.ts:116](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L116)*
-
-Whether the node is connected or not.
-
-**Returns:** `boolean`
-true if connected
-
-___
-<a id="listenercount"></a>
-
-##  listenerCount
-
-▸ **listenerCount**(event: *`EventTypes`*): `number`
-
-*Inherited from EventEmitter.listenerCount*
-
-*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:22*
-
-Return the number of listeners listening to a given event.
-
-**Parameters:**
-
-| Param | Type |
-| ------ | ------ |
-| event | `EventTypes` |
-
-**Returns:** `number`
-
-___
-<a id="listeners"></a>
-
-##  listeners
-
-▸ **listeners**(event: *`EventTypes`*): `Array`<`ListenerFn`>
-
-*Inherited from EventEmitter.listeners*
-
-*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:17*
-
-Return the listeners registered for a given event.
-
-**Parameters:**
-
-| Param | Type |
-| ------ | ------ |
-| event | `EventTypes` |
-
-**Returns:** `Array`<`ListenerFn`>
-
-___
-<a id="off"></a>
-
-##  off
-
-▸ **off**(event: *`EventTypes`*, fn?: *[ListenerFn](../interfaces/_ws_index_.wsprovider.eventemitter.listenerfn.md)*, context?: *`any`*, once?: * `undefined` &#124; `false` &#124; `true`*): `this`
-
-*Inherited from EventEmitter.off*
-
-*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:44*
-
-**Parameters:**
-
-| Param | Type |
-| ------ | ------ |
-| event | `EventTypes` |
-| `Optional` fn | [ListenerFn](../interfaces/_ws_index_.wsprovider.eventemitter.listenerfn.md) |
-| `Optional` context | `any` |
-| `Optional` once |  `undefined` &#124; `false` &#124; `true`|
-
-**Returns:** `this`
-
-___
-<a id="on"></a>
-
-##  on
-
-▸ **on**(type: *[ProviderInterface$Emitted](../modules/_types_d_.md#providerinterface_emitted)*, sub: *[ProviderInterface$EmitCb](../modules/_types_d_.md#providerinterface_emitcb)*): `this`
-
-*Overrides EventEmitter.on*
-
-*Defined in [ws/index.ts:126](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L126)*
-
-Listens on events after having subscribed using the [subscribe](_ws_index_.wsprovider.md#subscribe) function.
-
-**Parameters:**
-
-| Param | Type | Description |
-| ------ | ------ | ------ |
-| type | [ProviderInterface$Emitted](../modules/_types_d_.md#providerinterface_emitted) |  Event |
-| sub | [ProviderInterface$EmitCb](../modules/_types_d_.md#providerinterface_emitcb) |  Callback |
-
-**Returns:** `this`
-[description]
-
-___
-<a id="once"></a>
-
-##  once
-
-▸ **once**(event: *`EventTypes`*, fn: *`ListenerFn`*, context?: *`any`*): `this`
-
-*Inherited from EventEmitter.once*
-
-*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:38*
-
-Add a one-time listener for a given event.
-
-**Parameters:**
-
-| Param | Type |
-| ------ | ------ |
-| event | `EventTypes` |
-| fn | `ListenerFn` |
-| `Optional` context | `any` |
-
-**Returns:** `this`
-
-___
-<a id="removealllisteners"></a>
-
-##  removeAllListeners
-
-▸ **removeAllListeners**(event?: *[EventTypes]()*): `this`
-
-*Inherited from EventEmitter.removeAllListeners*
-
-*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:49*
-
-Remove all listeners, or those of the specified event.
-
-**Parameters:**
-
-| Param | Type |
-| ------ | ------ |
-| `Optional` event | [EventTypes]() |
-
-**Returns:** `this`
-
-___
-<a id="removelistener"></a>
-
-##  removeListener
-
-▸ **removeListener**(event: *`EventTypes`*, fn?: *[ListenerFn](../interfaces/_ws_index_.wsprovider.eventemitter.listenerfn.md)*, context?: *`any`*, once?: * `undefined` &#124; `false` &#124; `true`*): `this`
-
-*Inherited from EventEmitter.removeListener*
-
-*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:43*
-
-Remove the listeners of a given event.
-
-**Parameters:**
-
-| Param | Type |
-| ------ | ------ |
-| event | `EventTypes` |
-| `Optional` fn | [ListenerFn](../interfaces/_ws_index_.wsprovider.eventemitter.listenerfn.md) |
-| `Optional` context | `any` |
-| `Optional` once |  `undefined` &#124; `false` &#124; `true`|
-
-**Returns:** `this`
-
-___
-<a id="send"></a>
-
-##  send
-
-▸ **send**(method: *`string`*, params: *`Array`<`any`>*, subscription?: *`SubscriptionHandler`*): `Promise`<`any`>
-
-*Defined in [ws/index.ts:130](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L130)*
-
-**Parameters:**
-
-| Param | Type |
-| ------ | ------ |
-| method | `string` |
-| params | `Array`<`any`> |
-| `Optional` subscription | `SubscriptionHandler` |
-
-**Returns:** `Promise`<`any`>
-
-___
-<a id="subscribe"></a>
-
-##  subscribe
-
-▸ **subscribe**(type: *`string`*, method: *`string`*, params: *`Array`<`any`>*, callback: *[ProviderInterface$Callback](../modules/_types_d_.md#providerinterface_callback)*): `Promise`<`number`>
-
-*Defined in [ws/index.ts:183](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L183)*
-
-Allows subscribing to a specific event.
-*__example__*: ```javascript
-const provider = new WsProvider('ws://127.0.0.1:9944');
-const api = createApi(provider);
-
-api.state.storage([[storage.staking.public.freeBalanceOf, <Address>]], (_, values) => {
-  console.log(values)
-}).then((subscriptionId) => {
-  console.log('balance changes subscription id: ', subscriptionId)
-})
-

Parameters:

+

The WebSocket Provider allows sending requests using WebSocket. Unlike the HttpProvider, it does support subscriptions and allows listening to events such as new blocks or balance changes. +example: import createApi from '@polkadot/api'; import WsProvider from '@polkadot/api-provider/ws'; const provider = new WsProvider('ws://127.0.0.1:9944'); const api = createApi(provider);

+

see: HttpProvider

+

Type parameters

+

EventTypes : string | symbol

+

Hierarchy

+

EventEmitter

+

↳ WsProvider

+

Implements

+
    +
  • WSProviderInterface
  • +
+

Constructors

+

+

constructor

+

new WsProvider(endpoint: string, autoConnect?: boolean): WsProvider

+

Defined in ws/index.ts:67

+

Parameters:

+

+ + + + + + + + + + + + + + + + + + + + + + +
ParamTypeDefault valueDescription
endpointstring-The endpoint url. Usually `ws://ip:9944` or `wss://ip:9944`
Default value autoConnectbooleantrueWhether to connect automatically or not.
+

Returns: WsProvider

+
+

Properties

+

+

<Static> prefixed

+

● prefixed: string | boolean +

+

Inherited from EventEmitter.prefixed

+

Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:6

+
+

Methods

+

+

addListener

+

addListener(event: EventTypes, fn: ListenerFn, context?: any): this

+

Inherited from EventEmitter.addListener

+

Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:33

+

Parameters:

+ + + + + + + + + + + + + + + + + + + + + +
ParamType
eventEventTypes
fnListenerFn
Optional contextany
+

Returns: this

+
+

+

connect

+

connect(): void

+

Defined in ws/index.ts:97

+

The WsProvider connects automatically by default. if you decided otherwise, you may connect manually using this method.

+

Returns: void

+
+

+

emit

+

emit(event: EventTypes, ...args: Array<any>): boolean

+

Inherited from EventEmitter.emit

+

Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:27

+

Calls each of the listeners registered for a given event.

+

Parameters:

+ + + + + + + + + + + + + + + + + +
ParamType
eventEventTypes
Rest argsArray<any>
+

Returns: boolean

+
+

+

eventNames

+

eventNames(): Array<EventTypes>

+

Inherited from EventEmitter.eventNames

+

Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:12

+

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

+

Returns: Array<EventTypes>

+
+

+

isConnected

+

isConnected(): boolean

+

Defined in ws/index.ts:114

+

Whether the node is connected or not.

+

Returns: boolean +true if connected

+
+

+

listenerCount

+

listenerCount(event: EventTypes): number

+

Inherited from EventEmitter.listenerCount

+

Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:22

+

Return the number of listeners listening to a given event.

+

Parameters:

+ + + + + + + + + + + + + +
ParamType
eventEventTypes
+

Returns: number

+
+

+

listeners

+

listeners(event: EventTypes): Array<ListenerFn>

+

Inherited from EventEmitter.listeners

+

Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:17

+

Return the listeners registered for a given event.

+

Parameters:

+ + + + + + + + + + + + + +
ParamType
eventEventTypes
+

Returns: Array<ListenerFn>

+
+

+

off

+

off(event: EventTypes, fn?: ListenerFn, context?: any, once?: undefined | false | true): this

+

Inherited from EventEmitter.off

+

Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:44

+

Parameters:

+ + + + + + + + + + + + + + + + + + + + + + + + + +
ParamType
eventEventTypes
Optional fnListenerFn
Optional contextany
Optional onceundefined | false | true
+

Returns: this

+
+

+

on

+

on(type: ProviderInterface$Emitted, sub: ProviderInterface$EmitCb): this

+

Overrides EventEmitter.on

+

Defined in ws/index.ts:124

+

Listens on events after having subscribed using the subscribe function.

+

Parameters:

+ + + + + + + + + + + + + + + + + + + + +
ParamTypeDescription
typeProviderInterface$EmittedEvent
subProviderInterface$EmitCbCallback
+

Returns: this +[description]

+
+

+

once

+

once(event: EventTypes, fn: ListenerFn, context?: any): this

+

Inherited from EventEmitter.once

+

Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:38

+

Add a one-time listener for a given event.

+

Parameters:

+ + + + + + + + + + + + + + + + + + + + + +
ParamType
eventEventTypes
fnListenerFn
Optional contextany
+

Returns: this

+
+

+

removeAllListeners

+

removeAllListeners(event?: EventTypes): this

+

Inherited from EventEmitter.removeAllListeners

+

Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:49

+

Remove all listeners, or those of the specified event.

+

Parameters:

+ + + + + + + + + + + + + +
ParamType
Optional eventEventTypes
+

Returns: this

+
+

+

removeListener

+

removeListener(event: EventTypes, fn?: ListenerFn, context?: any, once?: undefined | false | true): this

+

Inherited from EventEmitter.removeListener

+

Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:43

+

Remove the listeners of a given event.

+

Parameters:

+ + + + + + + + + + + + + + + + + + + + + + + + + +
ParamType
eventEventTypes
Optional fnListenerFn
Optional contextany
Optional onceundefined | false | true
+

Returns: this

+
+

+

send

+

send(method: string, params: Array<any>, subscription?: SubscriptionHandler): Promise<any>

+

Defined in ws/index.ts:128

+

Parameters:

+ + + + + + + + + + + + + + + + + + + + + +
ParamType
methodstring
paramsArray<any>
Optional subscriptionSubscriptionHandler
+

Returns: Promise<any>

+
+

+

subscribe

+

subscribe(type: string, method: string, params: Array<any>, callback: ProviderInterface$Callback): Promise<number>

+

Defined in ws/index.ts:179

+

Allows subscribing to a specific event. +example: const provider = new WsProvider('ws://127.0.0.1:9944'); const api = createApi(provider);

+

api.state.storage([[storage.balances.freeBalance,

+

]], (_, values) => { console.log(values) }).then((subscriptionId) => { console.log('balance changes subscription id: ', subscriptionId) })

+

Parameters:

@@ -751,7 +777,7 @@

unsubscribe

unsubscribe(type: string, method: string, id: number): Promise<boolean>

-

Defined in ws/index.ts:192

+

Defined in ws/index.ts:188

Allows unsubscribing to subscriptions made with subscribe.

Parameters:

@@ -821,7 +847,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"WsProvider","level":"1.3.2","depth":2,"next":{"title":"api-rx","level":"1.4","depth":1,"path":"api-rx/README.md","ref":"api-rx/README.md","articles":[{"title":"ApiRx","level":"1.4.1","depth":2,"path":"api-rx/classes/_index_.rxapi.md","ref":"api-rx/classes/_index_.rxapi.md","articles":[]}]},"previous":{"title":"HttpProvider","level":"1.3.1","depth":2,"path":"api-provider/classes/_http_index_.httpprovider.md","ref":"api-provider/classes/_http_index_.httpprovider.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api-provider/classes/_ws_index_.wsprovider.md","mtime":"2018-09-27T11:17:01.905Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"../..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"WsProvider","level":"1.3.2","depth":2,"next":{"title":"api-rx","level":"1.4","depth":1,"path":"api-rx/README.md","ref":"api-rx/README.md","articles":[{"title":"ApiRx","level":"1.4.1","depth":2,"path":"api-rx/classes/_index_.rxapi.md","ref":"api-rx/classes/_index_.rxapi.md","articles":[]}]},"previous":{"title":"HttpProvider","level":"1.3.1","depth":2,"path":"api-provider/classes/_http_index_.httpprovider.md","ref":"api-provider/classes/_http_index_.httpprovider.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api-provider/classes/_ws_index_.wsprovider.md","mtime":"2018-09-28T13:47:08.533Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"../..","book":{"language":""}}); }); diff --git a/docs/api-provider/classes/_ws_index_.wsprovider.md b/docs/api-provider/classes/_ws_index_.wsprovider.md index 105a8df8817f..081ffbe75c30 100644 --- a/docs/api-provider/classes/_ws_index_.wsprovider.md +++ b/docs/api-provider/classes/_ws_index_.wsprovider.md @@ -1,22 +1,7 @@ The WebSocket Provider allows sending requests using WebSocket. Unlike the [HttpProvider](_http_index_.httpprovider.md), it does support subscriptions and allows listening to events such as new blocks or balance changes. - -```javascript -import createApi from '@polkadot/api'; -import WsProvider from '@polkadot/api-provider/ws'; - -const provider = new WsProvider('ws://127.0.0.1:9944'); -const api = createApi(provider); -``` - -. -*__example__*: ```javascript -import createApi from '@polkadot/api'; -import WsProvider from '@polkadot/api-provider/ws'; -const provider = new WsProvider('ws://127.0.0.1:9944'); -const api = createApi(provider); -``` +*__example__*: import createApi from '@polkadot/api'; import WsProvider from '@polkadot/api-provider/ws'; const provider = new WsProvider('ws://127.0.0.1:9944'); const api = createApi(provider); *__see__*: [HttpProvider](_http_index_.httpprovider.md) @@ -41,7 +26,7 @@ const api = createApi(provider); ⊕ **new WsProvider**(endpoint: *`string`*, autoConnect?: *`boolean`*): [WsProvider](_ws_index_.wsprovider.md) -*Defined in [ws/index.ts:69](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L69)* +*Defined in [ws/index.ts:67](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/ws/index.ts#L67)* **Parameters:** @@ -98,7 +83,7 @@ ___ ▸ **connect**(): `void` -*Defined in [ws/index.ts:99](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L99)* +*Defined in [ws/index.ts:97](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/ws/index.ts#L97)* The [WsProvider](_ws_index_.wsprovider.md) connects automatically by default. if you decided otherwise, you may connect manually using this method. @@ -148,7 +133,7 @@ ___ ▸ **isConnected**(): `boolean` -*Defined in [ws/index.ts:116](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L116)* +*Defined in [ws/index.ts:114](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/ws/index.ts#L114)* Whether the node is connected or not. @@ -228,7 +213,7 @@ ___ *Overrides EventEmitter.on* -*Defined in [ws/index.ts:126](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L126)* +*Defined in [ws/index.ts:124](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/ws/index.ts#L124)* Listens on events after having subscribed using the [subscribe](_ws_index_.wsprovider.md#subscribe) function. @@ -317,7 +302,7 @@ ___ ▸ **send**(method: *`string`*, params: *`Array`<`any`>*, subscription?: *`SubscriptionHandler`*): `Promise`<`any`> -*Defined in [ws/index.ts:130](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L130)* +*Defined in [ws/index.ts:128](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/ws/index.ts#L128)* **Parameters:** @@ -336,19 +321,14 @@ ___ ▸ **subscribe**(type: *`string`*, method: *`string`*, params: *`Array`<`any`>*, callback: *[ProviderInterface$Callback](../modules/_types_d_.md#providerinterface_callback)*): `Promise`<`number`> -*Defined in [ws/index.ts:183](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L183)* +*Defined in [ws/index.ts:179](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/ws/index.ts#L179)* Allows subscribing to a specific event. -*__example__*: ```javascript -const provider = new WsProvider('ws://127.0.0.1:9944'); -const api = createApi(provider); +*__example__*: const provider = new WsProvider('ws://127.0.0.1:9944'); const api = createApi(provider); + +api.state.storage(\[\[storage.balances.freeBalance, -api.state.storage([[storage.staking.public.freeBalanceOf,
]], (_, values) => { - console.log(values) -}).then((subscriptionId) => { - console.log('balance changes subscription id: ', subscriptionId) -}) -``` +\]\], (_, values) => { console.log(values) }).then((subscriptionId) => { console.log('balance changes subscription id: ', subscriptionId) }) **Parameters:** @@ -369,7 +349,7 @@ ___ ▸ **unsubscribe**(type: *`string`*, method: *`string`*, id: *`number`*): `Promise`<`boolean`> -*Defined in [ws/index.ts:192](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L192)* +*Defined in [ws/index.ts:188](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/ws/index.ts#L188)* Allows unsubscribing to subscriptions made with [subscribe](_ws_index_.wsprovider.md#subscribe). diff --git a/docs/api-provider/index.html b/docs/api-provider/index.html index 11b072999169..b72aaa66ab13 100644 --- a/docs/api-provider/index.html +++ b/docs/api-provider/index.html @@ -426,7 +426,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"api-provider","level":"1.3","depth":1,"next":{"title":"HttpProvider","level":"1.3.1","depth":2,"path":"api-provider/classes/_http_index_.httpprovider.md","ref":"api-provider/classes/_http_index_.httpprovider.md","articles":[]},"previous":{"title":"Api","level":"1.2.1","depth":2,"path":"api/classes/_index_.api.md","ref":"api/classes/_index_.api.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api-provider/README.md","mtime":"2018-09-27T11:17:01.629Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"api-provider","level":"1.3","depth":1,"next":{"title":"HttpProvider","level":"1.3.1","depth":2,"path":"api-provider/classes/_http_index_.httpprovider.md","ref":"api-provider/classes/_http_index_.httpprovider.md","articles":[]},"previous":{"title":"Api","level":"1.2.1","depth":2,"path":"api/classes/_index_.api.md","ref":"api/classes/_index_.api.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api-provider/README.md","mtime":"2018-09-28T13:47:08.309Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/api-provider/interfaces/_types_d_.providerinterface.md b/docs/api-provider/interfaces/_types_d_.providerinterface.md index 32b14255d0db..dc832948f8c5 100644 --- a/docs/api-provider/interfaces/_types_d_.providerinterface.md +++ b/docs/api-provider/interfaces/_types_d_.providerinterface.md @@ -16,7 +16,7 @@ ▸ **isConnected**(): `boolean` -*Defined in [types.d.ts:45](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/types.d.ts#L45)* +*Defined in [types.d.ts:45](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/types.d.ts#L45)* **Returns:** `boolean` @@ -27,7 +27,7 @@ ___ ▸ **on**(type: *[ProviderInterface$Emitted](../modules/_types_d_.md#providerinterface_emitted)*, sub: *[ProviderInterface$EmitCb](../modules/_types_d_.md#providerinterface_emitcb)*): `void` -*Defined in [types.d.ts:46](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/types.d.ts#L46)* +*Defined in [types.d.ts:46](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/types.d.ts#L46)* **Parameters:** @@ -45,7 +45,7 @@ ___ ▸ **send**(method: *`string`*, params: *`Array`<`any`>*): `Promise`<`any`> -*Defined in [types.d.ts:47](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/types.d.ts#L47)* +*Defined in [types.d.ts:47](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/types.d.ts#L47)* **Parameters:** @@ -63,7 +63,7 @@ ___ ▸ **subscribe**(type: *`string`*, method: *`string`*, params: *`Array`<`any`>*, cb: *[ProviderInterface$Callback](../modules/_types_d_.md#providerinterface_callback)*): `Promise`<`number`> -*Defined in [types.d.ts:48](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/types.d.ts#L48)* +*Defined in [types.d.ts:48](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/types.d.ts#L48)* **Parameters:** @@ -83,7 +83,7 @@ ___ ▸ **unsubscribe**(type: *`string`*, method: *`string`*, id: *`number`*): `Promise`<`boolean`> -*Defined in [types.d.ts:49](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/types.d.ts#L49)* +*Defined in [types.d.ts:49](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/types.d.ts#L49)* **Parameters:** diff --git a/docs/api-provider/modules/_coder_json_decoderesponse_.md b/docs/api-provider/modules/_coder_json_decoderesponse_.md index 7568c5a7cb89..d0d1859ccc51 100644 --- a/docs/api-provider/modules/_coder_json_decoderesponse_.md +++ b/docs/api-provider/modules/_coder_json_decoderesponse_.md @@ -8,7 +8,7 @@ ▸ **decodeResponse**(self: *[RpcCoderState](_coder_json_types_d_.md#rpccoderstate)*, response: *[JsonRpcResponse](_types_d_.md#jsonrpcresponse)*): `any` -*Defined in [coder/json/decodeResponse.ts:22](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/coder/json/decodeResponse.ts#L22)* +*Defined in [coder/json/decodeResponse.ts:22](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/coder/json/decodeResponse.ts#L22)* **Parameters:** diff --git a/docs/api-provider/modules/_coder_json_encodejson_.md b/docs/api-provider/modules/_coder_json_encodejson_.md index d1a5cc653400..5c487eca85e6 100644 --- a/docs/api-provider/modules/_coder_json_encodejson_.md +++ b/docs/api-provider/modules/_coder_json_encodejson_.md @@ -8,7 +8,7 @@ ▸ **encodeJson**(self: *[RpcCoderState](_coder_json_types_d_.md#rpccoderstate)*, method: *`string`*, params: *`Array`<`any`>*): `string` -*Defined in [coder/json/encodeJson.ts:9](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/coder/json/encodeJson.ts#L9)* +*Defined in [coder/json/encodeJson.ts:9](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/coder/json/encodeJson.ts#L9)* **Parameters:** diff --git a/docs/api-provider/modules/_coder_json_encodeobject_.md b/docs/api-provider/modules/_coder_json_encodeobject_.md index 500d2f66eefd..1f1093677e88 100644 --- a/docs/api-provider/modules/_coder_json_encodeobject_.md +++ b/docs/api-provider/modules/_coder_json_encodeobject_.md @@ -8,7 +8,7 @@ ▸ **encodeObject**(self: *[RpcCoderState](_coder_json_types_d_.md#rpccoderstate)*, method: *`string`*, params: *`Array`<`any`>*): [JsonRpcRequest](_types_d_.md#jsonrpcrequest) -*Defined in [coder/json/encodeObject.ts:8](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/coder/json/encodeObject.ts#L8)* +*Defined in [coder/json/encodeObject.ts:8](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/coder/json/encodeObject.ts#L8)* **Parameters:** diff --git a/docs/api-provider/modules/_coder_json_index_.md b/docs/api-provider/modules/_coder_json_index_.md index 297ca6aecb9a..a61253d69d0b 100644 --- a/docs/api-provider/modules/_coder_json_index_.md +++ b/docs/api-provider/modules/_coder_json_index_.md @@ -8,7 +8,7 @@ ▸ **rpcCoder**(): [RpcCoder](_coder_json_types_d_.md#rpccoder) -*Defined in [coder/json/index.ts:12](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/coder/json/index.ts#L12)* +*Defined in [coder/json/index.ts:12](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/coder/json/index.ts#L12)* **Returns:** [RpcCoder](_coder_json_types_d_.md#rpccoder) diff --git a/docs/api-provider/modules/_coder_json_types_d_.md b/docs/api-provider/modules/_coder_json_types_d_.md index dda92ba8f88c..d46e29bce453 100644 --- a/docs/api-provider/modules/_coder_json_types_d_.md +++ b/docs/api-provider/modules/_coder_json_types_d_.md @@ -8,7 +8,7 @@ **Ƭ RpcCoder**: *`object`* -*Defined in [coder/json/types.d.ts:7](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/coder/json/types.d.ts#L7)* +*Defined in [coder/json/types.d.ts:7](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/coder/json/types.d.ts#L7)* #### Type declaration @@ -19,7 +19,7 @@ ___ **Ƭ RpcCoderState**: *`object`* -*Defined in [coder/json/types.d.ts:14](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/coder/json/types.d.ts#L14)* +*Defined in [coder/json/types.d.ts:14](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/coder/json/types.d.ts#L14)* #### Type declaration diff --git a/docs/api-provider/modules/_http_types_d_.md b/docs/api-provider/modules/_http_types_d_.md index 98ab7d9d341a..d831b0ddd1d7 100644 --- a/docs/api-provider/modules/_http_types_d_.md +++ b/docs/api-provider/modules/_http_types_d_.md @@ -8,7 +8,7 @@ **Ƭ HttpState**: *`object`* -*Defined in [http/types.d.ts:8](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/http/types.d.ts#L8)* +*Defined in [http/types.d.ts:8](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/http/types.d.ts#L8)* #### Type declaration diff --git a/docs/api-provider/modules/_mock_index_.md b/docs/api-provider/modules/_mock_index_.md index 72b7dafde106..d43ae7b45c15 100644 --- a/docs/api-provider/modules/_mock_index_.md +++ b/docs/api-provider/modules/_mock_index_.md @@ -8,7 +8,7 @@ ▸ **mockProvider**(): [ProviderInterface](../interfaces/_types_d_.providerinterface.md) -*Defined in [mock/index.ts:18](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/mock/index.ts#L18)* +*Defined in [mock/index.ts:18](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/mock/index.ts#L18)* A moock provider mainly used for testing. diff --git a/docs/api-provider/modules/_mock_mocks_.md b/docs/api-provider/modules/_mock_mocks_.md index f4ee2243ee98..39820c23cefd 100644 --- a/docs/api-provider/modules/_mock_mocks_.md +++ b/docs/api-provider/modules/_mock_mocks_.md @@ -8,7 +8,7 @@ ▸ **mocks**(__namedParameters: *`object`*): `void` -*Defined in [mock/mocks.ts:69](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/mock/mocks.ts#L69)* +*Defined in [mock/mocks.ts:69](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/mock/mocks.ts#L69)* **Parameters:** diff --git a/docs/api-provider/modules/_mock_on_.md b/docs/api-provider/modules/_mock_on_.md index 9a81c4532b2b..e8ff969961fd 100644 --- a/docs/api-provider/modules/_mock_on_.md +++ b/docs/api-provider/modules/_mock_on_.md @@ -8,7 +8,7 @@ ▸ **on**(self: *[MockState](_mock_types_d_.md#mockstate)*, type: *[ProviderInterface$Emitted](_types_d_.md#providerinterface_emitted)*, sub: *[ProviderInterface$EmitCb](_types_d_.md#providerinterface_emitcb)*): `void` -*Defined in [mock/on.ts:8](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/mock/on.ts#L8)* +*Defined in [mock/on.ts:8](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/mock/on.ts#L8)* **Parameters:** diff --git a/docs/api-provider/modules/_mock_send_.md b/docs/api-provider/modules/_mock_send_.md index 81cd6316418e..0fd2e6834b58 100644 --- a/docs/api-provider/modules/_mock_send_.md +++ b/docs/api-provider/modules/_mock_send_.md @@ -8,7 +8,7 @@ ▸ **send**(__namedParameters: *`object`*, method: *`string`*, params: *`Array`<`any`>*): `Promise`<`any`> -*Defined in [mock/send.ts:7](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/mock/send.ts#L7)* +*Defined in [mock/send.ts:7](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/mock/send.ts#L7)* **Parameters:** diff --git a/docs/api-provider/modules/_mock_state_.md b/docs/api-provider/modules/_mock_state_.md index 57ef0fc0d76a..f82031f72b00 100644 --- a/docs/api-provider/modules/_mock_state_.md +++ b/docs/api-provider/modules/_mock_state_.md @@ -8,7 +8,7 @@ ▸ **state**(): [MockState](_mock_types_d_.md#mockstate) -*Defined in [mock/state.ts:38](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/mock/state.ts#L38)* +*Defined in [mock/state.ts:38](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/mock/state.ts#L38)* **Returns:** [MockState](_mock_types_d_.md#mockstate) diff --git a/docs/api-provider/modules/_mock_subscribe_.md b/docs/api-provider/modules/_mock_subscribe_.md index 067957a5aed2..909f16ee9140 100644 --- a/docs/api-provider/modules/_mock_subscribe_.md +++ b/docs/api-provider/modules/_mock_subscribe_.md @@ -8,7 +8,7 @@ ▸ **subscribe**(self: *[MockState](_mock_types_d_.md#mockstate)*, type: *`string`*, method: *`string`*, params: *`Array`<`any`>*): `Promise`<`number`> -*Defined in [mock/subscribe.ts:7](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/mock/subscribe.ts#L7)* +*Defined in [mock/subscribe.ts:7](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/mock/subscribe.ts#L7)* **Parameters:** diff --git a/docs/api-provider/modules/_mock_types_d_.md b/docs/api-provider/modules/_mock_types_d_.md index c26dff31f85c..88947404310a 100644 --- a/docs/api-provider/modules/_mock_types_d_.md +++ b/docs/api-provider/modules/_mock_types_d_.md @@ -8,7 +8,7 @@ **Ƭ MockState**: *`object`* -*Defined in [mock/types.d.ts:27](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/mock/types.d.ts#L27)* +*Defined in [mock/types.d.ts:27](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/mock/types.d.ts#L27)* #### Type declaration @@ -19,7 +19,7 @@ ___ **Ƭ MockState$Requests**: *`object`* -*Defined in [mock/types.d.ts:23](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/mock/types.d.ts#L23)* +*Defined in [mock/types.d.ts:23](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/mock/types.d.ts#L23)* #### Type declaration @@ -43,7 +43,7 @@ ___ **Ƭ MockState$Storage**: *`object`* -*Defined in [mock/types.d.ts:19](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/mock/types.d.ts#L19)* +*Defined in [mock/types.d.ts:19](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/mock/types.d.ts#L19)* #### Type declaration @@ -56,7 +56,7 @@ ___ **Ƭ MockState$Subscription$Callback**: *`function`* -*Defined in [mock/types.d.ts:8](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/mock/types.d.ts#L8)* +*Defined in [mock/types.d.ts:8](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/mock/types.d.ts#L8)* #### Type declaration ▸(error: * `Error` | `null`*, value: *`any`*): `void` @@ -77,7 +77,7 @@ ___ **Ƭ MockState$Subscriptions**: *`object`* -*Defined in [mock/types.d.ts:10](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/mock/types.d.ts#L10)* +*Defined in [mock/types.d.ts:10](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/mock/types.d.ts#L10)* #### Type declaration diff --git a/docs/api-provider/modules/_mock_unsubscribe_.md b/docs/api-provider/modules/_mock_unsubscribe_.md index 7b242646d3e5..2682689b248b 100644 --- a/docs/api-provider/modules/_mock_unsubscribe_.md +++ b/docs/api-provider/modules/_mock_unsubscribe_.md @@ -8,7 +8,7 @@ ▸ **unsubscribe**(self: *[MockState](_mock_types_d_.md#mockstate)*, type: *`string`*, name: *`string`*, id: *`number`*): `Promise`<`boolean`> -*Defined in [mock/unsubscribe.ts:7](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/mock/unsubscribe.ts#L7)* +*Defined in [mock/unsubscribe.ts:7](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/mock/unsubscribe.ts#L7)* **Parameters:** diff --git a/docs/api-provider/modules/_types_d_.md b/docs/api-provider/modules/_types_d_.md index 6b89735f5fdc..16939afb86ec 100644 --- a/docs/api-provider/modules/_types_d_.md +++ b/docs/api-provider/modules/_types_d_.md @@ -8,7 +8,7 @@ **Ƭ JsonRpcObject**: *`object`* -*Defined in [types.d.ts:5](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/types.d.ts#L5)* +*Defined in [types.d.ts:5](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/types.d.ts#L5)* #### Type declaration @@ -20,7 +20,7 @@ ___ **Ƭ JsonRpcRequest**: * [JsonRpcObject](_types_d_.md#jsonrpcobject) & `object` * -*Defined in [types.d.ts:10](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/types.d.ts#L10)* +*Defined in [types.d.ts:10](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/types.d.ts#L10)* ___ @@ -30,7 +30,7 @@ ___ **Ƭ JsonRpcResponse**: * [JsonRpcObject](_types_d_.md#jsonrpcobject) & [JsonRpcResponseBase](_types_d_.md#jsonrpcresponsebase) * -*Defined in [types.d.ts:36](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/types.d.ts#L36)* +*Defined in [types.d.ts:36](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/types.d.ts#L36)* ___ @@ -40,7 +40,7 @@ ___ **Ƭ JsonRpcResponseBase**: * `JsonRpcResponse$Single` & `JsonRpcResponse$Subscription` * -*Defined in [types.d.ts:34](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/types.d.ts#L34)* +*Defined in [types.d.ts:34](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/types.d.ts#L34)* ___ @@ -49,7 +49,7 @@ ___ **Ƭ JsonRpcResponseBase$Error**: *`object`* -*Defined in [types.d.ts:15](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/types.d.ts#L15)* +*Defined in [types.d.ts:15](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/types.d.ts#L15)* #### Type declaration @@ -60,7 +60,7 @@ ___ **Ƭ ProviderInterface$Callback**: *`function`* -*Defined in [types.d.ts:38](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/types.d.ts#L38)* +*Defined in [types.d.ts:38](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/types.d.ts#L38)* #### Type declaration ▸(error: * `Error` | `null`*, result: *`any`*): `void` @@ -81,7 +81,7 @@ ___ **Ƭ ProviderInterface$EmitCb**: *`function`* -*Defined in [types.d.ts:42](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/types.d.ts#L42)* +*Defined in [types.d.ts:42](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/types.d.ts#L42)* #### Type declaration ▸(value?: *`any`*): `any` @@ -102,7 +102,7 @@ ___ **Ƭ ProviderInterface$Emitted**: * "connected" | "disconnected" * -*Defined in [types.d.ts:40](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/types.d.ts#L40)* +*Defined in [types.d.ts:40](https://github.com/polkadot-js/api/blob/74737b6/packages/api-provider/src/types.d.ts#L40)* ___ diff --git a/docs/api-rx/classes/_index_.rxapi.html b/docs/api-rx/classes/_index_.rxapi.html index e3baca1b60ba..d0c04e2bbfa2 100644 --- a/docs/api-rx/classes/_index_.rxapi.html +++ b/docs/api-rx/classes/_index_.rxapi.html @@ -370,12 +370,8 @@

An RxJs wrapper around the [[api]]. -example: ```javascript -import RxApi from '@polkadot/api'; -import WsProvider from '@polkadot/api-provider/ws';

-

const provider = new WsProvider('http://127.0.0.1:9944'); -const rxapi = new RxApi(provider); -```

+example: import RxApi from '@polkadot/api'; import WsProvider from '@polkadot/api-provider/ws';

+

const provider = new WsProvider('http://127.0.0.1:9944')); const rxapi = new RxApi(provider);

Hierarchy

RxApi

Implements

@@ -386,7 +382,7 @@

Constructors

constructor

new RxApi(provider?: ProviderInterface): RxApi

-

Defined in index.ts:43

+

Defined in index.ts:41

Parameters:

@@ -412,28 +408,28 @@

Properties

author

● author: RxApiInterface$Section

-

Defined in index.ts:40

+

Defined in index.ts:38


chain

● chain: RxApiInterface$Section

-

Defined in index.ts:41

+

Defined in index.ts:39


state

● state: RxApiInterface$Section

-

Defined in index.ts:42

+

Defined in index.ts:40


system

● system: RxApiInterface$Section

-

Defined in index.ts:43

+

Defined in index.ts:41


Methods

isConnected

isConnected(): BehaviorSubject<boolean>

-

Defined in index.ts:62

+

Defined in index.ts:60

Returns: BehaviorSubject<boolean>


@@ -479,7 +475,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"ApiRx","level":"1.4.1","depth":2,"next":{"title":"Overview","level":"2.1","depth":1,"path":"examples/README.md","ref":"examples/README.md","articles":[]},"previous":{"title":"api-rx","level":"1.4","depth":1,"path":"api-rx/README.md","ref":"api-rx/README.md","articles":[{"title":"ApiRx","level":"1.4.1","depth":2,"path":"api-rx/classes/_index_.rxapi.md","ref":"api-rx/classes/_index_.rxapi.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api-rx/classes/_index_.rxapi.md","mtime":"2018-09-27T11:17:09.873Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"../..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"ApiRx","level":"1.4.1","depth":2,"next":{"title":"Overview","level":"2.1","depth":1,"path":"examples/README.md","ref":"examples/README.md","articles":[]},"previous":{"title":"api-rx","level":"1.4","depth":1,"path":"api-rx/README.md","ref":"api-rx/README.md","articles":[{"title":"ApiRx","level":"1.4.1","depth":2,"path":"api-rx/classes/_index_.rxapi.md","ref":"api-rx/classes/_index_.rxapi.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api-rx/classes/_index_.rxapi.md","mtime":"2018-09-28T13:47:16.569Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"../..","book":{"language":""}}); }); diff --git a/docs/api-rx/classes/_index_.rxapi.md b/docs/api-rx/classes/_index_.rxapi.md index 572b64f8978e..52697aa0d021 100644 --- a/docs/api-rx/classes/_index_.rxapi.md +++ b/docs/api-rx/classes/_index_.rxapi.md @@ -1,13 +1,9 @@ An RxJs wrapper around the \[\[api\]\]. -*__example__*: ```javascript -import RxApi from '@polkadot/api'; -import WsProvider from '@polkadot/api-provider/ws'; +*__example__*: import RxApi from '@polkadot/api'; import WsProvider from '@polkadot/api-provider/ws'; -const provider = new WsProvider('http://127.0.0.1:9944'); -const rxapi = new RxApi(provider); -``` +const provider = new WsProvider('[http://127.0.0.1:9944')](http://127.0.0.1:9944')); const rxapi = new RxApi(provider); # Hierarchy @@ -25,7 +21,7 @@ const rxapi = new RxApi(provider); ⊕ **new RxApi**(provider?: *`ProviderInterface`*): [RxApi](_index_.rxapi.md) -*Defined in [index.ts:43](https://github.com/polkadot-js/api/blob/170c337/packages/api-rx/src/index.ts#L43)* +*Defined in [index.ts:41](https://github.com/polkadot-js/api/blob/74737b6/packages/api-rx/src/index.ts#L41)* **Parameters:** @@ -45,7 +41,7 @@ ___ **● author**: *[RxApiInterface$Section](../modules/_types_d_.md#rxapiinterface_section)* -*Defined in [index.ts:40](https://github.com/polkadot-js/api/blob/170c337/packages/api-rx/src/index.ts#L40)* +*Defined in [index.ts:38](https://github.com/polkadot-js/api/blob/74737b6/packages/api-rx/src/index.ts#L38)* ___ @@ -54,7 +50,7 @@ ___ **● chain**: *[RxApiInterface$Section](../modules/_types_d_.md#rxapiinterface_section)* -*Defined in [index.ts:41](https://github.com/polkadot-js/api/blob/170c337/packages/api-rx/src/index.ts#L41)* +*Defined in [index.ts:39](https://github.com/polkadot-js/api/blob/74737b6/packages/api-rx/src/index.ts#L39)* ___ @@ -63,7 +59,7 @@ ___ **● state**: *[RxApiInterface$Section](../modules/_types_d_.md#rxapiinterface_section)* -*Defined in [index.ts:42](https://github.com/polkadot-js/api/blob/170c337/packages/api-rx/src/index.ts#L42)* +*Defined in [index.ts:40](https://github.com/polkadot-js/api/blob/74737b6/packages/api-rx/src/index.ts#L40)* ___ @@ -72,7 +68,7 @@ ___ **● system**: *[RxApiInterface$Section](../modules/_types_d_.md#rxapiinterface_section)* -*Defined in [index.ts:43](https://github.com/polkadot-js/api/blob/170c337/packages/api-rx/src/index.ts#L43)* +*Defined in [index.ts:41](https://github.com/polkadot-js/api/blob/74737b6/packages/api-rx/src/index.ts#L41)* ___ @@ -84,7 +80,7 @@ ___ ▸ **isConnected**(): `BehaviorSubject`<`boolean`> -*Defined in [index.ts:62](https://github.com/polkadot-js/api/blob/170c337/packages/api-rx/src/index.ts#L62)* +*Defined in [index.ts:60](https://github.com/polkadot-js/api/blob/74737b6/packages/api-rx/src/index.ts#L60)* **Returns:** `BehaviorSubject`<`boolean`> diff --git a/docs/api-rx/index.html b/docs/api-rx/index.html index 28abb821b6f4..04a1fa9f3393 100644 --- a/docs/api-rx/index.html +++ b/docs/api-rx/index.html @@ -415,7 +415,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"api-rx","level":"1.4","depth":1,"next":{"title":"ApiRx","level":"1.4.1","depth":2,"path":"api-rx/classes/_index_.rxapi.md","ref":"api-rx/classes/_index_.rxapi.md","articles":[]},"previous":{"title":"WsProvider","level":"1.3.2","depth":2,"path":"api-provider/classes/_ws_index_.wsprovider.md","ref":"api-provider/classes/_ws_index_.wsprovider.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api-rx/README.md","mtime":"2018-09-27T11:17:09.773Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"api-rx","level":"1.4","depth":1,"next":{"title":"ApiRx","level":"1.4.1","depth":2,"path":"api-rx/classes/_index_.rxapi.md","ref":"api-rx/classes/_index_.rxapi.md","articles":[]},"previous":{"title":"WsProvider","level":"1.3.2","depth":2,"path":"api-provider/classes/_ws_index_.wsprovider.md","ref":"api-provider/classes/_ws_index_.wsprovider.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api-rx/README.md","mtime":"2018-09-28T13:47:16.477Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/api-rx/modules/_types_d_.md b/docs/api-rx/modules/_types_d_.md index b2964f880ee9..f1f8cab05d8d 100644 --- a/docs/api-rx/modules/_types_d_.md +++ b/docs/api-rx/modules/_types_d_.md @@ -9,7 +9,7 @@ **Ƭ RxApiInterface**: * `RxApiInterface$Keys` & `object` * -*Defined in [types.d.ts:19](https://github.com/polkadot-js/api/blob/170c337/packages/api-rx/src/types.d.ts#L19)* +*Defined in [types.d.ts:19](https://github.com/polkadot-js/api/blob/74737b6/packages/api-rx/src/types.d.ts#L19)* ___ @@ -18,7 +18,7 @@ ___ **Ƭ RxApiInterface$Method**: *`function`* -*Defined in [types.d.ts:9](https://github.com/polkadot-js/api/blob/170c337/packages/api-rx/src/types.d.ts#L9)* +*Defined in [types.d.ts:9](https://github.com/polkadot-js/api/blob/74737b6/packages/api-rx/src/types.d.ts#L9)* #### Type declaration ▸(...params: *`Array`<`any`>*): `Observable`<`any`> | `BehaviorSubject`<`any`> @@ -38,7 +38,7 @@ ___ **Ƭ RxApiInterface$Section**: *`object`* -*Defined in [types.d.ts:11](https://github.com/polkadot-js/api/blob/170c337/packages/api-rx/src/types.d.ts#L11)* +*Defined in [types.d.ts:11](https://github.com/polkadot-js/api/blob/74737b6/packages/api-rx/src/types.d.ts#L11)* #### Type declaration diff --git a/docs/api/classes/_index_.api.html b/docs/api/classes/_index_.api.html index d6e03ae41c61..3bf23452d251 100644 --- a/docs/api/classes/_index_.api.html +++ b/docs/api/classes/_index_.api.html @@ -369,12 +369,8 @@

-

example: ```javascript -import Api from '@polkadot/api'; -import WsProvider from '@polkadot/api-provider/ws';

-

const provider = new WsProvider('http://127.0.0.1:9944'); -const api = new Api(provider); -```

+

example: import Api from '@polkadot/api'; import WsProvider from '@polkadot/api-provider/ws';

+

const provider = new WsProvider('http://127.0.0.1:9944')); const api = new Api(provider);

Hierarchy

Api

Implements

@@ -385,7 +381,7 @@

Constructors

constructor

new Api(provider: ProviderInterface): Api

-

Defined in index.ts:37

+

Defined in index.ts:32

constructor: Default constructor for the Api Object

Parameters:

@@ -410,22 +406,22 @@

Properties

author

● author: ApiInterface$Section

-

Defined in index.ts:34

+

Defined in index.ts:29


chain

● chain: ApiInterface$Section

-

Defined in index.ts:35

+

Defined in index.ts:30


state

● state: ApiInterface$Section

-

Defined in index.ts:36

+

Defined in index.ts:31


system

● system: ApiInterface$Section

-

Defined in index.ts:37

+

Defined in index.ts:32


@@ -470,7 +466,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Api","level":"1.2.1","depth":2,"next":{"title":"api-provider","level":"1.3","depth":1,"path":"api-provider/README.md","ref":"api-provider/README.md","articles":[{"title":"HttpProvider","level":"1.3.1","depth":2,"path":"api-provider/classes/_http_index_.httpprovider.md","ref":"api-provider/classes/_http_index_.httpprovider.md","articles":[]},{"title":"WsProvider","level":"1.3.2","depth":2,"path":"api-provider/classes/_ws_index_.wsprovider.md","ref":"api-provider/classes/_ws_index_.wsprovider.md","articles":[]}]},"previous":{"title":"api","level":"1.2","depth":1,"path":"api/README.md","ref":"api/README.md","articles":[{"title":"Api","level":"1.2.1","depth":2,"path":"api/classes/_index_.api.md","ref":"api/classes/_index_.api.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api/classes/_index_.api.md","mtime":"2018-09-27T11:16:53.981Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"../..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Api","level":"1.2.1","depth":2,"next":{"title":"api-provider","level":"1.3","depth":1,"path":"api-provider/README.md","ref":"api-provider/README.md","articles":[{"title":"HttpProvider","level":"1.3.1","depth":2,"path":"api-provider/classes/_http_index_.httpprovider.md","ref":"api-provider/classes/_http_index_.httpprovider.md","articles":[]},{"title":"WsProvider","level":"1.3.2","depth":2,"path":"api-provider/classes/_ws_index_.wsprovider.md","ref":"api-provider/classes/_ws_index_.wsprovider.md","articles":[]}]},"previous":{"title":"api","level":"1.2","depth":1,"path":"api/README.md","ref":"api/README.md","articles":[{"title":"Api","level":"1.2.1","depth":2,"path":"api/classes/_index_.api.md","ref":"api/classes/_index_.api.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api/classes/_index_.api.md","mtime":"2018-09-28T13:47:00.365Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"../..","book":{"language":""}}); }); diff --git a/docs/api/classes/_index_.api.md b/docs/api/classes/_index_.api.md index a0e1bf6b0b40..61c10be7a7d6 100644 --- a/docs/api/classes/_index_.api.md +++ b/docs/api/classes/_index_.api.md @@ -1,12 +1,8 @@ -*__example__*: ```javascript -import Api from '@polkadot/api'; -import WsProvider from '@polkadot/api-provider/ws'; +*__example__*: import Api from '@polkadot/api'; import WsProvider from '@polkadot/api-provider/ws'; -const provider = new WsProvider('http://127.0.0.1:9944'); -const api = new Api(provider); -``` +const provider = new WsProvider('[http://127.0.0.1:9944')](http://127.0.0.1:9944')); const api = new Api(provider); # Hierarchy @@ -24,7 +20,7 @@ const api = new Api(provider); ⊕ **new Api**(provider: *`ProviderInterface`*): [Api](_index_.api.md) -*Defined in [index.ts:37](https://github.com/polkadot-js/api/blob/170c337/packages/api/src/index.ts#L37)* +*Defined in [index.ts:32](https://github.com/polkadot-js/api/blob/74737b6/packages/api/src/index.ts#L32)* *__constructor__*: Default constructor for the Api Object @@ -46,7 +42,7 @@ ___ **● author**: *[ApiInterface$Section](../modules/_types_d_.md#apiinterface_section)* -*Defined in [index.ts:34](https://github.com/polkadot-js/api/blob/170c337/packages/api/src/index.ts#L34)* +*Defined in [index.ts:29](https://github.com/polkadot-js/api/blob/74737b6/packages/api/src/index.ts#L29)* ___ @@ -55,7 +51,7 @@ ___ **● chain**: *[ApiInterface$Section](../modules/_types_d_.md#apiinterface_section)* -*Defined in [index.ts:35](https://github.com/polkadot-js/api/blob/170c337/packages/api/src/index.ts#L35)* +*Defined in [index.ts:30](https://github.com/polkadot-js/api/blob/74737b6/packages/api/src/index.ts#L30)* ___ @@ -64,7 +60,7 @@ ___ **● state**: *[ApiInterface$Section](../modules/_types_d_.md#apiinterface_section)* -*Defined in [index.ts:36](https://github.com/polkadot-js/api/blob/170c337/packages/api/src/index.ts#L36)* +*Defined in [index.ts:31](https://github.com/polkadot-js/api/blob/74737b6/packages/api/src/index.ts#L31)* ___ @@ -73,7 +69,7 @@ ___ **● system**: *[ApiInterface$Section](../modules/_types_d_.md#apiinterface_section)* -*Defined in [index.ts:37](https://github.com/polkadot-js/api/blob/170c337/packages/api/src/index.ts#L37)* +*Defined in [index.ts:32](https://github.com/polkadot-js/api/blob/74737b6/packages/api/src/index.ts#L32)* ___ diff --git a/docs/api/index.html b/docs/api/index.html index 163a70d4e997..740247c0eb09 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -461,7 +461,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"api","level":"1.2","depth":1,"next":{"title":"Api","level":"1.2.1","depth":2,"path":"api/classes/_index_.api.md","ref":"api/classes/_index_.api.md","articles":[]},"previous":{"title":"Introduction","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api/README.md","mtime":"2018-09-27T11:16:53.893Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"api","level":"1.2","depth":1,"next":{"title":"Api","level":"1.2.1","depth":2,"path":"api/classes/_index_.api.md","ref":"api/classes/_index_.api.md","articles":[]},"previous":{"title":"Introduction","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"api/README.md","mtime":"2018-09-28T13:47:00.277Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/api/interfaces/_types_d_.apiinterface_section_method.md b/docs/api/interfaces/_types_d_.apiinterface_section_method.md index 28b10ec9aed5..54a8de622593 100644 --- a/docs/api/interfaces/_types_d_.apiinterface_section_method.md +++ b/docs/api/interfaces/_types_d_.apiinterface_section_method.md @@ -7,7 +7,7 @@ # Callable ▸ **__call**(...params: *`Array`<`any`>*): `Promise`<`any`> -*Defined in [types.d.ts:7](https://github.com/polkadot-js/api/blob/170c337/packages/api/src/types.d.ts#L7)* +*Defined in [types.d.ts:7](https://github.com/polkadot-js/api/blob/74737b6/packages/api/src/types.d.ts#L7)* **Parameters:** @@ -25,7 +25,7 @@ **● subscription**: *`string`* -*Defined in [types.d.ts:10](https://github.com/polkadot-js/api/blob/170c337/packages/api/src/types.d.ts#L10)* +*Defined in [types.d.ts:10](https://github.com/polkadot-js/api/blob/74737b6/packages/api/src/types.d.ts#L10)* ___ @@ -34,7 +34,7 @@ ___ **● unsubscribe**: *`function`* -*Defined in [types.d.ts:11](https://github.com/polkadot-js/api/blob/170c337/packages/api/src/types.d.ts#L11)* +*Defined in [types.d.ts:11](https://github.com/polkadot-js/api/blob/74737b6/packages/api/src/types.d.ts#L11)* #### Type declaration ▸(id: *`number`*): `Promise`<`any`> diff --git a/docs/api/modules/_types_d_.md b/docs/api/modules/_types_d_.md index 5e4f819fad82..59bf6fa7f885 100644 --- a/docs/api/modules/_types_d_.md +++ b/docs/api/modules/_types_d_.md @@ -8,7 +8,7 @@ **Ƭ ApiInterface**: *`object`* -*Defined in [types.d.ts:18](https://github.com/polkadot-js/api/blob/170c337/packages/api/src/types.d.ts#L18)* +*Defined in [types.d.ts:18](https://github.com/polkadot-js/api/blob/74737b6/packages/api/src/types.d.ts#L18)* #### Type declaration @@ -19,7 +19,7 @@ ___ **Ƭ ApiInterface$Section**: *`object`* -*Defined in [types.d.ts:14](https://github.com/polkadot-js/api/blob/170c337/packages/api/src/types.d.ts#L14)* +*Defined in [types.d.ts:14](https://github.com/polkadot-js/api/blob/74737b6/packages/api/src/types.d.ts#L14)* #### Type declaration diff --git a/docs/examples/01_simple_connect/index.html b/docs/examples/01_simple_connect/index.html index 16a536cb0fcf..b5fc2cd45890 100644 --- a/docs/examples/01_simple_connect/index.html +++ b/docs/examples/01_simple_connect/index.html @@ -431,7 +431,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Simple connect","level":"2.2","depth":1,"next":{"title":"Listen to blocks","level":"2.3","depth":1,"path":"examples/02_listen_to_blocks/README.md","ref":"examples/02_listen_to_blocks/README.md","articles":[]},"previous":{"title":"Overview","level":"2.1","depth":1,"path":"examples/README.md","ref":"examples/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/01_simple_connect/README.md","mtime":"2018-09-27T11:13:50.022Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"../..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Simple connect","level":"2.2","depth":1,"next":{"title":"Listen to blocks","level":"2.3","depth":1,"path":"examples/02_listen_to_blocks/README.md","ref":"examples/02_listen_to_blocks/README.md","articles":[]},"previous":{"title":"Overview","level":"2.1","depth":1,"path":"examples/README.md","ref":"examples/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/01_simple_connect/README.md","mtime":"2018-09-28T13:42:47.736Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"../..","book":{"language":""}}); }); diff --git a/docs/examples/02_listen_to_blocks/index.html b/docs/examples/02_listen_to_blocks/index.html index 00bbd4c1e698..49187735e4c1 100644 --- a/docs/examples/02_listen_to_blocks/index.html +++ b/docs/examples/02_listen_to_blocks/index.html @@ -433,7 +433,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Listen to blocks","level":"2.3","depth":1,"next":{"title":"Listen to balance change","level":"2.4","depth":1,"path":"examples/03_listen_to_balance_change/README.md","ref":"examples/03_listen_to_balance_change/README.md","articles":[]},"previous":{"title":"Simple connect","level":"2.2","depth":1,"path":"examples/01_simple_connect/README.md","ref":"examples/01_simple_connect/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/02_listen_to_blocks/README.md","mtime":"2018-09-27T11:13:50.022Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"../..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Listen to blocks","level":"2.3","depth":1,"next":{"title":"Listen to balance change","level":"2.4","depth":1,"path":"examples/03_listen_to_balance_change/README.md","ref":"examples/03_listen_to_balance_change/README.md","articles":[]},"previous":{"title":"Simple connect","level":"2.2","depth":1,"path":"examples/01_simple_connect/README.md","ref":"examples/01_simple_connect/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/02_listen_to_blocks/README.md","mtime":"2018-09-28T13:42:47.736Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"../..","book":{"language":""}}); }); diff --git a/docs/examples/03_listen_to_balance_change/index.html b/docs/examples/03_listen_to_balance_change/index.html index 89e6bd71c01e..1c5871e82a1b 100644 --- a/docs/examples/03_listen_to_balance_change/index.html +++ b/docs/examples/03_listen_to_balance_change/index.html @@ -432,7 +432,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Listen to balance change","level":"2.4","depth":1,"next":{"title":"Generate Accounts","level":"2.5","depth":1,"path":"examples/04_generate_account/README.md","ref":"examples/04_generate_account/README.md","articles":[]},"previous":{"title":"Listen to blocks","level":"2.3","depth":1,"path":"examples/02_listen_to_blocks/README.md","ref":"examples/02_listen_to_blocks/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/03_listen_to_balance_change/README.md","mtime":"2018-09-27T11:13:50.022Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"../..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Listen to balance change","level":"2.4","depth":1,"next":{"title":"Generate Accounts","level":"2.5","depth":1,"path":"examples/04_generate_account/README.md","ref":"examples/04_generate_account/README.md","articles":[]},"previous":{"title":"Listen to blocks","level":"2.3","depth":1,"path":"examples/02_listen_to_blocks/README.md","ref":"examples/02_listen_to_blocks/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/03_listen_to_balance_change/README.md","mtime":"2018-09-28T13:42:47.736Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"../..","book":{"language":""}}); }); diff --git a/docs/examples/04_generate_account/index.html b/docs/examples/04_generate_account/index.html index e87e695fe54f..2e136c9c47a9 100644 --- a/docs/examples/04_generate_account/index.html +++ b/docs/examples/04_generate_account/index.html @@ -447,7 +447,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Generate Accounts","level":"2.5","depth":1,"next":{"title":"Read Storage","level":"2.6","depth":1,"path":"examples/05_read_storage/README.md","ref":"examples/05_read_storage/README.md","articles":[]},"previous":{"title":"Listen to balance change","level":"2.4","depth":1,"path":"examples/03_listen_to_balance_change/README.md","ref":"examples/03_listen_to_balance_change/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/04_generate_account/README.md","mtime":"2018-09-27T11:13:50.026Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"../..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Generate Accounts","level":"2.5","depth":1,"next":{"title":"Read Storage","level":"2.6","depth":1,"path":"examples/05_read_storage/README.md","ref":"examples/05_read_storage/README.md","articles":[]},"previous":{"title":"Listen to balance change","level":"2.4","depth":1,"path":"examples/03_listen_to_balance_change/README.md","ref":"examples/03_listen_to_balance_change/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/04_generate_account/README.md","mtime":"2018-09-28T13:42:47.736Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"../..","book":{"language":""}}); }); diff --git a/docs/examples/05_read_storage/index.html b/docs/examples/05_read_storage/index.html index 5cd6916c92a4..305e76d2f266 100644 --- a/docs/examples/05_read_storage/index.html +++ b/docs/examples/05_read_storage/index.html @@ -447,7 +447,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Read Storage","level":"2.6","depth":1,"next":{"title":"Craft Extrinsic","level":"2.7","depth":1,"path":"examples/06_craft_extrinsic/README.md","ref":"examples/06_craft_extrinsic/README.md","articles":[]},"previous":{"title":"Generate Accounts","level":"2.5","depth":1,"path":"examples/04_generate_account/README.md","ref":"examples/04_generate_account/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/05_read_storage/README.md","mtime":"2018-09-27T11:13:50.026Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"../..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Read Storage","level":"2.6","depth":1,"next":{"title":"Craft Extrinsic","level":"2.7","depth":1,"path":"examples/06_craft_extrinsic/README.md","ref":"examples/06_craft_extrinsic/README.md","articles":[]},"previous":{"title":"Generate Accounts","level":"2.5","depth":1,"path":"examples/04_generate_account/README.md","ref":"examples/04_generate_account/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/05_read_storage/README.md","mtime":"2018-09-28T13:42:47.736Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"../..","book":{"language":""}}); }); diff --git a/docs/examples/06_craft_extrinsic/index.html b/docs/examples/06_craft_extrinsic/index.html index 757c015b7867..053db0450c8e 100644 --- a/docs/examples/06_craft_extrinsic/index.html +++ b/docs/examples/06_craft_extrinsic/index.html @@ -471,7 +471,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Craft Extrinsic","level":"2.7","depth":1,"next":{"title":"Transfer DOTs","level":"2.8","depth":1,"path":"examples/07_transfer_dots/README.md","ref":"examples/07_transfer_dots/README.md","articles":[]},"previous":{"title":"Read Storage","level":"2.6","depth":1,"path":"examples/05_read_storage/README.md","ref":"examples/05_read_storage/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/06_craft_extrinsic/README.md","mtime":"2018-09-27T11:13:50.026Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"../..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Craft Extrinsic","level":"2.7","depth":1,"next":{"title":"Transfer DOTs","level":"2.8","depth":1,"path":"examples/07_transfer_dots/README.md","ref":"examples/07_transfer_dots/README.md","articles":[]},"previous":{"title":"Read Storage","level":"2.6","depth":1,"path":"examples/05_read_storage/README.md","ref":"examples/05_read_storage/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/06_craft_extrinsic/README.md","mtime":"2018-09-28T13:42:47.736Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"../..","book":{"language":""}}); }); diff --git a/docs/examples/07_transfer_dots/index.html b/docs/examples/07_transfer_dots/index.html index b990ec408c61..18b8940f11f7 100644 --- a/docs/examples/07_transfer_dots/index.html +++ b/docs/examples/07_transfer_dots/index.html @@ -451,7 +451,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Transfer DOTs","level":"2.8","depth":1,"previous":{"title":"Craft Extrinsic","level":"2.7","depth":1,"path":"examples/06_craft_extrinsic/README.md","ref":"examples/06_craft_extrinsic/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/07_transfer_dots/README.md","mtime":"2018-09-27T11:13:50.026Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"../..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Transfer DOTs","level":"2.8","depth":1,"previous":{"title":"Craft Extrinsic","level":"2.7","depth":1,"path":"examples/06_craft_extrinsic/README.md","ref":"examples/06_craft_extrinsic/README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/07_transfer_dots/README.md","mtime":"2018-09-28T13:42:47.736Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"../..","book":{"language":""}}); }); diff --git a/docs/examples/index.html b/docs/examples/index.html index 4eef03f456e6..e759e4c4258d 100644 --- a/docs/examples/index.html +++ b/docs/examples/index.html @@ -427,7 +427,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Overview","level":"2.1","depth":1,"next":{"title":"Simple connect","level":"2.2","depth":1,"path":"examples/01_simple_connect/README.md","ref":"examples/01_simple_connect/README.md","articles":[]},"previous":{"title":"ApiRx","level":"1.4.1","depth":2,"path":"api-rx/classes/_index_.rxapi.md","ref":"api-rx/classes/_index_.rxapi.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/README.md","mtime":"2018-09-27T11:13:50.026Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Overview","level":"2.1","depth":1,"next":{"title":"Simple connect","level":"2.2","depth":1,"path":"examples/01_simple_connect/README.md","ref":"examples/01_simple_connect/README.md","articles":[]},"previous":{"title":"ApiRx","level":"1.4.1","depth":2,"path":"api-rx/classes/_index_.rxapi.md","ref":"api-rx/classes/_index_.rxapi.md","articles":[]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"examples/README.md","mtime":"2018-09-28T13:42:47.736Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/index.html b/docs/index.html index a2d9c1524048..3a233200112a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -447,7 +447,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"api","level":"1.2","depth":1,"path":"api/README.md","ref":"api/README.md","articles":[{"title":"Api","level":"1.2.1","depth":2,"path":"api/classes/_index_.api.md","ref":"api/classes/_index_.api.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"README.md","mtime":"2018-09-27T11:13:50.022Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-27T11:17:41.057Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"api","level":"1.2","depth":1,"path":"api/README.md","ref":"api/README.md","articles":[{"title":"Api","level":"1.2.1","depth":2,"path":"api/classes/_index_.api.md","ref":"api/classes/_index_.api.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["include-codeblock"],"root":"docs","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":false},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Polkadot API Book","gitbook":">=2.4.0"},"file":{"path":"README.md","mtime":"2018-09-28T13:42:47.732Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-09-28T13:47:55.661Z"},"basePath":".","book":{"language":""}}); }); diff --git a/docs/search_index.json b/docs/search_index.json index 17c0ceeacddf..8bb50623ca6e 100644 --- a/docs/search_index.json +++ b/docs/search_index.json @@ -1 +1 @@ -{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["account","api","api.","apirx","at:","balanc","block","chang","connect","contribut","craft","describ","document","dot","exampl","extrins","featur","find","gener","github","guid","httpprovid","https://github.com/paritytech/polkadot","https://github.com/paritytech/substr","https://github.com/polkadot","https://polkadot.network/","interact","introduct","issu","javascript","javascript.","js","js/api","listen","log","more","network","node","overview","packag","polkadot","project","provid","queri","read","report","repositori","requests.","rx","simpl","storag","transfer","us","welcome.","wsprovid"],"api/":["#${header.number.tostring()}`);","'@polkadot/api","'@polkadot/api';","(error)","(onc",".catch((error)",".gethead()",".getheader('0x1234567890')",".newhead((error,",".then((header)",".then((headerhash)",".then((subscriptionid)","//","=","=>","@polkadot/api","api","api(provider);","api.chain","api.chain.getheader(headerhash);","api.chain.newhead.unsubscribe(subscriptionid)","around","best","block","call","clean","client.","console.error('error","console.error('error:',","console.error(error));","console.log(`best","console.log(header))","const","error);","expos","header","header)","id","import","initialis","instal","librari","make","method","network","new","npm","off)","polkadot","provid","provider/ws';","retriev","return","save","subscribing:',","subscript","subscription,","unsubscrib","usag","via","wrapper","wsprovid","wsprovider('http://127.0.0.1:9944');","{","}","})","});"],"api/classes/_index_.api.html":["'@polkadot/api","'@polkadot/api';","=","```","```javascript","api","api(provider);","api(provider:","apiinterface$sect","author","author:","chain","chain:","const","constructor","constructor:","default","defin","descript","example:","hierarchi","http","implement","import","index.ts:34","index.ts:35","index.ts:36","index.ts:37","new","object","param","parameters:","properti","provid","provider/ws';","providerinterfac","providerinterface):","returns:","state","state:","system","system:","type","us","websocket","wsprovid","wsprovider('http://127.0.0.1:9944');","⊕","●"],"api-provider/":["'@polkadot/api","=","@polkadot/api","[]);","api","applic","await","build","call","care","client","console.log('clientversion',","const","decod","directli","encod","gener","generally,","handl","import","initialis","instal","interact","interfac","interfaces.","it.","level","low","method","new","npm","oper","parameters/results,","polkadot","provid","provider.send('client_version',","provider/ws';","same","save","support","take","top","transport","underli","unless","usag","used.","variou","version","version);","won't","wsprovid","wsprovider('http://127.0.0.1:9944');"],"api-provider/classes/_http_index_.httpprovider.html":["'@polkadot/api","'@polkadot/api';","=","```","```javascript","allow","api","arrayany>","arrayany>):","arrayany>,","balanc","block","boolean","cb","cb:","changes.","connect","const","constructor","createapi","createapi(provider);","defin","endpoint","event","example:","hierarchi","http","http.","http/index.ts:36","http/index.ts:50","http/index.ts:57","http/index.ts:61","http/index.ts:83","http/index.ts:92","httpprovid","httpprovider(endpoint:","httpprovider,","id","id:","implement","import","isconnect","isconnected():","listen","method","method:","new","node","not.","number","number):","on(type:","param","parameters:","params:","preferr","promiseany>","promiseboolean>","promisenumber>","provid","provider/ws';","providerinterfac","providerinterface$callback","providerinterface$callback):","providerinterface$emit","providerinterface$emitcb","providerinterface$emitcb):","providerinterface$emitted,","providerinterface.isconnect","providerinterface.on","providerinterface.send","providerinterface.subscrib","providerinterface.unsubscrib","request","returns:","see","see:","send","send(method:","string","string):","string,","sub","sub:","subscrib","subscribe(types:","subscript","such","support","true","type","unsubscrib","unsubscribe(type:","us","usual","void","whether","won´t","wsprovid","wsprovider('http://127.0.0.1:9933');","wsprovider.","⊕","▸"],"api-provider/classes/_ws_index_.wsprovider.html":["#","##","####","|","',","'@polkadot/api","'@polkadot/api';","(_,","*","**addlistener**(event:","**connect**():","**emit**(event:","**eventnames**():","**isconnected**():","**listenercount**(event:","**listeners**(event:","**new","**off**(event:","**on**(type:","**once**(event:","**parameters:**","**removealllisteners**(event?:","**removelistener**(event:","**returns:**","**send**(method:","**subscribe**(type:","**↳","**●","*[eventtypes]()*):","*[listenerfn](../interfaces/_ws_index_.wsprovider.eventemitter.listenerfn.md)*,","*[providerinterface$callback](../modules/_types_d_.md#providerinterface_callback)*):","*[providerinterface$emitcb](../modules/_types_d_.md#providerinterface_emitcb)*):","*[providerinterface$emitted](../modules/_types_d_.md#providerinterface_emitted)*,","*__example__*:","*__see__*:","*`any`*):","*`any`*,","*`array`*):","*`array`*,","*`boolean`*):","*`eventtypes`*):","*`eventtypes`*,","*`listenerfn`*,","*`string`*,","*`subscriptionhandler`*):","*defin","*inherit","*overrid",".","...args:","/home/travis/build/polkadot",":","=","=>","[[unsubscribe]].","[description]","[eventtypes]()","[httpprovider](_http_index_.httpprovider.md)","[listenerfn](../interfaces/_ws_index_.wsprovider.eventemitter.listenerfn.md)","[providerinterface$emitcb](../modules/_types_d_.md#providerinterface_emitcb)","[providerinterface$emitted](../modules/_types_d_.md#providerinterface_emitted)","[subscribe](_ws_index_.wsprovider.md#subscribe)","[ws/index.ts:116](https://github.com/polkadot","[ws/index.ts:126](https://github.com/polkadot","[ws/index.ts:130](https://github.com/polkadot","[ws/index.ts:183](https://github.com/polkadot","[ws/index.ts:69](https://github.com/polkadot","[ws/index.ts:99](https://github.com/polkadot","[wsprovider](_ws_index_.wsprovider.md)","\\`ws://ip:9944\\`","\\`wss://ip:9944\\`","]],","___","``","```javascript","`any`","`array`","`boolean`","`default","`eventemitter`","`eventtypes`","`false`","`listenerfn`","`number`","`optional`","`promise`","`rest`","`string`","`subscriptionhandler`","`symbol`","`this`","`true`*):","`true`|","`undefined`","`void`","`wsproviderinterface`","add","addlisten","allow","api","api.state.storage([[storage.staking.public.freebalanceof,","arg","array","arrayany>","autoconnect","autoconnect?:","automat","balanc","block","call","callback","callback:","chang","changes.","connect","console.log('bal","console.log(values)","const","constructor","context","context?:","createapi","createapi(provider);","dd","decid","default","default.","defin","descript","each","emit","emitt","endpoint","event","event.","eventemitter.addlistener*","eventemitter.emit*","eventemitter.eventnames*","eventemitter.listenercount*","eventemitter.listeners*","eventemitter.off*","eventemitter.on*","eventemitter.once*","eventemitter.prefixed*","eventemitter.removealllisteners*","eventemitter.removelistener*","eventnam","eventtyp","example:","fn","fn:","fn?:","function.","given","have","hierarchi","httpprovider,","id","id:","implement","import","isconnect","js/api/blob/170c337/packages/api","js/api/node_modules/eventemitter3/index.d.ts:12*","js/api/node_modules/eventemitter3/index.d.ts:17*","js/api/node_modules/eventemitter3/index.d.ts:22*","js/api/node_modules/eventemitter3/index.d.ts:27*","js/api/node_modules/eventemitter3/index.d.ts:33*","js/api/node_modules/eventemitter3/index.d.ts:38*","js/api/node_modules/eventemitter3/index.d.ts:43*","js/api/node_modules/eventemitter3/index.d.ts:44*","js/api/node_modules/eventemitter3/index.d.ts:49*","js/api/node_modules/eventemitter3/index.d.ts:6*","list","listen","listenercount","listeners,","listeners.","made","manual","method","method.","method:","new","node","not.","number","number):","on","onc","once?:","otherwise,","param","paramet","parameters:","params:","prefix","prefixed**:","promis","promiseboolean>","promisenumber>","properti","provid","provider/src/ws/index.ts#l116)*","provider/src/ws/index.ts#l126)*","provider/src/ws/index.ts#l130)*","provider/src/ws/index.ts#l183)*","provider/src/ws/index.ts#l69)*","provider/src/ws/index.ts#l99)*","provider/ws';","providerinterface$callback","regist","remov","removealllisten","removelisten","request","resolv","return","returns:","send","specif","specifi","string","string,","sub","sub:","subscrib","subscribe.","subscript","subscription?:","subscriptionid)","such","support","those","time","true","type","unlik","unsubscrib","unsubscribe(type:","url.","us","usual","valu","value`","values)","websocket","websocket.","whether","ws/index.ts:192","wsprovid","wsprovider('ws://127.0.0.1:9944');","wsprovider**","wsprovider**(endpoint:","{","|","})","}).then((subscriptionid)","⊕","▸"],"api-rx/":["@polkadot/api","@polkadot/api.","api","around","rx","rxj","wrapper"],"api-rx/classes/_index_.rxapi.html":["&","'@polkadot/api","'@polkadot/api';","=","[[api]].","```","```javascript","api","apirx","around","author","author:","behaviorsubjectboolean>","chain","chain:","const","constructor","default","defin","descript","example:","hierarchi","http","implement","import","index.ts:40","index.ts:41","index.ts:42","index.ts:43","index.ts:62","isconnect","isconnected():","method","new","object","param","parameters:","properti","provid","provider/ws';","providerinterfac","providerinterface):","returns:","rxapi","rxapi(provider);","rxapi(provider?:","rxapiinterface$sect","rxj","state","state:","system","system:","type","us","valu","websocket","wrapper","ws(defaults.ws_url)","wsprovid","wsprovider('http://127.0.0.1:9944');","⊕","▸","●"],"examples/":["32","5gokvzwg5zpyl1wuovuhw3zjbwbp5et8cbqjdry4q6imadtz","5gw3s7q4qlkswwknsiptjujpv3xm4trxi5d4pgkmmk3gfgt","account","accounts:","add","alice'","alice:","alice␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣","bob","bob:","chars.","conveni","depend","dev","don't","each","easi","exampl","examples,","folder,","follow","guess...","have/se","instal","is...","key","local","need","node.","note","note:","overview","pad","polkadot","requir","run","run:","seed","space","start","test","them.","those","up","us","usual","well","with:","yarn"],"examples/01_simple_connect/":["()","=","=>","api","api(provider);","api.system.chain();","async","await","chain","chain);","chain:',","connect","console.log('y","const","exampl","follow","function","getchain","getchain();","instanti","main","main().finally(_","new","node.","object","polkadot","process.exit());","provid","provider/ws').default;","require('@polkadot/api","require('@polkadot/api').default;","return","show","simpl","us","wsprovid","wsprovider('ws://127.0.0.1:9944');","{","}"],"examples/02_listen_to_blocks/":["()","+","16);","=","=>","api","api(provider);","api.chain.newhead((_,","block","blocks.","bn","bn(header.number,","bnblocknumb","bnblocknumber.tostring(10));","come","connect","console.log('#'","console.log('block","const","ctrl+c","display","exampl","function","header)","in,","listen","main","main();","new","node","note:","number","provid","provider/ws').default;","require('@polkadot/api","require('@polkadot/api').default;","require('bn.js');","run","seen","show","shown","stop","stop:');","subscrib","time","to.","until","wsprovid","wsprovider('ws://127.0.0.1:9944');","{","}","});"],"examples/03_listen_to_balance_change/":["${alice}:","${new","'","'5gokvzwg5zpyl1wuovuhw3zjbwbp5et8cbqjdry4q6imadtz';","(_,","+",".storage([[storage.staking.public.freebalanceof,",".then((subscriptionid)","06","=","=>","alic","alice);","alice]],","api","api(provider);","api.st","balanc","bn","bn(values[0]).tostring(10)}","chang","connect","console.log('bal","console.log('y","console.log(`bal","const","dot","dots`);","exampl","id:',","instanti","leav","listen","new","node.","object","polkadot","provid","provider/ws').default;","require('@polkadot/api","require('@polkadot/api').default;","require('@polkadot/storage').default;","require('bn.js');","run","send","show","start","storag","subscript","subscriptionid);","us","values)","wsprovid","wsprovider('ws://127.0.0.1:9944');","{","})","});"],"examples/04_generate_account/":["${pair1.address()}\\t","${pair2.address()}\\t","${u8atohex(seed1)}`);","${u8atohex(seed2)}`);","(random","(same","(var","//","0","0,","1,","10,","11,","12,","13,","14,","15,","16,","17,","18,","19,","1\\t","2,","20,","21,","22,","23,","24,","25,","26,","27,","28,","29,","2\\t","3,","30,","32","3;","4,","5,","6,","7,","8","8,","9,","=","]);","accept","account","address","addresses.","alway","array","batteri","char","console.log('determinist","console.log('random","console.log(`address","const","crypto","develop","dots,","each","encod","encoder.encode('correct","fix","gener","hors","keyr","keyring').default;","keyring();","keyring.addfromseed(seed1);","keyring.addfromseed(seed2);","need","new","pair1","pair2","payment","program","random","require('@polkadot/util","require('@polkadot/util/u8a/tohex').default;","require('crypto');","run):');","sampl","seed","seed1","seed2","seed:","sever","show","staple');","string","textencoder();","u8atohex","uint8array(32);","uint8array([","utf","wallet","want","ways."],"examples/05_read_storage/":["${address}:","${index.tostring(10)}`);","${new","'5gokvzwg5zpyl1wuovuhw3zjbwbp5et8cbqjdry4q6imadtz';","()","(address)","=","=>","address","address]);","api","api(provider);","api.","api.state.getstorage([storage.session.public.validators]);","api.state.getstorage([storage.system.public.accountindexof,","api.state.getstorage([storage.timestamp.public.blockperiod]);","apis.","async","avail","await","blockperiod","bn","bn(blockperiod).tostring(10)}","call","console.log('curr","console.log(`account","console.log(`blockperiod:","const","exampl","few","function","getaccountindex","getaccountindex(address);","getblockperiod","getblockperiod();","getvalid","getvalidators();","import","index","main","main().finally(_","mani","new","process.exit());","provid","provider/ws').default;","read","require('@polkadot/api","require('@polkadot/api').default;","require('@polkadot/storage').default;","require('bn.js');","return","seconds`);","show","storag","those","through","valid","validators',","validators);","variabl","wsprovid","wsprovider('ws://127.0.0.1:9944');","{","}"],"examples/06_craft_extrinsic/":["${accountindex}`);","${amount}","'));","'5gw3s7q4qlkswwknsiptjujpv3xm4trxi5d4pgkmmk3gfgte';","(address)","(keyringfrom,","(postfix)rödl","(prefix)",");",".catch((error)",".finally(_",".then(()","//","0xff","1,","1000","2+","=","=>","[addressto,","account","accountindex","accountindex,","accountindex:","ad","address]);","addressbob","addressbob,","addressto,","alic","amount","amount)","amount]","another.","api","api(provider);","api.author.submitextrinsic(encoded);","api.state.getstorage([storage.system.public.accountindexof,","async","await","befor","bn","bn(999);","bob","call","chain,","console.log('hint:","console.log('sent'))","console.log(`craft","console.log(`curr","const","craft","cumbersom","current","dev","dot","dots`);","encod","encodeextrins","encodeextrinsic(","encodelength","encodelength(","error))","extrins","extrinsic',","extrinsics.staking.public.transfer,","fee","function","getaccountindex","getaccountindex(keyringfrom.address());","guid","keyr","keyring').default;","keyring();","keyring.addfromseed(encoder.encode('alic","keyringfrom.publickey(),","keyringfrom.sign(message);","length","make","messag","message,","new","next","on","poc","prefix","process.","process.exit(0));","provid","provider/ws').default;","publickeys,","require('@polkadot/api","require('@polkadot/api').default;","require('@polkadot/extrinsics').default;","require('@polkadot/extrinsics/codec/encode').default;","require('@polkadot/extrinsics/codec/encode/length').default;","require('@polkadot/storage').default;","require('@polkadot/util","require('bn.js');","return","round","sampl","send","show","sign","signatur","storag","submission,","sure","textencoder();","through","tranfer","transfer","transfer(alice,","uint8array([0xff]),","updat","version,","wait","work","wsprovid","wsprovider('ws://127.0.0.1:9944');","{","}"],"examples/07_transfer_dots/":["${amount}","'));","'5gw3s7q4qlkswwknsiptjujpv3xm4trxi5d4pgkmmk3gfgte';","'straight","(address)","(keyringfrom,",");",".catch(",".catch((error)",".finally(_",".then(()","//","1,","1000","=","=>","[addressto,","account","address]);","addressbob","addressbob,","addressto,","alic","amount","amount)","amount]","another.","api","api(provider);","api.author.submitextrinsic(encoded)","api.state.getstorage([storage.system.public.accountindexof,","async","await","bn","bn(999);","bob","call","chain,","console.log('done'))","console.log(`craft","console.log(error))","console.log);","const","dev","dot","dots`);","easiest","encod","encodeextrins","encodeextrinsic(","extrins","extrinsics.staking.public.transfer,","fee","function","getaccountindex","getaccountindex(keyringfrom.address());","keyr","keyring').default;","keyring();","keyring.addfromseed(encoder.encode('alic","keyringfrom,","make","more","new","nextaccountindex","nextaccountindex,","on","point'","process.exit(0));","provid","provider/ws').default;","require('@polkadot/api","require('@polkadot/api').default;","require('@polkadot/extrinsics').default;","require('@polkadot/extrinsics/codec/encode/uncheckedlength').default;","require('@polkadot/storage').default;","require('@polkadot/util","require('bn.js');","return","round","sampl","send","show","sign","storag","textencoder();","tranfer","transfer","transfer(alice,","way","wsprovid","wsprovider('ws://127.0.0.1:9944');","{","}"],"GLOSSARY.html":["dot","nativ","network.","oper","polkadot","unit"]},"length":17},"tokenStore":{"root":{"0":{"6":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}},"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"x":{"docs":{},"f":{"docs":{},"f":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}},"1":{"0":{"0":{"0":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}},"docs":{}},"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"1":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"2":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"3":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"4":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"5":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"6":{"docs":{},")":{"docs":{},";":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"7":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"8":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"9":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}},"\\":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"2":{"0":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"1":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"2":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"3":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"4":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"5":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"6":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"7":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"8":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"9":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"\\":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"+":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}},"3":{"0":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"2":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"4":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"5":{"docs":{},"g":{"docs":{},"o":{"docs":{},"k":{"docs":{},"v":{"docs":{},"z":{"docs":{},"w":{"docs":{},"g":{"5":{"docs":{},"z":{"docs":{},"p":{"docs":{},"y":{"docs":{},"l":{"1":{"docs":{},"w":{"docs":{},"u":{"docs":{},"o":{"docs":{},"v":{"docs":{},"u":{"docs":{},"h":{"docs":{},"w":{"3":{"docs":{},"z":{"docs":{},"j":{"docs":{},"b":{"docs":{},"w":{"docs":{},"b":{"docs":{},"p":{"5":{"docs":{},"e":{"docs":{},"t":{"8":{"docs":{},"c":{"docs":{},"b":{"docs":{},"q":{"docs":{},"j":{"docs":{},"d":{"docs":{},"r":{"docs":{},"y":{"4":{"docs":{},"q":{"6":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"d":{"docs":{},"t":{"docs":{},"z":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}}}},"docs":{}}},"docs":{}}}}}}}}},"docs":{}}}},"docs":{}}}}}}}},"docs":{}}}}}}}}},"docs":{}}}}}},"docs":{}}}}}}},"w":{"3":{"docs":{},"s":{"7":{"docs":{},"q":{"4":{"docs":{},"q":{"docs":{},"l":{"docs":{},"k":{"docs":{},"s":{"docs":{},"w":{"docs":{},"w":{"docs":{},"k":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"j":{"docs":{},"u":{"docs":{},"j":{"docs":{},"p":{"docs":{},"v":{"3":{"docs":{},"x":{"docs":{},"m":{"4":{"docs":{},"t":{"docs":{},"r":{"docs":{},"x":{"docs":{},"i":{"5":{"docs":{},"d":{"4":{"docs":{},"p":{"docs":{},"g":{"docs":{},"k":{"docs":{},"m":{"docs":{},"m":{"docs":{},"k":{"3":{"docs":{},"g":{"docs":{},"f":{"docs":{},"g":{"docs":{},"t":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}},"docs":{}}}}}}}},"docs":{}}},"docs":{}}}}}},"docs":{}}}},"docs":{}}}}}}}}}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{}}},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"6":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"7":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"8":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"9":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/":{"ref":"examples/","tf":0.03333333333333333},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":5.014388489208633},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"s":{"docs":{},":":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}},":":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.08},"api/":{"ref":"api/","tf":10.018867924528301},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":10.092105263157896},"api-provider/":{"ref":"api-provider/","tf":5.015873015873016},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00392156862745098},"api-rx/":{"ref":"api-rx/","tf":5},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.05263157894736842},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0273972602739726},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.03896103896103896},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.018867924528301886},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},".":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"api/":{"ref":"api/","tf":0.02830188679245283}},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},")":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"(":{"docs":{},"_":{"docs":{},",":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"[":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"o":{"docs":{},"f":{"docs":{},",":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}}}}}}}}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},".":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},"(":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":10}}}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.05263157894736842}}}}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}},"t":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-rx/":{"ref":"api-rx/","tf":0.16666666666666666},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},">":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},")":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}},",":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}}}}}}},"g":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},"?":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}}},"w":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.02830188679245283},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464}}}}},"i":{"docs":{},"c":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},"e":{"docs":{},"'":{"docs":{"examples/":{"ref":"examples/","tf":0.03333333333333333}}},":":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},";":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}},"]":{"docs":{},"]":{"docs":{},",":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}},"d":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},"d":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/":{"ref":"examples/","tf":0.016666666666666666}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"]":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"b":{"docs":{},"o":{"docs":{},"b":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.03508771929824561},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.03773584905660377},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},")":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}}},"]":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":3.346320346320346}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":5.041095890410959}},"s":{"docs":{},".":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}}},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},">":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.021739130434782608}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811}}}}}}},"b":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},":":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}},"n":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"(":{"9":{"9":{"9":{"docs":{},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"docs":{}},"docs":{}},"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},"}":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}},"docs":{}}}}}}}},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},"}":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":3.359307359307359}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}},"i":{"docs":{},"n":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}},"'":{"docs":{},",":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}}}}},")":{"docs":{},";":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}}}},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"r":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}},"s":{"docs":{},".":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00784313725490196},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":5.052631578947368},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.02666666666666667}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464}},"?":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464}}}}}}}},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}},":":{"docs":{},"'":{"docs":{},",":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"`":{"docs":{},"b":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}}}},"a":{"docs":{},"l":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{},":":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094}}}}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}}}},"'":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}},"y":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}},"#":{"docs":{},"'":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{},")":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{},")":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{},")":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}},")":{"docs":{},";":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}},"t":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.02631578947368421},"api-provider/":{"ref":"api-provider/","tf":0.031746031746031744},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00784313725490196},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.021739130434782608},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.08771929824561403},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0821917808219178},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.09090909090909091},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.07194244604316546},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.09433962264150944},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.09693877551020408},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.10884353741496598}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.039473684210526314},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.021739130434782608}},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}},"m":{"docs":{},"e":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}},"r":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":5.010204081632653}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00392156862745098}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00392156862745098}},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}},"r":{"docs":{},"e":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}},".":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}},"b":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}},"t":{"docs":{},"r":{"docs":{},"l":{"docs":{},"+":{"docs":{},"c":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0273972602739726}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}},"p":{"docs":{},"t":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00392156862745098},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.021739130434782608}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}},"i":{"docs":{},"n":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.06578947368421052},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.032432432432432434},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.06521739130434782}}}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},"i":{"docs":{},"d":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"v":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":5.01360544217687},"GLOSSARY.html":{"ref":"GLOSSARY.html","tf":0.16666666666666666}},"s":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}}},"d":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/":{"ref":"examples/","tf":0.05},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0273972602739726},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.03896103896103896},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"e":{"docs":{},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}},"s":{"docs":{},",":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":5.025510204081633},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},"i":{"docs":{},"c":{"docs":{},"'":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.02830188679245283}}},")":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.02040816326530612},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.02040816326530612}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"i":{"docs":{},"c":{"docs":{},"(":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},"(":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}},"d":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.01568627450980392}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.009150326797385621}}},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}},"s":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"n":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}},"c":{"docs":{},"e":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"d":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/":{"ref":"examples/","tf":0.03333333333333333},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094}}}},"s":{"docs":{},"i":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}},"w":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}},"e":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}},"x":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094}}}},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464}},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}},"?":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.03508771929824561},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.03773584905660377},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"examples/":{"ref":"examples/","tf":0.03333333333333333}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"examples/":{"ref":"examples/","tf":0.03333333333333333},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.02666666666666667},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":5.0215827338129495}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}},"(":{"docs":{},")":{"docs":{},";":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"(":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"(":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.006535947712418301}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":10.016216216216216}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}}}}}}}}},",":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.016216216216216217},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"h":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.02666666666666667}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"/":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"3":{"6":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}},"docs":{}},"5":{"0":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}},"7":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}},"docs":{}},"6":{"1":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}},"docs":{}},"8":{"3":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}},"docs":{}},"9":{"2":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}},"docs":{}},"docs":{}}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}}},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"v":{"docs":{},"e":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}}},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"api-provider/":{"ref":"api-provider/","tf":0.031746031746031744},"examples/":{"ref":"examples/","tf":0.03333333333333333}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.018867924528301886}},".":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"3":{"4":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105}}},"5":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105}}},"6":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105}}},"7":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.02631578947368421}}},"docs":{}},"4":{"0":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}},"1":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}},"2":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}},"3":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.021739130434782608}}},"docs":{}},"6":{"2":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}},"docs":{}},"docs":{}}}}}}}},",":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"d":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}},"'":{"docs":{},",":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.02631578947368421},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.021739130434782608},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.032432432432432434},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}}}}}},"t":{"docs":{},".":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.02666666666666667}},".":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.02666666666666667}},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}},"/":{"docs":{},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"/":{"1":{"7":{"0":{"docs":{},"c":{"3":{"3":{"7":{"docs":{},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00784313725490196}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"3":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"d":{"docs":{},".":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"1":{"2":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"7":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"docs":{}},"2":{"2":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"7":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"docs":{}},"3":{"3":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"8":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"docs":{}},"4":{"3":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"4":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"9":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"docs":{}},"6":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"docs":{}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.02666666666666667},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.011764705882352941},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":5.013698630136986},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":3.346320346320346}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}},"s":{"docs":{},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}},"o":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}},"w":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"a":{"docs":{},"v":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.02666666666666667},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}},"d":{"docs":{},"e":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"i":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}},"i":{"docs":{},"n":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},"(":{"docs":{},"_":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}},";":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.021621621621621623},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.006535947712418301},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},"e":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.02666666666666667},"api/":{"ref":"api/","tf":0.009433962264150943}},".":{"docs":{"GLOSSARY.html":{"ref":"GLOSSARY.html","tf":0.16666666666666666}}}}}}}},"w":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.039473684210526314},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.016216216216216217},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.043478260869565216},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.03508771929824561},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0821917808219178},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.025974025974025976},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.02877697841726619},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.018867924528301886},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.030612244897959183},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.034013605442176874}}},"e":{"docs":{},"d":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"x":{"docs":{},"t":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},",":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}},".":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}},"t":{"docs":{},".":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}},"e":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}},":":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}},"p":{"docs":{},"m":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}},")":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"GLOSSARY.html":{"ref":"GLOSSARY.html","tf":0.16666666666666666}}}}}}},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/":{"ref":"examples/","tf":10}}}}}}}}},"f":{"docs":{},"f":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.02631578947368421},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.021739130434782608},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"GLOSSARY.html":{"ref":"GLOSSARY.html","tf":0.16666666666666666}}}}},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"(":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}}}}},"c":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00392156862745098}},"e":{"docs":{},"?":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.03783783783783784},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0196078431372549},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}},"e":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.02702702702702703},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}},"d":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}},"i":{"docs":{},"r":{"1":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"2":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"docs":{}}},"y":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.09333333333333334},"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"GLOSSARY.html":{"ref":"GLOSSARY.html","tf":0.16666666666666666}}}}}}}},"c":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api/":{"ref":"api/","tf":0.018867924528301886},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.039473684210526314},"api-provider/":{"ref":"api-provider/","tf":5.079365079365079},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.03260869565217391},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"w":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"w":{"docs":{},"s":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"s":{"docs":{},"#":{"docs":{},"l":{"1":{"1":{"6":{"docs":{},")":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"docs":{}},"2":{"6":{"docs":{},")":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"docs":{}},"3":{"0":{"docs":{},")":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"docs":{}},"8":{"3":{"docs":{},")":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"docs":{}},"docs":{}},"6":{"9":{"docs":{},")":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"docs":{}},"9":{"9":{"docs":{},")":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}},"e":{"docs":{},")":{"docs":{},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}},"$":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},")":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}},"c":{"docs":{},"b":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}},")":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}}},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}}}}}}}},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"_":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},">":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},">":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},">":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},".":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"0":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}},"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}},"i":{"docs":{},"x":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},"e":{"docs":{},"d":{"docs":{},"*":{"docs":{},"*":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"s":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.02666666666666667},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":5.009433962264151}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.02666666666666667}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}},"i":{"docs":{},"r":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"@":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"/":{"docs":{},"u":{"8":{"docs":{},"a":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"h":{"docs":{},"e":{"docs":{},"x":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"n":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00392156862745098},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.02830188679245283},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"s":{"docs":{},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.032432432432432434},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.021739130434782608}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00392156862745098}}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}},"e":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-rx/":{"ref":"api-rx/","tf":5.166666666666667}},"j":{"docs":{"api-rx/":{"ref":"api-rx/","tf":0.16666666666666666},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.05434782608695652}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}},"?":{"docs":{},":":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.043478260869565216}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"examples/":{"ref":"examples/","tf":0.03333333333333333},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}},":":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}},")":{"docs":{},":":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}},"s":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":5.017543859649122}}}}},"g":{"docs":{},"n":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.02040816326530612}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":5.028301886792453},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"p":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}},":":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}},"r":{"docs":{},"t":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.032432432432432434},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}},")":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}},",":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.02702702702702703},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}}},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},"m":{"docs":{},"e":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}},"p":{"docs":{},"l":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}},"u":{"docs":{},"b":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00392156862745098},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{},"'":{"docs":{},",":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}}}}}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"p":{"docs":{},"t":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.016216216216216217},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.009150326797385621},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}},"?":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},";":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}}}}}}}}}},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.021621621621621623},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}},"c":{"docs":{},"h":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"r":{"docs":{},"e":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}}}},"e":{"docs":{},"e":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.016216216216216217}},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}},"d":{"1":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"2":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"docs":{"examples/":{"ref":"examples/","tf":0.03333333333333333},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.02877697841726619}},":":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094}}}},"n":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}},"n":{"docs":{},"d":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.015306122448979591},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"s":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},"i":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"n":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":5.01360544217687}},"(":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.047619047619047616}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}},"u":{"docs":{},"e":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.043243243243243246},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.023529411764705882},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"o":{"docs":{},"p":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}},".":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}},"e":{"docs":{},"m":{"docs":{},".":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}},"u":{"8":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"h":{"docs":{},"e":{"docs":{},"x":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}},"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304},"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}},"a":{"docs":{},"g":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"n":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"i":{"docs":{},"k":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}},"i":{"docs":{},"t":{"docs":{"GLOSSARY.html":{"ref":"GLOSSARY.html","tf":0.16666666666666666}}}}},"r":{"docs":{},"l":{"docs":{},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"p":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"8":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"(":{"3":{"2":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"docs":{}},"docs":{},"[":{"0":{"docs":{},"x":{"docs":{},"f":{"docs":{},"f":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}},"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}},"docs":{}}}},"t":{"docs":{},"f":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"w":{"docs":{},"e":{"docs":{},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}},"l":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}},"b":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api/":{"ref":"api/","tf":0.009433962264150943},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":10.002614379084967},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"1":{"2":{"7":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},".":{"1":{"docs":{},":":{"9":{"9":{"3":{"3":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}}},"docs":{}},"4":{"4":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"w":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"1":{"2":{"7":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},".":{"1":{"docs":{},":":{"9":{"9":{"4":{"4":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00392156862745098},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}}}}}}},".":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.021621621621621623}}},"*":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},"(":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"1":{"9":{"2":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"w":{"docs":{},"s":{"docs":{},"_":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-rx/":{"ref":"api-rx/","tf":0.16666666666666666},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}}}},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},"´":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406}}}}},"r":{"docs":{},"k":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}},"h":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}},"n":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"y":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"s":{"docs":{},".":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"i":{"docs":{},"t":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}},"#":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00784313725490196}},"$":{"docs":{},"{":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"#":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.02091503267973856}},"#":{"docs":{},"#":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}},"'":{"5":{"docs":{},"g":{"docs":{},"o":{"docs":{},"k":{"docs":{},"v":{"docs":{},"z":{"docs":{},"w":{"docs":{},"g":{"5":{"docs":{},"z":{"docs":{},"p":{"docs":{},"y":{"docs":{},"l":{"1":{"docs":{},"w":{"docs":{},"u":{"docs":{},"o":{"docs":{},"v":{"docs":{},"u":{"docs":{},"h":{"docs":{},"w":{"3":{"docs":{},"z":{"docs":{},"j":{"docs":{},"b":{"docs":{},"w":{"docs":{},"b":{"docs":{},"p":{"5":{"docs":{},"e":{"docs":{},"t":{"8":{"docs":{},"c":{"docs":{},"b":{"docs":{},"q":{"docs":{},"j":{"docs":{},"d":{"docs":{},"r":{"docs":{},"y":{"4":{"docs":{},"q":{"6":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"d":{"docs":{},"t":{"docs":{},"z":{"docs":{},"'":{"docs":{},";":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}},"docs":{}}},"docs":{}}}}}}}}},"docs":{}}}},"docs":{}}}}}}}},"docs":{}}}}}}}}},"docs":{}}}}}},"docs":{}}}}}}},"w":{"3":{"docs":{},"s":{"7":{"docs":{},"q":{"4":{"docs":{},"q":{"docs":{},"l":{"docs":{},"k":{"docs":{},"s":{"docs":{},"w":{"docs":{},"w":{"docs":{},"k":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"j":{"docs":{},"u":{"docs":{},"j":{"docs":{},"p":{"docs":{},"v":{"3":{"docs":{},"x":{"docs":{},"m":{"4":{"docs":{},"t":{"docs":{},"r":{"docs":{},"x":{"docs":{},"i":{"5":{"docs":{},"d":{"4":{"docs":{},"p":{"docs":{},"g":{"docs":{},"k":{"docs":{},"m":{"docs":{},"m":{"docs":{},"k":{"3":{"docs":{},"g":{"docs":{},"f":{"docs":{},"g":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}},"docs":{}}}}}}}},"docs":{}}},"docs":{}}}}}},"docs":{}}}},"docs":{}}}}}}}}}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{}}}},"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}},"@":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}},"'":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}}}}}}}}}}}}},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}},")":{"docs":{},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}},"_":{"docs":{},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}},")":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.03508771929824561},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.02830188679245283}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{},")":{"docs":{},"r":{"docs":{},"ö":{"docs":{},"d":{"docs":{},"l":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{},")":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.02830188679245283},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"0":{"docs":{},"x":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"docs":{},"'":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}}}}}}}}}}}},")":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}},".":{"docs":{},".":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"s":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"[":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{},",":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},"(":{"docs":{},"_":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}},"/":{"docs":{},"/":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.02877697841726619},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.030612244897959183},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}}},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"/":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.013071895424836602}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"=":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.02631578947368421},"api-provider/":{"ref":"api-provider/","tf":0.031746031746031744},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00784313725490196},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.021739130434782608},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.08771929824561403},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0821917808219178},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.09090909090909091},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.07913669064748201},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.09433962264150944},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.09693877551020408},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.10884353741496598}},">":{"docs":{"api/":{"ref":"api/","tf":0.07547169811320754},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.025974025974025976},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.015306122448979591},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.027210884353741496}}}},"@":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"api-provider/":{"ref":"api-provider/","tf":0.031746031746031744},"api-rx/":{"ref":"api-rx/","tf":0.16666666666666666}},".":{"docs":{"api-rx/":{"ref":"api-rx/","tf":0.16666666666666666}}}}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"a":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}}},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}},"l":{"docs":{},"u":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.021739130434782608}},"e":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}},"s":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}},"i":{"docs":{},"d":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}},")":{"docs":{},";":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.010810810810810811}}}}}},"{":{"docs":{"api/":{"ref":"api/","tf":0.0660377358490566},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.03508771929824561},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0273972602739726},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.025974025974025976},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.03773584905660377},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}}},"}":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.03508771929824561},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.03773584905660377},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},")":{"docs":{"api/":{"ref":"api/","tf":0.03773584905660377},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}},";":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}},"`":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}},"`":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464}}}}},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00784313725490196}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00784313725490196}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.009150326797385621}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"n":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.013071895424836602}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00392156862745098}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464}}}}}}}},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.01568627450980392}}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{},"*":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}},"|":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464}}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}},"w":{"docs":{},"s":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}},"⊕":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013157894736842105},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.005405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}},"●":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.05263157894736842},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.043478260869565216}}},"[":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"[":{"docs":{},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"e":{"docs":{},"]":{"docs":{},"]":{"docs":{},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"]":{"docs":{},"]":{"docs":{},".":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"]":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{},"(":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},"(":{"docs":{},"_":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"_":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"m":{"docs":{},"d":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"n":{"docs":{},"]":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"_":{"docs":{},"w":{"docs":{},"s":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"_":{"docs":{},".":{"docs":{},"w":{"docs":{},"s":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"n":{"docs":{},".":{"docs":{},"m":{"docs":{},"d":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"$":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"b":{"docs":{},"]":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"_":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},"_":{"docs":{},"d":{"docs":{},"_":{"docs":{},".":{"docs":{},"m":{"docs":{},"d":{"docs":{},"#":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"b":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"]":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"_":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},"_":{"docs":{},"d":{"docs":{},"_":{"docs":{},".":{"docs":{},"m":{"docs":{},"d":{"docs":{},"#":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"e":{"docs":{},"]":{"docs":{},"(":{"docs":{},"_":{"docs":{},"w":{"docs":{},"s":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"_":{"docs":{},".":{"docs":{},"w":{"docs":{},"s":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"m":{"docs":{},"d":{"docs":{},"#":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"e":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"s":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"1":{"1":{"6":{"docs":{},"]":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"2":{"6":{"docs":{},"]":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"3":{"0":{"docs":{},"]":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"8":{"3":{"docs":{},"]":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"6":{"9":{"docs":{},"]":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"9":{"9":{"docs":{},"]":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},"(":{"docs":{},"_":{"docs":{},"w":{"docs":{},"s":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"_":{"docs":{},".":{"docs":{},"w":{"docs":{},"s":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"m":{"docs":{},"d":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00392156862745098}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}},"▸":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.02702702702702703},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0196078431372549},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}}},"&":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.010869565217391304}},"#":{"1":{"2":{"4":{"docs":{},";":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.013071895424836602}}}},"docs":{}},"docs":{}},"docs":{}}},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.006535947712418301}},"*":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}},"s":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}},"n":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{},"*":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.01437908496732026}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"?":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{},"*":{"docs":{},"*":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.018300653594771243}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"e":{"docs":{},"*":{"docs":{},"*":{"docs":{},"(":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}},"↳":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}},"●":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},"[":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{},"(":{"docs":{},")":{"docs":{},"*":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"n":{"docs":{},"]":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"_":{"docs":{},"w":{"docs":{},"s":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"_":{"docs":{},".":{"docs":{},"w":{"docs":{},"s":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"n":{"docs":{},".":{"docs":{},"m":{"docs":{},"d":{"docs":{},")":{"docs":{},"*":{"docs":{},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"$":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"]":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"_":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},"_":{"docs":{},"d":{"docs":{},"_":{"docs":{},".":{"docs":{},"m":{"docs":{},"d":{"docs":{},"#":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},")":{"docs":{},"*":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"b":{"docs":{},"]":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"_":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},"_":{"docs":{},"d":{"docs":{},"_":{"docs":{},".":{"docs":{},"m":{"docs":{},"d":{"docs":{},"#":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"b":{"docs":{},")":{"docs":{},"*":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"]":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"_":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},"_":{"docs":{},"d":{"docs":{},"_":{"docs":{},".":{"docs":{},"m":{"docs":{},"d":{"docs":{},"#":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},"*":{"docs":{},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"_":{"docs":{},"_":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"*":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"*":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}},"`":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"`":{"docs":{},"*":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"`":{"docs":{},"*":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"`":{"docs":{},"*":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},"`":{"docs":{},"*":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.006535947712418301}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"n":{"docs":{},"`":{"docs":{},"*":{"docs":{},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00261437908496732}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"`":{"docs":{},"*":{"docs":{},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00522875816993464}}}}}}}}}},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{},"*":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.02091503267973856}}}}}}},"i":{"docs":{},"n":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.013071895424836602}}}}}}}}},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}}}}}}},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}},"\\":{"docs":{},"`":{"docs":{},"w":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"i":{"docs":{},"p":{"docs":{},":":{"9":{"9":{"4":{"4":{"docs":{},"\\":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"i":{"docs":{},"p":{"docs":{},":":{"9":{"9":{"4":{"4":{"docs":{},"\\":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}},"]":{"docs":{},"]":{"docs":{},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.00130718954248366}}}},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"_":{"docs":{},"_":{"docs":{},"_":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0196078431372549}}}}},"|":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.20130718954248367}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}},"r":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"1":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"2":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"docs":{}}}}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}}}}}},",":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}},"y":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"examples/":{"ref":"examples/","tf":0.03333333333333333}}}}}},"+":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}},"$":{"docs":{},"{":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"}":{"docs":{},":":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}}},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"}":{"docs":{},":":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"}":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}},"p":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"1":{"docs":{},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},"}":{"docs":{},"\\":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}}}}}}}},"2":{"docs":{},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},"}":{"docs":{},"\\":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}}}}}}}},"docs":{}}}}},"u":{"8":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"h":{"docs":{},"e":{"docs":{},"x":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"1":{"docs":{},")":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"2":{"docs":{},")":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"docs":{}}}}}}}}}}}}},"docs":{}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"length":1244},"corpusTokens":["#","##","####","#${header.number.tostring()}`);","${accountindex}`);","${address}:","${alice}:","${amount}","${index.tostring(10)}`);","${new","${pair1.address()}\\t","${pair2.address()}\\t","${u8atohex(seed1)}`);","${u8atohex(seed2)}`);","&","|","'","'));","',","'5gokvzwg5zpyl1wuovuhw3zjbwbp5et8cbqjdry4q6imadtz';","'5gw3s7q4qlkswwknsiptjujpv3xm4trxi5d4pgkmmk3gfgte';","'@polkadot/api","'@polkadot/api';","'straight","()","(_,","(address)","(error)","(keyringfrom,","(onc","(postfix)rödl","(prefix)","(random","(same","(var",");","*","**addlistener**(event:","**connect**():","**emit**(event:","**eventnames**():","**isconnected**():","**listenercount**(event:","**listeners**(event:","**new","**off**(event:","**on**(type:","**once**(event:","**parameters:**","**removealllisteners**(event?:","**removelistener**(event:","**returns:**","**send**(method:","**subscribe**(type:","**↳","**●","*[eventtypes]()*):","*[listenerfn](../interfaces/_ws_index_.wsprovider.eventemitter.listenerfn.md)*,","*[providerinterface$callback](../modules/_types_d_.md#providerinterface_callback)*):","*[providerinterface$emitcb](../modules/_types_d_.md#providerinterface_emitcb)*):","*[providerinterface$emitted](../modules/_types_d_.md#providerinterface_emitted)*,","*__example__*:","*__see__*:","*`any`*):","*`any`*,","*`array`*):","*`array`*,","*`boolean`*):","*`eventtypes`*):","*`eventtypes`*,","*`listenerfn`*,","*`string`*,","*`subscriptionhandler`*):","*defin","*inherit","*overrid","+",".","...args:",".catch(",".catch((error)",".finally(_",".gethead()",".getheader('0x1234567890')",".newhead((error,",".storage([[storage.staking.public.freebalanceof,",".then(()",".then((header)",".then((headerhash)",".then((subscriptionid)","//","/home/travis/build/polkadot","0","0,","06","0xff","1,","10,","1000","11,","12,","13,","14,","15,","16);","16,","17,","18,","19,","1\\t","2+","2,","20,","21,","22,","23,","24,","25,","26,","27,","28,","29,","2\\t","3,","30,","32","3;","4,","5,","5gokvzwg5zpyl1wuovuhw3zjbwbp5et8cbqjdry4q6imadtz","5gw3s7q4qlkswwknsiptjujpv3xm4trxi5d4pgkmmk3gfgt","6,","7,","8","8,","9,",":","=","=>","@polkadot/api","@polkadot/api.","[[api]].","[[unsubscribe]].","[]);","[addressto,","[description]","[eventtypes]()","[httpprovider](_http_index_.httpprovider.md)","[listenerfn](../interfaces/_ws_index_.wsprovider.eventemitter.listenerfn.md)","[providerinterface$emitcb](../modules/_types_d_.md#providerinterface_emitcb)","[providerinterface$emitted](../modules/_types_d_.md#providerinterface_emitted)","[subscribe](_ws_index_.wsprovider.md#subscribe)","[ws/index.ts:116](https://github.com/polkadot","[ws/index.ts:126](https://github.com/polkadot","[ws/index.ts:130](https://github.com/polkadot","[ws/index.ts:183](https://github.com/polkadot","[ws/index.ts:69](https://github.com/polkadot","[ws/index.ts:99](https://github.com/polkadot","[wsprovider](_ws_index_.wsprovider.md)","\\`ws://ip:9944\\`","\\`wss://ip:9944\\`","]);","]],","___","``","```","```javascript","`any`","`array`","`boolean`","`default","`eventemitter`","`eventtypes`","`false`","`listenerfn`","`number`","`optional`","`promise`","`rest`","`string`","`subscriptionhandler`","`symbol`","`this`","`true`*):","`true`|","`undefined`","`void`","`wsproviderinterface`","accept","account","accountindex","accountindex,","accountindex:","accounts:","ad","add","addlisten","address","address]);","addressbob","addressbob,","addresses.","addressto,","alic","alice'","alice);","alice:","alice]],","alice␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣","allow","alway","amount","amount)","amount]","another.","api","api(provider);","api(provider:","api.","api.author.submitextrinsic(encoded)","api.author.submitextrinsic(encoded);","api.chain","api.chain.getheader(headerhash);","api.chain.newhead((_,","api.chain.newhead.unsubscribe(subscriptionid)","api.st","api.state.getstorage([storage.session.public.validators]);","api.state.getstorage([storage.system.public.accountindexof,","api.state.getstorage([storage.timestamp.public.blockperiod]);","api.state.storage([[storage.staking.public.freebalanceof,","api.system.chain();","apiinterface$sect","apirx","apis.","applic","arg","around","array","arrayany>","arrayany>):","arrayany>,","async","at:","author","author:","autoconnect","autoconnect?:","automat","avail","await","balanc","batteri","befor","behaviorsubjectboolean>","best","block","blockperiod","blocks.","bn","bn(999);","bn(blockperiod).tostring(10)}","bn(header.number,","bn(values[0]).tostring(10)}","bnblocknumb","bnblocknumber.tostring(10));","bob","bob:","boolean","build","call","callback","callback:","care","cb","cb:","chain","chain);","chain,","chain:","chain:',","chang","changes.","char","chars.","clean","client","client.","come","connect","console.error('error","console.error('error:',","console.error(error));","console.log('#'","console.log('bal","console.log('block","console.log('clientversion',","console.log('curr","console.log('determinist","console.log('done'))","console.log('hint:","console.log('random","console.log('sent'))","console.log('y","console.log(`account","console.log(`address","console.log(`bal","console.log(`best","console.log(`blockperiod:","console.log(`craft","console.log(`curr","console.log(error))","console.log(header))","console.log(values)","console.log);","const","constructor","constructor:","context","context?:","contribut","conveni","craft","createapi","createapi(provider);","crypto","ctrl+c","cumbersom","current","dd","decid","decod","default","default.","defin","depend","describ","descript","dev","develop","directli","display","document","don't","dot","dots,","dots`);","each","easi","easiest","emit","emitt","encod","encodeextrins","encodeextrinsic(","encodelength","encodelength(","encoder.encode('correct","endpoint","error))","error);","event","event.","eventemitter.addlistener*","eventemitter.emit*","eventemitter.eventnames*","eventemitter.listenercount*","eventemitter.listeners*","eventemitter.off*","eventemitter.on*","eventemitter.once*","eventemitter.prefixed*","eventemitter.removealllisteners*","eventemitter.removelistener*","eventnam","eventtyp","exampl","example:","examples,","expos","extrins","extrinsic',","extrinsics.staking.public.transfer,","featur","fee","few","find","fix","fn","fn:","fn?:","folder,","follow","function","function.","gener","generally,","getaccountindex","getaccountindex(address);","getaccountindex(keyringfrom.address());","getblockperiod","getblockperiod();","getchain","getchain();","getvalid","getvalidators();","github","given","guess...","guid","handl","have","have/se","header","header)","hierarchi","hors","http","http.","http/index.ts:36","http/index.ts:50","http/index.ts:57","http/index.ts:61","http/index.ts:83","http/index.ts:92","httpprovid","httpprovider(endpoint:","httpprovider,","https://github.com/paritytech/polkadot","https://github.com/paritytech/substr","https://github.com/polkadot","https://polkadot.network/","id","id:","id:',","implement","import","in,","index","index.ts:34","index.ts:35","index.ts:36","index.ts:37","index.ts:40","index.ts:41","index.ts:42","index.ts:43","index.ts:62","initialis","instal","instanti","interact","interfac","interfaces.","introduct","is...","isconnect","isconnected():","issu","it.","javascript","javascript.","js","js/api","js/api/blob/170c337/packages/api","js/api/node_modules/eventemitter3/index.d.ts:12*","js/api/node_modules/eventemitter3/index.d.ts:17*","js/api/node_modules/eventemitter3/index.d.ts:22*","js/api/node_modules/eventemitter3/index.d.ts:27*","js/api/node_modules/eventemitter3/index.d.ts:33*","js/api/node_modules/eventemitter3/index.d.ts:38*","js/api/node_modules/eventemitter3/index.d.ts:43*","js/api/node_modules/eventemitter3/index.d.ts:44*","js/api/node_modules/eventemitter3/index.d.ts:49*","js/api/node_modules/eventemitter3/index.d.ts:6*","key","keyr","keyring').default;","keyring();","keyring.addfromseed(encoder.encode('alic","keyring.addfromseed(seed1);","keyring.addfromseed(seed2);","keyringfrom,","keyringfrom.publickey(),","keyringfrom.sign(message);","leav","length","level","librari","list","listen","listenercount","listeners,","listeners.","local","log","low","made","main","main().finally(_","main();","make","mani","manual","messag","message,","method","method.","method:","more","nativ","need","network","network.","new","next","nextaccountindex","nextaccountindex,","node","node.","not.","note","note:","npm","number","number):","object","off)","on","on(type:","onc","once?:","oper","otherwise,","overview","packag","pad","pair1","pair2","param","paramet","parameters/results,","parameters:","params:","payment","poc","point'","polkadot","preferr","prefix","prefixed**:","process.","process.exit());","process.exit(0));","program","project","promis","promiseany>","promiseboolean>","promisenumber>","properti","provid","provider.send('client_version',","provider/src/ws/index.ts#l116)*","provider/src/ws/index.ts#l126)*","provider/src/ws/index.ts#l130)*","provider/src/ws/index.ts#l183)*","provider/src/ws/index.ts#l69)*","provider/src/ws/index.ts#l99)*","provider/ws').default;","provider/ws';","providerinterfac","providerinterface$callback","providerinterface$callback):","providerinterface$emit","providerinterface$emitcb","providerinterface$emitcb):","providerinterface$emitted,","providerinterface):","providerinterface.isconnect","providerinterface.on","providerinterface.send","providerinterface.subscrib","providerinterface.unsubscrib","publickeys,","queri","random","read","regist","remov","removealllisten","removelisten","report","repositori","request","requests.","requir","require('@polkadot/api","require('@polkadot/api').default;","require('@polkadot/extrinsics').default;","require('@polkadot/extrinsics/codec/encode').default;","require('@polkadot/extrinsics/codec/encode/length').default;","require('@polkadot/extrinsics/codec/encode/uncheckedlength').default;","require('@polkadot/storage').default;","require('@polkadot/util","require('@polkadot/util/u8a/tohex').default;","require('bn.js');","require('crypto');","resolv","retriev","return","returns:","round","run","run):');","run:","rx","rxapi","rxapi(provider);","rxapi(provider?:","rxapiinterface$sect","rxj","same","sampl","save","seconds`);","see","see:","seed","seed1","seed2","seed:","seen","send","send(method:","sever","show","shown","sign","signatur","simpl","space","specif","specifi","staple');","start","state","state:","stop","stop:');","storag","string","string):","string,","sub","sub:","submission,","subscrib","subscribe(types:","subscribe.","subscribing:',","subscript","subscription,","subscription?:","subscriptionid)","subscriptionid);","such","support","sure","system","system:","take","test","textencoder();","them.","those","through","time","to.","top","tranfer","transfer","transfer(alice,","transport","true","type","u8atohex","uint8array(32);","uint8array([","uint8array([0xff]),","underli","unit","unless","unlik","unsubscrib","unsubscribe(type:","until","up","updat","url.","us","usag","used.","usual","utf","valid","validators',","validators);","valu","value`","values)","variabl","variou","version","version);","version,","via","void","wait","wallet","want","way","ways.","websocket","websocket.","welcome.","well","whether","with:","won't","won´t","work","wrapper","ws(defaults.ws_url)","ws/index.ts:192","wsprovid","wsprovider('http://127.0.0.1:9933');","wsprovider('http://127.0.0.1:9944');","wsprovider('ws://127.0.0.1:9944');","wsprovider**","wsprovider**(endpoint:","wsprovider.","yarn","{","|","}","})","}).then((subscriptionid)","});","⊕","▸","●"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Polkadot Javascript API\nYou can query a node and interact with the Polkadot network using Javascript. This guide describes the Polkadot Javascript API.\nPackages\n\napi\nApi\n\n\napi-provider\nHttpProvider\nWsProvider\n\n\napi-rx\nApiRx\n\n\n\nExamples\n\nOverview\nSimple connect\nListen to blocks\nListen to balance change\nGenerate Accounts\nRead Storage\nCraft Extrinsic\nTransfer DOTs\n\nThe Polkadot Project\nYou can read more about the Polkadot Network at https://polkadot.network/\nGithub repositories\nYou can find the Polkadot repositories at:\n\nhttps://github.com/polkadot-js\nhttps://github.com/paritytech/polkadot\nhttps://github.com/paritytech/substrate\n\nThis documentation is generated from https://github.com/polkadot-js/api\nContributing\nContribution to the Polkadot JS API are more than welcome. You can report issues and log feature requests.\n"},"api/":{"url":"api/","title":"api","keywords":"","body":" \n@polkadot/api\nThis library provides a clean wrapper around all the methods exposed by a Polkadot network client.\nUsage\nInstallation -\nnpm install --save @polkadot/api\nInitialisation -\nimport Api from '@polkadot/api';\nimport WsProvider from '@polkadot/api-provider/ws';\n\nconst provider = new WsProvider('http://127.0.0.1:9944');\nconst api = new Api(provider);\n\nMaking calls -\napi.chain\n .getHeader('0x1234567890')\n .then((header) => console.log(header))\n .catch((error) => console.error(error));\n\nRetrieving the best block (once-off) -\napi.chain\n .getHead()\n .then((headerHash) => {\n return api.chain.getHeader(headerHash);\n })\n .then((header) => {\n console.log(`best #${header.number.toString()}`);\n })\n .catch((error) => {\n console.error('error:', error);\n });\n\nRetrieving best header via subscription -\napi.chain\n .newHead((error, header) => {\n if (error) {\n console.error('error:', error);\n }\n\n console.log(`best #${header.number.toString()}`);\n })\n .then((subscriptionId) => {\n // id for the subscription, can unsubscribe via\n // api.chain.newHead.unsubscribe(subscriptionId)\n })\n .catch((error) => {\n console.error('error subscribing:', error);\n });\n\n"},"api/classes/_index_.api.html":{"url":"api/classes/_index_.api.html","title":"Api","keywords":"","body":"example: ```javascript\nimport Api from '@polkadot/api';\nimport WsProvider from '@polkadot/api-provider/ws';\nconst provider = new WsProvider('http://127.0.0.1:9944');\nconst api = new Api(provider);\n```\nHierarchy\nApi\nImplements\n\nobject\n\nConstructors\n\nconstructor\n⊕ new Api(provider: ProviderInterface): Api\nDefined in index.ts:37\nconstructor: Default constructor for the Api Object\nParameters:\n\n\n\nParam\nType\nDescription\n\n\n\n\nprovider\nProviderInterface\nAn API provider using HTTP or WebSocket\n\n\n\nReturns: Api\n\nProperties\n\nauthor\n● author: ApiInterface$Section\nDefined in index.ts:34\n\n\nchain\n● chain: ApiInterface$Section\nDefined in index.ts:35\n\n\nstate\n● state: ApiInterface$Section\nDefined in index.ts:36\n\n\nsystem\n● system: ApiInterface$Section\nDefined in index.ts:37\n\n"},"api-provider/":{"url":"api-provider/","title":"api-provider","keywords":"","body":" \n@polkadot/api-provider\nGeneric transport providers to handle the transport of method calls to and from Polkadot clients from applications interacting with it. Generally, unless you are operating at a low-level and taking care of encoding and decoding of parameters/results, it won't be directly used. API interfaces building on top these providers can support various transports with the same underlying interfaces.\nUsage\nInstallation -\nnpm install --save @polkadot/api-provider\nInitialisation -\nimport WsProvider from '@polkadot/api-provider/ws';\n\nconst provider = new WsProvider('http://127.0.0.1:9944');\nconst version = await provider.send('client_version', []);\n\nconsole.log('clientVersion', version);\n\n"},"api-provider/classes/_http_index_.httpprovider.html":{"url":"api-provider/classes/_http_index_.httpprovider.html","title":"HttpProvider","keywords":"","body":"The HTTP Provider allows sending requests using HTTP. it does not support subscriptions so you won´t be able to listen to events such as new blocks or balance changes. It is usually preferrable using the WsProvider.\nexample: ```javascript\nimport createApi from '@polkadot/api';\nimport WsProvider from '@polkadot/api-provider/ws';\nconst provider = new WsProvider('http://127.0.0.1:9933');\nconst api = createApi(provider);\n```\nsee: WsProvider\nHierarchy\nHttpProvider\nImplements\n\nProviderInterface\n\nConstructors\n\nconstructor\n⊕ new HttpProvider(endpoint: string): HttpProvider\nDefined in http/index.ts:36\nParameters:\n\n\n\nParam\nType\n\n\n\n\nendpoint\nstring\n\n\n\nReturns: HttpProvider\n\nMethods\n\nisConnected\n▸ isConnected(): boolean\nImplementation of ProviderInterface.isConnected\nDefined in http/index.ts:50\nWhether the node is connected or not.\nReturns: boolean\ntrue if connected\n\n\non\n▸ on(type: ProviderInterface$Emitted, sub: ProviderInterface$EmitCb): void\nImplementation of ProviderInterface.on\nDefined in http/index.ts:57\nEvents are not supported with the HttpProvider, see WsProvider.\nParameters:\n\n\n\nParam\nType\n\n\n\n\ntype\nProviderInterface$Emitted\n\n\nsub\nProviderInterface$EmitCb\n\n\n\nReturns: void\n\n\nsend\n▸ send(method: string, params: Arrayany>): Promiseany>\nImplementation of ProviderInterface.send\nDefined in http/index.ts:61\nParameters:\n\n\n\nParam\nType\n\n\n\n\nmethod\nstring\n\n\nparams\nArrayany>\n\n\n\nReturns: Promiseany>\n\n\nsubscribe\n▸ subscribe(types: string, method: string, params: Arrayany>, cb: ProviderInterface$Callback): Promisenumber>\nImplementation of ProviderInterface.subscribe\nDefined in http/index.ts:83\nSubscriptions are not supported with the HttpProvider, see WsProvider.\nParameters:\n\n\n\nParam\nType\n\n\n\n\ntypes\nstring\n\n\nmethod\nstring\n\n\nparams\nArrayany>\n\n\ncb\nProviderInterface$Callback\n\n\n\nReturns: Promisenumber>\n\n\nunsubscribe\n▸ unsubscribe(type: string, method: string, id: number): Promiseboolean>\nImplementation of ProviderInterface.unsubscribe\nDefined in http/index.ts:92\nSubscriptions are not supported with the HttpProvider, see WsProvider.\nParameters:\n\n\n\nParam\nType\n\n\n\n\ntype\nstring\n\n\nmethod\nstring\n\n\nid\nnumber\n\n\n\nReturns: Promiseboolean>\n\n"},"api-provider/classes/_ws_index_.wsprovider.html":{"url":"api-provider/classes/_ws_index_.wsprovider.html","title":"WsProvider","keywords":"","body":"The WebSocket Provider allows sending requests using WebSocket. Unlike the HttpProvider, it does support subscriptions and allows listening to events such as new blocks or balance changes.\nimport createApi from '@polkadot/api';\nimport WsProvider from '@polkadot/api-provider/ws';\n\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = createApi(provider);\n\n.\nexample: ```javascript\nimport createApi from '@polkadot/api';\nimport WsProvider from '@polkadot/api-provider/ws';\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = createApi(provider);\n\n*__see__*: [HttpProvider](_http_index_.httpprovider.md)\n\n# Type parameters\n#### EventTypes : `string` | `symbol`\n\n# Hierarchy\n\n `EventEmitter`\n\n**↳ WsProvider**\n\n# Implements\n\n* `WSProviderInterface`\n\n# Constructors\n\n\n\n## constructor\n\n⊕ **new WsProvider**(endpoint: *`string`*, autoConnect?: *`boolean`*): [WsProvider](_ws_index_.wsprovider.md)\n\n*Defined in [ws/index.ts:69](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L69)*\n\n**Parameters:**\n\n| Param | Type | Default value | Description |\n| ------ | ------ | ------ | ------ |\n| endpoint | `string` | - | The endpoint url. Usually \\`ws://ip:9944\\` or \\`wss://ip:9944\\` |\n| `Default value` autoConnect | `boolean` | true | Whether to connect automatically or not. |\n\n**Returns:** [WsProvider](_ws_index_.wsprovider.md)\n\n___\n\n# Properties\n\n\n\n## `` prefixed\n\n**● prefixed**: * `string` | `boolean`\n*\n\n*Inherited from EventEmitter.prefixed*\n\n*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:6*\n\n___\n\n# Methods\n\n\n\n## addListener\n\n▸ **addListener**(event: *`EventTypes`*, fn: *`ListenerFn`*, context?: *`any`*): `this`\n\n*Inherited from EventEmitter.addListener*\n\n*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:33*\n\n**Parameters:**\n\n| Param | Type |\n| ------ | ------ |\n| event | `EventTypes` |\n| fn | `ListenerFn` |\n| `Optional` context | `any` |\n\n**Returns:** `this`\n\n___\n\n\n## connect\n\n▸ **connect**(): `void`\n\n*Defined in [ws/index.ts:99](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L99)*\n\nThe [WsProvider](_ws_index_.wsprovider.md) connects automatically by default. if you decided otherwise, you may connect manually using this method.\n\n**Returns:** `void`\n\n___\n\n\n## emit\n\n▸ **emit**(event: *`EventTypes`*, ...args: *`Array`*): `boolean`\n\n*Inherited from EventEmitter.emit*\n\n*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:27*\n\nCalls each of the listeners registered for a given event.\n\n**Parameters:**\n\n| Param | Type |\n| ------ | ------ |\n| event | `EventTypes` |\n| `Rest` args | `Array` |\n\n**Returns:** `boolean`\n\n___\n\n\n## eventNames\n\n▸ **eventNames**(): `Array`\n\n*Inherited from EventEmitter.eventNames*\n\n*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:12*\n\nReturn an array listing the events for which the emitter has registered listeners.\n\n**Returns:** `Array`\n\n___\n\n\n## isConnected\n\n▸ **isConnected**(): `boolean`\n\n*Defined in [ws/index.ts:116](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L116)*\n\nWhether the node is connected or not.\n\n**Returns:** `boolean`\ntrue if connected\n\n___\n\n\n## listenerCount\n\n▸ **listenerCount**(event: *`EventTypes`*): `number`\n\n*Inherited from EventEmitter.listenerCount*\n\n*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:22*\n\nReturn the number of listeners listening to a given event.\n\n**Parameters:**\n\n| Param | Type |\n| ------ | ------ |\n| event | `EventTypes` |\n\n**Returns:** `number`\n\n___\n\n\n## listeners\n\n▸ **listeners**(event: *`EventTypes`*): `Array`\n\n*Inherited from EventEmitter.listeners*\n\n*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:17*\n\nReturn the listeners registered for a given event.\n\n**Parameters:**\n\n| Param | Type |\n| ------ | ------ |\n| event | `EventTypes` |\n\n**Returns:** `Array`\n\n___\n\n\n## off\n\n▸ **off**(event: *`EventTypes`*, fn?: *[ListenerFn](../interfaces/_ws_index_.wsprovider.eventemitter.listenerfn.md)*, context?: *`any`*, once?: * `undefined` | `false` | `true`*): `this`\n\n*Inherited from EventEmitter.off*\n\n*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:44*\n\n**Parameters:**\n\n| Param | Type |\n| ------ | ------ |\n| event | `EventTypes` |\n| `Optional` fn | [ListenerFn](../interfaces/_ws_index_.wsprovider.eventemitter.listenerfn.md) |\n| `Optional` context | `any` |\n| `Optional` once | `undefined` | `false` | `true`|\n\n**Returns:** `this`\n\n___\n\n\n## on\n\n▸ **on**(type: *[ProviderInterface$Emitted](../modules/_types_d_.md#providerinterface_emitted)*, sub: *[ProviderInterface$EmitCb](../modules/_types_d_.md#providerinterface_emitcb)*): `this`\n\n*Overrides EventEmitter.on*\n\n*Defined in [ws/index.ts:126](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L126)*\n\nListens on events after having subscribed using the [subscribe](_ws_index_.wsprovider.md#subscribe) function.\n\n**Parameters:**\n\n| Param | Type | Description |\n| ------ | ------ | ------ |\n| type | [ProviderInterface$Emitted](../modules/_types_d_.md#providerinterface_emitted) | Event |\n| sub | [ProviderInterface$EmitCb](../modules/_types_d_.md#providerinterface_emitcb) | Callback |\n\n**Returns:** `this`\n[description]\n\n___\n\n\n## once\n\n▸ **once**(event: *`EventTypes`*, fn: *`ListenerFn`*, context?: *`any`*): `this`\n\n*Inherited from EventEmitter.once*\n\n*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:38*\n\nAdd a one-time listener for a given event.\n\n**Parameters:**\n\n| Param | Type |\n| ------ | ------ |\n| event | `EventTypes` |\n| fn | `ListenerFn` |\n| `Optional` context | `any` |\n\n**Returns:** `this`\n\n___\n\n\n## removeAllListeners\n\n▸ **removeAllListeners**(event?: *[EventTypes]()*): `this`\n\n*Inherited from EventEmitter.removeAllListeners*\n\n*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:49*\n\nRemove all listeners, or those of the specified event.\n\n**Parameters:**\n\n| Param | Type |\n| ------ | ------ |\n| `Optional` event | [EventTypes]() |\n\n**Returns:** `this`\n\n___\n\n\n## removeListener\n\n▸ **removeListener**(event: *`EventTypes`*, fn?: *[ListenerFn](../interfaces/_ws_index_.wsprovider.eventemitter.listenerfn.md)*, context?: *`any`*, once?: * `undefined` | `false` | `true`*): `this`\n\n*Inherited from EventEmitter.removeListener*\n\n*Defined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:43*\n\nRemove the listeners of a given event.\n\n**Parameters:**\n\n| Param | Type |\n| ------ | ------ |\n| event | `EventTypes` |\n| `Optional` fn | [ListenerFn](../interfaces/_ws_index_.wsprovider.eventemitter.listenerfn.md) |\n| `Optional` context | `any` |\n| `Optional` once | `undefined` | `false` | `true`|\n\n**Returns:** `this`\n\n___\n\n\n## send\n\n▸ **send**(method: *`string`*, params: *`Array`*, subscription?: *`SubscriptionHandler`*): `Promise`\n\n*Defined in [ws/index.ts:130](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L130)*\n\n**Parameters:**\n\n| Param | Type |\n| ------ | ------ |\n| method | `string` |\n| params | `Array` |\n| `Optional` subscription | `SubscriptionHandler` |\n\n**Returns:** `Promise`\n\n___\n\n\n## subscribe\n\n▸ **subscribe**(type: *`string`*, method: *`string`*, params: *`Array`*, callback: *[ProviderInterface$Callback](../modules/_types_d_.md#providerinterface_callback)*): `Promise`\n\n*Defined in [ws/index.ts:183](https://github.com/polkadot-js/api/blob/170c337/packages/api-provider/src/ws/index.ts#L183)*\n\nAllows subscribing to a specific event.\n*__example__*: ```javascript\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = createApi(provider);\n\napi.state.storage([[storage.staking.public.freeBalanceOf, ]], (_, values) => {\n console.log(values)\n}).then((subscriptionId) => {\n console.log('balance changes subscription id: ', subscriptionId)\n})\nParameters:\n\n\n\nParam\nType\nDescription\n\n\n\n\ntype\nstring\nSubscription type\n\n\nmethod\nstring\nSubscription method\n\n\nparams\nArrayany>\nParameters\n\n\ncallback\nProviderInterface$Callback\nCallback\n\n\n\nReturns: Promisenumber>\nPromise resolving to the dd of the subscription you can use with [[unsubscribe]].\n\n\nunsubscribe\n▸ unsubscribe(type: string, method: string, id: number): Promiseboolean>\nDefined in ws/index.ts:192\nAllows unsubscribing to subscriptions made with subscribe.\nParameters:\n\n\n\nParam\nType\n\n\n\n\ntype\nstring\n\n\nmethod\nstring\n\n\nid\nnumber\n\n\n\nReturns: Promiseboolean>\n\n"},"api-rx/":{"url":"api-rx/","title":"api-rx","keywords":"","body":" \n@polkadot/api-rx\nAn RxJs wrapper around the @polkadot/api.\n"},"api-rx/classes/_index_.rxapi.html":{"url":"api-rx/classes/_index_.rxapi.html","title":"ApiRx","keywords":"","body":"An RxJs wrapper around the [[api]].\nexample: ```javascript\nimport RxApi from '@polkadot/api';\nimport WsProvider from '@polkadot/api-provider/ws';\nconst provider = new WsProvider('http://127.0.0.1:9944');\nconst rxapi = new RxApi(provider);\n```\nHierarchy\nRxApi\nImplements\n\nobject & object\n\nConstructors\n\nconstructor\n⊕ new RxApi(provider?: ProviderInterface): RxApi\nDefined in index.ts:43\nParameters:\n\n\n\nParam\nType\nDefault value\nDescription\n\n\n\n\nDefault value provider\nProviderInterface\nnew Ws(defaults.WS_URL)\nAn API provider using HTTP or WebSocket\n\n\n\nReturns: RxApi\n\nProperties\n\nauthor\n● author: RxApiInterface$Section\nDefined in index.ts:40\n\n\nchain\n● chain: RxApiInterface$Section\nDefined in index.ts:41\n\n\nstate\n● state: RxApiInterface$Section\nDefined in index.ts:42\n\n\nsystem\n● system: RxApiInterface$Section\nDefined in index.ts:43\n\nMethods\n\nisConnected\n▸ isConnected(): BehaviorSubjectboolean>\nDefined in index.ts:62\nReturns: BehaviorSubjectboolean>\n\n"},"examples/":{"url":"examples/","title":"Overview","keywords":"","body":"Examples\nFor the following examples, you need a local node. It is usually convenient testing with:\npolkadot --dev\nSome of the examples use the following accounts:\n\nAlice: 5GoKvZWG5ZPYL1WUovuHW3zJBWBP5eT8CbqjdRY4Q6iMaDtZ\nBob: 5Gw3s7q4QLkSWwknsiPtjujPv3XM4Trxi5d4PgKMMk3gfGTE\n\nThose accounts are easy to add if you don't have/see them. The seed of Alice's account is Alice␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣ and the seed of Bob is... well you guess...\nNOTE: Note the spaces padding Alice's key up to 32 chars.\nInstall\nFrom each folder, run yarn to install the required dependencies\nRunning the examples\nFrom each folder, run:\nyarn start\n"},"examples/01_simple_connect/":{"url":"examples/01_simple_connect/","title":"Simple connect","keywords":"","body":"Simple Connect\nThe following example shows how to instantiate a Polkadot API object and use it to connect to a node.\nconst Api = require('@polkadot/api').default;\nconst WsProvider = require('@polkadot/api-provider/ws').default;\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = new Api(provider);\n\nasync function getChain () {\n return api.system.chain();\n}\n\nasync function main () {\n const chain = await getChain();\n\n console.log('You are connected to chain:', chain);\n}\n\nmain().finally(_ => process.exit());\n\n"},"examples/02_listen_to_blocks/":{"url":"examples/02_listen_to_blocks/","title":"Listen to blocks","keywords":"","body":"Listen to new blocks\nThis example shows how to subscribe to new blocks.\nIt displays the block number every time a new block is seen by the node you are connected to.\nNOTE: The example runs until you stop it with CTRL+C\nconst BN = require('bn.js');\nconst Api = require('@polkadot/api').default;\nconst WsProvider = require('@polkadot/api-provider/ws').default;\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = new Api(provider);\n\nfunction main () {\n console.log('Blocks will be shown as they come in, CTRL+C to stop:');\n api.chain.newHead((_, header) => {\n const bnBlockNumber = new BN(header.number, 16);\n\n console.log('#' + bnBlockNumber.toString(10));\n });\n}\n\nmain();\n\n"},"examples/03_listen_to_balance_change/":{"url":"examples/03_listen_to_balance_change/","title":"Listen to balance change","keywords":"","body":"Listen to balance changes\nThis example shows how to instantiate a Polkadot API object and use it to connect to a node.\nconst BN = require('bn.js');\nconst Api = require('@polkadot/api').default;\nconst WsProvider = require('@polkadot/api-provider/ws').default;\nconst storage = require('@polkadot/storage').default;\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = new Api(provider);\nconst Alice = '5GoKvZWG5ZPYL1WUovuHW3zJBWBP5eT8CbqjdRY4Q6iMaDtZ';\n\nconsole.log('You may leave this example running and start example 06 or send DOTs to ' + Alice);\n\napi.state\n .storage([[storage.staking.public.freeBalanceOf, Alice]], (_, values) => {\n console.log(`Balance of ${Alice}: ${new BN(values[0]).toString(10)} DOTs`);\n })\n .then((subscriptionId) => {\n console.log('Balance changes subscription id:', subscriptionId);\n });\n\n"},"examples/04_generate_account/":{"url":"examples/04_generate_account/","title":"Generate Accounts","keywords":"","body":"Generate accounts\nIf you want to develop a wallet or a program that will accept payments in DOTs, you likely will need to generate addresses. This sample shows you how to generate accounts in several ways.\nconst crypto = require('crypto');\nconst Keyring = require('@polkadot/util-keyring').default;\nconst u8aToHex = require('@polkadot/util/u8a/toHex').default;\nconst Encoder = new TextEncoder(); // always utf-8\n\n// A fixed seed from an array\nconst SEED1 = new Uint8Array([\n 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21,\n 22, 23, 24, 25, 26, 27, 28, 29, 30, 0, 0\n]);\n\n// A fixed seed from a 32 chars string\nconst SEED2 = Encoder.encode('correct horse battery and staple');\n\nconst keyring = new Keyring();\nconst pair1 = keyring.addFromSeed(SEED1);\nconst pair2 = keyring.addFromSeed(SEED2);\n\nconsole.log('Deterministic addresses (same for each run):');\nconsole.log(`Address 1\\t ${pair1.address()}\\t Seed: ${u8aToHex(SEED1)}`);\nconsole.log(`Address 2\\t ${pair2.address()}\\t Seed: ${u8aToHex(SEED2)}`);\n\n// A random seed\nconst SEED = new Uint8Array(32);\n\nconsole.log('Random Addresses (random for each run):');\n\nfor (var i = 3; i \n"},"examples/05_read_storage/":{"url":"examples/05_read_storage/","title":"Read Storage","keywords":"","body":"Read storage\nMany important variables are available through the storage API. This example shows how to call a few of those APIs.\nconst BN = require('bn.js');\nconst Api = require('@polkadot/api').default;\nconst WsProvider = require('@polkadot/api-provider/ws').default;\nconst storage = require('@polkadot/storage').default;\n\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = new Api(provider);\n\nasync function getAccountIndex (address) {\n return api.state.getStorage([storage.system.public.accountIndexOf, address]);\n}\n\nasync function getValidators () {\n return api.state.getStorage([storage.session.public.validators]);\n}\n\nasync function getBlockPeriod () {\n return api.state.getStorage([storage.timestamp.public.blockPeriod]);\n}\n\nasync function main () {\n const address = '5GoKvZWG5ZPYL1WUovuHW3zJBWBP5eT8CbqjdRY4Q6iMaDtZ';\n const validators = await getValidators();\n const index = await getAccountIndex(address);\n const blockPeriod = await getBlockPeriod();\n\n console.log(`BlockPeriod: ${new BN(blockPeriod).toString(10)} seconds`);\n console.log(`Account Index of ${address}: ${index.toString(10)}`);\n console.log('Current validators', validators);\n}\n\nmain().finally(_ => process.exit());\n\n"},"examples/06_craft_extrinsic/":{"url":"examples/06_craft_extrinsic/","title":"Craft Extrinsic","keywords":"","body":"Craft Extrinsic\nIn the current version, crafting an extrinsic is a rather cumbersome process. This sample guides you through it and shows how to tranfer DOTs from one an account to another.\nconst BN = require('bn.js');\nconst Api = require('@polkadot/api').default;\nconst WsProvider = require('@polkadot/api-provider/ws').default;\nconst extrinsics = require('@polkadot/extrinsics').default;\nconst encodeExtrinsic = require('@polkadot/extrinsics/codec/encode').default;\nconst encodeLength = require('@polkadot/extrinsics/codec/encode/length').default;\nconst Keyring = require('@polkadot/util-keyring').default;\nconst storage = require('@polkadot/storage').default;\n\nconst Encoder = new TextEncoder();\nconst keyring = new Keyring();\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = new Api(provider);\n\nasync function getAccountIndex (address) {\n return api.state.getStorage([storage.system.public.accountIndexOf, address]);\n}\n\nasync function transfer (keyRingFrom, addressTo, amount) {\n const accountIndex = await getAccountIndex(keyRingFrom.address());\n\n console.log(`Current accountIndex: ${accountIndex}`);\n\n // encode the call for signing\n const message = encodeExtrinsic(\n keyRingFrom.publicKey(),\n accountIndex,\n extrinsics.staking.public.transfer,\n [addressTo, amount]\n );\n\n // get the signature\n const signature = keyRingFrom.sign(message);\n\n // encode the extrinsic for submission, adding the length (prefix) and the\n // signature (postfix)Rödl\n const encoded = encodeLength(\n // When working with publicKeys, the prefix is 0xff for poc-2+\n new Uint8Array([0xff]),\n message,\n signature\n );\n\n return api.author.submitExtrinsic(encoded);\n}\n\nconst Alice = keyring.addFromSeed(Encoder.encode('Alice '));\nconst addressBob = '5Gw3s7q4QLkSWwknsiPtjujPv3XM4Trxi5d4PgKMMk3gfGTE';\nconst amount = new BN(999); // on dev chain, the fee is 1, that makes it a round 1000\n\nconsole.log(`Crafting and sending an extrinsic for Alice to send Bob ${amount} DOTs`);\n\ntransfer(Alice, addressBob, amount)\n .then(() => console.log('Sent'))\n .catch((error) => console.log('HINT: Make sure you wait for the storage to update before sending the next extrinsic', error))\n .finally(_ => process.exit(0));\n\n"},"examples/07_transfer_dots/":{"url":"examples/07_transfer_dots/","title":"Transfer DOTs","keywords":"","body":"Tranfer DOTs\nThis sample is more 'straight to the point' and shows the easiest way to transfer DOTs from one an account to another.\nconst BN = require('bn.js');\nconst Api = require('@polkadot/api').default;\nconst WsProvider = require('@polkadot/api-provider/ws').default;\nconst extrinsics = require('@polkadot/extrinsics').default;\nconst encodeExtrinsic = require('@polkadot/extrinsics/codec/encode/uncheckedLength').default;\nconst Keyring = require('@polkadot/util-keyring').default;\nconst storage = require('@polkadot/storage').default;\n\nconst Encoder = new TextEncoder();\nconst keyring = new Keyring();\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = new Api(provider);\n\nasync function getAccountIndex (address) {\n return api.state.getStorage([storage.system.public.accountIndexOf, address]);\n}\n\nasync function transfer (keyRingFrom, addressTo, amount) {\n const nextAccountIndex = await getAccountIndex(keyRingFrom.address());\n\n // encode the call for signing\n const encoded = encodeExtrinsic(\n keyRingFrom,\n nextAccountIndex,\n extrinsics.staking.public.transfer,\n [addressTo, amount]\n );\n\n await api.author.submitExtrinsic(encoded)\n .catch(e => console.log);\n}\n\nconst Alice = keyring.addFromSeed(Encoder.encode('Alice '));\nconst addressBob = '5Gw3s7q4QLkSWwknsiPtjujPv3XM4Trxi5d4PgKMMk3gfGTE';\nconst amount = new BN(999); // on dev chain, the fee is 1, that makes it a round 1000\n\nconsole.log(`Crafting and sending an extrinsic for Alice to send Bob ${amount} DOTs`);\n\ntransfer(Alice, addressBob, amount)\n .then(() => console.log('Done'))\n .catch((error) => console.log(error))\n .finally(_ => process.exit(0));\n\n"},"GLOSSARY.html":{"url":"GLOSSARY.html","keywords":"","body":"DOT\nThe native unit for operation on the Polkadot network.\n"}}} \ No newline at end of file +{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["account","api","api.","apirx","at:","balanc","block","chang","connect","contribut","craft","describ","document","dot","exampl","extrins","featur","find","gener","github","guid","httpprovid","https://github.com/paritytech/polkadot","https://github.com/paritytech/substr","https://github.com/polkadot","https://polkadot.network/","interact","introduct","issu","javascript","javascript.","js","js/api","listen","log","more","network","node","overview","packag","polkadot","project","provid","queri","read","report","repositori","requests.","rx","simpl","storag","transfer","us","welcome.","wsprovid"],"api/":["#${header.number.tostring()}`);","'@polkadot/api","'@polkadot/api';","(error)","(onc",".catch((error)",".gethead()",".getheader('0x1234567890')",".newhead((error,",".then((header)",".then((headerhash)",".then((subscriptionid)","//","=","=>","@polkadot/api","api","api(provider);","api.chain","api.chain.getheader(headerhash);","api.chain.newhead.unsubscribe(subscriptionid)","around","best","block","call","clean","client.","console.error('error","console.error('error:',","console.error(error));","console.log(`best","console.log(header))","const","error);","expos","header","header)","id","import","initialis","instal","librari","make","method","network","new","npm","off)","polkadot","provid","provider/ws';","retriev","return","save","subscribing:',","subscript","subscription,","unsubscrib","usag","via","wrapper","wsprovid","wsprovider('http://127.0.0.1:9944');","{","}","})","});"],"api/classes/_index_.api.html":["'@polkadot/api","'@polkadot/api';","=","api","api(provider);","api(provider:","apiinterface$sect","author","author:","chain","chain:","const","constructor","constructor:","default","defin","descript","example:","hierarchi","http","implement","import","index.ts:29","index.ts:30","index.ts:31","index.ts:32","new","object","param","parameters:","properti","provid","provider/ws';","providerinterfac","providerinterface):","returns:","state","state:","system","system:","type","us","websocket","wsprovid","wsprovider('http://127.0.0.1:9944'));","⊕","●"],"api-provider/":["'@polkadot/api","=","@polkadot/api","[]);","api","applic","await","build","call","care","client","console.log('clientversion',","const","decod","directli","encod","gener","generally,","handl","import","initialis","instal","interact","interfac","interfaces.","it.","level","low","method","new","npm","oper","parameters/results,","polkadot","provid","provider.send('client_version',","provider/ws';","same","save","support","take","top","transport","underli","unless","usag","used.","variou","version","version);","won't","wsprovid","wsprovider('http://127.0.0.1:9944');"],"api-provider/classes/_http_index_.httpprovider.html":["'@polkadot/api","'@polkadot/api';","=","allow","api","arrayany>","arrayany>):","arrayany>,","balanc","block","boolean","cb","cb:","changes.","connect","const","constructor","createapi","createapi(provider);","defin","endpoint","event","example:","hierarchi","http","http.","http/index.ts:35","http/index.ts:49","http/index.ts:56","http/index.ts:60","http/index.ts:82","http/index.ts:91","httpprovid","httpprovider(endpoint:","httpprovider,","id","id:","implement","import","isconnect","isconnected():","listen","method","method:","new","node","not.","number","number):","on(type:","param","parameters:","params:","preferr","promiseany>","promiseboolean>","promisenumber>","provid","provider/ws';","providerinterfac","providerinterface$callback","providerinterface$callback):","providerinterface$emit","providerinterface$emitcb","providerinterface$emitcb):","providerinterface$emitted,","providerinterface.isconnect","providerinterface.on","providerinterface.send","providerinterface.subscrib","providerinterface.unsubscrib","request","returns:","see","see:","send","send(method:","string","string):","string,","sub","sub:","subscrib","subscribe(types:","subscript","such","support","true","type","unsubscrib","unsubscribe(type:","us","usual","void","whether","won´t","wsprovid","wsprovider('http://127.0.0.1:9933'));","wsprovider.","⊕","▸"],"api-provider/classes/_ws_index_.wsprovider.html":["',","'@polkadot/api","'@polkadot/api';","(_,","...args:","/home/travis/build/polkadot",":","=","=>","[[unsubscribe]].","[description]","]],","`ws://ip:9944`","`wss://ip:9944`","add","addlisten","addlistener(event:","allow","any):","any,","api","api.state.storage([[storage.balances.freebalance,","arg","array","arrayany>","arrayany>):","arrayany>,","arrayeventtypes>","arraylistenerfn>","autoconnect","autoconnect?:","automat","balanc","block","boolean","boolean):","call","callback","callback:","chang","changes.","connect","connect():","console.log('bal","console.log(values)","const","constructor","context","context?:","createapi","createapi(provider);","dd","decid","default","default.","defin","descript","each","emit","emit(event:","emitt","endpoint","event","event.","eventemitt","eventemitter.addlisten","eventemitter.emit","eventemitter.eventnam","eventemitter.listen","eventemitter.listenercount","eventemitter.off","eventemitter.on","eventemitter.onc","eventemitter.prefix","eventemitter.removealllisten","eventemitter.removelisten","eventnam","eventnames():","eventtyp","eventtypes):","eventtypes,","example:","fals","fn","fn:","fn?:","function.","given","have","hierarchi","httpprovid","httpprovider,","id","id:","implement","import","inherit","isconnect","isconnected():","js/api/node_modules/eventemitter3/index.d.ts:12","js/api/node_modules/eventemitter3/index.d.ts:17","js/api/node_modules/eventemitter3/index.d.ts:22","js/api/node_modules/eventemitter3/index.d.ts:27","js/api/node_modules/eventemitter3/index.d.ts:33","js/api/node_modules/eventemitter3/index.d.ts:38","js/api/node_modules/eventemitter3/index.d.ts:43","js/api/node_modules/eventemitter3/index.d.ts:44","js/api/node_modules/eventemitter3/index.d.ts:49","js/api/node_modules/eventemitter3/index.d.ts:6","list","listen","listenercount","listenercount(event:","listenerfn","listenerfn,","listeners(event:","listeners,","listeners.","made","manual","method","method.","method:","new","node","not.","number","number):","off(event:","on","on(type:","onc","once(event:","once?:","option","otherwise,","overrid","param","paramet","parameters:","params:","prefix","prefixed:","promis","promiseany>","promiseboolean>","promisenumber>","properti","provid","provider/ws';","providerinterface$callback","providerinterface$callback):","providerinterface$emit","providerinterface$emitcb","providerinterface$emitcb):","providerinterface$emitted,","regist","remov","removealllisten","removealllisteners(event?:","removelisten","removelistener(event:","request","resolv","rest","return","returns:","see:","send","send(method:","specif","specifi","string","string,","sub","sub:","subscrib","subscribe(type:","subscribe.","subscript","subscription?:","subscriptionhandl","subscriptionhandler):","subscriptionid)","such","support","symbol","those","time","true","true):","type","undefin","unlik","unsubscrib","unsubscribe(type:","url.","us","usual","valu","values)","void","websocket","websocket.","whether","ws/index.ts:114","ws/index.ts:124","ws/index.ts:128","ws/index.ts:179","ws/index.ts:188","ws/index.ts:67","ws/index.ts:97","wsprovid","wsprovider('ws://127.0.0.1:9944');","wsprovider(endpoint:","wsproviderinterfac","{","|","})","}).then((subscriptionid)","↳","⊕","▸","●"],"api-rx/":["@polkadot/api","@polkadot/api.","api","around","rx","rxj","wrapper"],"api-rx/classes/_index_.rxapi.html":["&","'@polkadot/api","'@polkadot/api';","=","[[api]].","api","apirx","around","author","author:","behaviorsubjectboolean>","chain","chain:","const","constructor","default","defin","descript","example:","hierarchi","http","implement","import","index.ts:38","index.ts:39","index.ts:40","index.ts:41","index.ts:60","isconnect","isconnected():","method","new","object","param","parameters:","properti","provid","provider/ws';","providerinterfac","providerinterface):","returns:","rxapi","rxapi(provider);","rxapi(provider?:","rxapiinterface$sect","rxj","state","state:","system","system:","type","us","valu","websocket","wrapper","ws(defaults.ws_url)","wsprovid","wsprovider('http://127.0.0.1:9944'));","⊕","▸","●"],"examples/":["32","5gokvzwg5zpyl1wuovuhw3zjbwbp5et8cbqjdry4q6imadtz","5gw3s7q4qlkswwknsiptjujpv3xm4trxi5d4pgkmmk3gfgt","account","accounts:","add","alice'","alice:","alice␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣","bob","bob:","chars.","conveni","depend","dev","don't","each","easi","exampl","examples,","folder,","follow","guess...","have/se","instal","is...","key","local","need","node.","note","note:","overview","pad","polkadot","requir","run","run:","seed","space","start","test","them.","those","up","us","usual","well","with:","yarn"],"examples/01_simple_connect/":["()","=","=>","api","api(provider);","api.system.chain();","async","await","chain","chain);","chain:',","connect","console.log('y","const","exampl","follow","function","getchain","getchain();","instanti","main","main().finally(_","new","node.","object","polkadot","process.exit());","provid","provider/ws').default;","require('@polkadot/api","require('@polkadot/api').default;","return","show","simpl","us","wsprovid","wsprovider('ws://127.0.0.1:9944');","{","}"],"examples/02_listen_to_blocks/":["()","+","16);","=","=>","api","api(provider);","api.chain.newhead((_,","block","blocks.","bn","bn(header.number,","bnblocknumb","bnblocknumber.tostring(10));","come","connect","console.log('#'","console.log('block","const","ctrl+c","display","exampl","function","header)","in,","listen","main","main();","new","node","note:","number","provid","provider/ws').default;","require('@polkadot/api","require('@polkadot/api').default;","require('bn.js');","run","seen","show","shown","stop","stop:');","subscrib","time","to.","until","wsprovid","wsprovider('ws://127.0.0.1:9944');","{","}","});"],"examples/03_listen_to_balance_change/":["${alice}:","${new","'","'5gokvzwg5zpyl1wuovuhw3zjbwbp5et8cbqjdry4q6imadtz';","(_,","+",".storage([[storage.staking.public.freebalanceof,",".then((subscriptionid)","06","=","=>","alic","alice);","alice]],","api","api(provider);","api.st","balanc","bn","bn(values[0]).tostring(10)}","chang","connect","console.log('bal","console.log('y","console.log(`bal","const","dot","dots`);","exampl","id:',","instanti","leav","listen","new","node.","object","polkadot","provid","provider/ws').default;","require('@polkadot/api","require('@polkadot/api').default;","require('@polkadot/storage').default;","require('bn.js');","run","send","show","start","storag","subscript","subscriptionid);","us","values)","wsprovid","wsprovider('ws://127.0.0.1:9944');","{","})","});"],"examples/04_generate_account/":["${pair1.address()}\\t","${pair2.address()}\\t","${u8atohex(seed1)}`);","${u8atohex(seed2)}`);","(random","(same","(var","//","0","0,","1,","10,","11,","12,","13,","14,","15,","16,","17,","18,","19,","1\\t","2,","20,","21,","22,","23,","24,","25,","26,","27,","28,","29,","2\\t","3,","30,","32","3;","4,","5,","6,","7,","8","8,","9,","=","]);","accept","account","address","addresses.","alway","array","batteri","char","console.log('determinist","console.log('random","console.log(`address","const","crypto","develop","dots,","each","encod","encoder.encode('correct","fix","gener","hors","keyr","keyring').default;","keyring();","keyring.addfromseed(seed1);","keyring.addfromseed(seed2);","need","new","pair1","pair2","payment","program","random","require('@polkadot/util","require('@polkadot/util/u8a/tohex').default;","require('crypto');","run):');","sampl","seed","seed1","seed2","seed:","sever","show","staple');","string","textencoder();","u8atohex","uint8array(32);","uint8array([","utf","wallet","want","ways."],"examples/05_read_storage/":["${address}:","${index.tostring(10)}`);","${new","'5gokvzwg5zpyl1wuovuhw3zjbwbp5et8cbqjdry4q6imadtz';","()","(address)","=","=>","address","address]);","api","api(provider);","api.","api.state.getstorage([storage.session.public.validators]);","api.state.getstorage([storage.system.public.accountindexof,","api.state.getstorage([storage.timestamp.public.blockperiod]);","apis.","async","avail","await","blockperiod","bn","bn(blockperiod).tostring(10)}","call","console.log('curr","console.log(`account","console.log(`blockperiod:","const","exampl","few","function","getaccountindex","getaccountindex(address);","getblockperiod","getblockperiod();","getvalid","getvalidators();","import","index","main","main().finally(_","mani","new","process.exit());","provid","provider/ws').default;","read","require('@polkadot/api","require('@polkadot/api').default;","require('@polkadot/storage').default;","require('bn.js');","return","seconds`);","show","storag","those","through","valid","validators',","validators);","variabl","wsprovid","wsprovider('ws://127.0.0.1:9944');","{","}"],"examples/06_craft_extrinsic/":["${accountindex}`);","${amount}","'));","'5gw3s7q4qlkswwknsiptjujpv3xm4trxi5d4pgkmmk3gfgte';","(address)","(keyringfrom,","(postfix)rödl","(prefix)",");",".catch((error)",".finally(_",".then(()","//","0xff","1,","1000","2+","=","=>","[addressto,","account","accountindex","accountindex,","accountindex:","ad","address]);","addressbob","addressbob,","addressto,","alic","amount","amount)","amount]","another.","api","api(provider);","api.author.submitextrinsic(encoded);","api.state.getstorage([storage.system.public.accountindexof,","async","await","befor","bn","bn(999);","bob","call","chain,","console.log('hint:","console.log('sent'))","console.log(`craft","console.log(`curr","const","craft","cumbersom","current","dev","dot","dots`);","encod","encodeextrins","encodeextrinsic(","encodelength","encodelength(","error))","extrins","extrinsic',","extrinsics.staking.public.transfer,","fee","function","getaccountindex","getaccountindex(keyringfrom.address());","guid","keyr","keyring').default;","keyring();","keyring.addfromseed(encoder.encode('alic","keyringfrom.publickey(),","keyringfrom.sign(message);","length","make","messag","message,","new","next","on","poc","prefix","process.","process.exit(0));","provid","provider/ws').default;","publickeys,","require('@polkadot/api","require('@polkadot/api').default;","require('@polkadot/extrinsics').default;","require('@polkadot/extrinsics/codec/encode').default;","require('@polkadot/extrinsics/codec/encode/length').default;","require('@polkadot/storage').default;","require('@polkadot/util","require('bn.js');","return","round","sampl","send","show","sign","signatur","storag","submission,","sure","textencoder();","through","tranfer","transfer","transfer(alice,","uint8array([0xff]),","updat","version,","wait","work","wsprovid","wsprovider('ws://127.0.0.1:9944');","{","}"],"examples/07_transfer_dots/":["${amount}","'));","'5gw3s7q4qlkswwknsiptjujpv3xm4trxi5d4pgkmmk3gfgte';","'straight","(address)","(keyringfrom,",");",".catch(",".catch((error)",".finally(_",".then(()","//","1,","1000","=","=>","[addressto,","account","address]);","addressbob","addressbob,","addressto,","alic","amount","amount)","amount]","another.","api","api(provider);","api.author.submitextrinsic(encoded)","api.state.getstorage([storage.system.public.accountindexof,","async","await","bn","bn(999);","bob","call","chain,","console.log('done'))","console.log(`craft","console.log(error))","console.log);","const","dev","dot","dots`);","easiest","encod","encodeextrins","encodeextrinsic(","extrins","extrinsics.staking.public.transfer,","fee","function","getaccountindex","getaccountindex(keyringfrom.address());","keyr","keyring').default;","keyring();","keyring.addfromseed(encoder.encode('alic","keyringfrom,","make","more","new","nextaccountindex","nextaccountindex,","on","point'","process.exit(0));","provid","provider/ws').default;","require('@polkadot/api","require('@polkadot/api').default;","require('@polkadot/extrinsics').default;","require('@polkadot/extrinsics/codec/encode/uncheckedlength').default;","require('@polkadot/storage').default;","require('@polkadot/util","require('bn.js');","return","round","sampl","send","show","sign","storag","textencoder();","tranfer","transfer","transfer(alice,","way","wsprovid","wsprovider('ws://127.0.0.1:9944');","{","}"],"GLOSSARY.html":["dot","nativ","network.","oper","polkadot","unit"]},"length":17},"tokenStore":{"root":{"0":{"6":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}},"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"x":{"docs":{},"f":{"docs":{},"f":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}},"1":{"0":{"0":{"0":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}},"docs":{}},"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"1":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"2":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"3":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"4":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"5":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"6":{"docs":{},")":{"docs":{},";":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"7":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"8":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"9":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}},"\\":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"2":{"0":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"1":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"2":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"3":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"4":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"5":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"6":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"7":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"8":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"9":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"\\":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"+":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}},"3":{"0":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"2":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"4":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"5":{"docs":{},"g":{"docs":{},"o":{"docs":{},"k":{"docs":{},"v":{"docs":{},"z":{"docs":{},"w":{"docs":{},"g":{"5":{"docs":{},"z":{"docs":{},"p":{"docs":{},"y":{"docs":{},"l":{"1":{"docs":{},"w":{"docs":{},"u":{"docs":{},"o":{"docs":{},"v":{"docs":{},"u":{"docs":{},"h":{"docs":{},"w":{"3":{"docs":{},"z":{"docs":{},"j":{"docs":{},"b":{"docs":{},"w":{"docs":{},"b":{"docs":{},"p":{"5":{"docs":{},"e":{"docs":{},"t":{"8":{"docs":{},"c":{"docs":{},"b":{"docs":{},"q":{"docs":{},"j":{"docs":{},"d":{"docs":{},"r":{"docs":{},"y":{"4":{"docs":{},"q":{"6":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"d":{"docs":{},"t":{"docs":{},"z":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}}}},"docs":{}}},"docs":{}}}}}}}}},"docs":{}}}},"docs":{}}}}}}}},"docs":{}}}}}}}}},"docs":{}}}}}},"docs":{}}}}}}},"w":{"3":{"docs":{},"s":{"7":{"docs":{},"q":{"4":{"docs":{},"q":{"docs":{},"l":{"docs":{},"k":{"docs":{},"s":{"docs":{},"w":{"docs":{},"w":{"docs":{},"k":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"j":{"docs":{},"u":{"docs":{},"j":{"docs":{},"p":{"docs":{},"v":{"3":{"docs":{},"x":{"docs":{},"m":{"4":{"docs":{},"t":{"docs":{},"r":{"docs":{},"x":{"docs":{},"i":{"5":{"docs":{},"d":{"4":{"docs":{},"p":{"docs":{},"g":{"docs":{},"k":{"docs":{},"m":{"docs":{},"m":{"docs":{},"k":{"3":{"docs":{},"g":{"docs":{},"f":{"docs":{},"g":{"docs":{},"t":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}},"docs":{}}}}}}}},"docs":{}}},"docs":{}}}}}},"docs":{}}}},"docs":{}}}}}}}}}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{}}},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"6":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"7":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"8":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"9":{"docs":{},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/":{"ref":"examples/","tf":0.03333333333333333},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":5.014388489208633},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"s":{"docs":{},":":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}},":":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.08},"api/":{"ref":"api/","tf":10.018867924528301},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":10.094594594594595},"api-provider/":{"ref":"api-provider/","tf":5.015873015873016},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464},"api-rx/":{"ref":"api-rx/","tf":5},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.05263157894736842},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0273972602739726},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.03896103896103896},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.018867924528301886},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},".":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"api/":{"ref":"api/","tf":0.02830188679245283}},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},")":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"(":{"docs":{},"_":{"docs":{},",":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"[":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"o":{"docs":{},"f":{"docs":{},",":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}}}}}}}}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},".":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},"(":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":10}}}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.05405405405405406}}}}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}},"t":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-rx/":{"ref":"api-rx/","tf":0.16666666666666666},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},">":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0057692307692307696}},")":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}},",":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},">":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"n":{"docs":{},">":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}}}}}}}}}}}},"g":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"?":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}}}},"w":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.02830188679245283},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693}}}}},"i":{"docs":{},"c":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},"e":{"docs":{},"'":{"docs":{"examples/":{"ref":"examples/","tf":0.03333333333333333}}},":":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{},"␣":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},";":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}},"]":{"docs":{},"]":{"docs":{},",":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}},"d":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},"d":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/":{"ref":"examples/","tf":0.016666666666666666}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"]":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"b":{"docs":{},"o":{"docs":{},"b":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}},"n":{"docs":{},"y":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.03508771929824561},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.03773584905660377},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},")":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}}},"]":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":3.346320346320346}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":5.041095890410959}},"s":{"docs":{},".":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}}},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},">":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.011538461538461539}},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}},"b":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},":":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}},"n":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"(":{"9":{"9":{"9":{"docs":{},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"docs":{}},"docs":{}},"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},"}":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}},"docs":{}}}}}}}},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},"}":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":3.359307359307359}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}},"i":{"docs":{},"n":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}},"'":{"docs":{},",":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}}}}},")":{"docs":{},";":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}}}},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"r":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}},"s":{"docs":{},".":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.011538461538461539},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":5.052631578947368},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}},"(":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.02666666666666667}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693}},"?":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693}}}}}}}},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}},":":{"docs":{},"'":{"docs":{},",":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"`":{"docs":{},"b":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}}}},"a":{"docs":{},"l":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{},":":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094}}}}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}}}},"'":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}},"y":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}},"#":{"docs":{},"'":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{},")":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{},")":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{},")":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}},")":{"docs":{},";":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}},"t":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.02702702702702703},"api-provider/":{"ref":"api-provider/","tf":0.031746031746031744},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.022222222222222223},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.08771929824561403},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0821917808219178},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.09090909090909091},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.07194244604316546},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.09433962264150944},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.09693877551020408},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.10884353741496598}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.04054054054054054},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.022222222222222223}},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}},"m":{"docs":{},"e":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}},"r":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":5.010204081632653}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0057692307692307696}},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}},"r":{"docs":{},"e":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}},".":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}},"b":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}}},"t":{"docs":{},"r":{"docs":{},"l":{"docs":{},"+":{"docs":{},"c":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0273972602739726}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}},"p":{"docs":{},"t":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0057692307692307696},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.022222222222222223}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}},"i":{"docs":{},"n":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.06756756756756757},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.03278688524590164},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.032692307692307694},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.06666666666666667}}}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},"i":{"docs":{},"d":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"v":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":5.01360544217687},"GLOSSARY.html":{"ref":"GLOSSARY.html","tf":0.16666666666666666}},"s":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},",":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}}},"d":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/":{"ref":"examples/","tf":0.05},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0273972602739726},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.03896103896103896},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"e":{"docs":{},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}},"s":{"docs":{},",":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":5.025510204081633},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},"i":{"docs":{},"c":{"docs":{},"'":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.02830188679245283}}},")":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.02040816326530612},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.02040816326530612}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"i":{"docs":{},"c":{"docs":{},"(":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},"(":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}},"d":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.023076923076923078}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.013461538461538462}}},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"c":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.01730769230769231}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0057692307692307696}}}},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.009615384615384616}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/":{"ref":"examples/","tf":0.03333333333333333},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094}}}},"s":{"docs":{},"i":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}},"w":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}},"e":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}},"x":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094}}}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693}}}}},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693}},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}},"?":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.03508771929824561},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.03773584905660377},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"examples/":{"ref":"examples/","tf":0.03333333333333333}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"examples/":{"ref":"examples/","tf":0.03333333333333333},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.02666666666666667},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":5.0215827338129495}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}},"(":{"docs":{},")":{"docs":{},";":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"(":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"(":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.009615384615384616}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":10.01639344262295},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}}}}}}}}}}},",":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01639344262295082},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"h":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.02666666666666667}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"/":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"3":{"5":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}},"docs":{}},"4":{"9":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}},"docs":{}},"5":{"6":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}},"docs":{}},"6":{"0":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}},"docs":{}},"8":{"2":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}},"docs":{}},"9":{"1":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}},"docs":{}},"docs":{}}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}}},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"v":{"docs":{},"e":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}}}},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"api-provider/":{"ref":"api-provider/","tf":0.031746031746031744},"examples/":{"ref":"examples/","tf":0.03333333333333333}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.018867924528301886}},".":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"2":{"9":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514}}},"docs":{}},"3":{"0":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514}}},"1":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514}}},"2":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.02702702702702703}}},"8":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}},"9":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}},"docs":{}},"4":{"0":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}},"1":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.022222222222222223}}},"docs":{}},"6":{"0":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}},"docs":{}},"docs":{}}}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.019230769230769232}}}}}}},",":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"d":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}},"'":{"docs":{},",":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.02702702702702703},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.022222222222222223},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.03278688524590164},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}}}}}},"t":{"docs":{},".":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.02666666666666667}},".":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.02666666666666667}},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}},"/":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"3":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"d":{"docs":{},".":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"1":{"2":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"7":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"docs":{}},"2":{"2":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"7":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"docs":{}},"3":{"3":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"8":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"docs":{}},"4":{"3":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"4":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"9":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"docs":{}},"6":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"docs":{}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.02666666666666667},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.01730769230769231},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":5.013698630136986},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":3.346320346320346}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}}}},"f":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693}},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693}}}}},"s":{"docs":{},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}},"o":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}},"w":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"a":{"docs":{},"v":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.02666666666666667},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}},"d":{"docs":{},"e":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}},"i":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}},"i":{"docs":{},"n":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},"(":{"docs":{},"_":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}},";":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.02185792349726776},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.009615384615384616},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},"e":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.02666666666666667},"api/":{"ref":"api/","tf":0.009433962264150943}},".":{"docs":{"GLOSSARY.html":{"ref":"GLOSSARY.html","tf":0.16666666666666666}}}}}}}},"w":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.04054054054054054},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01639344262295082},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.044444444444444446},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.03508771929824561},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0821917808219178},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.025974025974025976},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.02877697841726619},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.018867924528301886},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.030612244897959183},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.034013605442176874}}},"e":{"docs":{},"d":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"x":{"docs":{},"t":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},",":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}},".":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}},"t":{"docs":{},".":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}},"e":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}},":":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}},"p":{"docs":{},"m":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}},")":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"GLOSSARY.html":{"ref":"GLOSSARY.html","tf":0.16666666666666666}}}}}}},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/":{"ref":"examples/","tf":10}}}}}},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}},"f":{"docs":{},"f":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.02702702702702703},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.022222222222222223},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"GLOSSARY.html":{"ref":"GLOSSARY.html","tf":0.16666666666666666}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.019230769230769232}}}}}}},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"(":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}},"c":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0057692307692307696}},"e":{"docs":{},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}},"?":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.03825136612021858},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.028846153846153848},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}},"e":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.0273224043715847},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.025},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}}},"d":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}},"i":{"docs":{},"r":{"1":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"2":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"docs":{}}},"y":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.09333333333333334},"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"GLOSSARY.html":{"ref":"GLOSSARY.html","tf":0.16666666666666666}}}}}}}},"c":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api/":{"ref":"api/","tf":0.018867924528301886},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.04054054054054054},"api-provider/":{"ref":"api-provider/","tf":5.079365079365079},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0057692307692307696},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.03333333333333333},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"w":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}},"e":{"docs":{},")":{"docs":{},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}},"$":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},")":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"c":{"docs":{},"b":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},")":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}}}},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"_":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},">":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},">":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},">":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},".":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"0":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}},"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}}}},"i":{"docs":{},"x":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"s":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.02666666666666667},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":5.009433962264151}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.02666666666666667}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}},"i":{"docs":{},"r":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"@":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"/":{"docs":{},"u":{"8":{"docs":{},"a":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"h":{"docs":{},"e":{"docs":{},"x":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"n":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0057692307692307696},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.02830188679245283},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"s":{"docs":{},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.03278688524590164},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.03076923076923077},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.022222222222222223}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0057692307692307696}}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}},"e":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"?":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api-rx/":{"ref":"api-rx/","tf":5.166666666666667}},"j":{"docs":{"api-rx/":{"ref":"api-rx/","tf":0.16666666666666666},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.05555555555555555}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}},"?":{"docs":{},":":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.044444444444444446}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"examples/":{"ref":"examples/","tf":0.03333333333333333},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}},":":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}},")":{"docs":{},":":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}},"s":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":5.017543859649122}}}}},"g":{"docs":{},"n":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.02040816326530612}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":5.028301886792453},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"p":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}},":":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}},"r":{"docs":{},"t":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.03278688524590164},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.015384615384615385},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}},")":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}}},",":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.0273224043715847},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.011538461538461539}}}}}}}},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},"m":{"docs":{},"e":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}},"p":{"docs":{},"l":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}},"u":{"docs":{},"b":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{},"'":{"docs":{},",":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}}},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}},"p":{"docs":{},"t":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01639344262295082},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.013461538461538462},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}},"?":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},";":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}}}}}}}}}},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.02185792349726776},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}},"c":{"docs":{},"h":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}},"r":{"docs":{},"e":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}},":":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}}},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}},"e":{"docs":{},"e":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01639344262295082}},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"d":{"1":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"2":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}},"docs":{"examples/":{"ref":"examples/","tf":0.03333333333333333},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.02877697841726619}},":":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094}}}},"n":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}},"n":{"docs":{},"d":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.015306122448979591},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"s":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}},"i":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"n":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":5.01360544217687}},"(":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.047619047619047616}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}},"u":{"docs":{},"e":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693}},")":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.04371584699453552},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.03461538461538462},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"o":{"docs":{},"p":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}},".":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}},"e":{"docs":{},"m":{"docs":{},".":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}},"u":{"8":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"h":{"docs":{},"e":{"docs":{},"x":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}},"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112},"examples/":{"ref":"examples/","tf":0.016666666666666666},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}},"a":{"docs":{},"g":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"n":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693}}}}}}},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"i":{"docs":{},"k":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863}}}}},"i":{"docs":{},"t":{"docs":{"GLOSSARY.html":{"ref":"GLOSSARY.html","tf":0.16666666666666666}}}}},"r":{"docs":{},"l":{"docs":{},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}},"p":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"8":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"(":{"3":{"2":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"docs":{}},"docs":{},"[":{"0":{"docs":{},"x":{"docs":{},"f":{"docs":{},"f":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}},"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}},"docs":{}}}},"t":{"docs":{},"f":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"w":{"docs":{},"e":{"docs":{},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}}}}},"l":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}},"b":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"api/":{"ref":"api/","tf":0.009433962264150943},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":10.009615384615385},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"1":{"2":{"7":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},".":{"1":{"docs":{},":":{"9":{"9":{"3":{"3":{"docs":{},"'":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}}}}}},"docs":{}},"4":{"4":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}},")":{"docs":{},";":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"w":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"1":{"2":{"7":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},".":{"1":{"docs":{},":":{"9":{"9":{"4":{"4":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}},".":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.02185792349726776}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}}}}}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"1":{"1":{"4":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"docs":{}},"2":{"4":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"8":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"docs":{}},"7":{"9":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"docs":{}},"8":{"8":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"docs":{}},"docs":{}},"6":{"7":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"docs":{}},"9":{"7":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"docs":{}},"docs":{}}}}}}}}}}},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"w":{"docs":{},"s":{"docs":{},"_":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api-rx/":{"ref":"api-rx/","tf":0.16666666666666666},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}}}},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},"´":{"docs":{},"t":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694}}}}},"r":{"docs":{},"k":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}},"h":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}},"n":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}},"y":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"s":{"docs":{},".":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"i":{"docs":{},"t":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}},"#":{"docs":{},"$":{"docs":{},"{":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"'":{"5":{"docs":{},"g":{"docs":{},"o":{"docs":{},"k":{"docs":{},"v":{"docs":{},"z":{"docs":{},"w":{"docs":{},"g":{"5":{"docs":{},"z":{"docs":{},"p":{"docs":{},"y":{"docs":{},"l":{"1":{"docs":{},"w":{"docs":{},"u":{"docs":{},"o":{"docs":{},"v":{"docs":{},"u":{"docs":{},"h":{"docs":{},"w":{"3":{"docs":{},"z":{"docs":{},"j":{"docs":{},"b":{"docs":{},"w":{"docs":{},"b":{"docs":{},"p":{"5":{"docs":{},"e":{"docs":{},"t":{"8":{"docs":{},"c":{"docs":{},"b":{"docs":{},"q":{"docs":{},"j":{"docs":{},"d":{"docs":{},"r":{"docs":{},"y":{"4":{"docs":{},"q":{"6":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"d":{"docs":{},"t":{"docs":{},"z":{"docs":{},"'":{"docs":{},";":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}},"docs":{}}},"docs":{}}}}}}}}},"docs":{}}}},"docs":{}}}}}}}},"docs":{}}}}}}}}},"docs":{}}}}}},"docs":{}}}}}}},"w":{"3":{"docs":{},"s":{"7":{"docs":{},"q":{"4":{"docs":{},"q":{"docs":{},"l":{"docs":{},"k":{"docs":{},"s":{"docs":{},"w":{"docs":{},"w":{"docs":{},"k":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"j":{"docs":{},"u":{"docs":{},"j":{"docs":{},"p":{"docs":{},"v":{"3":{"docs":{},"x":{"docs":{},"m":{"4":{"docs":{},"t":{"docs":{},"r":{"docs":{},"x":{"docs":{},"i":{"5":{"docs":{},"d":{"4":{"docs":{},"p":{"docs":{},"g":{"docs":{},"k":{"docs":{},"m":{"docs":{},"m":{"docs":{},"k":{"3":{"docs":{},"g":{"docs":{},"f":{"docs":{},"g":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}},"docs":{}}}}}}}},"docs":{}}},"docs":{}}}}}},"docs":{}}}},"docs":{}}}}}}}}}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{}}}},"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}},"@":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}},"'":{"docs":{},";":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}}}}}}}}}}}}},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},")":{"docs":{},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}},"_":{"docs":{},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}},")":{"docs":{"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.03508771929824561},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.02830188679245283}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{},")":{"docs":{},"r":{"docs":{},"ö":{"docs":{},"d":{"docs":{},"l":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{},")":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.02830188679245283},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"0":{"docs":{},"x":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"docs":{},"'":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}}}}}}}}}}}},")":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}},".":{"docs":{},".":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"s":{"docs":{},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"[":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{},",":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},"(":{"docs":{},"_":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}},"/":{"docs":{},"/":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.02877697841726619},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.030612244897959183},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}}},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"/":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"=":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.02702702702702703},"api-provider/":{"ref":"api-provider/","tf":0.031746031746031744},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.007692307692307693},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.022222222222222223},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.08771929824561403},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0821917808219178},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.09090909090909091},"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.07913669064748201},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.09433962264150944},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.09693877551020408},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.10884353741496598}},">":{"docs":{"api/":{"ref":"api/","tf":0.07547169811320754},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.017543859649122806},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.025974025974025976},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.015306122448979591},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.027210884353741496}}}},"@":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"k":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"t":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"api-provider/":{"ref":"api-provider/","tf":0.031746031746031744},"api-rx/":{"ref":"api-rx/","tf":0.16666666666666666}},".":{"docs":{"api-rx/":{"ref":"api-rx/","tf":0.16666666666666666}}}}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"a":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886}}}},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}},"l":{"docs":{},"u":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.022222222222222223}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}},"i":{"docs":{},"d":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}},")":{"docs":{},";":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.01092896174863388},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464}}}}}},"{":{"docs":{"api/":{"ref":"api/","tf":0.0660377358490566},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0038461538461538464},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.03508771929824561},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0273972602739726},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.025974025974025976},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.03773584905660377},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}}},"}":{"docs":{"api/":{"ref":"api/","tf":0.009433962264150943},"examples/01_simple_connect/":{"ref":"examples/01_simple_connect/","tf":0.03508771929824561},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.03773584905660377},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},")":{"docs":{"api/":{"ref":"api/","tf":0.03773584905660377},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}},";":{"docs":{"api/":{"ref":"api/","tf":0.018867924528301886},"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}}}}}}}}}}}}}}}},"⊕":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.013513513513513514},"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.00546448087431694},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}},"●":{"docs":{"api/classes/_index_.api.html":{"ref":"api/classes/_index_.api.html","tf":0.05405405405405406},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.044444444444444446}}},"[":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"api-provider/":{"ref":"api-provider/","tf":0.015873015873015872}}}}},"[":{"docs":{},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"e":{"docs":{},"]":{"docs":{},"]":{"docs":{},".":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"]":{"docs":{},"]":{"docs":{},".":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"]":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}},"▸":{"docs":{"api-provider/classes/_http_index_.httpprovider.html":{"ref":"api-provider/classes/_http_index_.httpprovider.html","tf":0.0273224043715847},"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.028846153846153848},"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}},":":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"]":{"docs":{},"]":{"docs":{},",":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"`":{"docs":{},"w":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"i":{"docs":{},"p":{"docs":{},":":{"9":{"9":{"4":{"4":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"i":{"docs":{},"p":{"docs":{},":":{"9":{"9":{"4":{"4":{"docs":{},"`":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}},"|":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.019230769230769232}}},"↳":{"docs":{"api-provider/classes/_ws_index_.wsprovider.html":{"ref":"api-provider/classes/_ws_index_.wsprovider.html","tf":0.0019230769230769232}}},"&":{"docs":{"api-rx/classes/_index_.rxapi.html":{"ref":"api-rx/classes/_index_.rxapi.html","tf":0.011111111111111112}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"examples/":{"ref":"examples/","tf":0.016666666666666666}},"r":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.014388489208633094},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.013605442176870748}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547},"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"1":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"2":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}},"docs":{}}}}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}}}}}},",":{"docs":{"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}}}}}}},"y":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"examples/":{"ref":"examples/","tf":0.03333333333333333}}}}}},"+":{"docs":{"examples/02_listen_to_blocks/":{"ref":"examples/02_listen_to_blocks/","tf":0.0136986301369863},"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}},"$":{"docs":{},"{":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"}":{"docs":{},":":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988}}}}}}}},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"}":{"docs":{},":":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"}":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.00510204081632653},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"examples/03_listen_to_balance_change/":{"ref":"examples/03_listen_to_balance_change/","tf":0.012987012987012988},"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}},"p":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"1":{"docs":{},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},"}":{"docs":{},"\\":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}}}}}}}},"2":{"docs":{},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},"}":{"docs":{},"\\":{"docs":{},"t":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}}}}}}}}}},"docs":{}}}}},"u":{"8":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"h":{"docs":{},"e":{"docs":{},"x":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"1":{"docs":{},")":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"2":{"docs":{},")":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"examples/04_generate_account/":{"ref":"examples/04_generate_account/","tf":0.007194244604316547}}}}}}}},"docs":{}}}}}}}}}}}}},"docs":{}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"examples/05_read_storage/":{"ref":"examples/05_read_storage/","tf":0.009433962264150943}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}},")":{"docs":{},";":{"docs":{"examples/06_craft_extrinsic/":{"ref":"examples/06_craft_extrinsic/","tf":0.01020408163265306},"examples/07_transfer_dots/":{"ref":"examples/07_transfer_dots/","tf":0.006802721088435374}}}}},"length":1202},"corpusTokens":["#${header.number.tostring()}`);","${accountindex}`);","${address}:","${alice}:","${amount}","${index.tostring(10)}`);","${new","${pair1.address()}\\t","${pair2.address()}\\t","${u8atohex(seed1)}`);","${u8atohex(seed2)}`);","&","'","'));","',","'5gokvzwg5zpyl1wuovuhw3zjbwbp5et8cbqjdry4q6imadtz';","'5gw3s7q4qlkswwknsiptjujpv3xm4trxi5d4pgkmmk3gfgte';","'@polkadot/api","'@polkadot/api';","'straight","()","(_,","(address)","(error)","(keyringfrom,","(onc","(postfix)rödl","(prefix)","(random","(same","(var",");","+","...args:",".catch(",".catch((error)",".finally(_",".gethead()",".getheader('0x1234567890')",".newhead((error,",".storage([[storage.staking.public.freebalanceof,",".then(()",".then((header)",".then((headerhash)",".then((subscriptionid)","//","/home/travis/build/polkadot","0","0,","06","0xff","1,","10,","1000","11,","12,","13,","14,","15,","16);","16,","17,","18,","19,","1\\t","2+","2,","20,","21,","22,","23,","24,","25,","26,","27,","28,","29,","2\\t","3,","30,","32","3;","4,","5,","5gokvzwg5zpyl1wuovuhw3zjbwbp5et8cbqjdry4q6imadtz","5gw3s7q4qlkswwknsiptjujpv3xm4trxi5d4pgkmmk3gfgt","6,","7,","8","8,","9,",":","=","=>","@polkadot/api","@polkadot/api.","[[api]].","[[unsubscribe]].","[]);","[addressto,","[description]","]);","]],","`ws://ip:9944`","`wss://ip:9944`","accept","account","accountindex","accountindex,","accountindex:","accounts:","ad","add","addlisten","addlistener(event:","address","address]);","addressbob","addressbob,","addresses.","addressto,","alic","alice'","alice);","alice:","alice]],","alice␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣","allow","alway","amount","amount)","amount]","another.","any):","any,","api","api(provider);","api(provider:","api.","api.author.submitextrinsic(encoded)","api.author.submitextrinsic(encoded);","api.chain","api.chain.getheader(headerhash);","api.chain.newhead((_,","api.chain.newhead.unsubscribe(subscriptionid)","api.st","api.state.getstorage([storage.session.public.validators]);","api.state.getstorage([storage.system.public.accountindexof,","api.state.getstorage([storage.timestamp.public.blockperiod]);","api.state.storage([[storage.balances.freebalance,","api.system.chain();","apiinterface$sect","apirx","apis.","applic","arg","around","array","arrayany>","arrayany>):","arrayany>,","arrayeventtypes>","arraylistenerfn>","async","at:","author","author:","autoconnect","autoconnect?:","automat","avail","await","balanc","batteri","befor","behaviorsubjectboolean>","best","block","blockperiod","blocks.","bn","bn(999);","bn(blockperiod).tostring(10)}","bn(header.number,","bn(values[0]).tostring(10)}","bnblocknumb","bnblocknumber.tostring(10));","bob","bob:","boolean","boolean):","build","call","callback","callback:","care","cb","cb:","chain","chain);","chain,","chain:","chain:',","chang","changes.","char","chars.","clean","client","client.","come","connect","connect():","console.error('error","console.error('error:',","console.error(error));","console.log('#'","console.log('bal","console.log('block","console.log('clientversion',","console.log('curr","console.log('determinist","console.log('done'))","console.log('hint:","console.log('random","console.log('sent'))","console.log('y","console.log(`account","console.log(`address","console.log(`bal","console.log(`best","console.log(`blockperiod:","console.log(`craft","console.log(`curr","console.log(error))","console.log(header))","console.log(values)","console.log);","const","constructor","constructor:","context","context?:","contribut","conveni","craft","createapi","createapi(provider);","crypto","ctrl+c","cumbersom","current","dd","decid","decod","default","default.","defin","depend","describ","descript","dev","develop","directli","display","document","don't","dot","dots,","dots`);","each","easi","easiest","emit","emit(event:","emitt","encod","encodeextrins","encodeextrinsic(","encodelength","encodelength(","encoder.encode('correct","endpoint","error))","error);","event","event.","eventemitt","eventemitter.addlisten","eventemitter.emit","eventemitter.eventnam","eventemitter.listen","eventemitter.listenercount","eventemitter.off","eventemitter.on","eventemitter.onc","eventemitter.prefix","eventemitter.removealllisten","eventemitter.removelisten","eventnam","eventnames():","eventtyp","eventtypes):","eventtypes,","exampl","example:","examples,","expos","extrins","extrinsic',","extrinsics.staking.public.transfer,","fals","featur","fee","few","find","fix","fn","fn:","fn?:","folder,","follow","function","function.","gener","generally,","getaccountindex","getaccountindex(address);","getaccountindex(keyringfrom.address());","getblockperiod","getblockperiod();","getchain","getchain();","getvalid","getvalidators();","github","given","guess...","guid","handl","have","have/se","header","header)","hierarchi","hors","http","http.","http/index.ts:35","http/index.ts:49","http/index.ts:56","http/index.ts:60","http/index.ts:82","http/index.ts:91","httpprovid","httpprovider(endpoint:","httpprovider,","https://github.com/paritytech/polkadot","https://github.com/paritytech/substr","https://github.com/polkadot","https://polkadot.network/","id","id:","id:',","implement","import","in,","index","index.ts:29","index.ts:30","index.ts:31","index.ts:32","index.ts:38","index.ts:39","index.ts:40","index.ts:41","index.ts:60","inherit","initialis","instal","instanti","interact","interfac","interfaces.","introduct","is...","isconnect","isconnected():","issu","it.","javascript","javascript.","js","js/api","js/api/node_modules/eventemitter3/index.d.ts:12","js/api/node_modules/eventemitter3/index.d.ts:17","js/api/node_modules/eventemitter3/index.d.ts:22","js/api/node_modules/eventemitter3/index.d.ts:27","js/api/node_modules/eventemitter3/index.d.ts:33","js/api/node_modules/eventemitter3/index.d.ts:38","js/api/node_modules/eventemitter3/index.d.ts:43","js/api/node_modules/eventemitter3/index.d.ts:44","js/api/node_modules/eventemitter3/index.d.ts:49","js/api/node_modules/eventemitter3/index.d.ts:6","key","keyr","keyring').default;","keyring();","keyring.addfromseed(encoder.encode('alic","keyring.addfromseed(seed1);","keyring.addfromseed(seed2);","keyringfrom,","keyringfrom.publickey(),","keyringfrom.sign(message);","leav","length","level","librari","list","listen","listenercount","listenercount(event:","listenerfn","listenerfn,","listeners(event:","listeners,","listeners.","local","log","low","made","main","main().finally(_","main();","make","mani","manual","messag","message,","method","method.","method:","more","nativ","need","network","network.","new","next","nextaccountindex","nextaccountindex,","node","node.","not.","note","note:","npm","number","number):","object","off(event:","off)","on","on(type:","onc","once(event:","once?:","oper","option","otherwise,","overrid","overview","packag","pad","pair1","pair2","param","paramet","parameters/results,","parameters:","params:","payment","poc","point'","polkadot","preferr","prefix","prefixed:","process.","process.exit());","process.exit(0));","program","project","promis","promiseany>","promiseboolean>","promisenumber>","properti","provid","provider.send('client_version',","provider/ws').default;","provider/ws';","providerinterfac","providerinterface$callback","providerinterface$callback):","providerinterface$emit","providerinterface$emitcb","providerinterface$emitcb):","providerinterface$emitted,","providerinterface):","providerinterface.isconnect","providerinterface.on","providerinterface.send","providerinterface.subscrib","providerinterface.unsubscrib","publickeys,","queri","random","read","regist","remov","removealllisten","removealllisteners(event?:","removelisten","removelistener(event:","report","repositori","request","requests.","requir","require('@polkadot/api","require('@polkadot/api').default;","require('@polkadot/extrinsics').default;","require('@polkadot/extrinsics/codec/encode').default;","require('@polkadot/extrinsics/codec/encode/length').default;","require('@polkadot/extrinsics/codec/encode/uncheckedlength').default;","require('@polkadot/storage').default;","require('@polkadot/util","require('@polkadot/util/u8a/tohex').default;","require('bn.js');","require('crypto');","resolv","rest","retriev","return","returns:","round","run","run):');","run:","rx","rxapi","rxapi(provider);","rxapi(provider?:","rxapiinterface$sect","rxj","same","sampl","save","seconds`);","see","see:","seed","seed1","seed2","seed:","seen","send","send(method:","sever","show","shown","sign","signatur","simpl","space","specif","specifi","staple');","start","state","state:","stop","stop:');","storag","string","string):","string,","sub","sub:","submission,","subscrib","subscribe(type:","subscribe(types:","subscribe.","subscribing:',","subscript","subscription,","subscription?:","subscriptionhandl","subscriptionhandler):","subscriptionid)","subscriptionid);","such","support","sure","symbol","system","system:","take","test","textencoder();","them.","those","through","time","to.","top","tranfer","transfer","transfer(alice,","transport","true","true):","type","u8atohex","uint8array(32);","uint8array([","uint8array([0xff]),","undefin","underli","unit","unless","unlik","unsubscrib","unsubscribe(type:","until","up","updat","url.","us","usag","used.","usual","utf","valid","validators',","validators);","valu","values)","variabl","variou","version","version);","version,","via","void","wait","wallet","want","way","ways.","websocket","websocket.","welcome.","well","whether","with:","won't","won´t","work","wrapper","ws(defaults.ws_url)","ws/index.ts:114","ws/index.ts:124","ws/index.ts:128","ws/index.ts:179","ws/index.ts:188","ws/index.ts:67","ws/index.ts:97","wsprovid","wsprovider('http://127.0.0.1:9933'));","wsprovider('http://127.0.0.1:9944'));","wsprovider('http://127.0.0.1:9944');","wsprovider('ws://127.0.0.1:9944');","wsprovider(endpoint:","wsprovider.","wsproviderinterfac","yarn","{","|","}","})","}).then((subscriptionid)","});","↳","⊕","▸","●"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Polkadot Javascript API\nYou can query a node and interact with the Polkadot network using Javascript. This guide describes the Polkadot Javascript API.\nPackages\n\napi\nApi\n\n\napi-provider\nHttpProvider\nWsProvider\n\n\napi-rx\nApiRx\n\n\n\nExamples\n\nOverview\nSimple connect\nListen to blocks\nListen to balance change\nGenerate Accounts\nRead Storage\nCraft Extrinsic\nTransfer DOTs\n\nThe Polkadot Project\nYou can read more about the Polkadot Network at https://polkadot.network/\nGithub repositories\nYou can find the Polkadot repositories at:\n\nhttps://github.com/polkadot-js\nhttps://github.com/paritytech/polkadot\nhttps://github.com/paritytech/substrate\n\nThis documentation is generated from https://github.com/polkadot-js/api\nContributing\nContribution to the Polkadot JS API are more than welcome. You can report issues and log feature requests.\n"},"api/":{"url":"api/","title":"api","keywords":"","body":" \n@polkadot/api\nThis library provides a clean wrapper around all the methods exposed by a Polkadot network client.\nUsage\nInstallation -\nnpm install --save @polkadot/api\nInitialisation -\nimport Api from '@polkadot/api';\nimport WsProvider from '@polkadot/api-provider/ws';\n\nconst provider = new WsProvider('http://127.0.0.1:9944');\nconst api = new Api(provider);\n\nMaking calls -\napi.chain\n .getHeader('0x1234567890')\n .then((header) => console.log(header))\n .catch((error) => console.error(error));\n\nRetrieving the best block (once-off) -\napi.chain\n .getHead()\n .then((headerHash) => {\n return api.chain.getHeader(headerHash);\n })\n .then((header) => {\n console.log(`best #${header.number.toString()}`);\n })\n .catch((error) => {\n console.error('error:', error);\n });\n\nRetrieving best header via subscription -\napi.chain\n .newHead((error, header) => {\n if (error) {\n console.error('error:', error);\n }\n\n console.log(`best #${header.number.toString()}`);\n })\n .then((subscriptionId) => {\n // id for the subscription, can unsubscribe via\n // api.chain.newHead.unsubscribe(subscriptionId)\n })\n .catch((error) => {\n console.error('error subscribing:', error);\n });\n\n"},"api/classes/_index_.api.html":{"url":"api/classes/_index_.api.html","title":"Api","keywords":"","body":"example: import Api from '@polkadot/api'; import WsProvider from '@polkadot/api-provider/ws';\nconst provider = new WsProvider('http://127.0.0.1:9944')); const api = new Api(provider);\nHierarchy\nApi\nImplements\n\nobject\n\nConstructors\n\nconstructor\n⊕ new Api(provider: ProviderInterface): Api\nDefined in index.ts:32\nconstructor: Default constructor for the Api Object\nParameters:\n\n\n\nParam\nType\nDescription\n\n\n\n\nprovider\nProviderInterface\nAn API provider using HTTP or WebSocket\n\n\n\nReturns: Api\n\nProperties\n\nauthor\n● author: ApiInterface$Section\nDefined in index.ts:29\n\n\nchain\n● chain: ApiInterface$Section\nDefined in index.ts:30\n\n\nstate\n● state: ApiInterface$Section\nDefined in index.ts:31\n\n\nsystem\n● system: ApiInterface$Section\nDefined in index.ts:32\n\n"},"api-provider/":{"url":"api-provider/","title":"api-provider","keywords":"","body":" \n@polkadot/api-provider\nGeneric transport providers to handle the transport of method calls to and from Polkadot clients from applications interacting with it. Generally, unless you are operating at a low-level and taking care of encoding and decoding of parameters/results, it won't be directly used. API interfaces building on top these providers can support various transports with the same underlying interfaces.\nUsage\nInstallation -\nnpm install --save @polkadot/api-provider\nInitialisation -\nimport WsProvider from '@polkadot/api-provider/ws';\n\nconst provider = new WsProvider('http://127.0.0.1:9944');\nconst version = await provider.send('client_version', []);\n\nconsole.log('clientVersion', version);\n\n"},"api-provider/classes/_http_index_.httpprovider.html":{"url":"api-provider/classes/_http_index_.httpprovider.html","title":"HttpProvider","keywords":"","body":"The HTTP Provider allows sending requests using HTTP. it does not support subscriptions so you won´t be able to listen to events such as new blocks or balance changes. It is usually preferrable using the WsProvider.\nexample: import createApi from '@polkadot/api'; import WsProvider from '@polkadot/api-provider/ws';\nconst provider = new WsProvider('http://127.0.0.1:9933')); const api = createApi(provider);\nsee: WsProvider\nHierarchy\nHttpProvider\nImplements\n\nProviderInterface\n\nConstructors\n\nconstructor\n⊕ new HttpProvider(endpoint: string): HttpProvider\nDefined in http/index.ts:35\nParameters:\n\n\n\nParam\nType\n\n\n\n\nendpoint\nstring\n\n\n\nReturns: HttpProvider\n\nMethods\n\nisConnected\n▸ isConnected(): boolean\nImplementation of ProviderInterface.isConnected\nDefined in http/index.ts:49\nWhether the node is connected or not.\nReturns: boolean\ntrue if connected\n\n\non\n▸ on(type: ProviderInterface$Emitted, sub: ProviderInterface$EmitCb): void\nImplementation of ProviderInterface.on\nDefined in http/index.ts:56\nEvents are not supported with the HttpProvider, see WsProvider.\nParameters:\n\n\n\nParam\nType\n\n\n\n\ntype\nProviderInterface$Emitted\n\n\nsub\nProviderInterface$EmitCb\n\n\n\nReturns: void\n\n\nsend\n▸ send(method: string, params: Arrayany>): Promiseany>\nImplementation of ProviderInterface.send\nDefined in http/index.ts:60\nParameters:\n\n\n\nParam\nType\n\n\n\n\nmethod\nstring\n\n\nparams\nArrayany>\n\n\n\nReturns: Promiseany>\n\n\nsubscribe\n▸ subscribe(types: string, method: string, params: Arrayany>, cb: ProviderInterface$Callback): Promisenumber>\nImplementation of ProviderInterface.subscribe\nDefined in http/index.ts:82\nSubscriptions are not supported with the HttpProvider, see WsProvider.\nParameters:\n\n\n\nParam\nType\n\n\n\n\ntypes\nstring\n\n\nmethod\nstring\n\n\nparams\nArrayany>\n\n\ncb\nProviderInterface$Callback\n\n\n\nReturns: Promisenumber>\n\n\nunsubscribe\n▸ unsubscribe(type: string, method: string, id: number): Promiseboolean>\nImplementation of ProviderInterface.unsubscribe\nDefined in http/index.ts:91\nSubscriptions are not supported with the HttpProvider, see WsProvider.\nParameters:\n\n\n\nParam\nType\n\n\n\n\ntype\nstring\n\n\nmethod\nstring\n\n\nid\nnumber\n\n\n\nReturns: Promiseboolean>\n\n"},"api-provider/classes/_ws_index_.wsprovider.html":{"url":"api-provider/classes/_ws_index_.wsprovider.html","title":"WsProvider","keywords":"","body":"The WebSocket Provider allows sending requests using WebSocket. Unlike the HttpProvider, it does support subscriptions and allows listening to events such as new blocks or balance changes.\nexample: import createApi from '@polkadot/api'; import WsProvider from '@polkadot/api-provider/ws'; const provider = new WsProvider('ws://127.0.0.1:9944'); const api = createApi(provider);\nsee: HttpProvider\nType parameters\nEventTypes : string | symbol\nHierarchy\n EventEmitter\n↳ WsProvider\nImplements\n\nWSProviderInterface\n\nConstructors\n\nconstructor\n⊕ new WsProvider(endpoint: string, autoConnect?: boolean): WsProvider\nDefined in ws/index.ts:67\nParameters:\n\n\n\nParam\nType\nDefault value\nDescription\n\n\n\n\nendpoint\nstring\n-\nThe endpoint url. Usually `ws://ip:9944` or `wss://ip:9944`\n\n\nDefault value autoConnect\nboolean\ntrue\nWhether to connect automatically or not.\n\n\n\nReturns: WsProvider\n\nProperties\n\n prefixed\n● prefixed: string | boolean\n\nInherited from EventEmitter.prefixed\nDefined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:6\n\nMethods\n\naddListener\n▸ addListener(event: EventTypes, fn: ListenerFn, context?: any): this\nInherited from EventEmitter.addListener\nDefined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:33\nParameters:\n\n\n\nParam\nType\n\n\n\n\nevent\nEventTypes\n\n\nfn\nListenerFn\n\n\nOptional context\nany\n\n\n\nReturns: this\n\n\nconnect\n▸ connect(): void\nDefined in ws/index.ts:97\nThe WsProvider connects automatically by default. if you decided otherwise, you may connect manually using this method.\nReturns: void\n\n\nemit\n▸ emit(event: EventTypes, ...args: Arrayany>): boolean\nInherited from EventEmitter.emit\nDefined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:27\nCalls each of the listeners registered for a given event.\nParameters:\n\n\n\nParam\nType\n\n\n\n\nevent\nEventTypes\n\n\nRest args\nArrayany>\n\n\n\nReturns: boolean\n\n\neventNames\n▸ eventNames(): ArrayEventTypes>\nInherited from EventEmitter.eventNames\nDefined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:12\nReturn an array listing the events for which the emitter has registered listeners.\nReturns: ArrayEventTypes>\n\n\nisConnected\n▸ isConnected(): boolean\nDefined in ws/index.ts:114\nWhether the node is connected or not.\nReturns: boolean\ntrue if connected\n\n\nlistenerCount\n▸ listenerCount(event: EventTypes): number\nInherited from EventEmitter.listenerCount\nDefined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:22\nReturn the number of listeners listening to a given event.\nParameters:\n\n\n\nParam\nType\n\n\n\n\nevent\nEventTypes\n\n\n\nReturns: number\n\n\nlisteners\n▸ listeners(event: EventTypes): ArrayListenerFn>\nInherited from EventEmitter.listeners\nDefined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:17\nReturn the listeners registered for a given event.\nParameters:\n\n\n\nParam\nType\n\n\n\n\nevent\nEventTypes\n\n\n\nReturns: ArrayListenerFn>\n\n\noff\n▸ off(event: EventTypes, fn?: ListenerFn, context?: any, once?: undefined | false | true): this\nInherited from EventEmitter.off\nDefined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:44\nParameters:\n\n\n\nParam\nType\n\n\n\n\nevent\nEventTypes\n\n\nOptional fn\nListenerFn\n\n\nOptional context\nany\n\n\nOptional once\nundefined | false | true\n\n\n\nReturns: this\n\n\non\n▸ on(type: ProviderInterface$Emitted, sub: ProviderInterface$EmitCb): this\nOverrides EventEmitter.on\nDefined in ws/index.ts:124\nListens on events after having subscribed using the subscribe function.\nParameters:\n\n\n\nParam\nType\nDescription\n\n\n\n\ntype\nProviderInterface$Emitted\nEvent\n\n\nsub\nProviderInterface$EmitCb\nCallback\n\n\n\nReturns: this\n[description]\n\n\nonce\n▸ once(event: EventTypes, fn: ListenerFn, context?: any): this\nInherited from EventEmitter.once\nDefined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:38\nAdd a one-time listener for a given event.\nParameters:\n\n\n\nParam\nType\n\n\n\n\nevent\nEventTypes\n\n\nfn\nListenerFn\n\n\nOptional context\nany\n\n\n\nReturns: this\n\n\nremoveAllListeners\n▸ removeAllListeners(event?: EventTypes): this\nInherited from EventEmitter.removeAllListeners\nDefined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:49\nRemove all listeners, or those of the specified event.\nParameters:\n\n\n\nParam\nType\n\n\n\n\nOptional event\nEventTypes\n\n\n\nReturns: this\n\n\nremoveListener\n▸ removeListener(event: EventTypes, fn?: ListenerFn, context?: any, once?: undefined | false | true): this\nInherited from EventEmitter.removeListener\nDefined in /home/travis/build/polkadot-js/api/node_modules/eventemitter3/index.d.ts:43\nRemove the listeners of a given event.\nParameters:\n\n\n\nParam\nType\n\n\n\n\nevent\nEventTypes\n\n\nOptional fn\nListenerFn\n\n\nOptional context\nany\n\n\nOptional once\nundefined | false | true\n\n\n\nReturns: this\n\n\nsend\n▸ send(method: string, params: Arrayany>, subscription?: SubscriptionHandler): Promiseany>\nDefined in ws/index.ts:128\nParameters:\n\n\n\nParam\nType\n\n\n\n\nmethod\nstring\n\n\nparams\nArrayany>\n\n\nOptional subscription\nSubscriptionHandler\n\n\n\nReturns: Promiseany>\n\n\nsubscribe\n▸ subscribe(type: string, method: string, params: Arrayany>, callback: ProviderInterface$Callback): Promisenumber>\nDefined in ws/index.ts:179\nAllows subscribing to a specific event.\nexample: const provider = new WsProvider('ws://127.0.0.1:9944'); const api = createApi(provider);\napi.state.storage([[storage.balances.freeBalance,\n]], (_, values) => { console.log(values) }).then((subscriptionId) => { console.log('balance changes subscription id: ', subscriptionId) })\nParameters:\n\n\n\nParam\nType\nDescription\n\n\n\n\ntype\nstring\nSubscription type\n\n\nmethod\nstring\nSubscription method\n\n\nparams\nArrayany>\nParameters\n\n\ncallback\nProviderInterface$Callback\nCallback\n\n\n\nReturns: Promisenumber>\nPromise resolving to the dd of the subscription you can use with [[unsubscribe]].\n\n\nunsubscribe\n▸ unsubscribe(type: string, method: string, id: number): Promiseboolean>\nDefined in ws/index.ts:188\nAllows unsubscribing to subscriptions made with subscribe.\nParameters:\n\n\n\nParam\nType\n\n\n\n\ntype\nstring\n\n\nmethod\nstring\n\n\nid\nnumber\n\n\n\nReturns: Promiseboolean>\n\n"},"api-rx/":{"url":"api-rx/","title":"api-rx","keywords":"","body":" \n@polkadot/api-rx\nAn RxJs wrapper around the @polkadot/api.\n"},"api-rx/classes/_index_.rxapi.html":{"url":"api-rx/classes/_index_.rxapi.html","title":"ApiRx","keywords":"","body":"An RxJs wrapper around the [[api]].\nexample: import RxApi from '@polkadot/api'; import WsProvider from '@polkadot/api-provider/ws';\nconst provider = new WsProvider('http://127.0.0.1:9944')); const rxapi = new RxApi(provider);\nHierarchy\nRxApi\nImplements\n\nobject & object\n\nConstructors\n\nconstructor\n⊕ new RxApi(provider?: ProviderInterface): RxApi\nDefined in index.ts:41\nParameters:\n\n\n\nParam\nType\nDefault value\nDescription\n\n\n\n\nDefault value provider\nProviderInterface\nnew Ws(defaults.WS_URL)\nAn API provider using HTTP or WebSocket\n\n\n\nReturns: RxApi\n\nProperties\n\nauthor\n● author: RxApiInterface$Section\nDefined in index.ts:38\n\n\nchain\n● chain: RxApiInterface$Section\nDefined in index.ts:39\n\n\nstate\n● state: RxApiInterface$Section\nDefined in index.ts:40\n\n\nsystem\n● system: RxApiInterface$Section\nDefined in index.ts:41\n\nMethods\n\nisConnected\n▸ isConnected(): BehaviorSubjectboolean>\nDefined in index.ts:60\nReturns: BehaviorSubjectboolean>\n\n"},"examples/":{"url":"examples/","title":"Overview","keywords":"","body":"Examples\nFor the following examples, you need a local node. It is usually convenient testing with:\npolkadot --dev\nSome of the examples use the following accounts:\n\nAlice: 5GoKvZWG5ZPYL1WUovuHW3zJBWBP5eT8CbqjdRY4Q6iMaDtZ\nBob: 5Gw3s7q4QLkSWwknsiPtjujPv3XM4Trxi5d4PgKMMk3gfGTE\n\nThose accounts are easy to add if you don't have/see them. The seed of Alice's account is Alice␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣ and the seed of Bob is... well you guess...\nNOTE: Note the spaces padding Alice's key up to 32 chars.\nInstall\nFrom each folder, run yarn to install the required dependencies\nRunning the examples\nFrom each folder, run:\nyarn start\n"},"examples/01_simple_connect/":{"url":"examples/01_simple_connect/","title":"Simple connect","keywords":"","body":"Simple Connect\nThe following example shows how to instantiate a Polkadot API object and use it to connect to a node.\nconst Api = require('@polkadot/api').default;\nconst WsProvider = require('@polkadot/api-provider/ws').default;\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = new Api(provider);\n\nasync function getChain () {\n return api.system.chain();\n}\n\nasync function main () {\n const chain = await getChain();\n\n console.log('You are connected to chain:', chain);\n}\n\nmain().finally(_ => process.exit());\n\n"},"examples/02_listen_to_blocks/":{"url":"examples/02_listen_to_blocks/","title":"Listen to blocks","keywords":"","body":"Listen to new blocks\nThis example shows how to subscribe to new blocks.\nIt displays the block number every time a new block is seen by the node you are connected to.\nNOTE: The example runs until you stop it with CTRL+C\nconst BN = require('bn.js');\nconst Api = require('@polkadot/api').default;\nconst WsProvider = require('@polkadot/api-provider/ws').default;\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = new Api(provider);\n\nfunction main () {\n console.log('Blocks will be shown as they come in, CTRL+C to stop:');\n api.chain.newHead((_, header) => {\n const bnBlockNumber = new BN(header.number, 16);\n\n console.log('#' + bnBlockNumber.toString(10));\n });\n}\n\nmain();\n\n"},"examples/03_listen_to_balance_change/":{"url":"examples/03_listen_to_balance_change/","title":"Listen to balance change","keywords":"","body":"Listen to balance changes\nThis example shows how to instantiate a Polkadot API object and use it to connect to a node.\nconst BN = require('bn.js');\nconst Api = require('@polkadot/api').default;\nconst WsProvider = require('@polkadot/api-provider/ws').default;\nconst storage = require('@polkadot/storage').default;\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = new Api(provider);\nconst Alice = '5GoKvZWG5ZPYL1WUovuHW3zJBWBP5eT8CbqjdRY4Q6iMaDtZ';\n\nconsole.log('You may leave this example running and start example 06 or send DOTs to ' + Alice);\n\napi.state\n .storage([[storage.staking.public.freeBalanceOf, Alice]], (_, values) => {\n console.log(`Balance of ${Alice}: ${new BN(values[0]).toString(10)} DOTs`);\n })\n .then((subscriptionId) => {\n console.log('Balance changes subscription id:', subscriptionId);\n });\n\n"},"examples/04_generate_account/":{"url":"examples/04_generate_account/","title":"Generate Accounts","keywords":"","body":"Generate accounts\nIf you want to develop a wallet or a program that will accept payments in DOTs, you likely will need to generate addresses. This sample shows you how to generate accounts in several ways.\nconst crypto = require('crypto');\nconst Keyring = require('@polkadot/util-keyring').default;\nconst u8aToHex = require('@polkadot/util/u8a/toHex').default;\nconst Encoder = new TextEncoder(); // always utf-8\n\n// A fixed seed from an array\nconst SEED1 = new Uint8Array([\n 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21,\n 22, 23, 24, 25, 26, 27, 28, 29, 30, 0, 0\n]);\n\n// A fixed seed from a 32 chars string\nconst SEED2 = Encoder.encode('correct horse battery and staple');\n\nconst keyring = new Keyring();\nconst pair1 = keyring.addFromSeed(SEED1);\nconst pair2 = keyring.addFromSeed(SEED2);\n\nconsole.log('Deterministic addresses (same for each run):');\nconsole.log(`Address 1\\t ${pair1.address()}\\t Seed: ${u8aToHex(SEED1)}`);\nconsole.log(`Address 2\\t ${pair2.address()}\\t Seed: ${u8aToHex(SEED2)}`);\n\n// A random seed\nconst SEED = new Uint8Array(32);\n\nconsole.log('Random Addresses (random for each run):');\n\nfor (var i = 3; i \n"},"examples/05_read_storage/":{"url":"examples/05_read_storage/","title":"Read Storage","keywords":"","body":"Read storage\nMany important variables are available through the storage API. This example shows how to call a few of those APIs.\nconst BN = require('bn.js');\nconst Api = require('@polkadot/api').default;\nconst WsProvider = require('@polkadot/api-provider/ws').default;\nconst storage = require('@polkadot/storage').default;\n\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = new Api(provider);\n\nasync function getAccountIndex (address) {\n return api.state.getStorage([storage.system.public.accountIndexOf, address]);\n}\n\nasync function getValidators () {\n return api.state.getStorage([storage.session.public.validators]);\n}\n\nasync function getBlockPeriod () {\n return api.state.getStorage([storage.timestamp.public.blockPeriod]);\n}\n\nasync function main () {\n const address = '5GoKvZWG5ZPYL1WUovuHW3zJBWBP5eT8CbqjdRY4Q6iMaDtZ';\n const validators = await getValidators();\n const index = await getAccountIndex(address);\n const blockPeriod = await getBlockPeriod();\n\n console.log(`BlockPeriod: ${new BN(blockPeriod).toString(10)} seconds`);\n console.log(`Account Index of ${address}: ${index.toString(10)}`);\n console.log('Current validators', validators);\n}\n\nmain().finally(_ => process.exit());\n\n"},"examples/06_craft_extrinsic/":{"url":"examples/06_craft_extrinsic/","title":"Craft Extrinsic","keywords":"","body":"Craft Extrinsic\nIn the current version, crafting an extrinsic is a rather cumbersome process. This sample guides you through it and shows how to tranfer DOTs from one an account to another.\nconst BN = require('bn.js');\nconst Api = require('@polkadot/api').default;\nconst WsProvider = require('@polkadot/api-provider/ws').default;\nconst extrinsics = require('@polkadot/extrinsics').default;\nconst encodeExtrinsic = require('@polkadot/extrinsics/codec/encode').default;\nconst encodeLength = require('@polkadot/extrinsics/codec/encode/length').default;\nconst Keyring = require('@polkadot/util-keyring').default;\nconst storage = require('@polkadot/storage').default;\n\nconst Encoder = new TextEncoder();\nconst keyring = new Keyring();\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = new Api(provider);\n\nasync function getAccountIndex (address) {\n return api.state.getStorage([storage.system.public.accountIndexOf, address]);\n}\n\nasync function transfer (keyRingFrom, addressTo, amount) {\n const accountIndex = await getAccountIndex(keyRingFrom.address());\n\n console.log(`Current accountIndex: ${accountIndex}`);\n\n // encode the call for signing\n const message = encodeExtrinsic(\n keyRingFrom.publicKey(),\n accountIndex,\n extrinsics.staking.public.transfer,\n [addressTo, amount]\n );\n\n // get the signature\n const signature = keyRingFrom.sign(message);\n\n // encode the extrinsic for submission, adding the length (prefix) and the\n // signature (postfix)Rödl\n const encoded = encodeLength(\n // When working with publicKeys, the prefix is 0xff for poc-2+\n new Uint8Array([0xff]),\n message,\n signature\n );\n\n return api.author.submitExtrinsic(encoded);\n}\n\nconst Alice = keyring.addFromSeed(Encoder.encode('Alice '));\nconst addressBob = '5Gw3s7q4QLkSWwknsiPtjujPv3XM4Trxi5d4PgKMMk3gfGTE';\nconst amount = new BN(999); // on dev chain, the fee is 1, that makes it a round 1000\n\nconsole.log(`Crafting and sending an extrinsic for Alice to send Bob ${amount} DOTs`);\n\ntransfer(Alice, addressBob, amount)\n .then(() => console.log('Sent'))\n .catch((error) => console.log('HINT: Make sure you wait for the storage to update before sending the next extrinsic', error))\n .finally(_ => process.exit(0));\n\n"},"examples/07_transfer_dots/":{"url":"examples/07_transfer_dots/","title":"Transfer DOTs","keywords":"","body":"Tranfer DOTs\nThis sample is more 'straight to the point' and shows the easiest way to transfer DOTs from one an account to another.\nconst BN = require('bn.js');\nconst Api = require('@polkadot/api').default;\nconst WsProvider = require('@polkadot/api-provider/ws').default;\nconst extrinsics = require('@polkadot/extrinsics').default;\nconst encodeExtrinsic = require('@polkadot/extrinsics/codec/encode/uncheckedLength').default;\nconst Keyring = require('@polkadot/util-keyring').default;\nconst storage = require('@polkadot/storage').default;\n\nconst Encoder = new TextEncoder();\nconst keyring = new Keyring();\nconst provider = new WsProvider('ws://127.0.0.1:9944');\nconst api = new Api(provider);\n\nasync function getAccountIndex (address) {\n return api.state.getStorage([storage.system.public.accountIndexOf, address]);\n}\n\nasync function transfer (keyRingFrom, addressTo, amount) {\n const nextAccountIndex = await getAccountIndex(keyRingFrom.address());\n\n // encode the call for signing\n const encoded = encodeExtrinsic(\n keyRingFrom,\n nextAccountIndex,\n extrinsics.staking.public.transfer,\n [addressTo, amount]\n );\n\n await api.author.submitExtrinsic(encoded)\n .catch(e => console.log);\n}\n\nconst Alice = keyring.addFromSeed(Encoder.encode('Alice '));\nconst addressBob = '5Gw3s7q4QLkSWwknsiPtjujPv3XM4Trxi5d4PgKMMk3gfGTE';\nconst amount = new BN(999); // on dev chain, the fee is 1, that makes it a round 1000\n\nconsole.log(`Crafting and sending an extrinsic for Alice to send Bob ${amount} DOTs`);\n\ntransfer(Alice, addressBob, amount)\n .then(() => console.log('Done'))\n .catch((error) => console.log(error))\n .finally(_ => process.exit(0));\n\n"},"GLOSSARY.html":{"url":"GLOSSARY.html","keywords":"","body":"DOT\nThe native unit for operation on the Polkadot network.\n"}}} \ No newline at end of file diff --git a/lerna.json b/lerna.json index 1c199c0f5801..a4934e5a321b 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ "packages": [ "packages/*" ], - "version": "0.30.1" + "version": "0.30.2" } diff --git a/package.json b/package.json index 78a457d62ddf..dc037d46fd2e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.30.1", + "version": "0.30.2", "private": true, "engines": { "node": "^10.1.0", diff --git a/packages/api-codec/package.json b/packages/api-codec/package.json index f754a64717f9..7d1a31972037 100644 --- a/packages/api-codec/package.json +++ b/packages/api-codec/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/api-codec", - "version": "0.30.1", + "version": "0.30.2", "description": "Implementation of the Parity codec", "main": "index.js", "keywords": [ diff --git a/packages/api-provider/package.json b/packages/api-provider/package.json index 462007b725c6..a2b9cfb73c36 100644 --- a/packages/api-provider/package.json +++ b/packages/api-provider/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/api-provider", - "version": "0.30.1", + "version": "0.30.2", "description": "Transport providers for the API", "main": "index.js", "keywords": [ @@ -34,7 +34,7 @@ }, "dependencies": { "@babel/runtime": "^7.0.0", - "@polkadot/storage": "^0.30.1", + "@polkadot/storage": "^0.30.2", "@polkadot/util": "^0.30.7", "@polkadot/util-crypto": "^0.30.7", "@polkadot/util-keyring": "^0.30.7", diff --git a/packages/api-rx/package.json b/packages/api-rx/package.json index 25005e515387..a523b30a16c6 100644 --- a/packages/api-rx/package.json +++ b/packages/api-rx/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/api-rx", - "version": "0.30.1", + "version": "0.30.2", "description": "An RxJs wrapper around the Polkadot JS API", "main": "index.js", "keywords": [ @@ -30,8 +30,8 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-rx#readme", "dependencies": { "@babel/runtime": "^7.0.0", - "@polkadot/api": "^0.30.1", - "@polkadot/api-provider": "^0.30.1", + "@polkadot/api": "^0.30.2", + "@polkadot/api-provider": "^0.30.2", "@types/rx": "^4.1.1", "rxjs": "^6.3.2" } diff --git a/packages/api/package.json b/packages/api/package.json index 69307ee5024c..3db2bd490c09 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/api", - "version": "0.30.1", + "version": "0.30.2", "description": "A JavaScript wrapper for the Polkadot JsonRPC interface", "main": "index.js", "keywords": [ @@ -30,9 +30,9 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme", "dependencies": { "@babel/runtime": "^7.0.0", - "@polkadot/api-provider": "^0.30.1", - "@polkadot/jsonrpc": "^0.30.1", - "@polkadot/params": "^0.30.1", + "@polkadot/api-provider": "^0.30.2", + "@polkadot/jsonrpc": "^0.30.2", + "@polkadot/params": "^0.30.2", "@polkadot/util": "^0.30.7" } } diff --git a/packages/type-extrinsics/package.json b/packages/type-extrinsics/package.json index f6330d4bf7e9..0960e2477789 100644 --- a/packages/type-extrinsics/package.json +++ b/packages/type-extrinsics/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/extrinsics", - "version": "0.30.1", + "version": "0.30.2", "main": "index.js", "repository": "https://github.com/polkadot-js/api.git", "author": "Jaco Greeff ", @@ -11,8 +11,8 @@ "license": "ISC", "dependencies": { "@babel/runtime": "^7.0.0", - "@polkadot/params": "^0.30.1", - "@polkadot/primitives": "^0.30.1", + "@polkadot/params": "^0.30.2", + "@polkadot/primitives": "^0.30.2", "@polkadot/util": "^0.30.7" } } diff --git a/packages/type-jsonrpc/package.json b/packages/type-jsonrpc/package.json index 457a42162507..5b8421ab9bc7 100644 --- a/packages/type-jsonrpc/package.json +++ b/packages/type-jsonrpc/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/jsonrpc", - "version": "0.30.1", + "version": "0.30.2", "description": "Method definitions for the Polkadot RPC layer", "main": "index.js", "engines": { @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-jsonrpc#readme", "dependencies": { - "@polkadot/params": "^0.30.1", + "@polkadot/params": "^0.30.2", "babel-runtime": "^6.26.0" } } diff --git a/packages/type-params/package.json b/packages/type-params/package.json index c1f38ca80a69..caef29d9d3f3 100644 --- a/packages/type-params/package.json +++ b/packages/type-params/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/params", - "version": "0.30.1", + "version": "0.30.2", "description": "Type defintions for parameters as passed in calls", "main": "index.js", "engines": { @@ -29,9 +29,9 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-params#readme", "dependencies": { "@babel/runtime": "^7.0.0", - "@polkadot/extrinsics": "^0.30.1", - "@polkadot/params": "^0.30.1", - "@polkadot/primitives": "^0.30.1", + "@polkadot/extrinsics": "^0.30.2", + "@polkadot/params": "^0.30.2", + "@polkadot/primitives": "^0.30.2", "@polkadot/util": "^0.30.7", "@polkadot/util-keyring": "^0.30.7" } diff --git a/packages/type-primitives/package.json b/packages/type-primitives/package.json index 1e8a696947b8..28d5cbc0c1ce 100644 --- a/packages/type-primitives/package.json +++ b/packages/type-primitives/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/primitives", - "version": "0.30.1", + "version": "0.30.2", "description": "Type defintions for the Polkadot network", "main": "index.js", "engines": { diff --git a/packages/type-storage/package.json b/packages/type-storage/package.json index 769d4b431e91..3b349d47592a 100644 --- a/packages/type-storage/package.json +++ b/packages/type-storage/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/storage", - "version": "0.30.1", + "version": "0.30.2", "description": "Generic wrapper wrapper around state storage", "main": "index.js", "engines": { @@ -30,9 +30,9 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-storage#readme", "dependencies": { "@babel/runtime": "^7.0.0", - "@polkadot/api-codec": "^0.30.1", - "@polkadot/params": "^0.30.1", - "@polkadot/primitives": "^0.30.1", + "@polkadot/api-codec": "^0.30.2", + "@polkadot/params": "^0.30.2", + "@polkadot/primitives": "^0.30.2", "@polkadot/util": "^0.30.7", "@polkadot/util-crypto": "^0.30.7", "@polkadot/util-keyring": "^0.30.7"