MCPcopy Create free account
hub / github.com/tendermint/tendermint / ClientKeyFile

Method ClientKeyFile

config/config.go:408–410  ·  view source on GitHub ↗

ClientKeyFile returns the full path to the priv_validator_key.json file

()

Source from the content-addressed store, hash-verified

406
407// ClientKeyFile returns the full path to the priv_validator_key.json file
408func (cfg *PrivValidatorConfig) ClientKeyFile() string {
409 return rootify(cfg.ClientKey, cfg.RootDir)
410}
411
412// ClientCertificateFile returns the full path to the priv_validator_key.json file
413func (cfg *PrivValidatorConfig) ClientCertificateFile() string {

Callers 1

DialRemoteSignerFunction · 0.80

Calls 1

rootifyFunction · 0.85

Tested by

no test coverage detected