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
Currently, we have a barqrouteinfo command that simulates a payment and returns the potential route that barq could take if barqpay is executed.
We propose adding a new command, barqinspect. This command will allow users to inspect a specific payment from the history using its ID. It should provide details about whether the payment completed successfully or failed, along with the associated logs.
This feature is dependent on implementing a storage solution (#7).
The text was updated successfully, but these errors were encountered:
Currently, we have a
barqrouteinfo
command that simulates a payment and returns the potential route thatbarq
could take ifbarqpay
is executed.We propose adding a new command,
barqinspect
. This command will allow users to inspect a specific payment from the history using its ID. It should provide details about whether the payment completed successfully or failed, along with the associated logs.This feature is dependent on implementing a storage solution (#7).
The text was updated successfully, but these errors were encountered: