Optional
vatAdminSvc: VatAdminSvc | Promise<VatAdminSvc>The vatAdmin Service, which carries the power to create a new vat. If it's not available when makeZoe() is called, it must be provided later using setVatAdminService().
Optional
shutdownZoeVat: ShutdownWithFailurea function to shutdown the Zoe Vat. This function needs to use the vatPowers available to a vat.
Optional
feeIssuerConfig: FeeIssuerConfigOptional
zcfSpec: ZCFSpecPointer to the contract facet bundle.
Deprecated
Create an instance of Zoe.
This will fail upgrades and should only be used in tests through the helper
makeZoeKitForTest
.