diff options
author | chriseth <chris@ethereum.org> | 2017-06-12 23:50:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 23:50:03 +0800 |
commit | 3170fd9a93f9844a155e4f0e01500ab4c9a0bb4b (patch) | |
tree | 35de7390a44696c504fd0f2a351d4c7ab75a5586 /docs/abi-spec.rst | |
parent | c66c5d4a21bfdd6eea8ce1114cbc700b1dc9eac2 (diff) | |
download | dexon-solidity-3170fd9a93f9844a155e4f0e01500ab4c9a0bb4b.tar.gz dexon-solidity-3170fd9a93f9844a155e4f0e01500ab4c9a0bb4b.tar.zst dexon-solidity-3170fd9a93f9844a155e4f0e01500ab4c9a0bb4b.zip |
Formatting of heading.
Diffstat (limited to 'docs/abi-spec.rst')
-rw-r--r-- | docs/abi-spec.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst index b79bb613..66a3befd 100644 --- a/docs/abi-spec.rst +++ b/docs/abi-spec.rst @@ -157,7 +157,8 @@ on the type of `X` being Note that for any `X`, `len(enc(X))` is a multiple of 32. -## Function Selector and Argument Encoding +Function Selector and Argument Encoding +======================================= All in all, a call to the function `f` with parameters `a_1, ..., a_n` is encoded as |