Network constructor

Network(
  1. String _networkPassphrase
)

Creates a new Network object to represent a network with a given networkPassphrase.

Implementation

Network(this._networkPassphrase);