Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(agoric-cli): Condense
agoric wallet show
output (#10519)
## Description Render empty purses/usedInvitations/offers on one line rather than three: ```diff { "purses": [ ["board0074",0] ], - "usedInvitations": [ - - ], - "offers": [ - - ] + "usedInvitations": [], + "offers": [] } ``` ### Security Considerations n/a ### Scaling Considerations n/a ### Documentation Considerations n/a ### Testing Considerations n/a ### Upgrade Considerations We don't guarantee stability of the output AFAIK, and I'm not aware of anything that depends upon it.
- Loading branch information