fixedLength static method

int fixedLength()

Get the fixed length in bytes.

Implementation

static int fixedLength() {
  return Bip32KeyDataConst.keyIndexByteLen;
}