Skip to content

CreateOptions

Algorand TypeScript


Algorand TypeScript / arc4 / CreateOptions

CreateOptions = "allow" | "disallow" | "require"

Defined in: arc4/index.ts:61

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