collectSecret
function collectSecret({ accountDID, bareNameFilter, crypto, path, readKey, storage }: {
accountDID: string;
bareNameFilter: string;
crypto: Crypto.Implementation;
path: Path.DistinctivePath<Path.Segments>;
readKey: Uint8Array;
storage: Storage.Implementation;
}): Promise<void>;§
collectSecret({ accountDID, bareNameFilter, crypto, path, readKey, storage }: {
[src]accountDID: string;
bareNameFilter: string;
crypto: Crypto.Implementation;
path: Path.DistinctivePath<Path.Segments>;
readKey: Uint8Array;
storage: Storage.Implementation;
}): Promise<void>§Parameters
§
{ accountDID, bareNameFilter, crypto, path, readKey, storage }: {
[src]accountDID: string;
bareNameFilter: string;
crypto: Crypto.Implementation;
path: Path.DistinctivePath<Path.Segments>;
readKey: Uint8Array;
storage: Storage.Implementation;
}