Type Alias
Implementation defined string for selecting the network to use. 'main' refers to the NEO MainNet and 'test' refers to the NEO TestNet. 'local' is typically used to indicate a local development network.
export type NetworkType = 'main' | 'test' | string;