0

I'm able to get to open up the wallet gui via the browser and go straight to the asset page, but how do I open up a transaction popup?

Patoshi パトシ
  • 10,956
  • 18
  • 80
  • 151

1 Answers1

2

I don't think there's a way to open up popups using just the URL, because it's not built inside the codebase.

The only reason you were able to go to a specific page was that there's a loader function for that page.

For instance, loadAssetFromURL() for the asset page in ardor/html/www/js/nrs.assetexchange.js

Toxnyc
  • 303
  • 1
  • 8