toVerificationKey method
Converts the AdaPublicKey to a verification key (Vkey).
Implementation
Vkey toVerificationKey() {
return Vkey(toBytes(false));
}
Converts the AdaPublicKey to a verification key (Vkey).
Vkey toVerificationKey() {
return Vkey(toBytes(false));
}