Skip to content

Commit

Permalink
Merge pull request #105 from chfast/eei-address-type
Browse files Browse the repository at this point in the history
EEI: Change address type from integer to bytes
  • Loading branch information
axic committed Oct 7, 2018
2 parents 69c7806 + 55623c3 commit ec7e053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Ethereum Environment Interface exposes the core Ethereum API to the ewasm en

We define the following Ethereum data types:
- `bytes`: an array of bytes with unrestricted length
- `address`: a 160 bit number, represented as a 20 bytes long little endian unsigned integer in memory
- `address`: an array of 20 bytes
- `u128`: a 128 bit number, represented as a 16 bytes long little endian unsigned integer in memory
- `u256`: a 256 bit number, represented as a 32 bytes long little endian unsigned integer in memory

Expand Down

0 comments on commit ec7e053

Please sign in to comment.