Algorand TypeScript
    Preparing search index...

    Type Alias CreateOptions

    CreateOptions: "allow" | "disallow" | "require"

    The possible options for a method being available on application create

    allow: This method CAN be called when the application is being created, but it is not required disallow: This method CANNOT be called when the application is being created require: This method CAN ONLY be called when the application is being created