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

collectSecret

function collectSecret({ accountDID, bareNameFilter, crypto, path, readKey, storage }: {
accountDID: string;
bareNameFilter: string;
readKey: Uint8Array;
}
): Promise<void>;
§
collectSecret({ accountDID, bareNameFilter, crypto, path, readKey, storage }: {
accountDID: string;
bareNameFilter: string;
readKey: Uint8Array;
}
): Promise<void>
[src]

§Parameters

§
{ accountDID, bareNameFilter, crypto, path, readKey, storage }: {
accountDID: string;
bareNameFilter: string;
readKey: Uint8Array;
}
[src]

§Return Type

§
Promise<void>
[src]