menu
alan package
documentation
utils/bip_32.dart
Bip32Type
Bip32Type const constructor
Bip32Type const constructor
dark_mode
light_mode
Bip32Type
constructor
const
Bip32Type
(
{
required
int
public
,
required
int
private
,
})
Implementation
const Bip32Type({required this.public, required this.private});
alan package
documentation
utils/bip_32
Bip32Type
Bip32Type const constructor
Bip32Type class