Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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(
accountDID: string,
): Promise<boolean>;
§
validateSecrets(crypto: Crypto.Implementation, accountDID: string, permissions: Permissions.Permissions): Promise<boolean>
[src]

§Parameters

§
accountDID: string
[src]

§Return Type

§
Promise<boolean>
[src]