mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename "call data" to "calldata"
This commit is contained in:
parent
89004edb2f
commit
2716d01f2c
@ -503,9 +503,9 @@ The opcodes ``pushi`` and ``jumpdest`` cannot be used directly.
|
||||
+-------------------------+------+-----------------------------------------------------------------+
|
||||
| callvalue | | wei sent together with the current call |
|
||||
+-------------------------+------+-----------------------------------------------------------------+
|
||||
| calldataload(p) | | call data starting from position p (32 bytes) |
|
||||
| calldataload(p) | | calldata starting from position p (32 bytes) |
|
||||
+-------------------------+------+-----------------------------------------------------------------+
|
||||
| calldatasize | | size of call data in bytes |
|
||||
| calldatasize | | size of calldata in bytes |
|
||||
+-------------------------+------+-----------------------------------------------------------------+
|
||||
| calldatacopy(t, f, s) | `-` | copy s bytes from calldata at position f to mem at position t |
|
||||
+-------------------------+------+-----------------------------------------------------------------+
|
||||
|
Loading…
Reference in New Issue
Block a user