Skip to content

Commit

Permalink
docs: static type for provision pool facets
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Sep 9, 2022
1 parent c63c7d1 commit 97a90f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vats/src/core/startWalletFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ export const startWalletFactory = async (
const ppTerms = harden({
perAccountInitialAmount: AmountMath.make(feeBrand, perAccountInitialValue),
});

/** @type {Awaited<ReturnType<typeof import('../provisionPool').start>>} */
const ppFacets = await E(zoe).startInstance(
provisionPool,
undefined,
Expand Down

0 comments on commit 97a90f2

Please sign in to comment.