networkId property

Uint8List networkId

Returns the network id (SHA-256 hashed networkPassphrase).

Implementation

Uint8List get networkId => Util.hash(utf8.encode(this.networkPassphrase));