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

RegistryEntry

interface RegistryEntry {
decimals: number[];
displayName: string;
network: string;
prefix: number;
standardAccount:
| "*25519"
| "Ed25519"
| "Sr25519"
| "secp256k1"
| null;
symbols: string[];
website: string | null;
}

§Properties

§
decimals: number[]
[src]
§
displayName: string
[src]
§
network: string
[src]
§
prefix: number
[src]
§
standardAccount: "*25519" | "Ed25519" | "Sr25519" | "secp256k1" | null
[src]
§
symbols: string[]
[src]
§
website: string | null
[src]