We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3677c7a + faffe3e commit 34be07bCopy full SHA for 34be07b
docs/abi-spec.rst
@@ -191,9 +191,9 @@ on the type of ``X`` being
191
192
- ``T[]`` where ``X`` has ``k`` elements (``k`` is assumed to be of type ``uint256``):
193
194
- ``enc(X) = enc(k) enc([X[0], ..., X[k-1]])``
+ ``enc(X) = enc(k) enc((X[0], ..., X[k-1]))``
195
196
- i.e. it is encoded as if it were an array of static size ``k``, prefixed with
+ i.e. it is encoded as if it were a tuple with ``k`` elements of the same type (resp. an array of static size ``k``), prefixed with
197
the number of elements.
198
199
- ``bytes``, of length ``k`` (which is assumed to be of type ``uint256``):
0 commit comments