Skip to content

Commit ec7e053

Browse files
authored
Merge pull request #105 from chfast/eei-address-type
EEI: Change address type from integer to bytes
2 parents 69c7806 + 55623c3 commit ec7e053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Ethereum Environment Interface exposes the core Ethereum API to the ewasm en
66

77
We define the following Ethereum data types:
88
- `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
9+
- `address`: an array of 20 bytes
1010
- `u128`: a 128 bit number, represented as a 16 bytes long little endian unsigned integer in memory
1111
- `u256`: a 256 bit number, represented as a 32 bytes long little endian unsigned integer in memory
1212

0 commit comments

Comments
 (0)