git ssb

0+

wanderer🌟 / js-dfinity-radix-tree



Tree: 6b34c4eb25f5a0d003d2f5a603b19ae91bf6b375

Files: 6b34c4eb25f5a0d003d2f5a603b19ae91bf6b375 / docs / index.md

3003 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:102-106

gets a value given a key

Parameters

Returns Promise

set

index.js:113-149

stores a value at a given key

Parameters

Returns Promise

delete

index.js:156-208

deletes a value at a given key

Parameters

Returns Promise

flush

index.js:214-216

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

Built with git-ssb-web