menu
blockchain_utils package
documentation
bip/bip/bip32/bip32_path.dart
Bip32Path
length method
length method
dark_mode
light_mode
length
method
int
length
(
)
Returns the length of the BIP32 path.
Implementation
int length() { return elems.length; }
blockchain_utils package
documentation
bip/bip/bip32/bip32_path
Bip32Path
length method
Bip32Path class