BareMethodConfig
Algorand TypeScript / arc4 / BareMethodConfig
BareMethodConfig =
object
Defined in: arc4/index.ts:179
Configuration options for a bare method
Properties
Section titled “Properties”allowActions?
Section titled “allowActions?”
optionalallowActions:OnCompleteActionStr|OnCompleteActionStr[]
Defined in: arc4/index.ts:184
Which on complete action(s) are allowed when invoking this method.
Default
Section titled “Default”'NoOp';onCreate?
Section titled “onCreate?”
optionalonCreate:CreateOptions
Defined in: arc4/index.ts:189
Whether this method should be callable when creating the application.
Default
Section titled “Default”'disallow';