@agoric/zoe
Version:
Zoe: the Smart Contract Framework for Offer Enforcement
9 lines • 585 B
TypeScript
export function sumAmountKeywordRecord(amr: AmountKeywordRecord, issuerRecord: ZoeIssuerRecord): Amount;
export function prepareZcMint(zcfBaggage: import("@agoric/vat-data").Baggage, recordIssuer: {
(keyword: string, issuerRecord: ZoeIssuerRecord): void;
}, getAssetKindByBrand: GetAssetKindByBrand, makeEmptySeatKit: (exit?: undefined) => {
zcfSeat: any;
userSeat: Promise<UserSeat>;
}, reallocator: ZcfMintReallocator): (keyword: string, zoeMintP: ERef<ZoeMint<K>>) => Promise<ZCFMint<K>>;
import type { ZCFMint } from '@agoric/zoe';
//# sourceMappingURL=zcfMint.d.ts.map