Algorand TypeScript
    Preparing search index...

    Type Alias BareMethodConfig

    Configuration options for a bare method

    type BareMethodConfig = {
        allowActions?: OnCompleteActionStr | OnCompleteActionStr[];
        onCreate?: CreateOptions;
    }
    Index

    Properties

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

    'NoOp'
    
    onCreate?: CreateOptions

    Whether this method should be callable when creating the application.

    'disallow'