Preparing search index...
The search index is not available
@crownfi/ethereum-rpc-types
@crownfi/ethereum-rpc-types
EthereumProviderRpcError
Interface EthereumProviderRpcError
interface
EthereumProviderRpcError
{
code
:
number
;
data
?:
any
;
message
:
string
;
name
:
string
;
stack
?:
string
;
}
Hierarchy
Error
EthereumProviderRpcError
Index
Properties
code
data?
message
name
stack?
Properties
code
code
:
number
Optional
data
data
?:
any
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
data
message
name
stack
@crownfi/ethereum-rpc-types
Loading...