Skip to content

Json meta

Classes

JSONDidMeta

JSONDidMeta()

A plugin to store DID metadata on a table on the relational database, using JSON blobs

Functions

get_metadata
get_metadata(scope, name, *, session)

Get data identifier metadata (JSON)

PARAMETER DESCRIPTION
scope

The scope name.

name

The data identifier name.

session

The database session in use.

TYPE: Session

delete_metadata
delete_metadata(scope, name, key, *, session)

Delete a key from the metadata column

PARAMETER DESCRIPTION
scope

the scope of DID

name

the name of the DID

key

the key to be deleted

session

The database session in use.

TYPE: Session

Functions