rust-payjoin
rust-payjoin copied to clipboard
Construct `Uri` from `Enrolled` method
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?