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