Documentation ¶
Index ¶
- type MerkMap
- func (mp *MerkMap) ArrangeSlot(newSlot []byte) *MerkMap
- func (mp *MerkMap) Close() error
- func (mp *MerkMap) Commit(cb trie.LeafCallback) (root []byte, err error)
- func (mp *MerkMap) MakeErrorProof(err error) string
- func (mp *MerkMap) MakeErrorProofFromString(str string) string
- func (mp *MerkMap) MakeProof(key []byte) string
- func (mp *MerkMap) Revert() (err error)
- func (mp *MerkMap) TryDelete(key []byte) error
- func (mp *MerkMap) TryGet(key []byte) ([]byte, error)
- func (mp *MerkMap) TryProve(key []byte) ([][]byte, error)
- func (mp *MerkMap) TryPureDelete(key []byte) error
- func (mp *MerkMap) TryPureGet(key []byte) ([]byte, error)
- func (mp *MerkMap) TryUpdate(key []byte, value []byte) error
- type ProofJson
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MerkMap ¶
type MerkMap struct {
// contains filtered or unexported fields
}
func NewMerkMap ¶
func NewMerkMapFromDB ¶
func (*MerkMap) ArrangeSlot ¶
func (*MerkMap) MakeErrorProof ¶
func (*MerkMap) MakeErrorProofFromString ¶
func (*MerkMap) TryPureDelete ¶
Click to show internal directories.
Click to hide internal directories.