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
#[cw_serde]pubstructContractInfoResponse{pubname:String,pubsymbol:String,pubnum_tokens:u64,//optional props for backwards compatibilitypubminter:Option<String>,pubdescription:Option<String>,puburi:Option<String>,// uri or image}
By adding number of tokens and minter/owner, this may lead to less queries - at least in my case :).
The text was updated successfully, but these errors were encountered: