Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TreeReceipt []byte
Functions ¶
func NewTree ¶
func NewTree(contents []TreeContent)
Types ¶
type MerkleTrie ¶
type Tree ¶
type TreeContent ¶
type TreeContent [][]byte
func (TreeContent) Bytes ¶
func (tc TreeContent) Bytes() []byte
type TreeStates ¶
type TreeStates int
const ( NONE TreeStates = iota WORKING DONE ERRORED IDLE VERIFIED ARCHIVED ARCHIVING SNAPSHOT WALKING HASHING )
Click to show internal directories.
Click to hide internal directories.