Interface ConnectionOptions

Interface for connection options. ConnectionOptions

interface ConnectionOptions {
    autoConnection?: boolean;
    network: string;
}

Properties

autoConnection?: boolean
network: string

The network identifier.