IKernelEvents

interface IKernelEvents

Source: contracts/kernel/IKernel.sol

Index

Reference

Events

SetApp

event`` SetApp(bytes32 namespace, bytes32 appId, address app)


Parameters:

  • namespace - bytes32

  • appId - bytes32

  • app - address

Last updated