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

nkeys.Prefix

import { nkeys } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts"; 

const { Prefix } = nkeys;
enum Prefix {
Seed,
Private,
Operator,
Server,
Cluster,
Account = 0,
User,
}

§Members

§
Prefix.Account = 0
[src]
§
Prefix.Cluster
[src]
§
Prefix.Operator
[src]
§
Prefix.Private
[src]
§
Prefix.Seed
[src]
§
Prefix.Server
[src]
§
Prefix.User
[src]