From e72c87a01491cb5b1f1fb25e28df91aae26c477b Mon Sep 17 00:00:00 2001 From: 18aaddy Date: Sun, 22 Sep 2024 18:25:11 +0530 Subject: [PATCH] Removed client.go --- client/client.go | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 client/client.go diff --git a/client/client.go b/client/client.go deleted file mode 100644 index 8c1c6b1..0000000 --- a/client/client.go +++ /dev/null @@ -1,19 +0,0 @@ -package client - -import ( - "github.com/BlocSoc-iitr/selene/config" -) - -type ClientBuilder struct { - Network *config.Network - ConsensusRpc *string - ExecutionRpc *string - Checkpoint *[32]byte - RpcBindIp *string - RpcPort *uint16 - DataDir *string - Config *config.Config - Fallback *string - LoadExternalFallback bool - StrictCheckpointAge bool -} \ No newline at end of file