Error on ABI parameter useContractReads #729
Unanswered
SmartShipping
asked this question in
Question
Replies: 1 comment 2 replies
-
Can you share the ABI? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After the upgrade, my code is returning some compile errors during the useContractReads call.
The are :
abi: SmartSSubsABI,``
args: [session?.address]
onSuccess(data: [Subscription[], boolean]) {
setSubscriptions(data[0]);
setIsActive(data[1]);
}
Beta Was this translation helpful? Give feedback.
All reactions