readIdentity method

Identity readIdentity()

Implementation

Identity readIdentity() {
  return Identity(readBytes(32));
}