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

Close #205

I chose to actually return a PjUriBuilder since it lets the downstream implementor construct the rest of the Uri.

Question: Are any downstream implementations constructing their own URIs which would have a problem with this return type? or can they extract the necessary Uri parameters from the builder?

DanGould avatar Apr 28 '24 17:04 DanGould