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
cw721 is probably a case that warrants making a dedicate npm library for to handle the different versions (including sg721 NFTs). Could also add some helper methods for fetching token_uri, etc.
There's ts-codegen for easily creating js libs. But it wont solve different versions of cw721.
Like in v16 there is
Minter
query, whereas in v18 it isOwnership
and in upcoming v19 it isGetMinterOwnership
.New lib may have a version for constructor. In case of v16 then
GetMinterOwnership
call does an actualMinter
call.@shanev @JakeHartnell wdyt?
The text was updated successfully, but these errors were encountered: