UNPKG

@agoric/zoe

Version:

Zoe: the Smart Contract Framework for Offer Enforcement

8 lines 463 B
export function prepareInvitationKit(baggage: Baggage, shutdownZoeVat?: ShutdownWithFailure | undefined): { invitationIssuer: globalThis.Issuer<"set", InvitationDetails>; invitationKit: globalThis.IssuerKit<"set", InvitationDetails>; }; import type { Baggage } from '@agoric/vat-data'; import type { ShutdownWithFailure } from '@agoric/swingset-vat'; import type { InvitationDetails } from '../types-index.js'; //# sourceMappingURL=makeInvitation.d.ts.map