- knownNetworks(): Promise<
DeepRestrictToStringKeys<
{
name?: string;
nodes?: {
docs?: string;
name?: string;
schema: "network.xyo.network.node";
slug: string;
type: NetworkNodeType;
uri: string;
web?: string;
}[];
schema: "network.xyo.network";
slug: string;
},
>[],
> Returns Promise<
DeepRestrictToStringKeys<
{
name?: string;
nodes?: {
docs?: string;
name?: string;
schema: "network.xyo.network.node";
slug: string;
type: NetworkNodeType;
uri: string;
web?: string;
}[];
schema: "network.xyo.network";
slug: string;
},
>[],
>