toVerificationKey method

Vkey toVerificationKey()

Converts the AdaPublicKey to a verification key (Vkey).

Implementation

Vkey toVerificationKey() {
  return Vkey(toBytes(false));
}