shared3p_keydb.sc

shared3p_keydb.sc

Module for working with key-value databases that contain shared3p shares.

Functions:

keydb_get

Get value stored in database.

Detailed Description

D - shared3p protection domain

T - any data type

Parameters

key

- the public key of the value.

the value stored in the database.

Function Overloads

D T keydb_get(string key)

keydb_set

Store a new value in the database.

Detailed Description

D - shared3p protection domain

T - any data type

Parameters

key

- the public key of the value.

value

- the value to store.

Function Overloads

void keydb_set(string key, D T value)

void keydb_set(string key, D T[[1]] value)