Algorand TypeScript Testing
    Preparing search index...

    Interface ExecutionScope

    interface ExecutionScope {
        execute: <TReturn>(body: () => TReturn) => TReturn;
    }
    Index

    Properties

    Properties

    execute: <TReturn>(body: () => TReturn) => TReturn