Type alias AsyncPackedFunc

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

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

Type declaration

    • (...args): Promise<any>
    • Parameters

      • Rest ...args: any

      Returns Promise<any>

Type declaration

Generated using TypeDoc