Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TendermintRpcAddrFlag = flag.String("tendermint_addr", "tcp://0.0.0.0:46657", "This is the address that minter will use to connect to the tendermint core node. Please provide a port.") MinterAppAddrFlag = flag.String("minter_addr", "tcp://0.0.0.0:46658", "This is the address that minter will use to open ABCI application server. Please provide a port.") MinterAPIAddrFlag = flag.String("api_addr", ":8841", "This is the address that minter will use to open API server. Please provide a port.") MinterHome = flag.String("home", "", "Path to minter data directory") DisableApi = flag.Bool("disable-api", false, "") )
Functions ¶
func GetMinterHome ¶
func GetMinterHome() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.