README ¶ IPFS Database wrapper IPFS wrapper for state trie database. License Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ Project This source code is part of IPFN – interplanetary functions project. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Wrap(prefix cid.Prefix, db ethdb.Database) ethdb.Database func WrapURL(prefix cid.Prefix, db ethdb.Database, url string) ethdb.Database Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Wrap ¶ func Wrap(prefix cid.Prefix, db ethdb.Database) ethdb.Database Wrap - Wraps database with IPFS storage. func WrapURL ¶ func WrapURL(prefix cid.Prefix, db ethdb.Database, url string) ethdb.Database WrapURL - Wraps database with IPFS storage. Types ¶ This section is empty. Source Files ¶ View all Source files wrapper.go Click to show internal directories. Click to hide internal directories.