Type alias ExecutorPowers
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
Returns void
info: ((...args) => void)
- (...args): void
Returns void
makeOfferWatcher: MakeOfferWatcher