menu
bip32_ed25519 package
documentation
cardano.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); }
bip32_ed25519 package
documentation
cardano
Bech32Validations
hasOutOfBoundsChars method
Bech32Validations mixin