For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?