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;
}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;
}