tvmjs
    Preparing search index...

    Type Alias AsyncPackedFunc

    AsyncPackedFunc: (...args: any) => Promise<any> & Disposable & {
        _tvmPackedCell: PackedFuncCell;
    }

    Type for AyncPackedFunc in TVMRuntime possibly may contain stack unwinding through Asynctify