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