menu
hdwallet_lib package
documentation
bech32.dart
SegwitValidations
isTooShortProgram method
isTooShortProgram method
dark_mode
light_mode
isTooShortProgram
method
bool
isTooShortProgram
(
List
<
int
>
program
)
Implementation
bool isTooShortProgram(List<int> program) { return program.length < 2; }
hdwallet_lib package
documentation
bech32
SegwitValidations
isTooShortProgram method
SegwitValidations class