Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ICBNetwork/web3-Wallet
/ Error
Interface
Error
app/util/fetch/FetchState.ts:17–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
data: T;
16
}
17
interface
Error<T> {
18
type
:
'Error'
;
19
data?: T;
20
error?: FetchError;
21
message?: string;
22
}
23
24
export
type
FetchState<T> = Loading<T> | Error<T> | Success<T>;
Callers
4
Fail
Function · 0.85
ppom.js
File · 0.85
index.js
File · 0.85
index.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected