git ssb

0+

wanderer🌟 / js-dfinity-radix-tree



Tree: 1b527623b342eaea09fb4ab9477003ed4d570ef3

Files: 1b527623b342eaea09fb4ab9477003ed4d570ef3 / docs / index.md

3178 bytesRaw

<!-- Generated by documentation.js. Update this documentation by updating the source code. -->

Table of Contents

constructor

index.js:20-23

Parameters

get

index.js:112-116

gets a value given a key

Parameters

Returns Promise

set

index.js:123-166

stores a value at a given key

Parameters

Returns Promise

delete

index.js:173-224

deletes a value at a given key

Parameters

Returns Promise

flush

index.js:230-232

creates a merkle root for the current tree and stores the data perstantly

Returns Promise

ArrayConstructor

index.js:29-31

returns an Uint1Array constructir which is used to repersent keys

Returns object

toTypedArray

index.js:38-40

converts a TypedArray or Buffer to an Uint1Array

Parameters

Returns TypedArray

Built with git-ssb-web