git ssb

0+

wanderer🌟 / js-dfinity-radix-tree



Tree: f45337de9e0a6483fad38e4162908b16c457c0b2

Files: f45337de9e0a6483fad38e4162908b16c457c0b2 / docs / index.md

3178 bytesRaw

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

Table of Contents

constructor

index.js:19-22

Parameters

get

index.js:111-115

gets a value given a key

Parameters

Returns Promise

set

index.js:122-165

stores a value at a given key

Parameters

Returns Promise

delete

index.js:172-223

deletes a value at a given key

Parameters

Returns Promise

flush

index.js:229-231

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

Returns Promise

ArrayConstructor

index.js:28-30

returns an Uint1Array constructir which is used to repersent keys

Returns object

toTypedArray

index.js:37-39

converts a TypedArray or Buffer to an Uint1Array

Parameters

Returns TypedArray

Built with git-ssb-web