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§
- Output
LibInstance - A
OutputLibinstance. - digest
Call - Function with signature
digest((bytes32,bytes32))and selector0x2207a6ba. - digest
Return - Container type for the return parameters of the
digest((bytes32,bytes32))function.
Enums§
- Output
LibCalls - Container for all the
OutputLibfunction calls.