@agoric/zoe
Version:
Zoe: the Smart Contract Framework for Offer Enforcement
4 lines • 340 B
TypeScript
export function defineDurableHandle<H extends string>(baggage: Baggage, handleType: H): H extends "Instance" ? () => Instance : () => Handle<H>;
export function makeHandle<H extends string>(handleType: H): H extends "Instance" ? Instance : Handle<H>;
import type { Baggage } from '@agoric/vat-data';
//# sourceMappingURL=makeHandle.d.ts.map