MCPcopy Create free account
hub / github.com/Sifchain/sifnode / AddGenesisCLPAdmin

Method AddGenesisCLPAdmin

tools/sifgen/utils/cli.go:132–134  ·  view source on GitHub ↗
(address, nodeDir string)

Source from the content-addressed store, hash-verified

130}
131
132func (c CLI) AddGenesisCLPAdmin(address, nodeDir string) (*string, error) {
133 return c.shellExec("sifnoded", "add-genesis-clp-admin", address, "--home", nodeDir, "--keyring-backend", c.keyringBackend)
134}
135
136func (c CLI) SetGenesisOracleAdmin(address, nodeDir string) (*string, error) {
137 return c.shellExec("sifnoded", "set-genesis-oracle-admin", address, "--home", nodeDir, "--keyring-backend", c.keyringBackend)

Callers

nothing calls this directly

Calls 1

shellExecMethod · 0.95

Tested by

no test coverage detected