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
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
I am using the sample app with my test key. everything is working fine but balance. Some time balance is negative some time it's a random number, which is different from the balance in my account. Please help us to resolve that.
I am using the sample app with my test key. everything is working fine but balance. Some time balance is negative some time it's a random number, which is different from the balance in my account. Please help us to resolve that.
I am using the sample app with my test key. everything is working fine but balance. Some time balance is negative some time it's a random number, which is different from the balance in my account. Please help us to resolve that.
Balance Request :
let req = BasicRPCRequest(
id: properties.rpcId,
jsonrpc: Web3.jsonrpc,
method: "eth_getBalance",
params: [address, block]
)
properties.provider.send(request: req, response: response)
The text was updated successfully, but these errors were encountered: