Algorand TypeScript
    Preparing search index...

    Interface ConventionalRouting

    Defines conventional routing method names. When used, methods with these names will be implicitly routed to the corresponding application lifecycle event.

    This behaviour is independent of a contract explicitly implementing this interface. The interface is provided simply to improve the developer experience of using this feature.

    Index

    Properties

    closeOutOfApplication?: AnyFunction

    The function to invoke when closing out of this application

    createApplication?: AnyFunction

    The function to invoke when creating this application

    deleteApplication?: AnyFunction

    The function to invoke when deleting this application

    optInToApplication?: AnyFunction

    The function to invoke when opting in to this application

    updateApplication?: AnyFunction

    The function to invoke when updating this application