You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the user to be able to pay fees, the user's wallet needs to have a feePurse with RUN in it.
In #3663, Zoe will be changed to take a feePurse as the first argument to install, offer, startInstance, and getPublicFacet. #3663 has a method applyFeePurse which partially applies a feePurse, producing the original Zoe API.
When Zoe is passed to the wallet, the wallet should:
Make a feePurse with E(zoe).getFeePurse()
Add the feePurse to the user's list of purses
Allow the user to transfer RUN to the feePurse (this should fall out of purse functionality in the wallet)
Apply the feePurse to Zoe, so that the Zoe that the wallet interacts with is the one with the feePurse applied.
The text was updated successfully, but these errors were encountered:
For the user to be able to pay fees, the user's wallet needs to have a feePurse with RUN in it.
In #3663, Zoe will be changed to take a feePurse as the first argument to
install
,offer
,startInstance
, andgetPublicFacet
. #3663 has a methodapplyFeePurse
which partially applies a feePurse, producing the original Zoe API.When Zoe is passed to the wallet, the wallet should:
E(zoe).getFeePurse()
The text was updated successfully, but these errors were encountered: