Build
Architecture
protocol
contracts
zevm
interfaces
UniversalContract.sol
Struct.zcontext

Git Source (opens in a new tab)

Note: should be removed once v2 SystemContract is not used anymore. MessageContext should be used

struct zContext {
    bytes origin;
    address sender;
    uint256 chainID;
}