toBytes method

List<int> toBytes()

Implementation

List<int> toBytes() => [
  keyData.depth.depth,
  ...keyData.fingerPrint.toBytes(),
  ...keyData.index.toBytes(Endian.little),
  ...keyData.chainCode.toBytes(),
  ...fvk.toBytes(),
  ...keyData.dk.toBytes(),
];