Expand description
Module containing a contract’s types and functions.
library SystemStateLib {
bytes32 constant TAG_DIGEST = <expr>;
function digest(SystemState memory state) internal pure returns (bytes32) { <stmts> }
}Structs§
- System
State LibInstance - A
SystemStateLibinstance. - digest
Call - Function with signature
digest((uint32,bytes32))and selector0x1b6beaa1. - digest
Return - Container type for the return parameters of the
digest((uint32,bytes32))function.
Enums§
- System
State LibCalls - Container for all the
SystemStateLibfunction calls.
Functions§
- new
- Creates a new wrapper around an on-chain
SystemStateLibcontract instance.