tupelo-wasm-sdk

Home > tupelo-wasm-sdk > Repo

Repo class

Repo is a typescript wrapper around the IPFS Repo https://github.com/ipfs/js-ipfs-repo

Signature:

export declare class Repo 

Constructors

Constructor Modifiers Description
(constructor)(name, opts)   Constructs a new instance of the Repo class

Properties

Property Modifiers Type Description
repo   any  

Methods

Method Modifiers Description
close()    
get(key)    
init(opts)    
open()    
put(key, val)    
query(query)