Documentation ¶
Index ¶
Constants ¶
View Source
const ( Chain = "okbchain" TestnetPrefix = "okbchaintest" AppName = "OKBChain" Server = Chain + "d" Client = Chain + "cli" ServerHome = "$HOME/." + Server ClientHome = "$HOME/." + Client ServerLog = Server + ".log" EnvPrefix = "OKBCHAIN" CoinType uint32 = 60 Currency = "okb" )
View Source
const ChainName = "OKBC"
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.