Skip to content

Commit

Permalink
chore(ertp): parameterize makeEmptyPurse type
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Sep 7, 2022
1 parent 7920543 commit eb81837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ERTP/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
* MathHelpers used by this Issuer.
* @property {() => DisplayInfo} getDisplayInfo Give information to UI
* on how to display amounts for this issuer.
* @property {() => Purse} makeEmptyPurse Make an empty purse of this
* @property {() => Purse<K>} makeEmptyPurse Make an empty purse of this
* brand.
* @property {IssuerIsLive} isLive
* @property {IssuerGetAmountOf<K>} getAmountOf
Expand Down

0 comments on commit eb81837

Please sign in to comment.