git ssb

0+

wanderer🌟 / js-dfinity-radix-tree



Tree: fda15f34eac1f4b4ff2d0ef6a7a5fad66936f6ad

Files: fda15f34eac1f4b4ff2d0ef6a7a5fad66936f6ad / docs / index.md

3422 bytesRaw

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

Table of Contents

constructor

index.js:17-24

Parameters

get

index.js:111-115

gets a value given a key

Parameters

Returns Promise

set

index.js:122-158

stores a value at a given key

Parameters

Returns Promise

delete

index.js:165-217

deletes a value at a given key

Parameters

Returns Promise

flush

index.js:223-225

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

Returns Promise

emptyTreeState

index.js:29-31

returns the state of an empty tree

ArrayConstructor

index.js:37-39

returns an Uint1Array constructir which is used to repersent keys

Returns object

index.js:46-48

returns a merkle link for some given data

Parameters

Returns Buffer

Built with git-ssb-web