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

SigningAlg

import type { SigningAlg } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";

The certificate chain algorithm provided by sidewalk.

type SigningAlg = "Ed25519" | "P256r1" | cmnP.UnexpectedEnumValue;

§Type

§
"Ed25519" | "P256r1" | cmnP.UnexpectedEnumValue
[src]