CreateNetworkRequest: {
    hubId: string;
    name?: string;
    region?: Region;
    topicPrefix: string;
    type: NetworkNetworkType;
}

Type declaration

  • hubId: string

    Hub ID to connect the Network to.

  • Optionalname?: string

    Network name.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • topicPrefix: string

    Topic prefix for the Network.

  • type: NetworkNetworkType

    Type of network to connect with.