I will use SWR to manage the data fetching. This is what I want to achieve. const { data: balance } = useSWR(["getBalance", account, ...
確定! 回上一頁