validateSecrets
Ensure the existence and validity of the read keys and namefilters we need for the filesystem based on the permissions we asked for.
function validateSecrets(
crypto: Crypto.Implementation,
accountDID: string,
permissions: Permissions.Permissions,
): Promise<boolean>;§
validateSecrets(crypto: Crypto.Implementation, accountDID: string, permissions: Permissions.Permissions): Promise<boolean>
[src]