menu
hdwallet_lib package
documentation
bech32.dart
Bech32Validations
hasInvalidSeparator method
hasInvalidSeparator method
dark_mode
light_mode
hasInvalidSeparator
method
bool
hasInvalidSeparator
(
String
bech32
)
Implementation
bool hasInvalidSeparator(String bech32) { return bech32.lastIndexOf(separator) == -1; }
hdwallet_lib package
documentation
bech32
Bech32Validations
hasInvalidSeparator method
Bech32Validations class