Skip to content

Commit

Permalink
docs: extract32 can output any bytesM type
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 26, 2023
1 parent 004398c commit 6a53ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/built-in-functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ Data Manipulation

* ``b``: ``Bytes`` list to extract from
* ``start``: Start point to extract from
* ``output_type``: Type of output (``bytes32``, ``integer``, or ``address``). Defaults to ``bytes32``.
* ``output_type``: Type of output (``bytesM``, ``integer``, or ``address``). Defaults to ``bytes32``.

Returns a value of the type specified by ``output_type``.

Expand Down

0 comments on commit 6a53ed9

Please sign in to comment.