# Functions
Decode json rpc errors and provide additional information using abi.
# Constants
No description provided by the author
No description provided by the author
An internal JSON-RPC error, often caused by a bad or invalid payload.
Invalid method parameters.
Missing or invalid parameters, possibly due to server issues or a block not being processed yet.
The JSON request is possibly malformed.
The version of the JSON-RPC protocol is not supported.
The request exceeds your request limit.
The method does not exist, often due to a typo in the method name or the method not being supported.
The requested method is not implemented.
The JSON request is invalid, this can be due to syntax errors.
The requested resource cannot be found, possibly when calling an unsupported method.
The requested resource is not available.
The transaction could not be created.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author