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
In the case of the MicroGrant example, I cannot certainly find a profile's grant history what I am trying to query is
"query microGrantRecipients by profileId"
This is not directly possible but if a microGrant has been initialized with useRegistryAnchor as true then the recipientId of the microGrantRecipient query and the anchor of the profile will be the same, but in case useRegistryAnchor is false the other way is to filter by sender but then again sender can have multiple profiles so there is no way to figure out which profile was used to register a given recipient.
The text was updated successfully, but these errors were encountered:
In the case of the MicroGrant example, I cannot certainly find a profile's grant history what I am trying to query is
"query microGrantRecipients by profileId"
This is not directly possible but if a
microGrant
has been initialized withuseRegistryAnchor
astrue
then therecipientId
of themicroGrantRecipient
query and theanchor
of the profile will be the same, but in caseuseRegistryAnchor
is false the other way is to filter bysender
but then againsender
can have multiple profiles so there is no way to figure out which profile was used to register a given recipient.The text was updated successfully, but these errors were encountered: