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

Struct CLI

tools/sifgen/utils/cli.go:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54type CLI struct {
55 chainID string
56 configPath string
57 keyringBackend string
58}
59
60func NewCLI(chainID, keyringBackend string) CLI {
61 app.SetConfig(false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected