rust-payjoin icon indicating copy to clipboard operation
rust-payjoin copied to clipboard

Construct `Uri` from `Enrolled` method

Open DanGould opened this issue 1 year ago • 0 comments

Enrolled should have all of the configuration and state necessary to return a Uri. This should enable removal of the less clear pubkey, fallback_target functions.

This allows construct_pj_uri can to be removed from the v2 cli and any similar function from downstream implementation.

DanGould avatar Mar 08 '24 17:03 DanGould