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
balance = await self.client.get_coin(
coin_type=“0x2::sui::SUI”,
address=self.config.active_address, fetch_all=True
address=self.config.active_address, fetch_all=True
)
The get_coin method will get stuck if there are too many transactions, e.g. 200,000 addresses transferring to me.
The text was updated successfully, but these errors were encountered:
Thank you for opening this issue, a team member will review it shortly. Until then, please do not interact with any users that claim to be from Sui support and do not click on any links!
balance = await self.client.get_coin(
coin_type=“0x2::sui::SUI”,
address=self.config.active_address, fetch_all=True
address=self.config.active_address, fetch_all=True
)
The get_coin method will get stuck if there are too many transactions, e.g. 200,000 addresses transferring to me.
The text was updated successfully, but these errors were encountered: