QueryMsg: {
claims: {
address: string;
};
} | {
staked: {
address: string;
};
} | {
admin: {};
} | {
total_weight: {};
} | {
list_members: {
limit?: number | null;
start_after?: string | null;
};
} | {
member: {
addr: string;
at_height?: number | null;
};
} | {
hooks: {};
}