Endo API documentation
    Preparing search index...

    Module @endo/eventual-send - v1.3.4

    HandledPromise

    dependency status dev dependency status License

    Create a HandledPromise class to implement the eventual-send API. This API is used by the ECMAScript eventual-send proposal.

    To install the HandledPromise global property shim, do:

    import '@agoric/eventual-send/shim';
    

    After that, you can use HandledPromise in any of your code. If you need access to the E proxy maker, do:

    import { E } from '@agoric/eventual-send';
    

    Interfaces

    RemotableBrand

    Type Aliases

    DataOnly
    EHandler
    EOnly
    EProxy
    ERef
    EReturn
    FarRef
    FilteredKeys
    HandledExecutor
    HandledPromiseConstructor
    HandledPromiseStaticMethods
    LocalRecord
    PickCallable
    RemoteFunctions
    RemoteKit
    ResolveWithPresenceOptionsBag
    Settler

    Variables

    E
    HandledPromise