Skip to main content

IndexedDBPrivateKeyStore.get() method

Gets key from the indexed db storage

Signature:

get(args: {
alias: string;
}): Promise<string>;

Parameters

ParameterTypeDescription
args{ alias: string; }

Returns:

Promise<string>

hex string