networkId property

Uint8List? networkId

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

Implementation

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