UNPKG

@agoric/zoe

Version:

Zoe: the Smart Contract Framework for Offer Enforcement

7 lines 415 B
export function createSeatManager(zoeInstanceAdmin: ERef<ZoeInstanceAdmin>, getAssetKindByBrand: GetAssetKindByBrand, shutdownWithFailure: ShutdownWithFailure, zcfBaggage: Baggage): { seatManager: ZcfSeatManager; zcfMintReallocator: ZcfMintReallocator; }; import type { ShutdownWithFailure } from '@agoric/swingset-vat'; import type { Baggage } from '@agoric/vat-data'; //# sourceMappingURL=zcfSeat.d.ts.map