Registry / utility / filecoin-project-go-amt-ipld-v4

filecoin-project-go-amt-ipld-v4

JSON →
library4.4.0gogounverified

An implementation of the IPLD Array Mapped Trie (AMT) used in the Filecoin blockchain.

go get github.com/filecoin-project/go-amt-ipld/v4
INSTALL
IMPORT
SIG · FILECOIN-PROJECT-G
F
filecoin-project-go-amt-ipld-v4
utilitygov4.4.0
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.

amt
github.com/filecoin-project/go-amt-ipld/v4

Creating and using an AMT node.

package main import ( "fmt" amt "github.com/filecoin-project/go-amt-ipld/v4" ) func main() { node := amt.NewAMT(nil) node.Set(nil, 0, []byte("value")) fmt.Println(node) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
filecoin-project-go-amt-ipld-v4 — go get filecoin-project-go-amt-ipld-v4 · libregistry