verify abstract method

bool verify(
  1. VerifyKey metaKey
)

Verifies the TAI signature against the entity's public key.

metaKey is the public key from the entity's Meta data (meta.key).

Returns true if signature is valid (data hasn't been tampered with), false otherwise.

Implementation

bool verify(VerifyKey metaKey);