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
When you use web3.eth.estimateGas work fine but when is called from web3.eth.accounts.signTransaction got error
InvalidResponseError: Returned error: Errors encountered in param 0: Invalid value "0x" supplied to : RpcCallRequest/value: QUANTITY | undefined
at Web3RequestManager._processJsonRpcResponse (node_modules/web3-core/src/web3_request_manager.ts:362:11)
at Web3RequestManager. (node_modules/web3-core/src/web3_request_manager.ts:206:16)
at Generator.next ()
at fulfilled (node_modules/web3-core/lib/commonjs/web3_request_manager.js:21:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
When you use web3.eth.estimateGas work fine but when is called from web3.eth.accounts.signTransaction got error
InvalidResponseError: Returned error: Errors encountered in param 0: Invalid value "0x" supplied to : RpcCallRequest/value: QUANTITY | undefined
at Web3RequestManager._processJsonRpcResponse (node_modules/web3-core/src/web3_request_manager.ts:362:11)
at Web3RequestManager. (node_modules/web3-core/src/web3_request_manager.ts:206:16)
at Generator.next ()
at fulfilled (node_modules/web3-core/lib/commonjs/web3_request_manager.js:21:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered: