fixedLength static method
Get the fixed length in bytes.
Implementation
static int fixedLength() {
return Bip32KeyDataConst.keyIndexByteLen;
}
Get the fixed length in bytes.
static int fixedLength() {
return Bip32KeyDataConst.keyIndexByteLen;
}