chainToHex method

String chainToHex()

Implementation

String chainToHex() {
  return bytesToHex(_chainCode);
}