UNPKG

@agoric/zoe

Version:

Zoe: the Smart Contract Framework for Offer Enforcement

7 lines 281 B
export function provideEscrowStorage(baggage: import("@agoric/vat-data").Baggage): { createPurse: CreatePurse; provideLocalPurse: ProvideLocalPurse; withdrawPayments: WithdrawPayments; depositPayments: DepositPayments; }; //# sourceMappingURL=escrowStorage.d.ts.map