credentialIdToBytes32Hex abstract method

String credentialIdToBytes32Hex(
  1. List<int> credentialId
)

Converts a credentialId to a 32-byte hex string.

  • credentialId: The credentialId to convert.

Returns a 32-byte hex string.

Implementation

String credentialIdToBytes32Hex(List<int> credentialId);