interface CreateNetworkResponse {
    network?: Network;
    secret: string;
}

Properties

Properties

network?: Network

Information related to the created network.

secret: string

Endpoint Key to keep secret. This cannot be retrieved later.