Remove network state from frontend (#345)

This commit is contained in:
Squirrel
2021-06-04 08:38:15 +01:00
committed by GitHub
parent dc6509a7ae
commit 7ee8fe851f
8 changed files with 1 additions and 60 deletions
-1
View File
@@ -25,7 +25,6 @@ export type CPUUse = Opaque<number, 'CPUUse'>;
export type Bytes = Opaque<number, 'Bytes'>;
export type BytesPerSecond = Opaque<number, 'BytesPerSecond'>;
export type NetworkId = Opaque<string, 'NetworkId'>;
export type NetworkState = Opaque<string | object, 'NetworkState'>;
export type BlockDetails = [
BlockNumber,