menu
blockchain_utils package
documentation
bip/bip/bip32/bip32_key_data.dart
Bip32Depth
fixedLength static method
fixedLength static method
dark_mode
light_mode
fixedLength
static method
int
fixedLength
(
)
Get the fixed length in bytes.
Implementation
static int fixedLength() { return Bip32KeyDataConst.depthByteLen; }
blockchain_utils package
documentation
bip/bip/bip32/bip32_key_data
Bip32Depth
fixedLength static method
Bip32Depth class