@agoric/zoe
Version:
Zoe: the Smart Contract Framework for Offer Enforcement
6 lines • 323 B
TypeScript
/**
* @import {PriceAuthority, PriceDescription, PriceQuote, PriceQuoteValue, PriceQuery,} from '@agoric/zoe/tools/types.js';
*/
export function makeScriptedPriceAuthority(options: any): PriceAuthority;
import type { PriceAuthority } from '@agoric/zoe/tools/types.js';
//# sourceMappingURL=scriptedPriceAuthority.d.ts.map