Documentation ¶
Index ¶
- func New(database db.Database) trie.Manager
- func NewImmutable(db db.Database, h []byte) trie.Immutable
- func NewImmutableForObject(db db.Database, h []byte, t reflect.Type) trie.ImmutableForObject
- func NewMutable(database db.Database, h []byte) trie.Mutable
- func NewMutableForObject(db db.Database, h []byte, t reflect.Type) trie.MutableForObject
- func NewMutableFromImmutable(object trie.Immutable) trie.Mutable
- func NewMutableFromImmutableForObject(object trie.ImmutableForObject) trie.MutableForObject
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewImmutableForObject ¶
func NewMutableForObject ¶
func NewMutableFromImmutableForObject ¶
func NewMutableFromImmutableForObject(object trie.ImmutableForObject) trie.MutableForObject
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.