UNPKG

@agoric/zoe

Version:

Zoe: the Smart Contract Framework for Offer Enforcement

4 lines 261 B
export function makeInstanceRecordStorage(baggage: Baggage): (ir: InstanceRecord) => InstanceState; import type { Baggage } from '@agoric/vat-data'; import type { InstanceRecord } from './zoeService/utils.js'; //# sourceMappingURL=instanceRecordStorage.d.ts.map