small doc addition

This commit is contained in:
Fabian Vogelsteller 2017-03-16 16:37:07 +01:00
parent 683c0826e3
commit 4651bf7062
No known key found for this signature in database
GPG Key ID: E51EADA77F1A4124

View File

@ -224,6 +224,7 @@ Parameters
----------
1. ``paramX`` - ``Mixed``: Any type, or an object with ``{type: 'uint', value: '123456'}`` or ``{t: 'bytes', v: '0xfff456'}``. Basic types are autodetected as follows:
- ``String`` non numerical UTF-8 string is interpreted as ``string``.
- ``String|Number|BN|HEX`` positive number is interpreted as ``uint256``.
- ``String|Number|BN`` negative number is interpreted as ``int256``.