Documentation
¶
Index ¶
Constants ¶
View Source
const ( NodeDir = ".puniversal" ConfigSubdir = "config" ConfigFileName = "pushuv_config.json" DatabasesSubdir = "databases" RelayerSubdir = "relayer" )
Variables ¶
View Source
var DefaultNodeHome = os.ExpandEnv("$HOME/") + NodeDir
View Source
var RequiredMsgGrants = []string{
"/uexecutor.v1.MsgVoteInbound",
"/uexecutor.v1.MsgVoteGasPrice",
"/utss.v1.MsgVoteTssKeyProcess",
}
RequiredMsgGrants contains all the required message type URLs that must be granted via AuthZ for the Universal Validator to function. These messages are executed on behalf of the core validator by the grantee (hotkey of the Universal Validator).
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.