package interfaces
// Client provides an interface for // SBI protocol clients
type Client interface {
GetConfig() ClientConfig
}