Documentation ¶
Index ¶
Constants ¶
View Source
const DEPTH = c_type.DEPTH
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MerkleTree ¶
type MerkleTree struct {
// contains filtered or unexported fields
}
func (*MerkleTree) AppendLeaf ¶
func (self *MerkleTree) AppendLeaf(value c_type.Uint256) c_type.Uint256
func (*MerkleTree) GetLeafSize ¶
func (self *MerkleTree) GetLeafSize() (ret uint64)
type Param ¶
type Param struct {
// contains filtered or unexported fields
}
func (*Param) EmptyRoots ¶
func (*Param) NewMerkleTree ¶
func (self *Param) NewMerkleTree(db tri.Tri) (ret MerkleTree)
Click to show internal directories.
Click to hide internal directories.