Skip to main content

IndexedDBPrivateKeyStore.importKey() method

Import key to the indexed db storage

Signature:

importKey(args: {
alias: string;
key: string;
}): Promise<void>;

Parameters

ParameterTypeDescription
args{ alias: string; key: string; }alias and private key in the hex

Returns:

Promise<void>

void