networkId property
Returns the network id (SHA-256 hashed networkPassphrase).
Implementation
Uint8List get networkId => Util.hash(utf8.encode(this.networkPassphrase));
Returns the network id (SHA-256 hashed networkPassphrase).
Uint8List get networkId => Util.hash(utf8.encode(this.networkPassphrase));