From 0d36f839c3f7f6f2dbd2b8a09948dd6b242db877 Mon Sep 17 00:00:00 2001 From: ricmoo Date: Sun, 21 May 2017 20:37:29 -0400 Subject: [PATCH] Updated documents to include ENS. --- docs/build/html/.buildinfo | 2 +- docs/build/html/api-advanced.html | 12 ++-- docs/build/html/api-contract.html | 24 ++++---- docs/build/html/api-providers.html | 89 ++++++++++++++++----------- docs/build/html/api-utils.html | 8 +-- docs/build/html/api-wallet.html | 12 ++-- docs/build/html/api.html | 8 +-- docs/build/html/cookbook.html | 8 +-- docs/build/html/genindex.html | 8 +-- docs/build/html/getting-started.html | 8 +-- docs/build/html/index.html | 8 +-- docs/build/html/notes.html | 9 +-- docs/build/html/objects.inv | Bin 774 -> 774 bytes docs/build/html/search.html | 8 +-- docs/build/html/searchindex.js | 2 +- docs/build/html/testing.html | 8 +-- docs/source/api-contract.rst | 6 +- docs/source/api-providers.rst | 53 ++++++++++------ docs/source/api-wallet.rst | 4 +- docs/source/conf.py | 4 +- 20 files changed, 158 insertions(+), 123 deletions(-) diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo index 2eff349a9..475df3778 100644 --- a/docs/build/html/.buildinfo +++ b/docs/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 6a62ca43dcc6af574ac04a9f0b9d6b4e +config: 37414eb22e627195a5e1926fb6f4cd20 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/html/api-advanced.html b/docs/build/html/api-advanced.html index 1c4ec4eb2..3da89271a 100644 --- a/docs/build/html/api-advanced.html +++ b/docs/build/html/api-advanced.html @@ -8,7 +8,7 @@ - Low-Level API — ethers.js 2.0.0 documentation + Low-Level API — ethers.js 2.1.0 documentation @@ -34,7 +34,7 @@ - + @@ -64,7 +64,7 @@
- 2.0.0 + 2.1.0
@@ -420,7 +420,7 @@ is designed for developers that are sub-classing Provider.

prototype . perform ( method , params )
The only method needed to override in a subclass. All values are sanitized and defaults populated in params and the result is sanitized before returning. -Returns a Promise, see the example below for overview of +Returns a Promise, see the example below for overview of method and params.
@@ -431,7 +431,7 @@ Returns a Promise, see the example below f
Set up childProvider as an provider, inheriting the parent prototype and set up a prototype.inherits on the childProvider.
Provider . fetchJSON ( url , body , processFunc )
-
Convenience method for returning a Promise with the result of fetching JSON +
Convenience method for returning a Promise with the result of fetching JSON from a url with an optional body. The optional processFunc is called on the parsed JSON before being passed to the Promise’s resolve. (throwing an error in the processFunc will cause the Promise to reject)
@@ -728,7 +728,7 @@ invalid RLP-coded data) @@ -63,7 +63,7 @@
- 2.0.0 + 2.1.0
@@ -173,7 +173,7 @@ @@ -62,7 +62,7 @@
- 2.0.0 + 2.1.0
@@ -176,7 +176,7 @@