RPC = $RPC; $this->config = $config; $this->metadata = $metadata; } public function getRPC(): RPC { return $this->RPC; } public function getConfig(): Config { return $this->config; } public function getMetadata(): array { return $this->metadata; } }