menu
agent_dart_base package
documentation
utils/bech32.dart
Bech32ValidationsMixin
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); }
agent_dart_base package
documentation
utils/bech32
Bech32ValidationsMixin
hasOutOfRangeHrpCharacters method
Bech32ValidationsMixin mixin