Skip to content

Commit

Permalink
fix(a3p): improve description of send script
Browse files Browse the repository at this point in the history
- Address review comments from Agoric#10123
- Comment: Agoric#10123 (comment)
  • Loading branch information
Jorge-Lopes committed Sep 27, 2024
1 parent 77ff7ad commit e0fa6c3
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
/// <reference types="@agoric/vats/src/core/types-ambient"/>

/**
* Send a payment by looking up deposit facet via namesByAddress.
* The primary purpose of this script is to access the depositFacet of a given address
* via the namesByAddress and then send a payment to it.
*
* see ./post.test.js
* The {{ADDRESS}} placeholder should be replaced with the desired address before use.
*
* The payment in this case is an invitation to add collateral to the reserve.
* However, the use of the reserve is incidental and simply provides an easy payment to construct.
*
* see a3p-integration/proposals/z:acceptance/wallet.test.js
*
* @param {BootstrapPowers} powers
*/
Expand Down

0 comments on commit e0fa6c3

Please sign in to comment.