git ssb

0+

wanderer🌟 / js-dfinity-radix-tree



Tree: f47aea5be452991650859d2af99234ea38e6efd4

Files: f47aea5be452991650859d2af99234ea38e6efd4 / 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