Closed fum-is-chum closed 5 months ago
Instead of querying the coin objects one by one, we use getAllBalance RPC calls to get all coins balance, and then access it individually by its coin type. This greatly reduce the required RPC calls to get coin balance
getAllBalance
CHANGES
Instead of querying the coin objects one by one, we use
getAllBalance
RPC calls to get all coins balance, and then access it individually by its coin type. This greatly reduce the required RPC calls to get coin balance