Documentation ¶
Index ¶
Constants ¶
View Source
const ( Chain = "fuxchain" TestnetPrefix = "fuxchaintest" AppName = "FURYChain" Server = Chain + "d" Client = Chain + "cli" ServerHome = "$HOME/." + Server ClientHome = "$HOME/." + Client ServerLog = Server + ".log" EnvPrefix = "FUXCHAIN" CoinType uint32 = 60 Currency = "fury" )
View Source
const ChainName = "FURYC"
View Source
const (
FlagEnableGid = "enable-gid"
)
View Source
const (
FlagTreeEnableAsyncCommit = "tree-enable-async-commit"
)
Variables ¶
View Source
var (
EnableGid = false
)
Functions ¶
Types ¶
type GoRoutineID ¶
type GoRoutineID int
var GoRId GoRoutineID = 0
func (GoRoutineID) String ¶
func (base GoRoutineID) String() string
Click to show internal directories.
Click to hide internal directories.