menu
pinenacl package
documentation
encoding.dart
Bech32Validations
hasOutOfRangeHrpCharacters method
hasOutOfRangeHrpCharacters method
dark_mode
light_mode
hasOutOfRangeHrpCharacters
method
bool
hasOutOfRangeHrpCharacters
(
String
hrp
)
Implementation
bool hasOutOfRangeHrpCharacters(String hrp) { return hrp.codeUnits.any((c) => c < 33 || c > 126); }
pinenacl package
documentation
encoding
Bech32Validations
hasOutOfRangeHrpCharacters method
Bech32Validations mixin