Registry / other / filecoin-project-go-hamt-ipld-v3

filecoin-project-go-hamt-ipld-v3

JSON →
library3.4.1gogounverified

Package hamt provides a reference implementation of the IPLD HAMT used in the Filecoin blockchain, with CHAMP mutation semantics and canonical forms.

go get github.com/filecoin-project/go-hamt-ipld/v3
INSTALL
IMPORT
SIG · FILECOIN-PROJECT-G
F
filecoin-project-go-hamt-ipld-v3
othergov3.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hamt
github.com/filecoin-project/go-hamt-ipld/v3

Create a new HAMT node with a custom bit width.

package main import ( "fmt" hamt "github.com/filecoin-project/go-hamt-ipld/v3" ) func main() { store := hamt.NewStore() node := hamt.NewNode(store, hamt.UseTreeBitWidth(5)) fmt.Println(node) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
filecoin-project-go-hamt-ipld-v3 — go get filecoin-project-go-hamt-ipld-v3 · libregistry