menu
hdwallet_lib package
documentation
bech32.dart
Bech32Validations
hasOutOfBoundsChars method
hasOutOfBoundsChars method
dark_mode
light_mode
hasOutOfBoundsChars
method
bool
hasOutOfBoundsChars
(
List
<
int
>
data
)
Implementation
bool hasOutOfBoundsChars(List<int> data) { return data.any((c) => c == -1); }
hdwallet_lib package
documentation
bech32
Bech32Validations
hasOutOfBoundsChars method
Bech32Validations class