ExecutorPowers: {
    invitationFromSpec: ERef<Invitation>;
    logger: {
        error: ((...args) => void);
        info: ((...args) => void);
    };
    makeOfferWatcher: MakeOfferWatcher;
}

Type declaration

  • invitationFromSpec: ERef<Invitation>
  • logger: {
        error: ((...args) => void);
        info: ((...args) => void);
    }
    • error: ((...args) => void)
        • (...args): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    • info: ((...args) => void)
        • (...args): void
        • Parameters

          • Rest ...args: any[]

          Returns void

  • makeOfferWatcher: MakeOfferWatcher