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
I created a relevant issue in #814, and I do prefer the above model over the existing one.
I just want to point out that it's important to consider the case that the user is a contract. For the fund function, I would suggest it takes one receiver parameter, so that one can fund others when necessary.
Currently, we have the
#[payable]
sign()
function with a dynamic pricing model.Downsides:
Alternative design:
sign()
always requires 1 yN of depositfund()
and attach a deposit of their choicesign()
request from their contract balanceThe alternative design allows both static and dynamic
sign()
request price models. I'm leaning toward a static one.The text was updated successfully, but these errors were encountered: