Commit 83a07ec0 authored by clabby's avatar clabby

`IPreimageOracle` docs

parent f1c905da
...@@ -14,10 +14,11 @@ interface IPreimageOracle { ...@@ -14,10 +14,11 @@ interface IPreimageOracle {
view view
returns (bytes32 dat_, uint256 datLen_); returns (bytes32 dat_, uint256 datLen_);
/// @notice Loads a word of local data into the preimage oracle in two separate parts. /// @notice Loads of local data part into the preimage oracle.
/// @param _ident The identifier of the local data. /// @param _ident The identifier of the local data.
/// @param _word The local data word. /// @param _word The local data word.
/// @param _size The number of bytes in `_word` to load. /// @param _size The number of bytes in `_word` to load.
/// @param _partOffset The offset of the local data part to write to the oracle.
/// @dev The local data parts are loaded into the preimage oracle under the context /// @dev The local data parts are loaded into the preimage oracle under the context
/// of the caller - no other account can write to the caller's context /// of the caller - no other account can write to the caller's context
/// specific data. /// specific data.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment