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