When will collections have types? #268
Unanswered
amirsaran3
asked this question in
Q&A
Replies: 1 comment
-
These features will be available on 0.6 (not released yet). You can use |
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 created a project with
create-near-app
command and I am trying to add types to my collections, but it doesn't allow me.In your current examples you have
LookupMap<CarSpecs>;
.My version of
near-sdk-js
is0.5.0
.I saw that this is added/fixed in
0.5.0-1
prerelease.How can I use typed collections at the moment?
Beta Was this translation helpful? Give feedback.
All reactions