# Functions
InitServers initiate http and grpc servers.
NewServer creates an instance of Server.
NewServerGRPC creates an instance of gRPC Server.
# Constants
No description provided by the author
# Structs
Config is the top level configuration struct for the entire application.
Server represents the http server for Ledger service.
ServerGRPC represents the gRPC server for Ledger service.
Service is the application glue where we put all top level components to be used.