Constructors
constructor
- new PrivateForest(rng, rsa_modulus_big_endian?): PrivateForest
Parameters
- rng: Rng
Optional
rsa_modulus_big_endian: Uint8Array
Methods
diff
- diff(other, store): Promise<any>
Returns Promise<any>
emptyName
- emptyName(): Name
free
- free(): void
Returns void
merge
- merge(other, store): Promise<any>
Returns Promise<any>
store
- store(store): Promise<any>
Returns Promise<any>
Static
load
- load(cid, store): Promise<any>
Returns Promise<any>
A reference to a private forest. Used for the private file system.