Module OutputLib

Source
Expand description

Module containing a contract’s types and functions.

library OutputLib {
    bytes32 constant TAG_DIGEST = <expr>;
    function digest(Output memory output) internal pure returns (bytes32) { <stmts> }
}

Structs§

OutputLibInstance
A OutputLib instance.
digestCall
Function with signature digest((bytes32,bytes32)) and selector 0x2207a6ba.
digestReturn
Container type for the return parameters of the digest((bytes32,bytes32)) function.

Enums§

OutputLibCalls
Container for all the OutputLib function calls.

Functions§

new
Creates a new wrapper around an on-chain OutputLib contract instance.