Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaxBufferSize = 1024 Genesis string = "0" HeadRange int64 = 5 TailRange string = "6" GenesisPrefix = "G" HeadPrefix = "H" TailPrefix = "T" GenesisKey = GenesisPrefix + Genesis TailKey = TailPrefix + TailRange )
Variables ¶
This section is empty.
Functions ¶
func GetGenesisKey ¶
func GetGenesisKey() string
func GetKnotKey ¶
func GetTailKey ¶
func GetTailKey() string
Types ¶
type ChainX ¶
type ChainX struct {
// contains filtered or unexported fields
}
func (*ChainX) GetTailKnotBID ¶
func (*ChainX) GetTailKnotIDX ¶
Click to show internal directories.
Click to hide internal directories.