UNPKG

@agoric/zoe

Version:

Zoe: the Smart Contract Framework for Offer Enforcement

11 lines 709 B
export const MAX_KEYWORD_LENGTH: 100; export function assertKeywordName(keyword: any): void; export function cleanKeywords(uncleanKeywordRecord: { [name: string]: any; }): string[]; export function coerceAmountPatternKeywordRecord(allegedAmountKeywordRecord: any, getAssetKindByBrand: any): Record<string | number | symbol, any>; export function coerceAmountKeywordRecord(allegedAmountKeywordRecord: unknown, getAssetKindByBrand: any): AmountKeywordRecord; export function cleanProposal(proposal: Proposal, getAssetKindByBrand: GetAssetKindByBrand): ProposalRecord; import type { Proposal } from '@agoric/zoe'; import type { ProposalRecord } from '@agoric/zoe'; //# sourceMappingURL=cleanProposal.d.ts.map