Skip to content

BareMethodConfig

Algorand TypeScript


Algorand TypeScript / arc4 / BareMethodConfig

BareMethodConfig = object

Defined in: arc4/index.ts:179

Configuration options for a bare method

optional allowActions: OnCompleteActionStr | OnCompleteActionStr[]

Defined in: arc4/index.ts:184

Which on complete action(s) are allowed when invoking this method.

'NoOp';

optional onCreate: CreateOptions

Defined in: arc4/index.ts:189

Whether this method should be callable when creating the application.

'disallow';