interface Network {
    createdAt?: Date;
    endpoint: string;
    hubId: string;
    id: string;
    name: string;
    topicPrefix: string;
    type: NetworkNetworkType;
}

Properties

createdAt?: Date

Date at which the network was created.

endpoint: string

Endpoint to use for interacting with the network.

hubId: string

Hub ID to connect the Network to.

id: string

Network ID.

name: string

Network name.

topicPrefix: string

This prefix will be prepended to all topics for this Network.

Type of network to connect with.