referrerpolicy=no-referrer-when-downgrade

Module HostTransientMemory

Source
Expand description

Module containing a contract’s types and functions.

contract HostTransientMemory {
    function transientMemoryTest(uint256 slot, uint256 a) public returns (uint256) { <stmts> }
}

Structs§

transientMemoryTestCall
Function with signature transientMemoryTest(uint256,uint256) and selector 0x7f8937ee.
transientMemoryTestReturn
Container type for the return parameters of the transientMemoryTest(uint256,uint256) function.

Enums§

HostTransientMemoryCalls
Container for all the HostTransientMemory function calls.