menu
hdwallet_lib package
documentation
bech32.dart
SegwitValidations
isEmptyProgram method
isEmptyProgram method
dark_mode
light_mode
isEmptyProgram
method
bool
isEmptyProgram
(
List
<
int
>
data
)
Implementation
bool isEmptyProgram(List<int> data) { return data.isEmpty; }
hdwallet_lib package
documentation
bech32
SegwitValidations
isEmptyProgram method
SegwitValidations class