From 145b0020b8973667d9afc44cf2b44b8d31f5ed3d Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 21 Jan 2018 18:28:00 +0000 Subject: [PATCH] EEI: call* do not use a result offset, rather rely on returnDataCopy to access it --- eth_interface.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/eth_interface.md b/eth_interface.md index 1c4f66d3..231edbe4 100644 --- a/eth_interface.md +++ b/eth_interface.md @@ -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** @@ -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** @@ -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** @@ -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**