We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69c7806 + 55623c3 commit ec7e053Copy full SHA for ec7e053
eth_interface.md
@@ -6,7 +6,7 @@ The Ethereum Environment Interface exposes the core Ethereum API to the ewasm en
6
7
We define the following Ethereum data types:
8
- `bytes`: an array of bytes with unrestricted length
9
-- `address`: a 160 bit number, represented as a 20 bytes long little endian unsigned integer in memory
+- `address`: an array of 20 bytes
10
- `u128`: a 128 bit number, represented as a 16 bytes long little endian unsigned integer in memory
11
- `u256`: a 256 bit number, represented as a 32 bytes long little endian unsigned integer in memory
12
0 commit comments