Here is my structure
struct userDetails{
address wallAdd;
uint32 isUser;
uint32 isAdmin;
}
I have to map records where isUser =1 only;
Here is my structure
struct userDetails{
address wallAdd;
uint32 isUser;
uint32 isAdmin;
}
I have to map records where isUser =1 only;