Skip to content

Commit

Permalink
Add note about nested dynamic array support
Browse files Browse the repository at this point in the history
  • Loading branch information
davesque authored and carver committed Aug 22, 2018
1 parent 44ab7cd commit c15ca57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Table of Contents
overview
encoding
decoding
nested_dynamic_arrays
eth_abi
releases

Expand Down
12 changes: 12 additions & 0 deletions docs/nested_dynamic_arrays.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Nested Dynamic Arrays
=====================

The ``eth-abi`` library supports the Solidity ABIv2 encoding format for nested
dynamic arrays. This means that values for data types such as the following
are legal and encodable/decodable: ``int[][]``, ``string[]``, ``string[2]``,
etc.

.. warning::

Though Solidity's ABIv2 has mostly been finalized, the specification is
technically still in development and may change.

0 comments on commit c15ca57

Please sign in to comment.