docs: added jsdocs
This commit is contained in:
parent
3235910f3b
commit
7dcecfa47d
@ -214,6 +214,9 @@ export interface UnsupportedOperationError extends EthersError<"UNSUPPORTED_OPER
|
||||
* This Error indicates a proplem connecting to a network.
|
||||
*/
|
||||
export interface NetworkError extends EthersError<"NETWORK_ERROR"> {
|
||||
/**
|
||||
* The network event.
|
||||
*/
|
||||
event: string;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user