mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Refer to internal ABI documentation
This commit is contained in:
parent
412cc6bc58
commit
e649ce71bd
@ -84,10 +84,8 @@ Layout of Call Data
|
|||||||
*******************
|
*******************
|
||||||
|
|
||||||
When a Solidity contract is deployed and when it is called from an
|
When a Solidity contract is deployed and when it is called from an
|
||||||
account, the input data is assumed to be in the format in `the ABI
|
account, the input data is assumed to be in the format in :ref:`the ABI
|
||||||
specification
|
specification <ABI>`. The ABI specification requires arguments to be padded to multiples of 32
|
||||||
<https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI>`_. The
|
|
||||||
ABI specification requires arguments to be padded to multiples of 32
|
|
||||||
bytes. The internal function calls use a different convention.
|
bytes. The internal function calls use a different convention.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user