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

fission.did

Lookup the DID of a Fission API. This function caches the DID for 3 hours.

function did(endpoints: Endpoints): Promise<string>;
§
did(endpoints: Endpoints): Promise<string>
[src]

§Parameters

§
endpoints: Endpoints
[src]

§Return Type

§
Promise<string>
[src]