toHex method

String toHex()

Implementation

String toHex() {
  return BytesUtils.toHexString(_chainCode);
}