Replies: 2 comments 2 replies
-
I'd be pro doing that, as you can't really read struct data in solidity without specific getters. If it doesn't make the contract too big, it would be a nice DX feature. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Locking, we ended up adding getters for segments: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#31 implemented getters for all stream struct members, except the complex segment-related arrays in the
SablierV2Pro
contract.Should we add getters for
segmentAmounts
,segmentExponents
andsegmentMilestones
?Beta Was this translation helpful? Give feedback.
All reactions