Build
Architecture
protocol
contracts
evm
interfaces
IGatewayEVM.sol
Struct.messagecontext

Git Source (opens in a new tab)

Message context passed to execute function.

struct MessageContext {
    address sender;
}

Properties

NameTypeDescription
senderaddressSender from omnichain contract.