Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

EEI: call* do not use a result offset, rather rely on returnDataCopy to access it #74

Merged
merged 1 commit into from
Jan 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions eth_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ Sends a message with arbitrary date to a given address path
- `valueOffset` **i32ptr** the memory offset to load the value from (`u128`)
- `dataOffset` **i32ptr** the memory offset to load data from (`bytes`)
- `dataLength` **i32** the length of data
- `resultOffset` **i32ptr** the memory offset to store the result data at (`bytes`)
- `resultLength` **i32** the maximal length of result data

**Returns**

Expand Down Expand Up @@ -126,8 +124,6 @@ data passed with the message call instruction or transaction.
- `valueOffset` **i32ptr** the memory offset to load the value from (`u128`)
- `dataOffset` **i32ptr** the memory offset to load data from (`bytes`)
- `dataLength` **i32** the length of data
- `resultOffset` **i32ptr** the memory offset to store the result data at (`bytes`)
- `resultLength` **i32** the maximal length of result data

**Returns**

Expand All @@ -144,8 +140,6 @@ persisting the current values for sender and value.
- `addressOffset` **i32ptr** the memory offset to load the address from (`address`)
- `dataOffset` **i32ptr** the memory offset to load data from (`bytes`)
- `dataLength` **i32** the length of data
- `resultOffset` **i32ptr** the memory offset to store the result data at (`bytes`)
- `resultLength` **i32** the maximal length of result data

**Returns**

Expand All @@ -163,8 +157,6 @@ value.
- `addressOffset` **i32ptr** the memory offset to load the address from (`address`)
- `dataOffset` **i32ptr** the memory offset to load data from (`bytes`)
- `dataLength` **i32** the length of data
- `resultOffset` **i32ptr** the memory offset to store the result data at (`bytes`)
- `resultLength` **i32** the maximal length of result data

**Returns**

Expand Down