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.
1 parent ddea589 commit faffe3eCopy full SHA for faffe3e
docs/abi-spec.rst
@@ -193,7 +193,7 @@ on the type of ``X`` being
193
194
``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