interface NetworksRegistryInner {
    $schema: string;
    description: string;
    networks: Network[];
    title: string;
    updatedAt: Date;
    version: string;
}

Properties

$schema: string

Reference to this schema file

description: string
networks: Network[]

List of networks

title: string
updatedAt: Date

Date and time of the last update

version: string

Version of the registry