removed 2 API functions

This commit is contained in:
Fabian Vogelsteller 2017-03-28 15:51:19 +02:00
parent cd52d9a35b
commit ffb63939f3
No known key found for this signature in database
GPG Key ID: E51EADA77F1A4124
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ Parameters
1. ``signature`` - ``String``: The RLP encoded transaction. 1. ``signature`` - ``String``: The RLP encoded transaction.
2. ``privateKey`` - ``String``: The private key for signing. 2. ``privateKey`` - ``String``: The private key for signing.
3. ``returnSignature`` - ``Boolean``: If true it returns an object with r, v, s and hash properties. 3. ``returnSignature`` - ``Boolean``: (optional) If true it returns an object with r, v, s and hash properties.
------- -------