Home > tupelo-wasm-sdk > Repo
Repo is a typescript wrapper around the IPFS Repo https://github.com/ipfs/js-ipfs-repo
Signature:
export declare class Repo
Constructor | Modifiers | Description |
---|---|---|
(constructor)(name, opts) | Constructs a new instance of the Repo class |
Property | Modifiers | Type | Description |
---|---|---|---|
repo | any |
Method | Modifiers | Description |
---|---|---|
close() | ||
get(key) | ||
init(opts) | ||
open() | ||
put(key, val) | ||
query(query) |