Replies: 2 comments 1 reply
-
As I have argued on Slack, I am in favor of this proposal.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Locking since this was implemented in #275. |
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
-
Should we consider renaming the streamed
token
into a streamedasset
?In v2, the stream itself is a token (an NFT to be specific). As it inherits attributes and methods from ERC721, it gets a
tokenId
and other "token"-related features. This could make it a bit unclear for the underlying ERC20 the stream runs on. There will be getters for things likestream.token, stream.tokenId
which are very different things but due to naming will most often live alongside each other.@PaulRBerg @andreivladbrg
Beta Was this translation helpful? Give feedback.
All reactions