toBcsHex method

String toBcsHex()

Converts the BCS-encoded bytes to a hexadecimal string.

Implementation

String toBcsHex() {
  return BytesUtils.toHexString(toBcs());
}