Refactor withdraw
and withdrawMax
#54
Closed
smol-ninja
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Interesting proposal
I think this might be right but we need first to make a query on dune to be sure I am not in favor of renaming But we could rename So: function withdrawMax(uint256 streamId, address to) external;
function withdrawAt(uint256 streamId, address to, uint40 time) external; Does it work for you? |
Beta Was this translation helpful? Give feedback.
2 replies
-
As per the discussion between me and @andreivladbrg, we have decided to rename |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like suggest the following changes:
Rationale: >90% of users would just like to withdraw maximum amount
Rationale: This should be treated as a special function that withdraws at a time t.
Beta Was this translation helpful? Give feedback.
All reactions