toVerifyKey method

SubstrateEcdsaVerifier toVerifyKey()

Implementation

SubstrateEcdsaVerifier toVerifyKey() {
  return SubstrateEcdsaVerifier.fromKeyBytes(
      _ecdsaSigningKey.privateKey.publicKey.toBytes());
}